/*****************************************************/
/*                 GLOBAL                            */
/*****************************************************/
body, td, th, p {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333333;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
}

h1 {
    font-size: 36px;
    color: #03a117;
}

h2 {
    font-size: 26px;
    color: #2d2f31;
}

h3 {
    font-weight: 400;
    font-size: 24px;
    color: #2c2f31;
    text-transform: none;
    line-height: 1.1em;
}

h4 {
    font-size: 19px;
}

h5 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    line-height: 1.1em;
}

h6 {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

@media (min-width: 768px) {
    body, td, th, p {
        font-size: 14px;
    }

    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 27px;
    }

    h3 {
        font-size: 25px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 19px;
    }

    h6 {
        font-size: 17px;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 39px;
    }

    h2 {
        font-size: 29px;
    }

    h3 {
        font-size: 27px;
    }
}

em {
    font-style: italic;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

hr {
    border: none;
    padding: 0;
    margin: 0;
    height: 4px;
    background: #efefef;
    display: block;
    clear: both;
}

/* images */
img {
    border: none;
    display: inline-block;
}

    img.left,
    img.left-border {
        float: left;
        margin: 0 30px 15px 0;
    }

    img.right,
    img.right-border {
        float: right;
        margin: 0 0 15px 30px;
    }

    img.border,
    img.left-border,
    img.right-border {
        border: 1px solid #dbdbdb;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

.whitelisting img.img-responsive {
    width: auto !important;
}

img.img-responsive,
img.responsive.scale {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
}

/* lists */
ul {
    list-style-type: disc;
    margin: 0 0 1em 20px;
    padding-left: 12px;
}

    ul li {
        display: list-item;
    }


ol {
    display: block;
    list-style-type: decimal;
    margin: .5em 0 .5em 30px;
    margin-bottom: 1em;
}

    ol li {
        display: list-item;
    }


/* tables */
table {
    border-spacing: 0;
    border-collapse: collapse;
}

    table td,
    table th {
        vertical-align: top;
        padding: 4px;
    }

/*****************************************************/
/*        Content Editor - Expand Button             */
/*****************************************************/

.module-contenteditor .expandbutton {
    display: block;
    width: 31px;
    height: 31px;
    background-image: url('../images/arrow-down.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    margin-top: 8px;
}

.module-contenteditor .expandbuttonback {
    display: block;
    width: 31px;
    height: 31px;
    background-image: url('../images/arrow-up.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 8px;
    margin-top: 8px;
}

.module-contenteditor .expandcontent {
    padding: 0 40px 0 40px;
}

.module-contenteditor .expandable.title,
.module-contenteditor .expandable.titleback {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    color: #333333;
    margin-top: 17px;
}

@media (min-width:480px) {
    .module-contenteditor .expandable.title,
    .module-contenteditor .expandable.titleback {
        font-size: 21px;
        margin-top: 13px;
    }
}

@media (min-width:768px) {
    .module-contenteditor .expandable.title,
    .module-contenteditor .expandable.titleback {
        font-size: 26px;
        margin-top: 10px;
    }
}

/*****************************************************/
/*              BOOTSTRAP OVERRIDES                  */
/*****************************************************/
@media (min-width:1230px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        margin-top: 29px;
        margin-bottom: 29px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.show
    {
        display: block !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }
}



/*****************************************************/
/*                 NAVIGATION                        */
/*****************************************************/
/********** Menu Defaults (mobile first) *************/
.navbar {
    background: transparent;
    border: none;
    margin: 0;
    min-height: 0;
    z-index: 1000;
}

.navbar-toggle {
    margin-right: 0;
    border: none;
    border-color: none !important;
}

.navbar-collapse {
    border: none;
    padding: 0;
    margin-bottom: 15px;
    max-height: none;
}

    .navbar-collapse.in {
        overflow-y: visible;
    }

.navbar-default .navbar-toggle .icon-text {
    display: none;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    line-height: 29px;
    font-size: 20px;
    float: left;
    margin-right: 10px;
}

.navbar-default .navbar-toggle .icon-bar {
    float: right;
    width: 40px;
    height: 7px;
    background-color: #262626;
    clear: right;
}

.menu {
    margin: 0;
}

    .menu a {
        color: #262626;
        font-weight: 400;
    }

    .menu ul,
    .menu ul li,
    .menu ul li span,
    .menu ul li span a {
        display: block;
        margin: 0;
        padding: 0;
    }

        .menu ul li {
            position: relative;
        }

            .menu ul li,
            .menu ul li span a {
                /*background-color: #ffffff;*/
            }

        .menu ul:before,
        .menu ul:after {
            content: none;
        }

    /* Level 1 */
    .menu > ul > li > span > a {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 15px;
        color: #333333;
        text-transform: uppercase;
        text-decoration: none;
        white-space: nowrap;
    }

        /* Level 1 - Selected & Hover */
        .menu > ul > li.menuSelected > span > a,
        .menu > ul > li.menuSelected:hover > span > a,
        .menu > ul > li:hover > span > a,
        .menu > ul > li > span > a:hover,
        .menu > ul > li > span > a:focus {
            color: #ff0000;
        }

    /* Mobile sub menu expander */
    .menu ul li span.arrow {
        width: 32px;
        height: 32px;
        background-color: rgba(0,0,0, 0.33);
        position: absolute;
        top: 5px;
        right: 5px;
        text-align: center;
        line-height: 32px;
        font-size: 23px;
        color: #fff;
        cursor: default;
    }

/* Level 2 */
.menudropdown {
    display: none;
}

    .menudropdown > ul {
        z-index: 1001;
    }

        .menudropdown > ul > li {
            float: none;
        }

            .menudropdown > ul > li > span > a {
                font-size: 15px;
                border: none;
            }

                /* Level 2 - Selected & Hover */
                .menudropdown > ul > li.menuSelected > span > a,
                .menudropdown > ul > li.menuSelected:hover > span > a,
                .menudropdown > ul > li:hover > span > a,
                .menudropdown > ul > li > span > a:hover,
                .menudropdown > ul > li > span > a:focus {
                    /*color: #296047;*/
                }

.navbar .menu > ul > li.menuItem-25485 {
    display: none;
}

/**************** Menu Mobile ************************/
@media (min-width: 430px) {
    .navbar-default .navbar-toggle .icon-text {
        display: block;
    }
}

@media (max-width: 991px) {

    /* <768 - Level 1 */
    .navbar .menu > ul {
        border-top: 5px solid #296047;
        border-bottom: 5px solid #296047;
    }

        .navbar .menu > ul > li {
            border-top: 1px solid #ffffff;
            border-bottom: 1px solid #ffffff;
            background-color: #e5e5e5;
        }

            .navbar .menu > ul > li > span > a {
                padding: 12px 12px 12px 16px;
            }


            /* <768 - Level 1 - Selected */
            .navbar .menu > ul > li.menuSelected > span > a {
                background: #296047;
                color: #ffffff;
            }

            /* <768 - Level 1 - Hover & Selected Hover*/
            .navbar .menu > ul > li.menuSelected:hover > span > a,
            .navbar .menu > ul > li:hover > span > a,
            .navbar .menu > ul > li > span > a:hover,
            .navbar .menu > ul > li > span > a:focus {
                background: #333333;
                color: #ffffff;
            }


    /* <768 -  Level 2 */
    .navbar .menudropdown > ul {
        background-color: #f1f1f1;
    }

        .navbar .menudropdown > ul > li {
            border-bottom: 1px solid #ffffff;
        }

            .navbar .menudropdown > ul > li > span > a {
                padding: 12px 12px 12px 30px;
                text-decoration: none;
            }

            .navbar .menudropdown > ul > li > span.last > a {
            }

            /* <768 - Level 2 - Hover & Selected Hover */
            .navbar .menudropdown > ul > li.menuSelected:hover > span > a,
            .navbar .menudropdown > ul > li:hover > span > a,
            .navbar .menudropdown > ul > li > span > a:hover,
            .navbar .menudropdown > ul > li > span > a:focus {
                background: #dcdcdc;
            }

        /* <768 -  Level 3 */

        .navbar .menudropdown > ul ul {
            background-color: #f9f9f9;
        }

            .navbar .menudropdown > ul ul > li {
                border: none;
            }

                .navbar .menudropdown > ul ul > li > span > a {
                    padding: 12px 12px 12px 38px;
                }

                    /* <768 - Level 3 - Hover & Selected Hover */
                    .navbar .menudropdown > ul ul > li.menuSelected:hover > span > a,
                    .navbar .menudropdown > ul ul > li:hover > span > a,
                    .navbar .menudropdown > ul ul > li > span > a:hover,
                    .navbar .menudropdown > ul ul > li > span > a:focus {
                        background: #e5e5e5;
                    }
}

/**************** Menu Large *************************/
@media (min-width: 992px) {

    .navbar .menu > ul > li.menuItem-25485,
    .navbar .menu > ul > li.menuItem-25484,
    .navbar .menu > ul > li.menuItem-25481 {
        display: none;
    }

    .navbar-collapse {
        margin-bottom: 0;
    }

    .navbar .menu {
        float: right;
    }

        .navbar .menu ul:before,
        .navbar .menu ul:after {
            content: none;
        }

        /* >991 - Level 1 */
        .navbar .menu > ul {
            display: table;
            width: 100%;
            padding: 0;
        }

            .navbar .menu > ul > li {
                display: table-cell;
                float: none;
                text-align: center;
            }

                .navbar .menu > ul > li.last {
                    text-align: right;
                }

                    .navbar .menu > ul > li.last a {
                        padding-right: 0;
                    }

                .navbar .menu > ul > li > span > a {
                    /*line-height: 40px;
                    padding: 0 10px 30px 10px;*/
                    line-height: 107px;
                    padding: 0 10px 0 10px;
                    border-bottom: 7px solid #e5e5e5;
                }

                /* >991 - Level 1 - Selected */
                .navbar .menu > ul > li.menuSelected > span > a {
                    border-bottom: 7px solid #296047;
                }

                /* >991 - Level 1 - Hover & Selected Hover*/
                .navbar .menu > ul > li.menuSelected:hover > span > a,
                .navbar .menu > ul > li:hover > span > a,
                .navbar .menu > ul > li > span > a:hover,
                .navbar .menu > ul > li > span > a:focus {
                    border-bottom: 7px solid #ad0000;
                }


                /* >991 - Dropdown activator*/
                .navbar .menu > ul > li:hover .menudropdown {
                    display: block;
                }

                /* >991 -  Hide expander */
                .navbar .menu > ul > li span.arrow {
                    display: none;
                }

    /* >991 -  Level 2 */
    .menu > ul li:last-child ul,
    .menu > ul > li.menuItem-25483 ul {
        right: 0;
    }

    .navbar .menudropdown {
    }

        .navbar .menudropdown > ul {
            position: absolute;
            min-width: 200px;
            background-color: #e5e5e5;
            border-bottom: 5px solid #ad0000;
        }

            .navbar .menudropdown > ul > li {
            }

                .navbar .menudropdown > ul > li.last {
                    border-bottom: 1px solid #d0d0d0;
                }

                .navbar .menudropdown > ul > li > span > a {
                    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
                    font-weight: 700;
                    font-size: 17px;
                    color: #2c2f31;
                    text-align: left;
                    padding: 9px 24px 9px 40px;
                    margin: 0 0 0 0;
                    background: url(../images/menu_arrow_right.png) 20px center no-repeat;
                    text-decoration: none;
                    text-transform: uppercase;
                    white-space: nowrap;
                }

                    .navbar .menudropdown > ul > li > span > a.first {
                        margin-top: 8px;
                    }

                /* >991 - Level 2 - Selected */
                .navbar .menudropdown > ul > li.menuSelected > span > a {
                    background-color: #f6f6f6;
                }

                /* >991 - Level 2 - Hover & Selected Hover */
                .navbar .menudropdown > ul > li.menuSelected:hover > span > a,
                .navbar .menudropdown > ul > li:hover > span > a,
                .navbar .menudropdown > ul > li > span > a:hover,
                .navbar .menudropdown > ul > li > span > a:focus {
                    color: #ce0000;
                    background: #f1f1f1 url(../images/menu_arrow_right_green.png) 20px center no-repeat;
                }

        /* >991 -  Level 3 */
        .navbar .menudropdown ul ul {
            display: none;
        }
}

@media (min-width: 1200px) {
    /* >1199 - Level 1 */
    .navbar .menu > ul > li > span > a {
        line-height: 107px;
        padding: 0 20px 0 20px;
    }
}



/*****************************************************/
/*                 LAYOUT                            */
/*****************************************************/
/* TODO: Remove
    - This area is for defining the general layout of the site */
#MainWrapper {
}

    #MainWrapper .module-content {
        float: left;
        /*margin-top: 50px;
        margin-bottom: 50px;*/
    }


/***************** TopBar ****************************/
#TopBar {
    height: 46px;
    background-color: #2be4c2; /*#e5e5e5;*/
}

    #TopBar .item {
        height: 33px;
        line-height: 33px;
        float: right;
        margin: 6px 0 0 14px;
    }

    #TopBar .login {
        margin-left: 34px;
    }

        #TopBar .login a {
            text-transform: uppercase;
            font-size: 20px;
            font-weight: 700;
            color: #000;
            text-decoration: none;
        }

        #TopBar .login img {
            vertical-align: top;
            margin-left: 12px;
        }

    #TopBar .search {
        display: none;
    }

        #TopBar .search input {
            float: left;
        }

            #TopBar .search input[type=text] {
                padding: 0 0 0 10px;
                border: none;
            }


    #TopBar .contact {
    }

        #TopBar .contact .button {
            height: 33px;
            line-height: 33px;
        }

    #TopBar a.menu-head {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        text-transform: uppercase;
        background: url(../images/menu_arrow_down_red.png) right center no-repeat;
        padding: 0 24px 0 20px;
        text-decoration: none;
    }

    #TopBar .top-menu {
        position: relative;
        z-index: 1010;
        height: 40px;
    }

.top-menu .menu {
    display: none;
    position: absolute;
    background-color: #e5e5e5;
    top: 40px;
    left: 0;
    padding: 7px 7px 7px 7px;
    border-bottom: 4px solid #2b2e2e;
}

    .top-menu .menu a {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #333333;
        text-transform: none;
        padding: 0 20px 0 30px;
        background: url(../images/menu_arrow_right_dark.png) 10px center no-repeat;
    }

        .top-menu .menu a:hover {
            background: url(../images/menu_arrow_right_red.png) 10px center no-repeat;
        }

.top-menu:hover {
    border-bottom: 4px solid #2b2e2e;
}

    .top-menu:hover .menu {
        display: block;
    }

#TopBar .languages {
}

    #TopBar .languages a {
        margin: 0 5px 0 5px;
        text-decoration: none;
    }

@media (min-width: 600px) {
    #TopBar .search {
        display: block;
    }

    #TopBar .contact {
        display: none;
    }
}

@media (max-width: 1199px) {
    #TopBar .login a {
        text-transform: uppercase;
        font-size: 18px;
    }
}


@media (max-width: 991px) {
    #TopBar .services,
    #TopBar .media-resource {
        display: none;
    }

    /*#TopBar .login {
        margin-left: 0;
    }*/
}

@media (max-width: 680px) {
    #TopBar .login a span {
        display: none;
    }
}


@media (max-width: 479px) {
    #TopBar .contact .button {
        background: #296047;
        padding: 0 6px 0 6px;
        font-size: 12px;
    }

    #TopBar .item {
        margin: 6px 0 0 4px;
    }

    #TopBar .login {
        margin-left: 14px;
    }

    #TopBar .languages a {
        margin: 0 2px;
    }

        #TopBar .languages a img {
            max-width: 29px;
        }
}

@media (max-width: 379px) {
    #TopBar .login {
        margin-left: 6px;
    }

    #TopBar .languages a {
        margin: 0 0 0 0;
    }
}

/***************** Header ****************************/
#Header {
    min-height: 114px;
    background: url(../images/header_bgmain.png) bottom left repeat-x;
}

    #Header .row {
        position: relative;
    }

    #Header .logo-wrapper {
        position: absolute;
        left: 2px;
        display: table;
        width: 200px;
        height: 107px;
        z-index: 1001;
    }

    #Header .logo {
        display: table-cell;
        vertical-align: middle;
    }

        #Header .logo img {
        }

@media (max-width: 400px) {
    #Header .logo-wrapper {
        width: 56%;
    }
}


/***************** FeatureBanner *********************/
#FeatureBanner {
    background: #ededed;
    border-bottom: 5px solid #adafb2;
}

    #FeatureBanner #FeatureBannerInner {
        position: relative;
        min-height: 50px;
    }

    #FeatureBanner .module-content {
        margin: 0;
        padding-top: 15%;
        padding-bottom: 7%;
    }

        #FeatureBanner .module-content h3 {
            text-transform: uppercase;
            font-weight: 700;
            font-size: 32px;
        }

    #FeatureBanner p {
        margin: 0; /* if the content comes from ckeditor this helps to suppress paragraph overflow */
    }

    #FeatureBanner .breadcrumb {
        z-index: 50;
        top: 15px;
        left: 15px;
        position: absolute;
        background: none;
        border: none;
        padding: 0;
        font-weight: 600;
        font-size: 10px;
    }

        #FeatureBanner .breadcrumb a {
            font-weight: 400;
            color: #333333;
        }

@media (min-width: 480px) {
    #FeatureBanner .module-content {
        padding-top: 10%;
        padding-bottom: 6%;
    }

    #FeatureBanner .breadcrumb {
        font-size: 11px;
    }
}

@media (min-width: 600px) {
    #FeatureBanner {
        background: #ededed url(../images/grey_image_banner_bg.jpg) center center no-repeat;
    }

        #FeatureBanner .module-content {
            padding-top: 8.5%;
            padding-bottom: 5%;
        }

        #FeatureBanner .breadcrumb {
            font-size: 12px;
        }
}

@media (min-width: 768px) {
    #FeatureBanner .module-content {
        padding-top: 7.5%;
        padding-bottom: 3%;
    }

        #FeatureBanner .module-content h3 {
            font-size: 34px;
        }

    #FeatureBanner .breadcrumb {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #FeatureBanner .module-content {
        padding-top: 6%;
        padding-bottom: 3%;
    }

        #FeatureBanner .module-content h3 {
            font-size: 35px;
        }
}

@media (min-width: 1200px) {

    #FeatureBanner .module-content {
        padding-top: 4%;
        padding-bottom: 2%;
    }

        #FeatureBanner .module-content h3 {
            font-size: 37px;
        }
}


/***************** Message ***************************/
#Message {
}

/***************** PageInfo **************************/
#PageInfo {
    padding-top: 40px;
}

    #PageInfo h1 {
        margin: 0;
    }


/***************** Intro *****************************/
#Intro {
    margin-bottom: 25px;
}

    #Intro h3 {
        margin: 0;
        padding: 10px 0 10px 0;
    }

/***************** Main Content **********************/
#Content {
    margin-top: 45px;
}

/***************** Projects **************************/
#Projects {
    background: #efefef;
    /*padding-top: 50px;
    padding-bottom: 70px;*/
}


    #Projects .module-content {
        padding-top: 40px;
        padding-bottom: 50px;
    }
#HomeProjects
{
    background: #efefef;
    margin-top: 20px;
    margin-bottom: 20px;
}
.benefit_heading_wrapper {
    text-align: center;
    padding-top: 20px;
}

/***************** Extra1 ****************************/
#Extra1 {
    margin-top: 10px;
}

    #Extra1 .module-content {
        margin-top: 30px;
    }
/***************** Media *****************************/
#Media {
    /*margin-top: 10px;*/
    margin-bottom: 40px;
}

    #Media .module-content {
        margin-top: 30px;
    }

    #Media .article {
        margin-top: 2px;
        padding: 0;
    }

    #Media .heading {
        line-height: 30px;
        margin-bottom: 0.5em;
    }

        #Media .heading a {
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 26px;
            color: #333333;
            text-transform: uppercase;
        }

    #Media .news-simple .article a {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 17px;
        color: #333333;
        border-left: 5px solid #ffd800;
        padding: 12px 0 12px 21px;
        background: #efefef;
        line-height: 24px;
        display: block;
        text-decoration: none;
    }

        #Media .news-simple .article a:hover {
            background: #2b2e2e;
            color: #ffffff;
        }

    #Media .link-to-module {
        margin-top: 18px;
    }

    #Media .events-standard .article {
        border: none;
        border-left: 5px solid #ffd800;
        background: #efefef;
        height: 148px;
    }

    #Media .events-standard .title {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #Media .events-standard .article-content {
        padding-right: 14px;
    }

    #Media .events-standard .title a {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 20px;
        color: #333333;
        text-decoration: none;
    }

    #Media .events-standard .article:hover,
    #Media .events-standard .article:hover a {
        background: #2b2e2e;
        color: #ffffff;
    }


    #Media .events-standard .has-no-image .title {
        padding: 14px;
    }

    #Media .events-standard .has-no-image .article-content {
        padding-left: 14px;
    }

@media (max-width: 600px) {
    #Media .events-standard .thumbimage {
        display: none;
    }

    #Media .events-standard .text-holder {
        padding-left: 20px;
        padding-bottom: 15px;
    }

    #Media .events-standard .article {
        height: auto;
    }
}

@media (min-width: 768px) {
    #Media .heading a {
        font-size: 27px;
    }
}

@media (min-width: 992px) {
    #Media .heading a {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    #Media .heading a {
        font-size: 29px;
    }
}



/***************** Content1 **************************/
#Content1 {
}

    #Content1 .module-content,
    #Content1 .module-content.action-image-right {
        margin: 0 0 40px 0;
    }

        #Content1 .module-content.accordion-content {
            margin: 0 0 16px 0;
        }

/***************** Content2 **************************/
#Content2 {
}
/***************** Content3 **************************/
#Content3 {
}
/***************** Content4 **************************/
#Content4 {
}

    #Content4 .module-content {
        margin-bottom: 40px;
    }
/***************** Content5 **************************/
#Content5 {
}

    #Content5 .module-content {
        margin-bottom: 40px;
    }

/***************** ContentBar1 **************************/
#ContentBar1 {
}

    #ContentBar1 .module-content {
        margin-bottom: 40px;
    }

/***************** ContentBar2 **************************/
#ContentBar2 {
    /*margin-top: 20px;*/
}

    #ContentBar2 .module-content {
        margin-bottom: 40px;
    }
/***************** ContentBar3 **************************/
#ContentBar3 {
}

    #ContentBar3 .module-content h2 {
        margin-bottom: 30px;
    }

    #ContentBar3 .module-content.action-image-top {
        margin-bottom: 50px;
    }

/***************** Signup ****************************/
#Signup {
    /*margin-top: 20px;*/
    background-color: #242727;
    height: 70px;
    line-height: 70px;
}

    #Signup .tmplelement {
        padding-left: 60px;
        background: url(../images/footer_signup_icon.png) left center no-repeat;
    }

    #Signup h5 {
        display: none;
        color: #ffffff;
        padding-right: 20px;
        margin: 0;
        float: left;
        height: 70px;
        line-height: 70px;
    }

@media (min-width: 600px) {
    #Signup h5.medium {
        display: inline-block;
    }
}

@media (min-width: 992px) {
    #Signup h5.medium {
        display: none;
    }

    #Signup h5.large {
        display: inline-block;
    }
}

/***************** Footer ****************************/
#Footer {
    background-color: #2b2e2e;
    padding: 20px 0 20px 0;
}

    #Footer h4 {
        color: #ffffff;
        margin-top: 30px;
        margin-bottom: 12px;
    }

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

        #Footer ul a,
        #Footer ul li {
            color: #adafb2;
        }

    #Footer .logo {
        margin-top: 30px;
    }

    #Footer .social a {
        margin-right: 4px;
    }


    #Footer .quick-links ul {
        float: left;
    }

    #Footer .quick-links :first-child ul {
        margin-right: 60px;
    }


    #Footer .office .column {
        float: left;
    }

    #Footer .office :first-child .column {
        margin-right: 60px;
    }

    #Footer .social .tmplelement a img {
        max-width: 30px;
    }


@media (min-width: 768px) {
    #Footer .quick-links :first-child ul {
        margin-right: 30px;
    }
}

@media (min-width: 992px) {
    #Footer .quick-links :first-child ul {
        margin-right: 60px;
    }

    #Footer .social .tmplelement a img {
        max-width: 36px;
    }
}

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



/***************** Copyright *************************/
#Copyright {
    border-top: 1px solid #4f5154;
    background-color: #2b2e2e;
    /*height: 40px;*/
    line-height: 40px;
}

    #Copyright span,
    #Copyright a {
        color: #666666;
    }




/*****************************************************/
/*                 CMS AREAS                         */
/*****************************************************/
.cms-content {
    /*position: relative;*/
}

    .cms-content h1,
    .cms-content h2,
    .cms-content h3,
    .cms-content h4,
    .cms-content h5,
    .cms-content h6 {
        margin-bottom: .5em;
    }

    .cms-content ul + h1,
    .cms-content ul + h2,
    .cms-content ul + h3,
    .cms-content ul + h4,
    .cms-content ul + h5,
    .cms-content ul + h6,
    .cms-content p + h1,
    .cms-content p + h2,
    .cms-content p + h3,
    .cms-content p + h4,
    .cms-content p + h5,
    .cms-content p + h6 {
        margin-top: 1em;
    }

    .cms-content a {
        color: #296047;
    }

        .cms-content a:hover {
            color: #910d1d;
        }

        .cms-content a.impact {
            text-transform: uppercase;
            background: url(../images/menu_arrow_right_red.png) right center no-repeat;
            padding-right: 15px;
            font-weight: 700;
        }

    .cms-content p {
    }

    .cms-content ul {
    }

    .cms-content table {
    }

    .cms-content .select-hidden {
        display: none;
        visibility: hidden;
        padding-right: 10px;
    }

    .cms-content .select {
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: 17px;
        color: #2c2f31;
        cursor: pointer;
        display: inline-block;
        position: relative;
        width: 100%;
        height: 38px;
    }

    .cms-content .select-styled {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #ffffff;
        padding: 8px 15px;
    }

        .cms-content .select-styled:first-letter {
            text-transform: capitalize;
        }

        /* arrow down */
        .cms-content .select-styled:after {
            content: "";
            width: 26px;
            height: 26px;
            position: absolute;
            top: 6px;
            right: 6px;
            background: #296047 url(../images/select_arrow_down.png) center center no-repeat;
        }

        .cms-content .select-styled:hover {
            background-color: #f9f9f9;
        }

        .cms-content .select-styled:active,
        .cms-content .select-styled.active {
            background-color: #296047;
            color: #ffffff;
        }

            /* arrow up */
            .cms-content .select-styled:active:after,
            .cms-content .select-styled.active:after {
                background-image: url(../images/select_arrow_up.png);
            }

    .cms-content .select-options {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 999;
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #e6e6e6;
    }

        .cms-content .select-options li {
            margin: 0;
            padding: 12px 0;
            text-indent: 15px;
            border-top: 1px solid #ffffff;
        }

            .cms-content .select-options li:hover {
                background-color: #f9f9f9;
            }

            .cms-content .select-options li[rel="hide"] {
                display: none;
            }

/*****************************************************/
/*            TEMPLATE: HOME                         */
/*****************************************************/
#MainWrapper.template-home {
}

    #MainWrapper.template-home #FeatureBanner {
        background: #ededed;
        border: none;
        overflow: hidden;
        max-width: 100%;
    }

        #MainWrapper.template-home #FeatureBanner .module-content {
            padding: 0;
            width: 100%;
        }

    #MainWrapper.template-home #FeatureBannerInner {
      /*  max-width: 1600px;*/
        position: relative;
        margin-left: -50px;
        margin-right: -50px;
    }


    #MainWrapper.template-home #Content .accordian-menu .heading {
        display: none;
    }

    #MainWrapper.template-home #Intro {
        margin: 40px 0 40px 0;
    }

        #MainWrapper.template-home #Intro h4 {
            text-align: center;
            float: left;
            width: 100%;
            line-height: 38px;
            margin: 0;
            color: #ffffff;
            padding: 14px 10px 14px 10px;
            background: #296047;
        }

        #MainWrapper.template-home #Intro .module-content {
            min-height: 20px;
        }

        #MainWrapper.template-home #Intro .link-wrapper {
            float: left;
            width: 100%;
            /*background: #2c2f31 url(../images/find_bar_world.png) right center no-repeat;*/
            background: #2c2f31 url(../images/global_bg.png) right center no-repeat;
            padding: 14px 0 14px 20px;
        }

            #MainWrapper.template-home #Intro .link-wrapper .module-contenteditor p {
                margin: 0;
            }

            #MainWrapper.template-home #Intro .link-wrapper .module-contenteditor a {
                display: block;
                font-family: 'Open Sans', Arial, Helvetica, sans-serif;
                font-weight: 400;
                font-size: 16px;
                text-transform: uppercase;
                color: #ffffff;
                padding: 0 0 0 20px;
                background: url(../images/menu_arrow_right_grey.png) left center no-repeat;
                line-height: 45px;
                width: 100%;
            }

    #MainWrapper.template-home .banner-overlay {
        position: absolute;
        top: 6%;
        left: 39%;
        width: 22%;
        z-index: 999;
        /*background: url(../images/ico-banner-video.png) center center no-repeat;*/
    }

        #MainWrapper.template-home .banner-overlay img {
            width: 100%;
        }


/*#MainWrapper.template-home #Projects {
        padding-bottom: 40px;
    }*/

@media (min-width: 600px) {
    #MainWrapper.template-home .banner-overlay {
        top: 22%;
        left: 61%;
        width: 14%;
    }
}

@media (min-width: 768px) {
    #MainWrapper.template-home #FeatureBannerInner {
        margin-left: -150px;
        margin-right: -150px;
    }

    #MainWrapper.template-home #Intro h4 {
        width: 16%;
        padding: 24px 20px 24px 10px;
        background: #2c2f31 url(../images/filter_bar_red_block.png) right center no-repeat;
    }

    #MainWrapper.template-home #Intro .link-wrapper {
        width: 84%;
        padding: 24px 0 24px 1%;
        background: #2c2f31 url(../images/find_bar_world.png) right center no-repeat;
    }

    .module-projects .project-filters select,
    .module-projects .project-filters .select {
        margin-left: 2%;
        width: 46%;
    }

    #MainWrapper.template-home #Intro .link-wrapper .module-contenteditor a {
        display: inline-block;
        font-size: 17px;
        line-height: 38px;
        margin-left: 20px;
        width: auto;
    }

        #MainWrapper.template-home #Intro .link-wrapper .module-contenteditor a:first-child {
            margin-left: 14px;
        }

    #MainWrapper.template-home .banner-overlay {
        top: 20%;
        left: 56%;
        width: 11%;
    }
}


@media (min-width: 992px) {
    #MainWrapper.template-home #FeatureBannerInner {
        margin-left: -100px;
        margin-right: -100px;
    }

    #MainWrapper.template-home #Intro h4 {
        width: 14%;
    }

    #MainWrapper.template-home #Intro .link-wrapper {
        width: 86%;
    }

        #MainWrapper.template-home #Intro .link-wrapper .module-contenteditor a {
            margin-left: 40px;
        }

    #MainWrapper.template-home .banner-overlay {
        /*top: 21%;
        left: 45%;
        width: 10%;*/
        top: 26%;
        left: 44.5%;
        width: 10%;
    }
}

@media (min-width: 1200px) {
    #MainWrapper.template-home #FeatureBannerInner {
        margin-left: -80px;
        margin-right: -80px;
    }
}

@media (min-width: 1400px) {
    #MainWrapper.template-home #FeatureBannerInner {
        margin: 0 auto;
    }
}

/*****************************************************/
/*            TEMPLATE: DEFAULT                      */
/*****************************************************/
#MainWrapper.template-default {
}

    #MainWrapper.template-default #AdminFrontEndContent {
        width: 100%;
        padding: 0 15px 0 15px;
        margin-bottom: 70px;
    }

        #MainWrapper.template-default #AdminFrontEndContent:before {
            content: " ";
            display: table;
        }

        #MainWrapper.template-default #AdminFrontEndContent:after {
            content: " ";
            display: table;
            clear: both;
        }

        #MainWrapper.template-default #AdminFrontEndContent .heading {
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 1em;
            font-size: 40px;
            color: #296047;
            margin-top: 30px;
            margin: 40px 0 30px 0;
            border: none;
        }

            #MainWrapper.template-default #AdminFrontEndContent .heading img,
            #MainWrapper.template-default #AdminFrontEndContent hr {
                display: none;
            }

        #MainWrapper.template-default #AdminFrontEndContent .module-content {
            width: 100%;
        }

            #MainWrapper.template-default #AdminFrontEndContent .module-content .help-info {
                color: #ffffff;
            }

        #MainWrapper.template-default #AdminFrontEndContent .admin-front {
            width: 58.33333333%;
            min-height: 300px;
            float: left;
            background: #242727;
            border: none;
            border-radius: 0;
            padding: 0 15px 30px 15px;
            margin: 0;
            min-height: 70px;
            border-right: 15px solid #ffffff;
        }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front.left-column {
                width: 58.33333333%;
            }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front.right-column {
                width: 41.66666667%;
                border-right: none;
                border-left: 15px solid #ffffff;
            }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front .column-heading {
                font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
                font-weight: 700;
                font-size: 25px;
                color: #ffffff;
                text-transform: uppercase;
                line-height: 1em;
                width: 100%;
                background: transparent;
                border: none;
                padding: 0;
                margin: 30px 0 20px 0;
            }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front .editor-label {
                color: #ffffff;
                margin: 15px 0 0 0;
            }

                #MainWrapper.template-default #AdminFrontEndContent .admin-front .editor-label label {
                    font-weight: 400;
                }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front .editor-field {
                margin: 0;
            }

                #MainWrapper.template-default #AdminFrontEndContent .admin-front .editor-field input {
                    height: 38px;
                    background-color: #ffffff;
                    border-radius: 0;
                    border: none;
                    border-bottom: 1px solid #c8c8c8;
                    box-shadow: none;
                    width: 100%;
                }

            #MainWrapper.template-default #AdminFrontEndContent .admin-front.editor-action input[type="submit"] {
                display: block;
                width: 50%;
                height: 38px;
                line-height: 38px;
                white-space: nowrap;
                color: #ffffff;
                padding: 0 40px 0 20px;
                text-transform: uppercase;
                background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                border-radius: 3px;
                border: none;
            }

@media (min-width: 768px) {
    #MainWrapper.template-default #AdminFrontEndContent .admin-front .column-heading {
        font-size: 28px;
    }
}

@media (min-width: 992px) {
    #MainWrapper.template-default #AdminFrontEndContent .admin-front .column-heading {
        font-size: 30px;
    }
}

@media (min-width: 1200px) {
    #MainWrapper.template-default #AdminFrontEndContent .admin-front .column-heading {
        font-size: 32px;
    }
}

/*****************************************************/
/*            TEMPLATE: IMAGEBANNER                  */
/*****************************************************/
#MainWrapper.template-imagebanner #FeatureBanner {
    background: #ededed url(../images/banner_slim1.jpg) center center no-repeat;
}


#MainWrapper.template-imagebanner2 #FeatureBanner {
    background: #ededed url(../images/banner_slim2.jpg) center center no-repeat;
}


/*****************************************************/
/*            TEMPLATE: CONTACT                      */
/*****************************************************/
#MainWrapper.template-contact {
}

    #MainWrapper.template-contact #FeatureBanner {
        background: #ededed;
    }

    #MainWrapper.template-contact #FeatureBannerInner {
        background: #ededed url(../images/global_bg.png) right center no-repeat;
    }

    #MainWrapper.template-contact .contact-person {
        width: 100%;
        float: left;
        margin-top: 30px;
        padding-right: 15px;
    }




    /*#MainWrapper.template-contact .contact-person h4 {
            margin-bottom: 5px;
        }*/

    #MainWrapper.template-contact #Content1 {
    }

        #MainWrapper.template-contact #Content1 .module-content {
            margin-top: 25px;
            margin-bottom: 10px;
        }

    #MainWrapper.template-contact #Content2 {
        /*background: #efefef;*/
    }

        #MainWrapper.template-contact #Content2 .module-content {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        #MainWrapper.template-contact #Content2 h2 {
            margin: 0 0 30px 0;
        }


    #MainWrapper.template-contact .module-formbuilder {
        padding-top: 30px;
        padding-bottom: 10px;
        background: #242727;
    }

        #MainWrapper.template-contact .module-formbuilder legend.title {
            color: #ffffff;
        }


.region-geofilter {
}

    .region-geofilter .selector-wrapper {
        background: #dcdcdc;
        padding: 20px 20px 25px 20px;
    }

        .region-geofilter .selector-wrapper h4 {
            margin-top: 0;
        }

        .region-geofilter .selector-wrapper select {
            width: 100%;
            height: 38px;
            padding-left: 10px;
        }

    .region-geofilter .result-wrapper {
        margin: 10px 0 0 0;
    }

        .region-geofilter .result-wrapper ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        /*.region-geofilter .result-wrapper ul li:nth-child(even) {
                clear: left;
            }*/

        .region-geofilter .result-wrapper li {
            float: left;
            width: 50%;
            margin-top: 30px;
        }

            .region-geofilter .result-wrapper li span {
                display: block;
                margin: 0;
            }


#MainWrapper.template-contact #Map {
    margin-bottom: 50px;
}

    #MainWrapper.template-contact #Map p img {
        border-top: 5px solid #296047;
    }

@media (min-width: 600px) {
    #MainWrapper.template-contact .contact-person {
        width: 50%;
    }

}

@media (max-width: 43.75em)
{
    #MainWrapper.template-contact p{
        font-size: 20px;
    }
    #MainWrapper.template-contact h4
    {
        font-size: 24px;
    }

}

/*****************************************************/
/*            TEMPLATE: PROJECTS                     */
/*****************************************************/
#MainWrapper.template-projects {
}

/*****************************************************/
/*            TEMPLATE: PRODUCTS                     */
/*****************************************************/
#MainWrapper.template-products {
}

    #MainWrapper.template-products #PageInfo h1 {
        text-transform: none;
    }

    #MainWrapper.template-products #PageInfo small {
        vertical-align: top;
        color: #296047;
        font-size: 45%;
    }

    #MainWrapper.template-products #FeatureBanner {
        background: #ededed;
    }

    #MainWrapper.template-products #FeatureBannerInner {
        background: #ededed url(../images/global_bg.png) right center no-repeat;
    }

.homeimage
{
    float: left; margin-right: 15px; margin-bottom: 8px; width: 300px !important;
}

@media (max-width: 43.75em) {

    #MainWrapper.template-products #FeatureBannerInner {
        background: #ededed url(../images/global_bg_mobile.png) right center no-repeat;
    }
    .homeimage
    {
        float: none; margin-right: 0px; margin-bottom:0px; width: 100% !important;
    }

}
/*****************************************************/
/*            TEMPLATE: INDUSTRY                     */
/*****************************************************/
#MainWrapper.template-industry {
}

    #MainWrapper.template-industry #ContentBar1 .module-content {
        margin-bottom: 20px;
    }

/*****************************************************/
/*            SITEMAP                                */
/*****************************************************/
.sitemap-content {
}


/*****************************************************/
/*            MODULE: CONTENT EDITOR                 */
/*****************************************************/
.module-contenteditor {
}

    .module-contenteditor .content p:last-child {
        margin: 0;
    }


.module-contenteditor-block {
    padding: 0 0 10px 0;
    border-bottom: 5px solid #296047;
    background-color: #efefef;
    position: relative;
    overflow: hidden;
}

    .module-contenteditor-block .thumbimage {
        position: relative;
        float: left;
        width: 100%;
        margin: 0;
        padding: 24px 20px 0 20px;
    }

        .module-contenteditor-block .thumbimage img {
            padding: 0;
            max-width: 100% !important;
            width: 100% !important;
            height: auto !important;
        }

    .module-contenteditor-block .quote {
        color: #296047;
        font-weight: 700;
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.25em;
    }

    .module-contenteditor-block .heading {
        float: left;
        width: 100%;
        padding: 22px 20px 0 20px;
    }

        .module-contenteditor-block .heading .quote {
            display: none;
        }

    .module-contenteditor-block .article-content {
        clear: none;
        float: left;
        width: 100%;
        padding: 10px 20px 0 20px;
    }

@media (min-width: 600px) {
    .module-contenteditor-block .article-content {
        width: 65%;
    }

    .module-contenteditor-block .thumbimage {
        width: 35%;
        display: block;
        padding-right: 0;
    }

    .module-contenteditor-block .heading {
        width: 65%;
    }
}

@media (min-width: 768px) {
    .module-contenteditor-block .thumbimage {
        padding: 28px 0 30px 30px;
    }

    .module-contenteditor-block .heading {
        padding: 25px 30px 0 30px;
    }

    .module-contenteditor-block .article-content {
        padding: 10px 30px 0 30px;
    }
}

@media (min-width: 992px) {
    .module-contenteditor-block .thumbimage .quote {
        display: none;
    }

    .module-contenteditor-block .heading .quote {
        display: block;
    }
}

@media (min-width: 1200px) {
    .module-contenteditor-block {
        padding: 0;
    }

        .module-contenteditor-block .thumbimage {
            padding: 0;
        }

            .module-contenteditor-block .thumbimage .quote {
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                padding: 7px 8px 10px 8px;
                background-color: rgba(250,250,250,.8);
            }

        .module-contenteditor-block .heading .quote {
            display: none;
        }
}


/*****************************************************/
/*            MODULE: SLIDER                         */
/*****************************************************/

/* nivo */
.module-type-slider .nivoSlider, .module-type-slider .bxSlider, .module-type-slider .slickSlider {
    visibility: visible !important;
}

.module-nivoslider .nivo-caption {
    position: static;
    overflow: visible;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=1);
    background-color: #2b2e2e;
    padding: 1% 0 1.3% 0;
}

.module-nivoslider a.nivo-imageLink {
    z-index: 99 !important;
}

.module-nivoslider .nivo-caption .item-title,
.module-nivoslider .nivo-caption .item-heading,
.module-nivoslider .nivo-caption .item-description {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 50px 0 50px;
}

.module-nivoslider .nivo-caption .item-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

    .module-nivoslider .nivo-caption .item-title br {
        display: none;
    }

    .module-nivoslider .nivo-caption .item-title b {
        color: #296047;
    }

    .module-nivoslider .nivo-caption .item-title span {
        display: none;
        background: url(../images/slider_arrow_right.png) right center no-repeat;
    }

.module-nivoslider .nivo-caption .item-heading {
    line-height: 1.1em;
    font-size: 21px;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.module-nivoslider .nivo-caption .item-description {
    display: none;
    /*font-weight: 400;
        font-size: 17px;
        text-transform: none;
        line-height: 1.3em;*/
}


/* content BX */
.module-contentslider .heading {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.module-contentslider .gallery .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    left: 0;
    background: none;
}

/* content TABS */
.module-contentslider .template-standard-tabs {
}

    .module-contentslider .template-standard-tabs ul.nav-tabs {
        margin: 0;
        border: none;
        width: 100%;
    }

        .module-contentslider .template-standard-tabs ul.nav-tabs li {
            margin: 0;
        }

            .module-contentslider .template-standard-tabs ul.nav-tabs li > a {
                background-color: #dcdcdc;
                border: none;
                margin: 0 4px 0 0;
                border-top: 7px solid #dcdcdc;
                border-bottom: 3px solid #ffffff;
                border-radius: 0;
            }

            .module-contentslider .template-standard-tabs ul.nav-tabs li.active > a {
                border-color: #ffffff;
                border: none;
                border-top: 7px solid #296047;
                border-bottom: 3px solid #efefef;
                background-color: #efefef;
                color: #296047;
            }

            .module-contentslider .template-standard-tabs ul.nav-tabs li > a h4 {
                margin: 0;
                line-height: 30px;
                white-space: nowrap;
                overflow: hidden;
            }

    .module-contentslider .template-standard-tabs .tab-content {
        background-color: #efefef;
        border: none;
        border-radius: 0;
        border-bottom: 5px solid #296047;
        padding: 25px 30px 20px 30px;
    }

@media (min-width: 600px) {
    .module-nivoslider .nivo-caption .item-title {
        color: #18191a;
        position: absolute;
        font-size: 40px;
        top: 80px;
        left: 0;
    }

        .module-nivoslider .nivo-caption .item-title br {
            display: inline-block;
        }

    /*.module-nivoslider .nivo-caption .item-description {
        display: block;
    }*/
}

@media (min-width: 768px) {
    .module-nivoslider .nivo-caption {
        position: absolute;
        background-color: rgb(18, 79, 51);
        padding: 0.6% 0 0.6% 0;
    }

        .module-nivoslider .nivo-caption .item-title,
        .module-nivoslider .nivo-caption .item-heading,
        .module-nivoslider .nivo-caption .item-description {
            width: 750px;
            margin-right: auto;
            margin-left: auto;
        }

        .module-nivoslider .nivo-caption .item-title {
            display: block;
            position: absolute;
            font-size: 44px;
            top: -170px;
            margin-left: -375px;
            left: 50%;
        }

            .module-nivoslider .nivo-caption .item-title span {
                display: inline-block;
            }

        .module-nivoslider .nivo-caption .item-heading {
            font-size: 27px;
        }

    /*.module-nivoslider .nivo-caption .item-description {
            font-size: 19px;
        }*/
}

@media (min-width: 992px) {
    .module-nivoslider .nivo-caption .item-title,
    .module-nivoslider .nivo-caption .item-heading,
    .module-nivoslider .nivo-caption .item-description {
        width: 970px;
    }

    .module-nivoslider .nivo-caption .item-title {
        font-size: 45px;
        top: -200px;
        margin-left: -485px;
        left: 50%;
    }

    .module-nivoslider .nivo-caption .item-heading {
        font-size: 29px;
    }

    /*.module-nivoslider .nivo-caption .item-description {
        font-size: 22px;
    }*/
}

@media (min-width: 1200px) {
    .module-nivoslider .nivo-caption .item-title,
    .module-nivoslider .nivo-caption .item-heading,
    .module-nivoslider .nivo-caption .item-description {
        width: 1170px;
    }

    .module-nivoslider .nivo-caption .item-title {
        font-size: 46px;
        top: -250px;
        margin-left: -585px;
        left: 50%;
    }

    .module-nivoslider .nivo-caption .item-heading {
        font-size: 30px;
    }

    /*.module-nivoslider .nivo-caption .item-description {
        font-size: 23px;
    }*/

    /*.module-nivoslider .nivo-controlNav {
        position: absolute;
        bottom: 115px;
        left: 50%;
        margin-left: -578px;
    }*/
}




/*****************************************************/
/*            MODULE: ARTICLE PREVIEW                */
/*****************************************************/
.module-articlepreview {
}

    .module-articlepreview .heading a {
        color: #333333;
    }

    .module-articlepreview .link-to-module {
        margin-top: 18px;
    }

    /* tabbed defaults */
    .module-articlepreview .template-tabbed ul {
        margin: 0;
        border: none;
    }

        .module-articlepreview .template-tabbed ul li {
            margin: 0;
        }

            .module-articlepreview .template-tabbed ul li > a {
                background-color: #dcdcdc;
                border: none;
                margin: 0 4px 0 0;
                border-top: 7px solid #dcdcdc;
                border-bottom: 3px solid #ffffff;
                border-radius: 0;
            }

                .module-articlepreview .template-tabbed ul li > a h4 {
                    margin: 0;
                    line-height: 30px;
                }

                .module-articlepreview .template-tabbed ul li > a:hover {
                    border-top: 7px solid #296047;
                }

            .module-articlepreview .template-tabbed ul li.active > a {
                border-color: #ffffff;
                border-top: 7px solid #296047;
                border-bottom: 3px solid #efefef;
                background-color: #efefef;
                color: #296047;
            }

    .module-articlepreview .template-tabbed .tab-content {
        background-color: #efefef;
        border: none;
        border-radius: 0;
        border-bottom: 5px solid #296047;
        padding: 25px 30px 20px 30px;
    }



    /* news tabbed */
    .module-articlepreview .news.template-tabbed .article {
        margin: 0 0 20px 0;
        padding: 0;
        border: 0;
    }

    /* resources tabbed */

    .module-articlepreview .resources.template-tabbed .article {
        margin: 0 0 10px 0;
        padding: 0;
        border: 0;
    }

    .module-articlepreview .resources.template-tabbed .resource-download {
        min-height: 46px;
        background: url(../images/download_bg.png) left center no-repeat;
        padding: 0 0 0 60px;
        margin: 0;
    }

        .module-articlepreview .resources.template-tabbed .resource-download img {
            display: none;
        }

        .module-articlepreview .resources.template-tabbed .resource-download a {
            display: block;
            min-height: 46px;
            padding-top: 10px;
            color: #2d2f31;
            font-weight: 400;
            text-transform: none;
        }

        .module-articlepreview .resources.template-tabbed .resource-download h4 {
            margin: 0;
        }

    /* calendar */
    .module-articlepreview .events.grid-calendar {
    }

        .module-articlepreview .events.grid-calendar .fc-button {
            margin: 0 1px 3px 0;
            border: none;
            border-radius: 0;
        }



        .module-articlepreview .events.grid-calendar .fc-button-inner {
            border: none;
            margin: 0;
            padding: 15px 5px 12px 5px;
            background-color: #dcdcdc;
            color: #333333;
        }

            .module-articlepreview .events.grid-calendar .fc-button-inner:hover,
            .module-articlepreview .events.grid-calendar .fc-state-active .fc-button-inner {
                color: #296047;
            }

        .module-articlepreview .events.grid-calendar .fc-button-content {
            border: none;
            margin: 0;
            height: 30px;
            line-height: 30px;
        }

        .module-articlepreview .events.grid-calendar .fc-header-right {
            display: none;
        }

        .module-articlepreview .events.grid-calendar .fc-header-title {
            padding: 15px 5px 12px 5px;
        }

            .module-articlepreview .events.grid-calendar .fc-header-title h2 {
                font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
                font-weight: 700;
                text-transform: uppercase;
                line-height: 30px;
                font-size: 18px;
                color: #333333;
                margin: 0;
            }


        .module-articlepreview .events.grid-calendar .fc-grid {
            background-color: #efefef;
            padding: 7px;
        }


        .module-articlepreview .events.grid-calendar .fc-border-separate {
            background: #ffffff;
        }

        .module-articlepreview .events.grid-calendar .fc-widget-header,
        .module-articlepreview .events.grid-calendar .fc-widget-content {
            border-color: #efefef;
            border-bottom-width: 2px;
        }

        .module-articlepreview .events.grid-calendar .fc-border-separate tr.fc-last th {
            border-bottom-width: 3px;
        }

        .module-articlepreview .events.grid-calendar a.fc-event {
            margin: 0 0 0 3px;
            padding: 5px;
            border: none;
            background-color: #296047;
        }


        .module-articlepreview .events.grid-calendar .fc-event-inner {
            background-color: #296047;
            margin: 0;
            padding: 0;
            border: none;
        }

            .module-articlepreview .events.grid-calendar .fc-event-inner .fc-event-time {
                display: none;
            }

        .module-articlepreview .events.grid-calendar .fc-today {
            background-color: #dcdcdc;
        }

@media (min-width: 768px) {

    .module-articlepreview .events.grid-calendar .fc-header-right {
        display: block;
    }

    .module-articlepreview .events.grid-calendar .fc-header-title h2 {
        font-size: 19px;
    }
}

/*@media (min-width: 992px) {
    .module-articlepreview .events.grid-calendar .fc-header-title h2 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    .module-articlepreview .events.grid-calendar .fc-header-title h2 {
        font-size: 21px;
    }
}*/



/*****************************************************/
/*            MODULE: PROJECTS                       */
/*****************************************************/
.module-projects {
}

    .module-projects .project-filters {
        margin: 0;
    }

        .module-projects .project-filters h4 {
            text-align: center;
            float: left;
            width: 100%;
            line-height: 38px;
            margin: 0;
            color: #ffffff;
            padding: 14px 10px 14px 10px;
            background: #296047;
        }

        .module-projects .project-filters .select-wrapper {
            float: left;
            width: 100%;
            background: #2c2f31;
            padding: 24px 4% 24px 4%;
        }

    .module-projects.isotope-list .project {
        width: 100%;
        margin: 0;
    }


        .module-projects.isotope-list .project.infinite-scroll-hidden {
            display: none;
        }

        .module-projects.isotope-list .project .inner {
            padding: 0;
            margin-top: 20px;
            border: none;
            background-color: #efefef;
        }

    .module-projects .project .thumbimage {
        width: 31%;
    }

        .module-projects .project .thumbimage img {
            padding: 5px;
        }

    .module-projects .project .detail {
        float: left;
        width: 69%;
        padding: 16px 16px 16px 16px;
    }

        .module-projects .project .detail h4 {
            margin-bottom: .5em;
        }

            .module-projects .project .detail h4 a {
                color: #333333;
            }

        .module-projects .project .detail .description {
            display: none;
        }

        .module-projects .project .detail .read-more {
        }

@media(min-width: 450px) {
    .module-projects .project .thumbimage img {
        padding: 0;
    }

    .module-projects .project .detail {
        padding: 25px 30px 0 30px;
    }
}

@media (min-width: 768px) {
    .module-projects .project-filters h4 {
        width: 16.5%;
        padding: 24px 20px 24px 10px;
        background: #2c2f31 url(../images/filter_bar_red_block.png) right center no-repeat;
    }

    .module-projects .project-filters .select-wrapper {
        width: 83.5%;
        padding: 25px 0 18px 1%;
    }

    .module-projects .project .detail .description {
        display: block;
    }
}

@media (min-width: 992px) {
    .module-projects .project-filters h4 {
        width: 14%;
    }

    .module-projects .project-filters .select-wrapper {
        width: 86%;
    }


    .module-projects .project .detail .read-more {
        display: block;
    }
}

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

/*****************************************************/
/*            MODULE: PROJECTS - DETAILS             */
/*****************************************************/
.module-project-details {
}

    .module-project-details .gallery {
        margin-bottom: 30px;
        visibility: hidden;
    }


    .module-project-details #GalleryMain {
        margin-bottom: 10px;
    }

    .module-project-details #GalleryThumbs {
        /*width: 50%;*/
        margin: 0 auto;
    }


    .module-project-details .gallery ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .module-project-details .call-to-action {
        margin-bottom: 30px;
    }

        .module-project-details .call-to-action .button {
            width: 100%;
            /*height: 50px;
            line-height: 50px;*/
        }

    .module-project-details .title-dark {
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        color: #ffffff;
        padding: 0 40px 0 20px;
        text-transform: uppercase;
        /*background: #080808 url(../images/button_arrow_down.png) right center no-repeat;*/
        background-color: #080808;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .module-project-details .full-description {
        margin-bottom: 30px;
        display: none;
    }

        .module-project-details .full-description .content {
            padding: 20px 0 0 0;
        }

    .module-project-details .resources {
        margin-bottom: 30px;
    }

        .module-project-details .resources ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .module-project-details .resources li {
            min-height: 46px;
            background: url(../images/download_bg.png) left center no-repeat;
            padding: 0 0 0 60px;
            margin: 15px 0 0 0;
        }

            .module-project-details .resources li a {
                display: block;
                min-height: 46px;
                padding-top: 10px;
                color: #2d2f31;
                font-weight: 400;
                text-transform: none;
            }

            .module-project-details .resources li img {
                display: none;
            }

    .module-project-details .attributes {
        font-size: 17px;
        margin-bottom: 30px;
    }

    .module-project-details .content-blocks .block-item {
        background-color: #efefef;
        margin-bottom: 30px;
    }

        .module-project-details .content-blocks .block-item:hover {
            background-color: #f6f6f6;
        }

        .module-project-details .content-blocks .block-item.spacer {
            display: none;
        }

    .module-project-details .content-blocks .name h4 {
        text-align: center;
        margin: 20px 0 20px 0;
    }


    .module-project-details .content-blocks .inner {
        padding: 0 20px 30px 20px;
        border-top: 7px solid #296047;
    }

        .module-project-details .content-blocks .inner:hover {
            /*border-top: 7px solid #296047;*/
        }

            .module-project-details .content-blocks .inner:hover h4 {
                color: #296047;
            }


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

@media (min-width: 992px) {

    /*.module-project-details .call-to-action .button {
        height: 60px;
        line-height: 60px;
        font-size: 24px;
    }*/

    .module-project-details .content-blocks {
        display: table;
        padding-bottom: 30px;
        width: 100%;
    }

        .module-project-details .content-blocks .block-item {
            display: table-cell;
            width: 31.6%;
            border-left: 0;
        }

            .module-project-details .content-blocks .block-item.spacer {
                display: table-cell;
                width: 2.6%;
                background: #ffffff;
            }

        .module-project-details .content-blocks .inner {
            height: 100%;
        }
}

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


/*****************************************************/
/*            MODULE: NEWS                           */
/*****************************************************/
.module-equipments {
}

    .module-equipments .content .sections {
    }

        .module-equipments .content .sections h4 {
            text-align: center;
            float: left;
            width: 100%;
            line-height: 38px;
            margin: 0;
            color: #ffffff;
            padding: 14px 10px 14px 10px;
            background: #296047;
        }

        .module-equipments .content .sections .select-holder {
            float: left;
            width: 100%;
            background: #2c2f31;
            padding: 24px 4% 24px 4%;
        }

            .module-equipments .content .sections .select-holder .select {
            }

    .module-equipments .content .article {
        margin: 30px 0 20px 0;
        padding: 0 0 30px 0;
        border-bottom: 5px solid #296047;
        background-color: #efefef;
        position: relative;
        overflow: hidden;
    }

        .module-equipments .content .article .inner {
            border: none;
            padding: 0;
        }

    .module-equipments .equipments .thumbimage {

        margin-bottom: 10px;

    }

        .module-equipments .equipments .thumbimage img {
            padding: 0;
            max-width: 100% !important;
            width: 100% !important;
            height: auto !important;
        }

    .module-equipments .content .title {
        float: left;
        width: 100%;
        padding: 22px 20px 0 20px;
    }

        .module-equipments .content .title a {
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
            font-size: 19px;
            color: #333333;
            text-transform: uppercase;
            line-height: 1em;
            margin: 0;
            margin-bottom: .5em;
        }

    .module-equipments .content .news-date,
    .module-equipments .content .has-no-image .news-date {
        float: left;
        width: 70%;
        padding: 0 0 0 20px;
    }


    .module-equipments .content .article-content,
    .module-equipments .content .has-no-image .article-content {
        clear: none;
        float: left;
        width: 100%;
        padding: 20px 20px 0 20px;
    }

    .module-equipments .content .read-more,
    .module-equipments .content .has-no-image .read-more {
        display: none;
        float: left;
        width: 70%;
        margin: 0;
        padding: 20px 0 0 20px;
    }

        .module-equipments .content .read-more a {
            display: inline-block;
            height: 36px;
            width: auto;
            margin: 0;
            line-height: 36px;
            white-space: nowrap;
            color: #ffffff;
            padding: 0 40px 0 20px;
            text-transform: uppercase;
            background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

@media (min-width: 600px) {
    .module-equipments .content .article .article-content {
        width: 70%;
    }

    .module-equipments .content .article .thumbimage {
        display: block;
    }

    .module-equipments .content .title {
        width: 70%;
    }

    .module-equipments .content .article .read-more,
    .module-equipments .content .article.has-no-image .read-more {
        display: block;
    }
}

@media (min-width: 768px) {

    .module-equipments .content .sections h4 {
        width: 16.5%;
        padding: 24px 20px 24px 10px;
        background: #2c2f31 url(../images/filter_bar_red_block.png) right center no-repeat;
    }

    .module-equipments .content .sections .select-holder {
        width: 83.5%;
        padding: 25px 0 18px 1%;
    }

        .module-equipments .content .sections .select-holder .select {
            margin-left: 2%;
            width: 94%;
        }

    .module-equipments .content .title a {
        font-size: 20px;
    }

    .module-equipments .content .article .thumbimage {
        padding: 28px 0 30px 30px;
    }

    .module-equipments .content .title {
        padding: 25px 30px 0 30px;
    }

    .module-equipments .content .news-date,
    .module-equipments .content .has-no-image .news-date {
        padding: 15px 0 0 30px;
    }

    .module-equipments .content .article .article-content,
    .module-equipments .content .article.has-no-image .article-content {
        padding: 20px 30px 0 30px;
    }

    .module-equipments .content .article.has-no-image .article-content {
        width: 90%;
    }

    .module-equipments .content .read-more,
    .module-equipments .content .has-no-image .read-more {
        padding: 20px 0 0 30px;
    }
}

@media (min-width: 992px) {
    .module-equipments .content .sections h4 {
        width: 14%;
    }

    .module-equipments .content .sections .select-holder {
        width: 86%;
    }
}

@media (min-width: 1200px) {
    .module-equipments .content .article {
        padding: 0;
    }

        .module-equipments .content .article .thumbimage {
            padding: 0;
        }

        .module-equipments .content .article.has-no-image .read-more {
            padding-bottom: 30px;
        }
}

.module-equipments-article-details {
}

    .module-equipments-article-details .news-item .news-date {
        margin: 0 0 20px 0;
    }

    .module-equipments-article-details .article-content img {
        max-width: 100%;
        height: auto !important;
    }

    .module-equipments-article-details .right-column .action {
        margin: 0 0 40px 0;
    }

    .module-equipments-article-details .right-column .module-content {
        width: 100%;
    }

    .module-equipments-article-details .right-column .article {
        height: auto !important;
    }

    .module-equipments-article-details .right-column .thumbimage {
        display: none;
        width: 25%;
        padding: 0;
    }

    .module-equipments-article-details .right-column .text-holder {
        float: left;
        width: 100%;
    }

    .module-equipments-article-details .right-column .has-no-image .text-holder {
        width: 100%;
    }

    .module-equipments-article-details .right-column .text-holder .title {
        padding: 0 20px 0 20px;
    }

    .module-equipments-article-details .right-column .thumbimage img {
        width: 100%;
    }

    .module-equipments-article-details .right-column .article-content {
        display: none;
    }

    .module-equipments-article-details .editor-action {
        margin-top: 40px;
        padding: 0;
    }

@media (min-width: 1200px) {
    .module-equipments-article-details .right-column .thumbimage {
        display: block;
    }

    .module-equipments-article-details .right-column .text-holder {
        width: 75%;
    }
}

/*****************************************************/
/*            MODULE: EVENTS                         */
/*****************************************************/
.module-events {
}

    .module-events .heading {
        display: none;
    }

    .module-events .content {
        padding: 0;
    }

        /*.module-events .content .search-holder {
            background: #dcdcdc;
            padding: 20px 20px 25px 20px;
            margin: 10px 0 20px 0;
        }

            .module-events .content .search-holder .event-selection {
                font-size: 14px;
                margin: 0 0 10px;
            }*/


        .module-events .content .article {
            margin: 30px 0 20px 0;
            padding: 0 0 30px 0;
            border-bottom: 5px solid #296047;
            background-color: #efefef;
            position: relative;
            overflow: hidden;
        }

            .module-events .content .article:first-child {
                margin-top: 0;
            }


            .module-events .content .article .primaryimage {
                display: none;
                width: 30%;
                margin: 0;
                padding: 24px 0 0 20px;
            }

                .module-events .content .article .primaryimage img {
                    padding: 0;
                    max-width: 100% !important;
                    width: 100% !important;
                    height: auto !important;
                }

        .module-events .content .title {
            float: left;
            width: 100%;
            padding: 22px 20px 0 20px;
        }

            .module-events .content .title a {
                font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
                font-weight: 700;
                font-size: 19px;
                color: #333333;
                text-transform: uppercase;
                line-height: 1em;
                margin: 0;
                margin-bottom: .5em;
            }

        .module-events .content .event-date,
        .module-events .content .has-no-image .event-date {
            float: left;
            width: 70%;
            padding: 15px 0 0 20px;
        }


        .module-events .content .article .article-content,
        .module-events .content .article.has-no-image .article-content {
            clear: none;
            float: left;
            width: 100%;
            padding: 20px 20px 0 20px;
        }

        .module-events .content .article .read-more,
        .module-events .content .article.has-no-image .read-more {
            display: none;
            float: left;
            width: 70%;
            margin: 0;
            padding: 20px 0 0 20px;
        }

        .module-events .content .read-more a {
            display: inline-block;
            height: 36px;
            width: auto;
            margin: 0;
            line-height: 36px;
            white-space: nowrap;
            color: #ffffff;
            padding: 0 40px 0 20px;
            text-transform: uppercase;
            background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }


@media (min-width: 600px) {
    .module-events .content .article .article-content {
        width: 70%;
    }

    .module-events .content .article .primaryimage {
        display: block;
    }

    .module-events .content .title {
        width: 70%;
    }

    .module-events .content .article .read-more,
    .module-events .content .article.has-no-image .read-more {
        display: block;
    }
}

@media (min-width: 768px) {
    .module-events .content .title a {
        font-size: 20px;
    }

    .module-events .content .article .primaryimage {
        padding: 28px 0 0 30px;
    }

    .module-events .content .title {
        padding: 25px 30px 0 30px;
    }

    .module-events .content .event-date,
    .module-events .content .has-no-image .event-date {
        padding: 15px 0 0 30px;
    }

    .module-events .content .article .article-content,
    .module-events .content .article.has-no-image .article-content {
        padding: 20px 30px 0 30px;
    }

    .module-events .content .article.has-no-image .article-content {
        width: 90%;
    }

    .module-events .content .read-more,
    .module-events .content .has-no-image .read-more {
        padding: 20px 0 0 30px;
    }
}

@media (min-width: 1200px) {
    .module-events .content .article {
        padding: 0;
    }

        .module-events .content .article .primaryimage {
            padding: 0;
        }

        .module-events .content .article.has-no-image .read-more {
            padding-bottom: 30px;
        }
}


.module-events-article-details {
}

    .module-events-article-details .events-item .events-date {
        margin: 0 0 20px 0;
        font-size: 18px;
    }


    .module-events-article-details .right-column .action {
        margin: 0 0 40px 0;
    }

    .module-events-article-details .right-column .module-content {
        width: 100%;
    }

    .module-events-article-details .right-column .article {
        height: auto !important;
    }

    .module-events-article-details .right-column .thumbimage {
        display: none;
        width: 25%;
        padding: 0;
    }

    .module-events-article-details .right-column .text-holder {
        float: left;
        width: 100%;
    }

    .module-events-article-details .right-column .has-no-image .text-holder {
        width: 100%;
    }

    .module-events-article-details .right-column .text-holder .title {
        padding: 0 20px 0 20px;
    }

    .module-events-article-details .right-column .thumbimage img {
        width: 100%;
    }

    .module-events-article-details .right-column .article-content {
        display: none;
    }

    .module-events-article-details .editor-action {
        margin-top: 40px;
    }

@media (min-width: 1200px) {
    .module-events-article-details .right-column .thumbimage {
        display: block;
    }

    .module-events-article-details .right-column .text-holder {
        width: 75%;
    }
}




/*#calendar {
    margin-top: 30px;
}

    #calendar .fc-button {
        margin: 0 1px 3px 0;
        border: none;
        border-radius: 0;
    }



    #calendar .fc-button-inner {
        border: none;
        margin: 0;
        padding: 15px 5px 12px 5px;
        background-color: #dcdcdc;
        color: #333333;
    }

        #calendar .fc-button-inner:hover,
        #calendar .fc-state-active .fc-button-inner {
            color: #296047;
        }

    #calendar .fc-button-content {
        border: none;
        margin: 0;
        height: 30px;
        line-height: 30px;
    }

    #calendar .fc-header-title {
        padding: 15px 5px 12px 5px;
    }

        #calendar .fc-header-title h2 {
            font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
            font-weight: 700;
            text-transform: uppercase;
            line-height: 30px;
            font-size: 18px;
            color: #333333;
            margin: 0;
        }


    #calendar .fc-grid {
        background-color: #efefef;
        padding: 7px;
    }


    #calendar .fc-border-separate {
        background: #ffffff;
    }

    #calendar .fc-widget-header,
    #calendar .fc-widget-content {
        border-color: #efefef;
        border-bottom-width: 2px;
    }

    #calendar .fc-border-separate tr.fc-last th {
        border-bottom-width: 3px;
    }

    #calendar a.fc-event {
        margin: 0 0 0 3px;
        padding: 5px;
        border: none;
        background-color: #296047;
    }


    #calendar .fc-event-inner {
        background-color: #296047;
        margin: 0;
        padding: 0;
        border: none;
    }

        #calendar .fc-event-inner .fc-event-time {
            display: none;
        }

    #calendar .fc-today {
        background-color: #dcdcdc;
    }

@media (min-width: 768px) {
    #calendar .fc-header-title h2 {
        font-size: 19px;
    }
}

@media (min-width: 992px) {
    #calendar .fc-header-title h2 {
        font-size: 20px;
    }
}

@media (min-width: 1200px) {
    #calendar .fc-header-title h2 {
        font-size: 21px;
    }
}*/

/*****************************************************/
/*            MODULE: RESOURCES                      */
/*****************************************************/
.module-resources.simple-list {
}

    .module-resources.simple-list .title {
        height: 36px;
        line-height: 36px;
        white-space: nowrap;
        color: #ffffff;
        padding: 0 40px 0 20px;
        text-transform: uppercase;
        /*background: #080808 url(../images/button_arrow_down.png) right center no-repeat;*/
        background-color: #080808;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .module-resources.simple-list .resource {
        display: table;
        width: 100%;
        margin: 15px 0 0 0;
    }

        .module-resources.simple-list .resource h4 {
            display: table-cell;
            height: 46px;
            margin: 0;
            vertical-align: middle;
            background: url(../images/download_bg.png) left center no-repeat;
        }

        .module-resources.simple-list .resource a {
            display: block;
            padding: 0 0 0 60px;
            color: #2d2f31;
            font-weight: 400;
            text-transform: none;
        }


/*****************************************************/
/*            MODULE: FORM BUILDER                   */
/*****************************************************/
.module-formbuilder {
}

    .module-formbuilder legend.title {
        font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 26px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 1em;
        border: none;
        margin-bottom: 30px;
    }

    .module-formbuilder input.form-control,
    .module-formbuilder select.form-control,
    .module-formbuilder textarea.form-control {
        height: 38px;
        background-color: #ffffff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        box-shadow: none;
    }

#MainWrapper .module-formbuilder textarea.form-control {
    height: 150px;
}

.module-formbuilder button.btn-primary {
    display: block;
    width: 100%;
    float: left !important;
    height: 38px;
    line-height: 38px;
    white-space: nowrap;
    color: #ffffff;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
}

    .module-formbuilder button.btn-primary:hover {
        color: #ffffff;
        background-color: #e91731;
    }

@media (min-width: 768px) {
    .module-formbuilder legend.title {
        font-size: 27px;
    }
}

@media (min-width: 992px) {
    .module-formbuilder legend.title {
        font-size: 28px;
    }
}

@media (min-width: 1200px) {
    .module-formbuilder legend.title {
        font-size: 29px;
    }
}


/*****************************************************/
/*            MODULE: GALLERY                        */
/*****************************************************/
.module-basicgallery {
}

    .module-basicgallery .bx-slider {
        visibility: hidden;
    }

    .module-basicgallery .bx-wrapper .bx-viewport {
        box-shadow: none;
        border: none;
        left: 0;
        background: none;
    }

    .module-basicgallery .bx-wrapper .bx-caption {
        background: rgba(123, 117, 117, 0.7);
        position: absolute;
        bottom: 0;
    }

        .module-basicgallery .bx-wrapper .bx-caption span {
            font-family: 'Open Sans', Arial, Helvetica, sans-serif;
            font-weight: 400;
            font-size: 15px;
            color: #ffffff;
            padding: 10px 10px 10px 20px;
        }

    .module-basicgallery .bx-thumbs {
        margin-top: 10px;
    }

@media (min-width: 768px) {
    .module-basicgallery .bx-wrapper .bx-caption span {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .module-basicgallery .bx-wrapper .bx-caption span {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .module-basicgallery .bx-wrapper .bx-caption span {
        font-size: 20px;
    }
}

/*****************************************************/
/*            SHADOWBOX                              */
/*****************************************************/
#sb-container {
    z-index: 10000;
}

#sb-wrapper {
}


/*****************************************************/
/*            FORM BUILDER POPUP                     */
/*****************************************************/
.popup-form-wrapper {
    display: none;
    position: fixed;
    /*height: 100%;
    width: 100%;*/
    background: transparent;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10001;
    margin-left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgba(0,0,0,.6);
}

    .popup-form-wrapper .form-wrapper-background {
        width: 100%;
        height: 100%;
        display: inline-block;
        /*background-color: #000;*/
        opacity: 0.6;
        float: left;
    }

    .popup-form-wrapper .popup-box {
        width: 100%;
        /*height: 100%;*/
        position: absolute;
        padding: 8% 30% 8% 30%;
    }

        .popup-form-wrapper .popup-box .btn-content {
            background-color: #242727;
            -webkit-border-radius: 3px 3px 0 0;
            -moz-border-radius: 3px 3px 0 0;
            border-radius: 3px 3px 0 0;
        }

        .popup-form-wrapper .popup-box .cms-content {
            /*height: -moz-calc(100% - 36px);
            height: -webkit-calc(100% - 36px);
            height: 95%;
            height: calc(100% - 36px);*/
        }

        .popup-form-wrapper .popup-box .popup-box-close {
            float: right;
            cursor: pointer;
            background-image: none;
            padding-right: 20px;
        }

        .popup-form-wrapper .popup-box .module-formbuilder,
        .popup-form-wrapper .popup-box .module-contenteditor {
            /*height: 100%;
            overflow: scroll;*/
            background-color: #242727;
            -webkit-border-radius: 0 0 3px 3px;
            -moz-border-radius: 0 0 3px 3px;
            border-radius: 0 0 3px 3px;
            padding: 0 15px 15px 15px;
        }

            .popup-form-wrapper .popup-box .module-contenteditor .content {
                padding: 5px 15px 0 15px;
            }

            .popup-form-wrapper .popup-box .module-contenteditor h2 {
                color: #ffffff;
                margin-bottom: 20px;
            }

            .popup-form-wrapper .popup-box .module-formbuilder .content textarea {
                resize: none;
            }

@media (max-height: 800px) {
    .popup-form-wrapper .popup-box {
        padding: 1% 24% 1% 24%;
    }
}

@media (max-width: 1199px) {
    .popup-form-wrapper .popup-box {
        padding: 8% 24% 8% 24%;
    }
}

@media (max-width: 767px) {
    .popup-form-wrapper .popup-box {
        padding: 8% 16% 8% 16%;
    }
}

@media (max-width: 580px) {
    .popup-form-wrapper .popup-box {
        padding: 8% 12% 8% 12%;
    }
}

/*@media (max-width: 320px) {
    #PopUpFormWrapper .popup-box {
        width: auto;
        padding: 8% 6% 0 6%;
        max-height: 400px;
        overflow-y: scroll;
        margin-right: 12px;
        padding-right: 0;
        -webkit-border-top-right-radius: 12px;
        -moz-border-top-right-radius: 12px;
        border-top-right-radius: 12px;
        -webkit-border-bottom-right-radius: 12px;
        -moz-border-bottom-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

        #PopUpFormWrapper .popup-box .module-formbuilder {
            -webkit-border-top-right-radius: 0;
            -moz-border-top-right-radius: 0;
            border-top-right-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
        }

            #PopUpFormWrapper .popup-box .module-formbuilder .content .control-label,
            #PopUpFormWrapper .popup-box .module-formbuilder .content .required-marker {
                font-size: 12px;
            }
}*/

/*****************************************************/
/*            CLEAR SETTINGS                         */
/*****************************************************/

/* Show and affix the side nav when space allows it */
@media screen and (min-width: 992px) {
    #SideMenu .menu ul > .menuSelected > ul {
        display: block;
    }
}


@media (min-width: 0px) and (max-width: 540px) {
    .clear-540-left {
        clear: left;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .clear-600-left {
        clear: left;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .clear-xs-left {
        clear: left;
    }

    .clear-xs-right {
        clear: right;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clear-sm-left {
        clear: left;
    }

    .clear-sm-right {
        clear: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .clear-md-left {
        clear: left;
    }

    .clear-md-right {
        clear: right;
    }
}

@media (min-width: 1200px) {
    .clear-lg-left {
        clear: left;
    }

    .clear-lg-right {
        clear: right;
    }
}

.clear-all-left {
    clear: left;
}

.clear-all-right {
    clear: right;
}


/*****************************************************/
/*            GENERAL                                */
/*****************************************************/
a.button,
.module-contenteditor a.button {
    display: inline-block;
    height: 36px;
    width: auto;
    margin: 0;
    line-height: 36px;
    white-space: nowrap;
    color: #ffffff;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    a.button.full,
    .module-contenteditor a.button.full {
        width: 100%;
    }

    a.button.deep {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    a.button.back,
    .module-contenteditor a.button.back {
        padding: 0 20px 0 40px;
        background: #2b2e2e url(../images/button_arrow_left.png) left center no-repeat;
    }

    a.button:hover,
    .module-contenteditor a.button:hover {
        color: #000;
        background-color: #ffd800;
        text-decoration: none;
    }

@media(min-width: 360px) {
    a.button.deep {
        font-size: 16px;
    }
}

@media(min-width: 450px) {
    a.button.deep {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

.block-heading {
    height: 36px;
    line-height: 36px;
    white-space: nowrap;
    color: #ffffff;
    padding: 0 40px 0 20px;
    text-transform: uppercase;
    /*background: #080808 url(../images/button_arrow_down.png) right center no-repeat;*/
    background-color: #080808;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}


.action-image-right {
    margin-top: 40px;
}

    .action-image-right a {
        text-decoration: none;
        color: #333333;
    }

    .action-image-right .expandbutton,
    .action-image-right .expandable {
        display: none;
    }

    .action-image-right .module-contenteditor {
        background-color: #efefef;
        display: table;
        width: 100%;
    }

        .action-image-right .module-contenteditor:hover {
            background-color: #296047;
        }

            .action-image-right .module-contenteditor:hover h4,
            .action-image-right .module-contenteditor:hover a {
                color: #ffffff;
            }

            .action-image-right .module-contenteditor:hover img.toned {
                display: none;
            }

            .action-image-right .module-contenteditor:hover img.colored {
                display: block;
            }

    .action-image-right .content {
        display: table-cell;
        vertical-align: middle;
    }

        .action-image-right .content a {
            display: inline-block;
            padding: 6% 7% 6% 7%;
        }

    .action-image-right h4 {
        margin: 0;
    }

    .action-image-right .expandcontent {
        display: table-cell !important;
        padding: 0;
        width: 46%;
    }

        .action-image-right .expandcontent p {
            padding: 0;
            margin: 0;
        }

        .action-image-right .expandcontent img {
            max-width: 100% !important;
            width: 100% !important;
            height: auto !important;
        }

            .action-image-right .expandcontent img.toned {
                display: block;
            }

            .action-image-right .expandcontent img.colored {
                display: none;
            }

@media (min-width: 480px) {
    .action-image-right .expandcontent {
        width: 36%;
    }
}

@media (min-width: 768px) {
    .action-image-right .expandcontent {
        width: 46%;
    }
}

.action-image-top {
}

    .action-image-top h4,
    .action-image-top .content h4 {
        margin-top: 0;
    }

        .action-image-top h4 a {
            display: block;
            text-decoration: none;
            color: #333333;
            padding-left: 20px;
            background: url(../images/action_arrow_right_red.png) left 2px no-repeat;
        }

@media (max-width: 480px) {
    .action-image-top {
        width: 100%;
    }
}



.static-image-top {
}

    .static-image-top h4,
    .static-image-top .content h4 {
        margin-top: 0;
        margin-bottom: 0;
    }

        .static-image-top h4 a {
            display: block;
            text-decoration: none;
            color: #333333;
            padding-left: 20px;
            background: url(../images/action_arrow_right_red.png) left 2px no-repeat;
        }

@media (max-width: 600px) {
    .static-image-top {
        width: 50%;
    }
}

@media (max-width: 440px) {
    .static-image-top {
        width: 100%;
    }

        .static-image-top p:first-child {
            width: 60%;
        }
}

@media (max-width: 350px) {
    .static-image-top p:first-child {
        width: 70%;
    }
}


.accordian-menu {
}

    .accordian-menu a {
        text-decoration: none;
    }

    .accordian-menu .heading h2 {
        line-height: 1em;
        margin: 0 0 25px 0;
    }

    .accordian-menu .heading a {
        color: #333333;
    }

    .accordian-menu .items-container {
        position: relative;
    }

    .accordian-menu .slider-item,
    .accordian-menu .preview-item {
        margin-top: 50px;
    }

        .accordian-menu .slider-item:first-child,
        .accordian-menu .preview-item:first-child {
            margin-top: 0;
        }

        .accordian-menu .slider-item:hover .expander,
        .accordian-menu .preview-item:hover .expander {
            background-color: #296047;
        }

            .accordian-menu .slider-item:hover .expander h4,
            .accordian-menu .slider-item:hover .expander h5,
            .accordian-menu .preview-item:hover .expander h4,
            .accordian-menu .preview-item:hover .expander h5 {
                color: #ffffff;
            }

    .accordian-menu.projects .expander {
        background-color: #ffffff;
    }

    .accordian-menu .expander {
        width: 100%;
        margin: 0;
        padding: 4% 7% 6% 7%;
        background-color: #efefef;
        z-index: 51;
        cursor: default;
        display: table;
        border-right: 5px solid #296047;
    }

        .accordian-menu .expander .title {
            display: table-cell;
            vertical-align: middle;
        }

        .accordian-menu .expander.active {
            background-color: #296047;
        }

        .accordian-menu .expander h5 {
            margin: 0;
        }

        .accordian-menu .expander.active .title h4 {
            color: #ffffff;
            margin: 0;
        }



    .accordian-menu .expandcontent {
        z-index: 52;
    }

        .accordian-menu .expandcontent img {
            max-width: 100% !important;
            width: 100% !important;
            height: auto !important;
            border-right: 5px solid #296047;
        }

        .accordian-menu .expandcontent .description-block {
            display: none;
        }

            .accordian-menu .expandcontent .description-block h5 {
                color: #ffffff;
                text-transform: uppercase;
                margin: 0 0 5px 0;
            }

            .accordian-menu .expandcontent .description-block p {
                color: #ffffff;
                margin: 0;
            }

            .accordian-menu .expandcontent .description-block .button {
                display: none;
                float: right;
            }

@media (min-width: 480px) {
    .accordian-menu .slider-item,
    .accordian-menu .preview-item {
        position: relative;
        width: 100%;
        background-color: #efefef;
        margin-top: 50px;
    }

        .accordian-menu .slider-item:first-child,
        .accordian-menu .preview-item:first-child {
            margin-top: 0;
        }

    .accordian-menu .expander {
        width: 50%;
        float: left;
        padding: 0 2.5% 0 2.5%;
        border: none;
    }

        .accordian-menu .expander .title {
            padding-bottom: 25%;
        }

        .accordian-menu .expander .detail p {
            display: none;
        }

    .accordian-menu .expandcontent {
        width: 50%;
        float: left;
    }

        .accordian-menu .expandcontent .description-block {
            display: block;
            width: 200%;
            margin-left: -100%;
            background-color: rgba(123, 117, 117, 0.7);
            border-right: 5px solid #ffd800;
            padding: 5% 0 5% 3%;
        }

            .accordian-menu .expandcontent .description-block h5 {
                display: none;
                max-width: 67%;
            }

            .accordian-menu .expandcontent .description-block p {
                max-width: 67%;
            }

            .accordian-menu .expandcontent .description-block .button {
                display: block;
                position: absolute;
                right: 13px;
                bottom: 8px;
                height: 30px;
                line-height: 30px;
            }
}

@media (min-width: 768px) {
    .accordian-menu .slider-item,
    .accordian-menu .preview-item {
        margin-top: 20px;
    }

    .accordian-menu .expander .title {
        padding-bottom: 14%;
    }

    .accordian-menu .expandcontent .description-block {
        padding: 4% 0 4% 3%;
    }

        .accordian-menu .expandcontent .description-block .button {
            right: 15px;
            bottom: 9px;
        }

        .accordian-menu .expandcontent .description-block h5 {
            max-width: 77%;
        }

        .accordian-menu .expandcontent .description-block p {
            max-width: 77%;
        }
}

@media (min-width: 992px) {
    .accordian-menu .slider-item,
    .accordian-menu .preview-item {
        margin-top: 1px;
        position: static;
    }

    .accordian-menu .expander {
        width: 33.33333333%;
        float: none;
    }

        .accordian-menu .expander .title {
            padding-bottom: 0;
        }

            .accordian-menu .expander .title h4 {
                margin: 0;
            }

        .accordian-menu .expander .detail {
            display: none;
        }

    .accordian-menu .expandcontent {
        position: absolute;
        top: 0;
        left: 33.33333333%;
        width: 66.66666667%;
        display: none;
        float: none;
    }

    .accordian-menu.projects .expandcontent {
        top: 0;
    }

    .accordian-menu .expandcontent .description-block {
        position: absolute;
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 2%;
    }

        .accordian-menu .expandcontent .description-block .button {
            right: 12px;
            bottom: 12px;
        }

        .accordian-menu .expandcontent .description-block h5 {
            display: block;
            max-width: 75%;
        }

        .accordian-menu .expandcontent .description-block p {
            max-width: 75%;
        }
}

@media (min-width: 1200px) {
    .accordian-menu .expandcontent .description-block h5 {
        max-width: 80%;
    }

    .accordian-menu .expandcontent .description-block p {
        max-width: 80%;
    }
}


.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.page-quicklinks h2 {
    margin: 0;
}

.page-quicklinks ul {
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0;
}

    .page-quicklinks ul li {
        width: 100%;
        float: left;
        padding: 0 15px 0 15px;
        margin: 30px 0 0 0;
    }

        .page-quicklinks ul li h4 {
            display: table;
            width: 100%;
            vertical-align: middle;
            margin: 0;
            background: #efefef url(../images/page_quicklinks_off.png) left center no-repeat;
            padding: 0 25px 0 45px;
        }

        .page-quicklinks ul li a {
            display: table-cell;
            height: 119px;
            text-decoration: none;
            color: #333333;
            vertical-align: middle;
        }

        .page-quicklinks ul li:hover h4 {
            background: #efefef url(../images/page_quicklinks_on.png) right center no-repeat;
        }

        .page-quicklinks ul li:hover a {
            color: #ffffff;
        }


@media (min-width: 480px) {
    .page-quicklinks ul li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .page-quicklinks ul li {
        width: 33.33333333%;
    }
}

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

@media (min-width: 1200px) {
    .page-quicklinks ul li {
        width: 25%;
    }
}


.rollover-quicklinks h2 {
    margin: 0;
}

.rollover-quicklinks ul {
    list-style: none;
    margin: 0 -15px 0 -15px;
    padding: 0;
}

    .rollover-quicklinks ul li {
        width: 100%;
        float: left;
        padding: 0 15px 0 15px;
        margin: 30px 0 0 0;
        display: table;
    }

        .rollover-quicklinks ul li:hover h4.rollover {
            display: none;
        }

        .rollover-quicklinks ul li:hover h4.reveal {
            display: table-cell;
        }

        .rollover-quicklinks ul li h4 {
            color: #ffffff;
            display: table-cell;
            vertical-align: middle;
            height: 140px;
            margin: 0;
            background: #333333 url(../images/red-triangle.png) right bottom no-repeat;
            padding: 0 25px 0 25px;
            text-transform: none;
            line-height: 1.1em;
        }

            .rollover-quicklinks ul li h4.reveal {
                display: none;
                background: #296047;
            }

        .rollover-quicklinks ul li.active h4.rollover {
            display: none;
        }

        .rollover-quicklinks ul li.active h4.reveal {
            display: table-cell;
        }

        .rollover-quicklinks ul li a {
            display: block;
            vertical-align: middle;
            text-decoration: none;
            color: #333333;
        }


/*.rollover-quicklinks ul li:hover h4 {
            background: #296047;
        }

        .rollover-quicklinks ul li:hover a {
            color: #ffffff;
        }*/


@media (min-width: 480px) {
    .rollover-quicklinks ul li {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .rollover-quicklinks ul li {
        width: 33.33333333%;
    }
}

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

@media (min-width: 1200px) {
    .rollover-quicklinks ul li {
        width: 25%;
    }
}



/* Scroll to Top */
.scroll-to-top {
    z-index: 10;
    position: fixed;
    bottom: 15px;
    right: 15px;
    text-align: center;
    background-color: rgba(0,0,0,0.7);
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

    .scroll-to-top:hover,
    .scroll-to-top:focus {
        background-color: rgba(207, 20, 43, 0.8);
    }

    .scroll-to-top i.glyphicon {
        font-size: 18px;
        color: #ffffff;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }

    .scroll-to-top.visible {
        display: block;
    }


.red-border-top {
    border-top: 5px solid #296047;
}



.solution-process {
    border-top: 7px solid #296047;
    border-bottom: 7px solid #296047;
    background-color: #efefef;
    padding: 20px;
}

.infusion-form {
}

    .infusion-form .module-contenteditor {
        padding-top: 15px;
        padding-bottom: 10px;
        background: #e3c000;
    }

    .infusion-form .content {
        padding: 15px;
    }

    .infusion-form h2 {
        color: #ffffff;
        margin-bottom: 30px;
    }

    .infusion-form .infusion-field {
        margin-bottom: 15px;
    }

        .infusion-form .infusion-field._inf_custom_RegionalLocation,
        .infusion-form .infusion-field._inf_custom_ResourceUrl {
            display: none;
        }

        .infusion-form .infusion-field label {
            color: #ffffff;
            display: none;
        }

    .infusion-form.questionnaire .infusion-field.text-area label {
        display: inline-block;
    }

    .infusion-form .infusion-field.radio-options label {
        display: inline-block;
    }

    .infusion-form .infusion-field input[type=text],
    .infusion-form .infusion-field textarea,
    .infusion-form .infusion-field select {
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        height: 38px;
        background-color: #ffffff;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #c8c8c8;
        box-shadow: none;
        width: 100%;
    }

    .infusion-form .infusion-field textarea {
        height: 150px;
    }

    .infusion-form .infusion-field .select .select-styled {
        font-size: 14px;
        color: #ababab;
        padding-left: 12px;
    }

        .infusion-form .infusion-field .select .select-styled.active {
            color: #ffffff;
        }

    .infusion-form .infusion-field .infusion-option {
        display: inline-block;
        width: 40%;
        margin: 5px 0 5px 0;
    }

        .infusion-form .infusion-field .infusion-option input,
        .infusion-form .infusion-field .infusion-option label {
            margin: 0;
            line-height: 20px;
            vertical-align: middle;
        }

        .infusion-form .infusion-field .infusion-option label {
            color: #9e9e9e;
        }


    .infusion-form .infusion-submit {
        margin-top: 30px;
    }

        .infusion-form .infusion-submit input[type=submit] {
            display: block;
            width: 100%;
            float: none;
            height: 38px;
            line-height: 38px;
            white-space: nowrap;
            color: #ffffff;
            padding: 0 40px 0 20px;
            text-transform: uppercase;
            background: #296047 url(../images/button_arrow_right.png) right center no-repeat;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            border: none;
        }

            .infusion-form .infusion-submit input[type=submit]:hover {
                background-color: #1b1717;
            }

::-webkit-input-placeholder,
:-moz-placeholder /* Firefox 18- */,
::-moz-placeholder /* Firefox 19+ */,
:-ms-input-placeholder {
    color: #ababab;
}

#DefaultContent {
    padding-top: 40px;
    padding-bottom: 40px;
}

.module-type-contentsearch .module-wrapper .results-sorting {
    margin-bottom: 20px;
}

    .module-type-contentsearch .module-wrapper .results-sorting .select-styled {
        background-color: #f9f9f9;
    }

    .module-type-contentsearch .module-wrapper .results-sorting > span {
        margin-left: 14px;
    }

.module-type-contentsearch .module-wrapper .list-wrapper .title h4 a {
    color: #434343;
}

/*#region *************** Content Blocks *************/

.edit-mode-on .module-actions {
    top: unset !important;
}

.module-wrapper {
    margin-bottom: 0;
}

.edit-mode-on .droppable {
    display: none;
}

/*#endregion ************* Content Blocks *************/


/*#region Cookie Notice */
.cookie-notice {
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    padding: 8px 10px;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0,0,0,0.8);
    z-index: 20000;
}

    .cookie-notice h5,
    .cookie-notice a {
        display: inline-block;
        color: #ffffff;
        margin: 5px 15px 5px 15px;

    }
/*#endregion */
.itemphone
{
    float: left;
    height: 33px;
    font-size: 22px;
    line-height: 46px;
}
.itemphone a {
    color: #296047;
}
#rightmenu ul{
    margin: 0px;
    padding: 0px;
}
#rightmenu li
{
    list-style: none;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1px;
}
#rightmenu li.first{
    border-top:3px solid #296047;
}
#rightmenu li a.active {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    border-left: 5px solid #e3c000;
    padding: 7px 0 8px 10px;
    background: #efefef;
    line-height: 12px;
    display: block;
    text-decoration: none;
}
#rightmenu li a{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    /* border-left: 5px solid #cf142b; */
    padding: 7px 0 8px 10px;
    background: #efefef;
    line-height: 12px;
    display: block;
    text-decoration: none;}
#leftmenu ul{
    margin: 0px;
    padding: 0px;
}
#leftmenu li
{
    list-style: none;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1px;
}
#leftmenu li.first{
    border-top:3px solid #296047;
}
#leftmenu li a.active {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    border-left: 5px solid #e3c000;
    padding: 7px 0 8px 10px;
    background: #efefef;
    line-height: 12px;
    display: block;
    text-decoration: none;
}
#leftmenu li a{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    /* border-left: 5px solid #cf142b; */
    padding: 7px 0 8px 10px;
    background: #efefef;
    line-height: 12px;
    display: block;
    text-decoration: none;}
#inquiryform
{
    margin-top: 10px;
}
#TopBar .contactnumber a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
#TopBar .contactnumber a {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
.companyname
{
    float: left;
    padding-top: 14px;
}
@media (max-width: 43.75em)
{
    .companyname{ display: none;}
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
	padding: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
	padding: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
	padding: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
	padding: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  padding: 0px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}
.summary h3
{
    text-transform: capitalize;
}
.summary .borderBox
{
    padding: 12px;
    margin-bottom:12px;
    border-radius: 1.25rem !important;
    background-color:beige ;
}
.createupdateorderbtn {  }
td.inventorychecked{ background-color: #90ff906b;}