/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    background: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
    .slick-slider {
        background: #464646;
    }
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}




/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {

    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 20px;
            height: 20px;
            padding: 5px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 20px;
                height: 20px;
                content: '•';
                text-align: center;
                opacity: .25;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            opacity: .75;
            color: black;
        }




/* ICONS */
.res-icon-file-document {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/Static/assets/img/icon/icon-file-document.png');
}

.res-icon-file-pdf {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/Static/assets/img/icon/icon-file-pdf.png');
}

.res-icon-file-video {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url('/Static/assets/img/icon/icon-file-video.png');
}

.res-icon-file-media {
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url('/Static/assets/img/icon/icon-file-media.png');
}

.res-icon-gplus {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url('/Static/assets/img/icon/icon-gplus44.png');
}

.res-icon-threelines {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url('/Static/assets/img/icon/icon-threelines44.png');
}

.res-icon-icon-ug {
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url('/Static/assets/img/icon/icon-ug44.png');
}

/* BASICS */
html {
    background: #f8f8f8;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    background: #f8f8f8;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.57142857142857 !important;
    color: #666;
}

    body.home {
        padding-top: 0px !important;
    }

        body.home .phone-top {
            display: none;
        }

h1, h2, h3, h4, h5, h6, h10, .h1, .h2, .h3, .h4, .h5, .h6, .h10 {
    color: #333;
    font-family: 'Cabin', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

    h1.muted, h2.muted, h3.muted, h4.muted, h5.muted, h6.muted, h10.muted, .h1.muted, .h2.muted, .h3.muted, .h4.muted, .h5.muted, .h6.muted, .h10.muted {
        font-weight: 400;
    }

h1 {
    font-size: 32px;
    margin: 0 0 15px 0;
}

h10 {
    font-size: 32px;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 22px;
    margin: 5px 0;
}

h3 {
    font-size: 18px;
    margin: 5px 0;
}

h4 {
    font-size: 16px;
    margin: 5px 0;
}

h5 {
    font-size: 14px;
    margin: 5px 0;
}

h6 {
    font-size: 12px;
    margin: 5px 0;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 15px;
}

strong, b, .bold {
    font-family: 'Cabin', sans-serif;
    font-weight: 700;
}

hr {
    margin: 30px 0;
    border-top: 1px solid #dddddd;
    border-bottom: none;
}

p {
    margin: 0 0 20px 0;
}

    p.asp-p-small {
        font-size: 85%;
    }

blockquote {
    padding: 20px 20px 15px 20px;
    margin: 0 0 20px;
    border-left: none;
    color: #333;
    background: #ffd101;
}

    blockquote p {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
        font-style: italic;
    }

    blockquote small {
        text-align: right;
        color: #333;
    }

.media, .media .media {
    margin-top: 0;
    margin-bottom: 20px;
}

.lead {
    font-size: 16px;
    line-height: 1.5;
}

.page-header {
    margin: 10px 0 25px 0;
    border-bottom: 1px solid #dddddd;
}

    .page-header h1 {
        margin-bottom: 0;
    }

    .page-header h10 {
        margin-bottom: 0;
    }

.nobr {
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.short-date {
    min-width: 95px;
}

.page-list-row {
    min-height: 45px;
    margin-bottom: 5px;
}

.darkback {
    background: #3c3c3c;
}

.darkcontentback {
    background: #e7e7e8;
}

.darksidebar {
    background: #333333;
    color: #ffffff;
}

.dnone {
    display: none;
}

/* LINK COLORS */
::-moz-selection {
    color: #ffffff;
    background: #8cd600;
    !important;
}

::selection {
    color: #ffffff;
    background: #8cd600;
    !important;
}

a, a:link, a:visited {
    color: #44c2f1;
    text-decoration: none; /* -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; transition: all 0.3s ease-in; */
}

    a:hover, a:active {
        color: #666;
        text-decoration: underline; /* -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out; */
    }

    a.btn {
        color: #fff !important;
        text-decoration: none !important;
    }

    a.gray, a.gray:link, a.gray:visited {
        color: #666 !important;
    }

        a.gray:hover, a.gray:active {
            color: #44c2f1 !important;
        }

    a.muted, a.muted:link, a.muted:visited {
        color: #999 !important;
    }

        a.muted:hover, a.muted:active {
            color: #44c2f1 !important;
        }

    .dim, a.dim, a.dim:link, a.dim:visited {
        color: #999 !important;
    }

        a.dim:hover, a.dim:active {
            color: #44c2f1 !important;
        }

    .dark, a.dark, a.dark:link, a.dark:visited {
        color: #333 !important;
    }

        a.dark:hover, a.dark:active {
            color: #44c2f1 !important;
        }

    a.ul {
        text-decoration: underline;
    }

h1 a, h10 a, h1 a:link, h1 a:visited, h10 a:link, h10 a:visited, h2 a, h2 a:link, h2 a:visited, h3 a, h3 a:link, h3 a:visited, h4 a, h4 a:link, h4 a:visited, h5 a, h5 a:link, h5 a:visited, h6 a, h6 a:link, h6 a:visited {
    color: #666;
}

    h1 a:hover, h1 a:active, h10 a:hover, h10 a:active, h2 a:hover, h2 a:active, h3 a:hover, h3 a:active, h4 a:hover, h4 a:active, h5 a:hover, h4 a:active, h6 a:hover, h6 a:active {
        color: #44c2f1;
    }

h2.asp-block-gray {
    background: #ddd;
    font-size: 14px;
    line-height: 20px;
    padding: 11px 20px 9px 20px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

h3.asp-block-gray {
    color: #666;
    background: #ddd;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 20px 9px 20px;
    margin: 0 0 15px 0;
    text-transform: none;
}

.asp-block-gray1 {
    color: #666;
    background: #ddd;
    font-size: 16px;
    line-height: 18px;
    padding: 11px 20px 9px 20px;
    margin: 0 0 15px 0;
    text-transform: none;
}

h3.asp-block-transparent {
    color: #666;
    background: transparent;
    font-size: 16px;
    line-height: 20px;
    padding: 11px 0 9px 0;
    margin: 0 0 0 0;
    text-transform: none;
}

.asp-block-indent {
    padding: 0 20px;
}



/* FORMS */
form {
    margin: 0 0 30px 0;
}

    form.asp-form-slim,
    form.asp-form-slim select,
    form.asp-form-slim input {
        margin-bottom: 0;
    }

        form.asp-form-slim label {
            margin-bottom: 0;
            padding-bottom: 0;
            line-height: 20px;
            font-size: 14px;
        }

input, input.input-block-level, textarea {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    border: 1px solid #ddd;
}

label {
    font-weight: 700;
}

    label.checkbox {
        color: #999;
        font-weight: 400;
    }

.checkbox input[type="checkbox"] {
    border: 0;
}

fieldset legend {
    color: #666;
    margin: 0;
    padding: 10px 0 5px 0;
    font-size: 16px;
    line-height: 1.3;
    border-bottom: 0;
}

select {
    outline: none;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    border: 1px solid #ddd;
    color: #999;
    -moz-appearance: none;
    line-height: 16px;
    background: #fff url('/Static/assets/img/global/aspect/icon-form-select.png') right center no-repeat;
    -moz-background-position: -9999px -9999px !important;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.search-submit-wrapper {
    margin-bottom: 25px;
}

.search-submit-input {
    width: 468px;
    margin-right: 20px;
}

.search-submit {
    border: 1px solid #00AEEF;
    background-color: #00AEEF;
    color: #ffffff;
    display: inline-block !important;
    font-family: 'Cabin', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none !important;
    -webkit-text-size-adjust: none !important;
    -webkit-appearance: none !important;
    border-radius: 10px !important;
    padding: 4px 12px;
    margin-right: 20px;
}

    .search-submit:visited {
        color: #fff;
    }

    .search-submit:link {
        color: #fff;
    }

    .search-submit:hover {
        color: #fff;
    }

.search-submit-clear:hover {
    color: #44c2f1;
}

.search-submit-clear {
    border: 1px solid #00AEEF;
    color: #ffffff;
    display: inline-block !important;
    font-family: 'Cabin', Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none !important;
    -webkit-text-size-adjust: none !important;
    -webkit-appearance: none !important;
    border-radius: 10px !important;
    padding: 4px 12px;
}

.vmiddle-helper {
    display: inline;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

select:focus {
    outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* CSS Statements that only apply on webkit-based browsers (Chrome, Safari, etc.) */
    select {
        color: #999;
        -webkit-appearance: none;
        line-height: 16px;
        background: #fff url('/Static/assets/img/global/aspect/icon-form-select.png') right center no-repeat;
        padding-right: 24px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    select {
        background: #fff url('/Static/assets/img/global/aspect/icon-form-select@2x.png') right center no-repeat;
        background-size: 20px 16px;
    }
}



/* BUTTON RESTYLE AND REMOVE GRADIENTS */
.btn {
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    border: 1px solid transparent;
    background-color: #f5f5f5;
    /* -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important; 
    border-radius: 0 !important;*/
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

    .btn:hover, .btn:focus {
        background-color: #dcdcdc;
    }

    .btn.active, .btn:active {
        background-color: #c4c4c4;
    }

    .btn.btn-primary {
        background-color: #00aeed;
    }

        .btn.btn-primary:hover, .btn.btn-primary:focus {
            background-color: #009cd5;
        }

        .btn.btn-primary.active, .btn.btn-primary:active {
            background-color: #008bbe;
        }

    .btn.btn-info {
        background-color: #49afcd;
    }

        .btn.btn-info:hover, .btn.btn-info:focus {
            background-color: #2e9db9;
        }

        .btn.btn-info.active, .btn.btn-info:active {
            background-color: #288ca5;
        }

    .btn.btn-success {
        background-color: #8cd600;
    }

        .btn.btn-success:hover, .btn.btn-success:focus {
            background-color: #7ec000;
        }

        .btn.btn-success.active, .btn.btn-success:active {
            background-color: #70ab00;
        }

    .btn.btn-warning {
        background-color: #faa732;
    }

        .btn.btn-warning:hover, .btn.btn-warning:focus {
            background-color: #e59623;
        }

        .btn.btn-warning.active, .btn.btn-warning:active {
            background-color: #cc861f;
        }

    .btn.btn-danger {
        background-color: #eb462f;
    }

        .btn.btn-danger:hover, .btn.btn-danger:focus {
            background-color: #d33f2a;
        }

        .btn.btn-danger.active, .btn.btn-danger:active {
            background-color: #bc3826;
        }

    .btn.btn-inverse {
        background-color: #333;
    }

        .btn.btn-inverse:hover, .btn.btn-inverse:focus {
            background-color: #484848;
        }

        .btn.btn-inverse.active, .btn.btn-inverse:active {
            background-color: #5c5c5c;
        }

    .btn.btn-link {
        background-color: transparent;
    }

        .btn.btn-link:hover, .btn.btn-link:focus {
            background-color: transparent;
        }

        .btn.btn-link.active, .btn.btn-link:active {
            background-color: transparent;
        }

select.asp-select {
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #999 url('/Static/assets/img/global/aspect/icon-form-select-white.png') right center no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
    select.asp-select {
        background: #999 url('/Static/assets/img/global/aspect/icon-form-select-white@2x.png') right center no-repeat;
        background-size: 20px 16px;
    }
}

select.asp-select-inverse {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

select.asp-select-primary {
    color: #fff;
    background-color: #00aeed;
    border: 1px solid #00aeed;
}



/* SEARCH RESULTS */

.asp-search-result-excerpt{
    padding-right: 40px;
}
.asp-search-result-excerpt em {
    font-style: normal;
    font-weight: 700;
    background: #FFFBCC;
}

.asp-search-highlight-query {
    font-weight: 700;
    background: #FFFBCC;
}

input.asp-input-pagination {
    max-width: 35px;
    display: inline-block;
}

.asp-results-count {
    font-weight: 700;
    padding: 3px 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.asp-results-pagination {
    font-weight: 700;
    color: #666;
    font-size: 14px;
    padding-right:40px;
}

a.asp-results-pagination, a.asp-pagination:link, a.asp-pagination:visited {
    color: #666;
}

    a.asp-results-pagination:hover, a.asp-pagination:active {
        color: #44c2f1;
    }



/* TABLE (PRODUCT MATRIX) */
.asp-table-bordered {
    font-size: 14px;
    line-height: 18px;
}

    .asp-table-bordered.asp-table-text-large {
        font-size: 16px;
        line-height: 20px;
    }

    .asp-table-bordered.asp-table-text-small {
        font-size: 12px;
        line-height: 16px;
    }

    .asp-table-bordered th.text-center,
    .asp-table-bordered td.text-center {
        text-align: center;
    }

    .asp-table-bordered tr {
        border: 0;
    }

.asp-table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    border-top: 0;
}

    .asp-table-bordered th {
        border-left: 1px solid #ddd;
        padding: 20px 20px;
        background: #00aeef;
        color: #fff;
        text-transform: uppercase;
    }

    .asp-table-bordered td {
        border-left: 1px solid #ddd;
        padding: 10px 20px;
        background: #fff;
    }

    .asp-table-bordered .asp-table-tr-subhead td {
        color: #333;
        background: #ddd;
        border-left: 1px solid #eee;
        font-weight: 700;
        padding: 5px 20px;
    }

        .asp-table-bordered .asp-table-tr-subhead td:first-child {
            border-left: 1px solid #ddd;
        }

    .asp-table-bordered td.asp-table-td-highlight {
        background: #f8f8f8;
    }

    .asp-table-bordered th.asp-table-th-highlight {
        background: #999;
    }

    .asp-table-bordered td.asp-table-td-vertical-center {
        vertical-align: middle;
    }



/* NAV TABS */
.nav-tabs.asp-nav-tabs-dark {
    margin: 0;
    padding: 0;
    border: 0;
}

    .nav-tabs.asp-nav-tabs-dark > li {
        margin: 0;
        padding: 0;
    }

    .nav-tabs.asp-nav-tabs-dark > li {
        margin-bottom: 0;
    }

        .nav-tabs.asp-nav-tabs-dark > li > a {
            outline: none;
            font-weight: 400;
            font-size: 14px;
            line-height: 18px;
            height: 36px;
            margin: 0;
            padding: 10px 16px;
            border: 0;
            border-right: 1px solid #fff;
            background: #555;
            color: #fff;
            text-align: center;
            -webkit-border-radius: 0 0 0 0;
            -moz-border-radius: 0 0 0 0;
            border-radius: 0 0 0 0;
        }

        .nav-tabs.asp-nav-tabs-dark > li:last-child > a {
            border-right: 0 !important;
        }

        .nav-tabs.asp-nav-tabs-dark > li.active > a,
        .nav-tabs.asp-nav-tabs-dark > li.active > a:hover,
        .nav-tabs.asp-nav-tabs-dark > li:hover > a {
            border: 0;
            border-right: 1px solid #fff;
            background: #444;
            color: #fff;
        }

            .nav-tabs.asp-nav-tabs-dark > li.active > a,
            .nav-tabs.asp-nav-tabs-dark > li.active > a:hover {
                color: #fff;
                background: #8CD600;
            }

        .nav-tabs.asp-nav-tabs-dark > li > .nav-tabs-indicator {
            background: transparent;
            display: block;
            width: 28px;
            height: 12px;
            margin: 0 auto;
        }

        .nav-tabs.asp-nav-tabs-dark > li.active > .nav-tabs-indicator {
            background: transparent url('/Static/assets/img/global/nav-tabs-indicator-green.png') top center no-repeat;
        }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .nav-tabs.asp-nav-tabs-dark > li.active > .nav-tabs-indicator {
        background: transparent url('/Static/assets/img/global/nav-tabs-indicator-green@2x.png') top center no-repeat;
        background-size: 28px 12px;
    }
}

.asp-tab-content-dark {
    margin: 90px 0;
}

@media (min-width: 1200px) {
    /* n = num of items; i = item width; f = first item width; floor((1170/n))-1 = i, 1170-((i+1)*(n-1)) = f */
    .nav-tabs.asp-nav-tabs-dark > li > a {
        font-size: 16px;
        line-height: 20px;
        height: 40px;
        padding: 10px 0;
    }

        .nav-tabs.asp-nav-tabs-dark > li > a.asp-nav-tabs-singleline {
            padding: 20px 0;
            height: 20px;
        }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li > a {
        width: 584px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li:last-child > a {
        width: 585px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li > a {
        width: 389px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li:last-child > a {
        width: 390px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li > a {
        width: 291px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li:last-child > a {
        width: 294px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li > a {
        width: 233px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li:last-child > a {
        width: 234px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li > a {
        width: 194px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li:last-child > a {
        width: 195px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li > a {
        width: 166px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li:last-child > a {
        width: 168px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li > a {
        width: 145px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li:last-child > a {
        width: 148px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li > a {
        width: 129px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li:last-child > a {
        width: 130px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li > a {
        width: 116px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li:last-child > a {
        width: 117px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide {
        margin-left: -15px;
        margin-right: -15px;
    }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li > a {
            width: 599px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li:last-child > a {
            width: 600px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li > a {
            width: 399px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li:last-child > a {
            width: 400px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li > a {
            width: 299px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li:last-child > a {
            width: 300px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li > a {
            width: 239px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li:last-child > a {
            width: 240px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li > a {
            width: 199px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li:last-child > a {
            width: 200px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li > a {
            width: 170px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li:last-child > a {
            width: 174px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li > a {
            width: 149px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li:last-child > a {
            width: 150px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li > a {
            width: 132px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li:last-child > a {
            width: 134px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li > a {
            width: 119px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li:last-child > a {
            width: 120px;
        }
}

/* Newly Added */

@media max-width: 1199px

; {
    .ul .dropdown-menu;

{
    width: 50%;
}

}


@media (min-width: 980px) and (max-width: 1199px) {
    .nav-tabs.asp-nav-tabs-dark > li > a {
        font-size: 15px;
        line-height: 18px;
        height: 36px;
        padding: 12px 0;
    }

        .nav-tabs.asp-nav-tabs-dark > li > a.asp-nav-tabs-singleline {
            padding: 21px 0;
            height: 18px;
        }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li > a {
        width: 469px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li:last-child > a {
        width: 470px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li > a {
        width: 312px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li:last-child > a {
        width: 314px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li > a {
        width: 234px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li:last-child > a {
        width: 235px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li > a {
        width: 187px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li:last-child > a {
        width: 188px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li > a {
        width: 155px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li:last-child > a {
        width: 160px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li > a {
        width: 133px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li:last-child > a {
        width: 136px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li > a {
        width: 116px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li:last-child > a {
        width: 121px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li > a {
        width: 103px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li:last-child > a {
        width: 105px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li > a {
        width: 93px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li:last-child > a {
        width: 94px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide {
        margin-left: -42px;
        margin-right: -42px;
    }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li > a {
            width: 511px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li:last-child > a {
            width: 512px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li > a {
            width: 340px;
        }



        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li:last-child > a {
            width: 342px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li > a {
            width: 255px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li:last-child > a {
            width: 256px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li > a {
            width: 203px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li:last-child > a {
            width: 208px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li > a {
            width: 169px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li:last-child > a {
            width: 174px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li > a {
            width: 145px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li:last-child > a {
            width: 148px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li > a {
            width: 127px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li:last-child > a {
            width: 128px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li > a {
            width: 113px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li:last-child > a {
            width: 114px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li > a {
            width: 101px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li:last-child > a {
            width: 104px;
        }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .nav-tabs.asp-nav-tabs-dark > li > a {
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        padding: 14px 0;
    }

        .nav-tabs.asp-nav-tabs-dark > li > a.asp-nav-tabs-singleline {
            padding: 22px 0;
            height: 16px;
        }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li > a {
        width: 361px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-2tab > li:last-child > a {
        width: 362px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li > a {
        width: 240px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-3tab > li:last-child > a {
        width: 242px;
    }


    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li > a {
        width: 180px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-4tab > li:last-child > a {
        width: 181px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li > a {
        width: 143px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-5tab > li:last-child > a {
        width: 148px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li > a {
        width: 119px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-6tab > li:last-child > a {
        width: 124px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li > a {
        width: 102px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-7tab > li:last-child > a {
        width: 106px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li > a {
        width: 89px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-8tab > li:last-child > a {
        width: 94px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li > a {
        width: 81px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-9tab > li:last-child > a {
        width: 81px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li > a {
        width: 73px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-10tab > li:last-child > a {
        width: 74px;
    }

    .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide {
        margin-left: -22px;
        margin-right: -22px;
    }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li > a {
            width: 383px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-2tab > li:last-child > a {
            width: 384px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li > a {
            width: 255px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-3tab > li:last-child > a {
            width: 256px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li > a {
            width: 191px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-4tab > li:last-child > a {
            width: 192px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li > a {
            width: 152px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-5tab > li:last-child > a {
            width: 156px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li > a {
            width: 127px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-6tab > li:last-child > a {
            width: 128px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li > a {
            width: 108px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-7tab > li:last-child > a {
            width: 114px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li > a {
            width: 95px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-8tab > li:last-child > a {
            width: 96px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li > a {
            width: 85px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-9tab > li:last-child > a {
            width: 86px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li > a {
            width: 75px;
        }

        .nav-tabs.asp-nav-tabs-dark.asp-nav-tabs-wide.asp-nav-tabs-10tab > li:last-child > a {
            width: 78px;
        }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .nav-tabs.asp-nav-tabs-dark > li > a {
        font-size: 14px;
        line-height: 16px;
        height: 32px;
        padding: 14px 16px;
    }

        .nav-tabs.asp-nav-tabs-dark > li > a.asp-nav-tabs-singleline {
            padding: 22px 16px;
            height: 16px;
        }
}





/* CAROUSEL */
.carousel-indicators {
    margin: auto;
    margin-left: -50px;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    width: 100%;
    min-height: inherit; /* September Sprint - Jeff Comeau */
}

@media (max-width: 768px) { /* September Sprint - Jeff Comeau */
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        /*min-height: 260px;*/
    }
}

@media (max-width: 767px) { /* September Sprint - Jeff Comeau */
    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        width: 100%;
        min-height: 0px;
    }
}



    .carousel-indicators.middle {
        margin: 0 auto;
        right: 0;
        left: 0;
        top: auto;
        bottom: 15px;
        text-align: center;
    }

    .carousel-indicators li {
        background-color: #ccc;
        background-color: rgba(204, 204, 204, 0.33);
        cursor: pointer;
        margin: 0 8px;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        box-shadow: 0px 0px 2px #333;
    }

    .carousel-indicators.middle li {
        float: none;
        display: inline-block;
    }

        .carousel-indicators.middle li.active {
            background-color: #fff;
        }

        .carousel-indicators.middle li:hover {
            background-color: #8cd600;
        }

    .asp-carousel-sidebar-home {
        position: absolute;
        top: 0;
        left: 0;
        width: 30%;
        padding: 170px 0 0 75px;
    }

    .asp-carousel-sidebar-erica {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        padding: 70px 0 0 75px;
    }

    .asp-carousel-sidebar-home h1 {
        font-weight: 400;
    }

    .asp-carousel-sidebar-erica h1 {
        font-weight: 400;
    }

    .asp-carousel-sidebar-home h10 {
        font-weight: 400;
    }

    .asp-carousel-sidebar {
        position: absolute;
        top: 0;
        right: 0;
        width: 20%;
        height: 100%;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        background: transparent url('/Static/assets/img/global/hero-sidebar-bg.png') 0 0 repeat;
        padding: 50px 25px;
    }

    .asp-carousel-sidebar-left {
        position: absolute;
        top: 0;
        left: 0;
        width: 35%;
        height: 100%;
        color: #fff;
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        background: transparent url('/Static/assets/img/global/hero-sidebar-bg.png') 0 0 repeat;
        padding: 25px;
    }

        .asp-carousel-sidebar-left h3 {
            color: #fff;
        }

    .asp-carousel-listing a.carousel-control.left,
    .asp-carousel-listing a.carousel-control.right {
        opacity: 0.9;
        filter: alpha(opacity=90);
        background: #7ec000;
        color: #fff;
    }

    /* HORIZONTAL TEASERS */
    .horizontal-teaser-item {
        float: left;
        text-align: center;
        padding: 20px 5% 20px 5%;
    }

    .horizontal-teasers .horizontal-teaser-item:nth-child(2n) {
        background-color: rgb(238, 238, 238);
    }

    .horizontal-teaser-item .horizontal-teaser-image {
        margin: 30px auto 30px auto;
    }

    .horizontal-teaser-item .horizontal-teaser-body {
        text-align: left;
    }

    .horizontal-teaser-item a.btn {
        width: 100%;
        padding: 11px 0 11px 0;
    }


    /* NAVBAR + BREADCRUMB + USERACTION */
    
    .navbar {
        margin-bottom: 0;
    }

    .navbar-inner {
        min-height: 50px;
        max-height: 50px;
        /* newly add  background: transparent url('/Static/assets/img/global/aspect/navbar-bg.png') 0 0 repeat-x; */
        transition: background ease-in-out .2s;
    }

    .navbar .nav > li.nav-language-selector {
        height: 37px !important;
        margin-right: 7px !important;
    }

        .navbar .nav > li.nav-language-selector > button {
            top: 3px;
            right: 0px;
            position: absolute;
            border: none;
            width: 34px !important;
            height: 20px !important;
            margin: 0;
            padding: 1px 0;
            padding: 0;
            display: inline-block;
            overflow: hidden;
            text-indent: -999em;
            background: transparent url('/Static/assets/img/global/nav-language-icon-white.png') 0 0 no-repeat;
            background-position: center;
        }

        .navbar .nav > li.nav-language-selector:hover > button {
            background: transparent url('/Static/assets/img/global/nav-language-icon-green.png') 0 0 no-repeat;
            background-position: center;
        }

    .navbar .nav > li.nav-login {
        margin-left: 1rem;
    }

        .navbar .nav > li.nav-login > a {
            position: relative;
        }

    .navbar .nav > li > a {
        padding: 15px 15px 15px;
        /*newly added color: #333; */
        font-weight: bold; /*newly added*/
    }

        .navbar .nav > li > a.nav-login-link:before {
            content: "";
            border-right: 1px solid #fff;
            height: 12px;
            position: absolute;
            top: 12px;
            left: -8px;
        }

        .navbar .nav > li > a > img {
            display: block;
        }

            .navbar .nav > li > a > img.nav-icon-green {
                display: none;
            }

            .navbar .nav > li > a > img.nav-icon-black {
                display: none;
            }

        .navbar .nav > li > a:hover > img.nav-icon-white {
            display: none;
        }

        .navbar .nav > li > a:hover > img.nav-icon-green {
            display: block;
        }

    .navbar.active .nav > li > a {
        color: #464646;
    }

    .navbar.active .nav > li.asp-nav-vertical-rule .asp-header-search-btn {
        background: transparent url('/Static/assets/img/global/nav-search-icon-black.png') 0 0 no-repeat !important;
        background-position: center !important;
    }

    .navbar.active .nav > li.asp-nav-vertical-rule #asp-header-search .asp-header-search-btn:hover {
        background: transparent url('/Static/assets/img/global/nav-search-icon-black.png') 0 0 no-repeat !important;
        background-position: center !important;
        background-color: #eee !important;
    }

    .navbar.active .nav > li.asp-nav-vertical-rule #asp-header-search input.open + .asp-header-search-btn:hover {
        background-color: transparent !important;
    }

    .navbar.active .nav > li.nav-language-selector > button {
        top: 3px;
        right: 0px;
        position: absolute;
        border: none;
        width: 34px !important;
        height: 20px !important;
        margin: 0;
        padding: 1px 0;
        padding: 0;
        display: inline-block;
        overflow: hidden;
        text-indent: -999em;
        background: transparent url('/Static/assets/img/global/nav-language-icon-black.png') 0 0 no-repeat;
        background-position: center;
    }

    .navbar.active .nav > li > a.nav-login-link:before {
        border-color: #464646;
    }

    .navbar.active .nav > li > a > img {
        display: none;
    }

        .navbar.active .nav > li > a > img.nav-icon-black {
            display: block;
        }

    .navbar.active .nav > li {
        color: #464646;
    }

    /* newly added leave commented out  .navbar .nav > li > a:hover {
    background: #eee;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    }*/



    /*newly added*/ .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar .nav li.dropdown:hover {
        background: #4b4b4b;
        background-color: rgb(0, 0, 0);
        background-color: rgba(75, 75, 75, 0.6);
        position: relative;
    }

    .navbar.active .nav > li > a:hover {
        background: #eee;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        right: 0;
        left: 0;
        z-index: 1030;
        margin-bottom: 0;
    }

    .navbar a.brand {
        background: transparent url(/globalassets/images/aspect-logo-full-white.png) no-repeat; /* newly add */
        display: block;
        overflow: hidden;
        text-indent: -999em;
        width: 102px;
        height: 30px;
        position: absolute;
    }


    .navbar a.brand-full-color {
        background: transparent url(/globalassets/images/aspect-logo-full.png) no-repeat; /* newly add */
        display: block;
        overflow: hidden;
        text-indent: -999em;
        width: 102px;
        height: 30px;
    }

    .navbar .brand {
        display: block;
        float: left;
        margin: 0 10px 0 0;
        margin-top: 11.5px;
        padding: 0;
        position: absolute;
        /*padding: 10px 0 0 0;*/
    }

    @media (min-width: 1200px) {
        .navbar .brand {
            margin: 0 10px 0 20px;
            margin-top: 11.5px;
        }
    }

    .navbar .navbar-inner {
        max-height: 110px !important;
    }

    .navbar.active .navbar-inner {
        background: rgba(255, 255, 255, .95);
    }

    .navbar .brand-full-color {
        opacity: 0;
        transition: opacity ease-in-out .2s;
        display: none;
        float: left;
        margin: 0 10px 0 0;
        margin-top: 11.5px;
    }

    @media (min-width: 1200px) {
        .navbar .brand-full-color {
            margin: 0 10px 0 20px;
            margin-top: 11.5px;
        }
    }

    @media (min-width: 768px) {
        .navbar .brand-full-color {
            position: absolute;
        }
    }

    .navbar.active .brand {
        display: none;
    }

    .navbar.active .brand-full-color {
        display: block;
        opacity: 1;
    }



    @media(max-width: 767px) {
        .navbar .brand {
            display: none;
        }

        .navbar .brand-full-color {
            display: block;
            opacity: 1;
            width: 102px;
            float: none;
            margin-left: auto;
            margin-right: auto;
        }

        h1 {
            font-size: 24px;
        }
    }


    .navbar .nav.navbar-secondary > li.dropdown > .dropdown-toggle {
        font-weight: 700 !important;
    }
    /*newly added*/ .navbar.active .nav li.dropdown.open > .dropdown-toggle,
    .navbar.active .nav li.dropdown.active > .dropdown-toggle,
    .navbar.active .nav li.dropdown.open.active > .dropdown-toggle,
    .navbar.active .nav li.dropdown:hover {
        background: #eee;
        position: relative;
    }


    .navbar .nav li.dropdown.open > .dropdown-toggle,
    .navbar .nav li.dropdown.active > .dropdown-toggle,
    .navbar .nav li.dropdown.open.active > .dropdown-toggle {
        color: #333;
    }

    .navbar .nav li.dropdown > .dropdown-toggle.active,
    .navbar .nav li.dropdown > .dropdown-toggle.active,
    .navbar .nav li.dropdown > .dropdown-toggle.active {
        color: #8cd600;
        font-weight: 600;
    }

    /* newly added
  .navbar .nav > li > a.btn.asp-nav-btn-buy-solutions {

   font-weight: 600;
    background: #8cd600;
	width: 160px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    text-shadow: 0 1px 0 #7ec000; 
}

    .navbar .nav > li > a.btn.asp-nav-btn-buy-solutions:hover {
      
		 background: #7ec000;
        text-shadow: none; 
    }

    .navbar .nav > li > a.btn.asp-nav-btn-buy-solutions:active {
       
	    background: #70ab00;
        text-shadow: none;
		
    }
	
	*/

    .asp-nav-visible-large {
        display: none;
    }

    .asp-nav-hidden-large {
        display: block;
    }

    .asp-nav-language-menu li.active a {
        color: #95d600 !important;
        font-weight: 700;
    }

    .asp-nav-language-menu .dropdown-toggle {
        color: #fff !important; /* newly add */
        font-weight: bold; /* newly add */
    }

    .btn.asp-nav-btn-buy-solutions {
        margin: 0;
        border: 0;
    }

    .nav.asp-nav-pull-right {
        float: right;
    }

    /*.asp-nav-vertical-rule {
    border-left: 1px solid #ccc;
}

    */
    .nav.navbar-secondary {
        padding-left: 0;
    }

        .nav.navbar-secondary > li > a {
            padding: 13px !important;
            line-height: 1;
        }

        .nav.navbar-secondary .asp-nav-vertical-rule {
            padding: 5px;
        }

    .navbar.active .nav.navbar-secondary {
        background-color: transparent;
    }

    .nav.asp-nav-shift-left-15 {
        margin-left: 157px !important;
        margin-right: 0px;
        margin-top: 17px;
        padding-bottom: 20px;
    }

    @media (max-width: 1200px) {
        .nav.asp-nav-shift-left-15 {
            margin-left: 117px !important;
        }
    }
}

.navbar .nav .dropdown .caret {
    border: none;
    background: transparent url('/Static/assets/img/global/icon-nav-dropdown-caret-white.png') 0 0 no-repeat;
    width: 13px;
    height: 9px;
    margin: 0;
    padding: 0;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 7px;
}

.navbar .nav > li > a.asp-icon-nav-social-toggle {
    background: transparent url('/Static/assets/img/global/icon-nav-social-toggle.png') 0 0 no-repeat;
    line-height: 50px;
    width: 48px;
    height: 48px;
    margin: 0;
    padding: 1px 0;
    display: inline-block;
    overflow: visible;
    text-indent: -999em;
}

    .navbar .nav > li > a.asp-icon-nav-social-toggle:hover {
        background: #eee url('/Static/assets/img/global/icon-nav-social-toggle.png') 0 0 no-repeat;
    }

.navbar .nav > li.dropdown.open > a.asp-icon-nav-social-toggle {
    background: #eee url('/Static/assets/img/global/icon-nav-social-toggle.png') 0 0 no-repeat;
}

.navbar .nav > li > a.asp-icon-nav-search-toggle {
    /* newly added */ background: transparent url('/Static/assets/img/global/icon-nav-search-toggle-white.png') 0 0 no-repeat;
    background-position: center;
    line-height: 50px;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 1px 0;
    display: inline-block;
    overflow: visible;
    text-indent: -999em;
}

    .navbar .nav > li > a.asp-icon-nav-search-toggle:hover {
        /* newly added */ background: #eee url('/Static/assets/img/global/icon-nav-search-toggle-white.png') 0 0 no-repeat;
    }

#asp-header-search {
    display: block !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
    border-left: 0 !important;
    background: none !important;
}

.navbar.active #asp-header-search input {
    background-color: rgba(0, 0, 0, .2);
    color: #ffffff !important;
}

#asp-header-search fieldset {
    position: relative;
}

#asp-header-search input {
    border: 0;
    border-radius: 0;
    background-color: rgba(265, 265, 265, .4);
    width: 115px;
    padding-right: 39px;
    margin-top: -1px;
    box-shadow: none;
    opacity: 0;
    cursor: default;
    height: 0;
    width: 0;
    transition: opacity 0.2s ease-in-out;
}

    #asp-header-search input:focus {
        outline: none;
        box-shadow: none;
    }

#asp-header-search input.open {
    opacity: 1;
    cursor: text;
    height: 20px;
    width: 115px;
    color: white;
}

    #asp-header-search input.open + .asp-header-search-btn:hover {
        background: transparent url('/Static/assets/img/global/icon-nav-search-toggle@2x.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

#asp-header-search button.asp-header-search-btn {
    top: 0;
    right: 5px;
    position: absolute;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: -5px;
    padding: 17px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
    /* newly added */ background: transparent url('/Static/assets/img/global/nav-search-icon-white.png') 0 0 no-repeat;
    background-position: center;
}

#asp-header-search button.asp-header-search-btn:hover {
    background: transparent url('/Static/assets/img/global/nav-search-icon-green.png') 0 0 no-repeat !important;
    background-position: center !important;
    background-color: rgba(75, 75, 75, 0.6) !important;
}

.asp-dropdown-menu-social {
    margin: 0;
    padding: 0;
    width: 48px !important;
    min-width: 48px !important;
    max-width: 48px !important;
    margin-left: -1px;
}

a.asp-icon-nav-social {
    opacity: 0.5;
    filter: alpha(opacity=50);
    width: 48px;
    height: 48px;
    display: inline-block;
    overflow: hidden;
    text-indent: -999em;
}

    a.asp-icon-nav-social:hover {
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

a.asp-icon-nav-social-facebook {
    background: transparent url('/Static/assets/img/global/icon-nav-social-facebook.gif') 0 0 no-repeat;
}

a.asp-icon-nav-social-twitter {
    background: transparent url('/Static/assets/img/global/icon-nav-social-twitter.gif') 0 0 no-repeat;
}

a.asp-icon-nav-social-linkedin {
    background: transparent url('/Static/assets/img/global/icon-nav-social-linkedin.gif') 0 0 no-repeat;
}

a.asp-icon-nav-social-youtube {
    background: transparent url('/Static/assets/img/global/icon-nav-social-youtube.gif') 0 0 no-repeat;
}

a.asp-icon-nav-social-blogs {
    background: transparent url('/Static/assets/img/global/icon-nav-social-blog.gif') 0 0 no-repeat;
}

a.asp-icon-nav-social-toggle {
    background: transparent url('/Static/assets/img/global/icon-nav-social-toggle.png') 0 0 no-repeat;
}

a.asp-icon-nav-social-googleplus {
    background: transparent url('/Static/assets/img/global/icon-nav-social-google-plus.gif') 0 0 no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .navbar a.brand {
        background: transparent url('/Static/assets/img/global/aspect-header-logo@2x.png') no-repeat;
        background-size: 102px 30px;
    }

    .navbar .nav .dropdown .caret {
        background: transparent url('/Static/assets/img/global/icon-nav-dropdown-caret@2x.png') 0 0 no-repeat;
        background-size: 13px 9px;
    }

    .navbar .nav > li > a.asp-icon-nav-social-toggle {
        background: transparent url('/Static/assets/img/global/icon-nav-social-toggle@2x.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

        .navbar .nav > li > a.asp-icon-nav-social-toggle:hover, .navbar .nav > li.dropdown.open > a.asp-icon-nav-social-toggle {
            background: #eee url('/Static/assets/img/global/icon-nav-social-toggle@2x.png') 0 0 no-repeat;
            background-size: 48px 48px;
        }

    .navbar .nav > li > a.asp-icon-nav-search-toggle {
        background: transparent url('/Static/assets/img/global/icon-nav-search-toggle@2x.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

        .navbar .nav > li > a.asp-icon-nav-search-toggle:hover {
            background: #eee url('/Static/assets/img/global/icon-nav-search-toggle@2x.png') 0 0 no-repeat;
            background-size: 48px 48px;
        }

    #asp-header-search button.asp-header-search-btn {
        background: transparent url('/Static/assets/img/global/icon-nav-search-toggle@2x.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-facebook {
        background: transparent url('/Static/assets/img/global/icon-nav-social-facebook@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-twitter {
        background: transparent url('/Static/assets/img/global/icon-nav-social-twitter@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-linkedin {
        background: transparent url('/Static/assets/img/global/icon-nav-social-linkedin@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-googleplus {
        background: transparent url('/Static/assets/img/global/icon-nav-social-google-plus@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-blogs {
        background: transparent url('/Static/assets/img/global/icon-nav-social-blog@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-toggle {
        background: transparent url('/Static/assets/img/global/icon-nav-social-toggle@2x.png') 0 0 no-repeat;
        background-size: 48px 48px;
    }

    a.asp-icon-nav-social-youtube {
        background: transparent url('/Static/assets/img/global/icon-nav-social-youtube@2x.gif') 0 0 no-repeat;
        background-size: 48px 48px;
    }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-image: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #8cd600;
}

.breadcrumb {
    padding: 8px 0;
    margin: 0 0 7px 30px;
    background-color: transparent;
}

.breadcrumbs{
    margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
    .breadcrumb {
        padding: 12px 0 0 0px;
        margin: 0 0 7px 30px;
        background-color: transparent;
    }
}

@media (max-width: 767px) {
    .breadcrumb {
        padding: 12px 0 0 20px;
        margin: 0 0 7px;
        background-color: transparent;
    }

    .breadcrumbs {
        display:none;
    }
}

    .breadcrumb > li {
        display: inline-block;
        *display: inline;
        text-shadow: 0 1px 0 #ffffff;
        *zoom: 1;
        padding: 0 0 3px 0;
    }

        .breadcrumb > li > .divider {
            color: #999;
            font-weight: 600;
            background: transparent url('/Static/assets/img/global/aspect/breadcrumb-divider.png') 0 3px no-repeat;
            display: inline-block;
            overflow: hidden;
            text-indent: -999em;
            width: 14px;
            height: 14px;
            padding: 0 0 3px 0;
            margin: 0 3px -3px 3px;
        }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .breadcrumb > li > .divider {
            background: transparent url('/Static/assets/img/global/aspect/breadcrumb-divider@2x.png') 0 3px no-repeat;
            background-size: 14px 14px;
        }
    }

    .breadcrumb > .active {
        color: #666;
        font-weight: 600;
    }

    .breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited {
        color: #666;
    }

        .breadcrumb a:hover, .breadcrumb a:active {
            color: #999;
        }

    .asp-breadcrumb-useraction {
        padding: 8px 0 8px 15px;
        margin: 0 30px 7px;
        list-style: none;
    }

        .asp-breadcrumb-useraction > li {
            display: inline-block;
            *display: inline;
            text-shadow: 0 1px 0 #ffffff;
            *zoom: 1;
        }

            .asp-breadcrumb-useraction > li > .divider {
                padding: 0 5px;
                color: #999;
            }

        .asp-breadcrumb-useraction a, .asp-breadcrumb-useraction a:link, .asp-breadcrumb-useraction a:visited {
            color: #666;
        }

            .asp-breadcrumb-useraction a:hover, .asp-breadcrumb-useraction a:active {
                color: #999;
            }

    /* YAMM */
    /*!
 * Yamm!
 * Yet another megamenu for Bootstrap
 * http://geedmo.github.com/yamm
 *
 * https://github.com/geedmo
 */
    .yamm .nav,
    .yamm .dropup,
    .yamm .dropdown,
    .yamm .collapse {
        position: static;
    }

    .yamm .navbar-inner,
    .yamm .container {
        position: relative;
        margin-bottom: 0px; /* newly added */
    }

    .yamm .dropdown-menu {
        margin-top: 0;
        left: auto;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        border: 1px solid #ccc;
    }

        .yamm .dropdown-menu > li {
            display: block;
        }

    .yamm .nav.pull-right .dropdown-menu {
        right: 0;
    }

    .yamm .yamm-content {
        padding: 10px 20px 0 20px;
        *zoom: 1;
        display: inline-flex;
    }

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

        .yamm .yamm-content {
            display: -webkit-flex;
        }
    }

    .yamm .yamm-content.yamm-content-narrow {
        padding: 10px 10px 0 10px;
    }

    .yamm .yamm-content.yamm-content-social {
        padding: 0;
        width: 48px;
    }

        .yamm .yamm-content.yamm-content-social ul {
            margin: 0;
            padding: 0;
        }

            .yamm .yamm-content.yamm-content-social ul li {
                margin: 0;
                padding: 0;
                border-bottom: 1px solid #ccc;
            }

                .yamm .yamm-content.yamm-content-social ul li:last-child {
                    border-bottom: none;
                }

    .yamm .yamm-content:before,
    .yamm .yamm-content:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .yamm .yamm-content:after {
        clear: both;
    }

    .yamm.navbar .nav > li > .dropdown-menu:after,
    .yamm.navbar .nav > li > .dropdown-menu:before {
        display: none;
    }

    .yamm .dropdown.yamm-fullwidth .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
    }

    @media (max-width: 767px) {
        .yamm .dropdown.yamm-fullwidth .dropdown-menu {
            width: auto;
        }

        .yamm .yamm-content {
            padding-left: 0;
            padding-right: 0;
        }

        .yamm .dropdown-menu > li > ul {
            display: block;
        }
    }

    .yamm .yamm-content li {
        font-size: 12px;
        line-height: 15px;
        padding: 0 12px 12px 6px;
    }

        .yamm .yamm-content li strong {
            margin-left: -6px;
            font-size: 16px;
        }

        .yamm .yamm-content li a,
        .yamm .yamm-content li a:link,
        .yamm .yamm-content li a:visited {
            color: #95d600; /* newly add */
            text-decoration: none;
        }

        .yamm .yamm-content li strong a,
        .yamm .yamm-content li strong a:link,
        .yamm .yamm-content li strong a:visited {
            color: #95d600; /* newly add */
            text-decoration: none;
        }

        .yamm .yamm-content li a:hover,
        .yamm .yamm-content li a:active {
            color: #00aeef; /* newly add */
            text-decoration: none;
        }

        .yamm .yamm-content li strong a:hover,
        .yamm .yamm-content li strong a:active {
            color: #00aeef; /* newly add */
            text-decoration: none;
        }



    /* LEFT NAVIGATION */
    #sidebar-left-nav {
        font-size: 14px;
        line-height: 1.35;
    }

        #sidebar-left-nav ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            background: #fff;
            color: #999;
            border: 1px solid #ededed;
            padding: 0;
            /* margin: 0 -10px 10px -10px; */
        }

            #sidebar-left-nav ul li {
                border-bottom: 1px solid #e0e0e0;
                color: #999;
            }

                #sidebar-left-nav ul li:last-child {
                    border-bottom: none;
                }

                #sidebar-left-nav ul li a {
                    padding: 10px;
                    display: block;
                    color: #999;
                    background: #fff;
                    text-decoration: none;
                    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
                    -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
                    transition: color 0.3s ease-out, background 0.3s ease-out;
                }

                    #sidebar-left-nav ul li a:hover {
                        color: #666;
                        background: #f3f3f3;
                        text-decoration: none;
                        -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
                        -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
                        transition: color 0.3s ease-out, background 0.3s ease-out;
                    }

                #sidebar-left-nav ul li.active a,
                #sidebar-left-nav ul li.active a:hover {
                    color: #333;
                    background: #ededed;
                }

        #sidebar-left-nav h2 {
            font-weight: 600;
            color: #666;
            background: #d5d5d5;
            font-size: 20px;
            margin: 0;
            padding: 20px;
            border-bottom: 1px solid #fff;
        }

        #sidebar-left-nav select.asp-select-inverse {
            margin: 0 0 1px 0;
        }

        #sidebar-left-nav ul ul li {
            border-bottom: none;
        }

            #sidebar-left-nav ul ul li a {
                padding: 3px 0px 3px 20px;
            }

                #sidebar-left-nav ul ul li a:hover {
                    color: #666;
                    background: #ededed;
                }

    /* INSET BOXES  */
    .asp-insetbox {
        color: #666;
        padding: 15px;
        min-height: 260px;
        margin-bottom: 20px;
    }

        .asp-insetbox p {
            margin: 0 0 15px 0;
        }

        .asp-insetbox hr {
            margin: 20px -15px;
            border-top: 2px solid #ffffff;
            border-bottom: none;
        }

        .asp-insetbox a, .asp-insetbox a:link, .asp-insetbox a:visited {
            color: #666;
            text-decoration: none;
        }

            .asp-insetbox a:hover, .asp-insetbox a:active {
                color: #44c2f1;
                text-decoration: underline;
            }

        .asp-insetbox h2 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700;
            margin: 0 0 15px 0;
            padding: 0;
        }

            .asp-insetbox h2.smallcaps {
                font-size: 14px;
                line-height: 18px;
                text-transform: uppercase;
            }

        .asp-insetbox h3 {
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            margin: 0 0 5px 0;
            padding: 0;
        }

            .asp-insetbox h3 a, .asp-insetbox h3 a:link, .asp-insetbox h3 a:visited {
                color: #666;
            }

                .asp-insetbox h3 a:hover, .asp-insetbox h3 a:active {
                    color: #44c2f1;
                }

        .asp-insetbox ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .asp-insetbox ul li {
                margin: 0;
                padding: 0 0 10px 0;
                overflow: auto;
            }

                .asp-insetbox ul li.asp-icon-li-bluedisc {
                    overflow: visible; /*background: transparent url('/Static/assets/img/icon/icon-list-bg-bluedisc.png') 0 0 no-repeat; */
                    min-height: 70px;
                    margin: 0 5px 5px -5px;
                    padding: 0 0 0 75px;
                    font-weight: bold;
                    width: auto;
                }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .asp-insetbox ul li.asp-icon-li-bluedisc {
            overflow: visible; /*background: transparent url('/Static/assets/img/icon/icon-list-bg-bluedisc@2x.png') no-repeat; */
            background-size: 70px 70px;
        }
    }

    .asp-insetbox ul li.asp-icon-li-bluedisc a, .asp-insetbox ul li.asp-icon-li-bluedisc a:link, .asp-insetbox ul li.asp-icon-li-bluedisc a:visited {
        display: inline-block;
        width: 100%;
        padding: 5px;
        color: #666;
        text-decoration: none;
    }

        .asp-insetbox ul li.asp-icon-li-bluedisc a:hover, .asp-insetbox ul li.asp-icon-li-bluedisc a:active {
            color: #44c2f1;
            text-decoration: underline;
        }

    .asp-insetbox ul li.asp-icon-li-bluedisc span.asp-icon-li-text {
        float: left;
        padding: 20px 0 0 0;
        margin: 0;
    }

    .asp-insetbox ul li.asp-icon-li-bluedisc .asp-icon-li-image {
        width: 54px;
        height: 54px;
        float: left;
        margin: 0 0 0 -75px;
        padding: 10px 10px 10px 10px;
    }

    .asp-insetbox-sidebar, .asp-insetbox-gray {
        color: #666;
        background: #eee;
    }

    .asp-insetbox-search {
        background: #eee;
        min-height: 0;
        max-height: 30px;
        padding: 20px 15px;
        margin: 0 0 30px 0;
    }

    .asp-insetbox-blue {
        color: #333;
        background: #00aeed;
    }

        .asp-insetbox-blue a.dark:hover, .asp-insetbox-blue a.dark:active {
            color: #fff !important;
        }

    .asp-insetbox-yellow {
        color: #333;
        background: #ffd101;
    }

        .asp-insetbox-blue hr,
        .asp-insetbox-yellow hr {
            margin: 20px -15px;
            border-top: 2px solid #ffffff;
            border-bottom: none;
        }



    /* FOOTER */


    .footer {
        width: 100%;
        background-color: #fff;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 40px;
    }

@media (max-width: 767px) {
    .footer {
        width: 100%;
        background-color: #fff;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 0px;
    }
}
    /*.footer {
	width: 100%;
	background-color: #fff;
	height: 314px;
	padding-top: 40px;
} */


    .autosized-media {
        display: none !important;
    }

    .container-white {
        padding: 50px;
        margin: 0 auto;
        /*height: 214px;
    margin-left:180px;
    margin-right:180px;*/
    }

    .box50-1-footer {
        float: left;
        width: 47%;
        display: block;
        padding-right: 3%;
    }

    .box50-2-footer {
        float: left;
        width: 43%;
        display: block;
    }

    .logo-sm {
        height: 100px;
        width: 191px;
        background: url(/globalassets/images/aspect-sm.png);
        background-size: 191px 100px;
        display: block;
        float: right;
        margin-top: 0px;
    }


    div.clear {
        clear: both;
    }

    ul.list-1, ul.list-2 {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    ul.list-1 {
        float: left;
        width: 50%;
        display: block;
    }

    ul.list-2 {
        float: left;
        width: 50%;
        display: block;
    }

        ul.list-1 li a, ul.list-2 li a {
            line-height: 20px;
            text-decoration: none;
            font-size: 14px;
            color: #464646;
        }

            ul.list-1 li a:hover, ul.list-2 li a:hover {
                color: #95d600;
            }





    /* Social */


    .box50-2-footer .social-links {
        position: relative;
        float: left;
        width: 50%;
        display: block;
        margin-top: 20px;
    }

    ul.social-links-list {
        margin: 10px 0px 0px 0px;
        padding: 0px;
    }

    .social-links-list li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
    }

    .social-links-list li, .social-links-list a {
        height: 36px;
        width: 36px;
        display: block;
        float: left;
    }

    .social-links-mobile {
        display: none;
    }


    .twitter {
        width: 36px;
        background: url('/globalassets/images/social-icon-twitter.png');
        background-size: 36px 36px;
    }

        .twitter a:hover {
            background: url('/globalassets/images/social-icon-twitter-hover.png');
            background-size: 36px 36px;
        }


    .xing {
        width: 36px;
        background: url('/globalassets/images/social-icon-xing.png');
        background-size: 36px 36px;
    }

        .xing a:hover {
            background: url('/globalassets/images/social-icon-xing-hover.png');
            background-size: 36px 36px;
        }


    .facebook {
        width: 36px;
        background: url('/globalassets/images/social-icon-facebook.png');
        background-size: 36px 36px;
    }

        .facebook a:hover {
            background: url('/globalassets/images/social-icon-facebook-hover.png');
            background-size: 36px 36px;
        }

    .youtube {
        width: 36px;
        background: url('/globalassets/images/social-icon-youtube.png');
        background-size: 36px 36px;
    }

        .youtube a:hover {
            background: url('/globalassets/images/social-icon-youtube-hover.png');
            background-size: 36px 36px;
        }

    .linkedin {
        width: 36px;
        background: url('/globalassets/images/social-icon-linkedin.png');
        background-size: 36px 36px;
    }

        .linkedin a:hover {
            background: url('/globalassets/images/social-icon-linkedin-hover.png');
            background-size: 36px 36px;
        }

    .blogs {
        width: 36px;
        background: url('/globalassets/images/social-icon-blogs.png');
        background-size: 36px 36px;
    }

        .blogs a:hover {
            background: url('/globalassets/images/social-icon-blogs-hover.png');
            background-size: 36px 36px;
        }

    .googleplus {
        width: 36px;
        background: url('/globalassets/images/social-icon-google-plus.png');
        background-size: 36px 36px;
    }

        .googleplus a:hover {
            background: url('/globalassets/images/social-icon-google-plus--hover.png');
            background-size: 36px 36px;
        }

    /* Remove link dotty */

    .box50-2-footer .social-links a {
        outline: 0;
        color: transparent;
    }

    .box50-2-footer .social-links input::-moz-focus-inner {
        border: 0;
    }

    /* Media */
    @media (max-width: 1200px) {

        ul.list-1 {
            float: left;
            width: 40%;
            display: block;
            margin-right: 40px;
        }

        ul.list-2 {
            float: left;
            width: 50%;
            display: block;
        }
    }

    @media (max-width: 980px) {

        ul.list-1 {
            float: left;
            width: 40%;
            display: block;
            margin-right: 5%;
        }

        ul.list-2 {
            float: left;
            width: 50%;
            display: block;
        }
    }

    @media (max-width: 767px) {

        .box50-1-footer {
            float: left;
            width: 100%;
            display: none;
            padding-right: 5%;
        }

        .box50-2-footer {
            float: left;
            width: 100%;
            display: block;
            margin-top: 20px;
        }

        ul.list-1 {
            float: left;
            width: 100%;
            display: block;
        }

        ul.list-2 {
            float: left;
            width: 100%;
            display: block;
        }

        .social-links .social-links-list {
            display: none;
        }

        ul.social-links-list {
            margin-left: auto;
            margin-right: auto;
        }

        .social-links-mobile {
            display: -webkit-inline-box;
            position: relative;
            margin: 30px auto;
            width: 100%;
        }

            .social-links-mobile .social-links-list li, .social-links-mobile .social-links-list a {
                height: 48px;
                width: 48px;
                display: block;
                outline: 0;
                color: transparent;
            }

        .googleplus a:hover, .googleplus, .blogs a:hover, .blogs, .linkedin a:hover, .linkedin, .youtube a:hover, .youtube, .facebook a:hover, .facebook, .twitter a:hover, .twitter, .xing a:hover, .xing {
            background-size: 48px 48px;
            width: 48px;
        }

        .social-links-list li {
            padding: 0;
            list-style: none;
            display: inline-block;
            vertical-align: middle;
            margin-right: 15px;
        }

        .logo-sm {
            width: 100%;
            margin: 0 auto;
            float: left;
            background: url('/globalassets/images/aspect-sm.png') no-repeat center;
            padding-top: 20px;
        }

        .footer {
            width: 100%;
            background-color: #fff;
            // height: 700px;
        }
    }

    /*@media (max-width: 493px) {

    .footer {
        height: 800px;
    }
}*/

.footer-lower { /*September Sprint - Jeff Comeau*/
    background: #464646;
    color: #d0d0d0;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 15px;
    padding-right: 0px; /*September Sprint - Jeff Comeau*/
    padding-left: 20px; /*September Sprint - Jeff Comeau*/
}

        .footer-lower a {
            color: #d0d0d0;
            text-decoration: none;
            margin-right: 1%; /*September Sprint - Jeff Comeau*/
            margin-left: 1%; /*September Sprint - Jeff Comeau*/
        }

            .footer-lower a:hover {
                color: #fff;
                text-decoration: underline;
            }



    /* IMAGES */
    ul.asp-list-style-type-icon {
        list-style-type: none;
        font-weight: 700;
    }

        ul.asp-list-style-type-icon li {
            padding-bottom: 10px;
        }

            ul.asp-list-style-type-icon li img {
                padding: 0 10px 0 0;
            }

    .asp-meta-date {
        font-weight: 600;
        color: #999;
        text-transform: uppercase;
        font-size: 12px;
    }

    .asp-icon-rss {
        background: transparent url('/Static/assets/img/icon/icon-rss.png') right center no-repeat;
        padding-right: 25px;
        background-size: 18px 18px;
    }

    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .asp-icon-rss {
            background: transparent url('/Static/assets/img/icon/icon-rss@2x.png') right center no-repeat;
            background-size: 18px 18px;
        }
    }

    .img-polaroid {
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    img.pull-left {
        float: left;
        margin-right: 20px;
        margin-left: 5px;
    }

    img.pull-right {
        float: right;
        margin-right: 5px;
        margin-left: 20px;
    }

    img.asp-img-padding-bottom {
        margin-bottom: 10px;
    }

    img.asp-img-0px-bottom {
        margin-bottom: 0px;
    }

    img.asp-img-5px-bottom {
        margin-bottom: 5px;
    }

    img.asp-img-10px-bottom {
        margin-bottom: 10px;
    }

    img.asp-img-15px-bottom {
        margin-bottom: 15px;
    }

    img.asp-img-20px-bottom {
        margin-bottom: 20px;
    }

    .asp-hero-wide {
        height: 260px;
        margin: 0 auto;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .asp-hero-sidebar {
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        background: transparent url('/Static/assets/img/global/hero-sidebar-bg.png') 0 0 repeat;
    }

    .asp-hero-image-only {
        margin: 0 auto;
        margin-left: -15px;
        margin-right: -15px;
        padding: 0;
        height: auto;
    }

        .asp-hero-image-only img {
            display: block;
            height: auto;
            max-width: 100%;
            margin-bottom: 20px;
        }

            .asp-hero-image-only img.asp-img-0px-bottom {
                margin-bottom: 0px;
            }

        .asp-hero-image-only.asp-hero-image-1170 {
            padding: 0 15px;
        }



    /* SOCIAL CONNECT */

    /* .asp-panel-social {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #bfbfbf;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 150px;
    min-width:380px;
} */

    .twitter-block {
        width: 350px;
    }

    .asp-panel-social.asp-panel-social-twitter {
        margin: 0 0 10px 0;
        min-height: 1002px;
    }

    .asp-panel-social .social-connect-block {
        padding: 0 10px 0 10px;
        margin: 0 0 10px 0;
        min-height: 952px;
    }

    .asp-panel-social-head {
        background: #dddddd;
        padding: 5px 10px;
        line-height: 30px;
    }

        .asp-panel-social-head h3 img {
            padding: 0 10px 0 0;
            width: 30px;
            height: 30px;
            float: left;
            display: inline-block;
        }

        .asp-panel-social-head h3 {
            margin: 0;
            padding: 0 10px 0 0;
            font-size: 16px;
            line-height: 30px;
        }

        .asp-panel-social-head a, .asp-panel-social-head a:link, .asp-panel-social-head a:visited {
            color: #44c2f1;
            text-decoration: none;
        }

            .asp-panel-social-head a:hover, .asp-panel-social-head a:active {
                color: #666;
                text-decoration: underline;
            }

        .asp-panel-social-head .pull-right {
            line-height: 30px;
        }

    .asp-panel-social ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .asp-panel-social ul li {
            padding: 10px;
            margin: 0;
            -webkit-transition: background 0.3s ease-out;
            -moz-transition: background 0.3s ease-out;
            transition: background 0.3s ease-out;
        }

            .asp-panel-social ul li:hover {
                background: #c4e86b;
                -webkit-transition: background 0.3s ease-out;
                -moz-transition: background 0.3s ease-out;
                transition: background 0.3s ease-out;
            }

    .asp-panel-social .media img {
        margin-bottom: 5px;
    }

    .asp-panel-social h4 {
        margin: 0 0 3px 0;
    }

    .asp-panel-social-date {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 600;
        color: #999999;
        text-transform: uppercase;
        font-size: 12px;
    }





    /* SUPPORT */
    #asp-support-phone-scroll {
        display: none;
        background: #ddd;
        overflow-y: scroll;
        height: 145px;
        padding: 10px;
    }

    .asp-insetbox-yellow #asp-support-phone-scroll {
        background: #ffd101;
    }

    .asp-support-phone-content {
    }



    /* LEADERSHIP */
    .asp-leadership-box {
        margin: 0 0 20px 0;
        padding: 3px;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    }

    .asp-leadership-box-inner {
        background-color: #eee;
        padding: 10px;
    }

        .asp-leadership-box-inner img {
            float: left;
            margin: -10px 0 -10px -10px;
            padding: 0 15px 0 0;
        }

    .asp-leadership-name {
        display: block;
        font-size: 20px;
        line-height: 24px;
        text-transform: uppercase;
        color: #44c2f1;
        margin: 0 0 3px 0;
    }

    .asp-leadership-title {
        display: block;
        font-size: 16px;
        line-height: 22px;
    }



    /* HOMEPAGE */
    .asp-carousel-container-home {
        /*width: 100%; September Sprint */
        margin: 0 auto;
        padding: 0;
    }

        .asp-carousel-container-home .carousel {
            margin-bottom: 0;
        }

    .asp-carousel-container-product {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

        .asp-carousel-container-product .carousel {
            margin-bottom: 20;
        }

    .asp-marquee-with-options {
        width: 100%;
        position: absolute;
        left: 0;
        border: none;
        font-size: 20px;
        line-height: 60px;
        color: #fff;
        margin: 0;
        padding: 0;
        background: #00AEEF;
        height: 77px;
        font-weight: 400;
        font-weight: normal;
        z-index: 100;
        padding-left: 185px;
    }

        .asp-marquee-with-options a, .asp-marquee-with-options a:link, .asp-marquee-with-options a:visited {
            float: left;
            display: inline-block;
            padding: 10px;
            color: #fff;
            text-decoration: none;
        }

            .asp-marquee-with-options a:hover, .asp-marquee-with-options a:active {
                color: #ccc;
                text-decoration: none;
            }

    .asp-marquee-divider {
        float: left;
        display: inline-block;
        line-height: 77px;
    }

    .asp-marquee-wrap {
        -webkit-font-smoothing: antialiased;
        width: 100%;
        margin: 0 auto;
        height: 77px;
        overflow: hidden;
        position: relative;
    }

.blog-feed-wrapper {
    padding: 2.5rem 7rem 4.5rem 7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

    .blog-feed-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        position: relative;
    }

        .blog-feed-container:after {
            width: 100%;
            height: 100%;
            background-color: rgba(70, 70, 70, 0.6);
            display: block;
            position: absolute;
            top: 0;
            left: 0;
        }
@media (min-width: 1200px) {
    .blog-feed-wrapper {
        width: calc(1200px - 14rem);
    }
}

@media (max-width: 1199px) and (min-width: 980px) {
    .blog-feed-wrapper {
        padding: 2.5rem 4rem 4.5rem 4rem;
        width: calc(1024px - 8rem);
    }
}

@media (max-width: 979px) and (min-width: 768px) {
    .blog-feed-wrapper {
        padding: 2.5rem 4rem 4.5rem 4rem;
        width: calc(768px - 8rem);
    }
}

@media (max-width: 767px) {
    .blog-feed-wrapper {
        padding: 2.5rem 2rem 4.5rem 2rem;
        width: auto;
    }

    .blog-feed-container { /* September Sprint */
        display: flex;
        flex-direction: column;
        padding: 0;
        position: relative;
    }
}


    .blog-feed-background-image,
    .blog-feed-background-mobile-image {
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .blog-feed-background-mobile-image {
        display: none;
    }

    @media (max-width: 979px) {
        .blog-feed-background-image + .blog-feed-background-mobile-image {
            display: block;
        }
    }

    .blog-feed-title {
        color: #ffffff;
        font-size: 24px;
        margin-bottom: 2.5rem;
        z-index: 100;
        text-align: center;
        width: 100%;
    }

    .blog-feed-inner {
        display: flex;
        z-index: 100;
        width: 100%;
    }

        .blog-feed-inner > .blog-feed-item:not(:last-of-type) {
            border-right: 1px solid #ffffff;
        }

    @media (max-width: 979px) {
        .blog-feed-inner {
            flex-direction: column;
        }

            .blog-feed-inner > .blog-feed-item:not(:last-of-type) {
                border-right: none;
            }
    }

    .blog-feed-item {
        width: 33%;
        padding: 1rem 2rem;
        transition: background-color .2s ease-in-out;
    }

        .blog-feed-item:hover {
            text-decoration: none;
            background-color: rgba(0, 0, 0, 0.35);
        }

        .blog-feed-item:focus {
            text-decoration: none !important;
        }

    @media (max-width: 979px) {
        .blog-feed-item {
            width: calc(100% - 4rem);
        }
    }

    .blog-feed-item-inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .blog-feed-item-title p {
        color: #FFFFFF;
        font-size: 16px;
        line-height: 1.25;
        margin-bottom: 0;
    }

    .blog-feed-item-details {
        margin-top: 2.25rem;
        color: #8cd600;
        font-size: 16px;
        line-height: 1.25;
        display: flex;
        flex-grow: 1;
        align-items: flex-end;
    }

        .blog-feed-item-details p {
            margin-bottom: 0;
        }

    .blog-feed-item-details-divider {
        width: .65rem;
        display: inline-block;
        text-align: center;
    }

        .blog-feed-item-details-divider:after {
            content: "";
            border-right: 1px solid white;
        }

    .asp-marquee-title {
        font-size: 20px;
        background: #00AEEF;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        line-height: 77px;
        height: 77px;
        z-index: 200;
        padding: 0 20px;
        font-weight: 600;
        text-transform: uppercase;
        border-right: solid 2px #fff;
    }

    .asp-horizontal-teasers-container-home {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .asp-home-careers {
        padding: 260px 0 0 0;
        color: #333;
    }

    .asp-home-explore {
        color: #333;
        padding: 0;
    }

        .asp-home-explore .asp-home-insetwide-container {
            width: 100%;
            margin: 0 auto;
        }

        .asp-home-explore h2 {
            font-size: 28px;
            margin: 0 0 10px 0;
        }

    .asp-home-explore-left {
        padding: 100px 0 50px 50px;
    }

    .asp-home-explore-middle {
        padding: 100px 0 50px 0;
    }

    .asp-home-explore-right {
        background: #eee;
    }

        .asp-home-explore-right .media {
            margin: 0;
            padding: 30px 20px;
            border-top: 2px solid #fff;
        }

            .asp-home-explore-right .media.first {
                border-top: none;
            }

        .asp-home-explore-right .media-body p {
            margin-bottom: 10px;
        }

    .asp-home-insetwide {
        color: #333;
        padding: 100px 0;
    }

        .asp-home-insetwide .asp-home-insetwide-container {
            width: 1010px;
            margin: 0 auto;
        }

        .asp-home-insetwide h2 {
            font-size: 28px;
            padding-left: 20px;
            margin: 0 0 10px 0;
        }

        .asp-home-insetwide a {
            color: #333 !important;
            text-decoration: none;
        }

            .asp-home-insetwide a:hover {
                color: #333 !important;
                text-decoration: underline;
            }

        .asp-home-insetwide p {
            margin: 0 0 10px 0;
        }

        .asp-home-insetwide.darkgray {
            padding: 50px 0;
            background: #333;
            color: #fff;
        }

            .asp-home-insetwide.darkgray a {
                color: #fff !important;
                text-decoration: none;
            }

                .asp-home-insetwide.darkgray a:hover {
                    color: #fff !important;
                    text-decoration: underline;
                }

            .asp-home-insetwide.darkgray .span4 {
                padding: 0 20px;
            }

            .asp-home-insetwide.darkgray h3 {
                font-weight: 400;
            }

        .asp-home-insetwide.solutions {
            padding: 70px 0;
        }

        .asp-home-insetwide.events {
            background: #ffd100;
        }

            .asp-home-insetwide.events .asp-meta-date {
                color: #666;
            }

        .asp-home-insetwide.blog {
            background: transparent;
        }

            .asp-home-insetwide.blog .asp-meta-date {
                color: #666;
                display: block;
                margin: 0 0 10px 0;
            }

        .asp-home-insetwide.social {
            padding: 30px 0;
            background: #8cd600;
            margin-bottom: -30px;
        }

            .asp-home-insetwide.social h2 {
                float: left;
                margin: 5px 30px 0 0;
                line-height: 30px;
            }

            .asp-home-insetwide.social h3 {
                margin: 0;
            }

            .asp-home-insetwide.social p {
                margin: 0;
            }

            .asp-home-insetwide.social .asp-icon-home-social {
                margin: 5px 15px 0 15px;
            }

                .asp-home-insetwide.social .asp-icon-home-social:hover {
                    opacity: 0.75;
                    filter: alpha(opacity=75);
                }

    .asp-home-box-hover-highlight {
        width: auto;
        padding: 10px 20px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .asp-home-insetwide .asp-home-box-hover-highlight:hover {
        background: #fff;
    }

    .asp-home-insetwide.events .asp-home-box-hover-highlight:hover {
        background: #ffde4a;
    }

    .asp-home-box-no-highlight {
        width: auto;
        padding: 10px 0 10px 20px;
    }

        .asp-home-box-no-highlight:hover {
            background: none;
        }




    /* SPECIFIC MEDIA QUERIES */

    /* Large desktop */
    @media (min-width: 1200px) {
        body {
            padding: 60px 0 0 0;
        }

        ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
        /* open menus on hover */
        #asp-header-search {
            right: 145px;
        }

        .nav.asp-nav-pull-right {
            margin-right: 4px; /* was 24px orignally */
            padding-left: 0px;
        }

        .asp-nav-visible-large {
            display: block;
        }

        .asp-nav-hidden-large {
            display: none;
        }

        .asp-row-fivecols .span2 {
            width: 17.9487179487179488%;
            *width: 17.87424986361156592%;
        }

        .asp-home-careers {
            padding: 260px 0 0 0;
        }

        .asp-home-insetwide {
            padding: 100px 0;
        }

            .asp-home-insetwide .asp-home-insetwide-container {
                width: 1010px;
                margin: 0 auto;
                padding: 0;
            }

        .asp-home-explore .asp-home-insetwide-container {
            width: 100%;
        }

        .asp-insetbox {
            padding: 20px 15px;
            margin-bottom: 30px;
        }
        /*	.asp-insetbox hr { margin-left: -20px; margin-right: -20px; }*/
        .asp-hero-wide {
            margin-left: -15px;
            margin-right: -15px;
            padding-left: 15px;
            padding-right: 15px;
        }

        .asp-hero-image-only {
            margin: 0 auto;
            margin-left: -15px;
            margin-right: -15px;
            padding: 0;
        }

        .asp-hero-sidebar {
            padding: 50px 35px;
            height: 160px;
            font-size: 18px;
            line-height: 22px;
        }

        .asp-carousel-sidebar {
            padding: 50px 40px;
            font-size: 18px;
            line-height: 26px;
            /*width: initial;*/
            display: block;
        }

        .asp-carousel-sidebar-left {
            padding: 35px;
            font-size: 14px;
            line-height: 18px;
        }

        .asp-carousel-sidebar-home {
            padding: 170px 0 0 75px;
        }

        .asp-carousel-sidebar-erica {
            padding: 70px 0 0 75px;
        }

        .asp-carousel-sidebar-home h1 {
            font-size: 32px;
            line-height: 38px;
        }

        .asp-carousel-sidebar-erica h1 {
            font-size: 32px;
            line-height: 38px;
        }

        .asp-carousel-sidebar-home h10 {
            font-size: 32px;
            line-height: 38px;
        }

        .asp-carousel-container-home {
            width: 100%;
        }

        .asp-carousel-container-product {
            width: 100%;
        }

        .asp-marquee-wrap {
            width: 100%;
        }

        .asp-marquee-with-options {
            width: 90%;
        }

        .asp-horizontal-teasers-container-home {
            width: 100%;
        }

        .horizontal-teasers.c2 .horizontal-teaser-item {
            max-width: 40%;
            padding: 20px 5% 20px 5%;
        }

        .horizontal-teasers.c3 .horizontal-teaser-item {
            max-width: 27%;
            padding: 20px 3% 20px 3%;
        }

        .horizontal-teasers.c4 .horizontal-teaser-item {
            max-width: 21%;
            padding: 20px 2% 20px 2%;
        }

        .horizontal-teasers.c5 .horizontal-teaser-item {
            max-width: 18%;
            padding: 20px 1% 20px 1%;
        }

        .horizontal-teasers.c6 .horizontal-teaser-item {
            max-width: 13%;
            padding: 20px 1% 20px 1%;
        }
    }

    /* Small desktop to large desktop */
    @media (min-width: 980px) and (max-width: 1199px) {
        body {
            padding: 60px 0 0 0;
        }

        ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
        /* open menus on hover */
        #asp-header-search {
            right: 118px;
        }

        .nav.asp-nav-pull-right {
            /*  margin-right: -42px;*/
        }

        .asp-row-fivecols .span2 {
            width: 18.297872340425532%;
            *width: 18.2234042553191494%;
        }

        .asp-home-careers {
            padding: 240px 0 0 0;
        }

        .asp-home-insetwide {
            padding: 75px 0;
        }

            .asp-home-insetwide .asp-home-insetwide-container {
                width: 820px;
                margin: 0 auto;
                padding: 0;
            }

        .asp-home-explore .asp-home-insetwide-container {
            width: 970px;
        }

        .asp-insetbox {
        }

            .asp-insetbox hr {
            }

        .asp-hero-wide {
            margin-left: -42px;
            margin-right: -42px;
            padding-left: 42px;
            padding-right: 42px;
        }

        .asp-hero-image-only {
            margin: 0 auto;
            margin-left: -42px;
            margin-right: -42px;
            padding: 0;
        }

        .asp-hero-sidebar {
            padding: 55px 25px;
            height: 150px;
            font-size: 16px;
            line-height: 20px;
        }

        .asp-carousel-sidebar {
            padding: 10px 25px;
            font-size: 16px;
            line-height: 24px;
        }


        .asp-carousel-sidebar-left {
            padding: 25px;
            font-size: 12px;
            line-height: 16px;
        }

        .asp-carousel-sidebar-home {
            padding: 140px 0 0 75px;
        }

        .asp-carousel-sidebar-erica {
            padding: 50px 0 0 75px;
        }

        .asp-carousel-sidebar-home h1 {
            font-size: 28px;
            line-height: 34px;
        }

        .asp-carousel-sidebar-erica h1 {
            font-size: 28px;
            line-height: 34px;
        }

        .asp-carousel-sidebar-home h10 {
            font-size: 28px;
            line-height: 34px;
        }

        .asp-carousel-container-home {
            width: 1024px;
        }

        .asp-carousel-container-product {
            width: 984px;
        }

        .asp-marquee-wrap {
            width: 1024px;
        }

        .asp-marquee-with-options {
            width: 839px;
        }

        .asp-horizontal-teasers-container-home {
            width: 1024px;
        }

        .horizontal-teasers.c2 .horizontal-teaser-item {
            max-width: 40%;
            padding: 20px 5% 20px 5%;
        }

        .horizontal-teasers.c3 .horizontal-teaser-item {
            max-width: 27%;
            padding: 20px 3% 20px 3%;
        }

        .horizontal-teasers.c4 .horizontal-teaser-item {
            max-width: 21%;
            padding: 20px 2% 20px 2%;
        }

        .horizontal-teasers.c5 .horizontal-teaser-item {
            max-width: 18%;
            padding: 20px 1% 20px 1%;
        }

        .horizontal-teasers.c6 .horizontal-teaser-item {
            max-width: 13%;
            padding: 20px 1% 20px 1%;
        }

        .twitter-block {
            width: 280px;
        }

        .asp-panel-social {
            min-width: 300px;
        }

        ul.list-1 {
            float: none;
            margin-left: 30px;
        }

        ul.list-2 {
            float: none;
            margin-left: 30px;
        }
        /*.logo-sm{

        float:none;
        margin-top:20px;
    }*/

    }
    /* Portrait tablet to landscape and desktop */
    @media (min-width: 768px) and (max-width: 979px) {
        body {
            padding: 60px 0 0 0;
        }

        ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
        /* open menus on hover */
        #asp-header-search {
            right: 139px;
        }

        .nav.asp-nav-pull-right {
            margin-right: -21px;
        }

        .asp-row-fivecols .span2 {
            width: 17.79005524861878448%;
            *width: 17.7155871635124022%;
        }

        .asp-home-careers {
            padding: 240px 0 0 0;
        }

        .asp-home-insetwide {
            padding: 50px 0;
        }

            .asp-home-insetwide .asp-home-insetwide-container {
                width: 640px;
                margin: 0 auto;
                padding: 0;
            }

            .asp-home-insetwide.social .asp-icon-home-social {
                margin: 5px 5px 0 5px;
            }

        .asp-home-explore .asp-home-insetwide-container {
            width: 754px;
        }

        #sidebar-left-nav {
            font-size: 13px;
            line-height: 1.25;
        }

        .asp-insetbox {
            padding: 10px 15px;
        }

            .asp-insetbox hr {
                margin-left: -15px;
                margin-right: -15px;
            }

        .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 10px;
        }

        .asp-hero-wide {
            margin-left: -22px;
            margin-right: -22px;
            padding-left: 22px;
            padding-right: 22px;
        }

        .asp-hero-image-only {
            margin: 0 auto;
            margin-left: -22px;
            margin-right: -22px;
            padding: 0;
        }

        .asp-hero-sidebar {
            padding: 60px 15px;
            height: 140px;
            font-size: 14px;
            line-height: 18px;
        }

        .asp-carousel-sidebar {
            padding: 5px 15px;
            font-size: 14px;
            line-height: 18px;
            position:static;
            color:#555555;
        }

        .asp-carousel-sidebar-left {
            padding: 15px;
            font-size: 10px;
            line-height: 14px;
        }

        .asp-carousel-sidebar-home {
            padding: 100px 0 0 50px;
        }

        .asp-carousel-sidebar-erica {
            padding: 30px 0 0 50px;
        }

        .asp-carousel-sidebar-home h1 {
            font-size: 22px;
            line-height: 28px;
        }

        .asp-carousel-sidebar-erica h1 {
            font-size: 22px;
            line-height: 28px;
        }

        .asp-carousel-sidebar-home h10 {
            font-size: 22px;
            line-height: 28px;
        }

        .asp-carousel-container-home {
            width: 768px;
        }

        .asp-carousel-container-product {
            width: 728px;
        }

        .asp-marquee-wrap {
            width: 768px;
        }

        .asp-marquee-with-options {
            width: 583px;
        }

        .asp-leadership-box-inner img {
            margin: -10px 0 10px -10px;
        }

        .asp-horizontal-teasers-container-home {
            width: 768px;
        }

        .horizontal-teasers.c2 .horizontal-teaser-item {
            max-width: 40%;
            padding: 20px 5% 20px 5%;
        }

        .horizontal-teasers.c3 .horizontal-teaser-item {
            max-width: 27%;
            padding: 20px 3% 20px 3%;
        }

        .horizontal-teasers.c4 .horizontal-teaser-item {
            max-width: 21%;
            padding: 20px 2% 20px 2%;
        }

        .horizontal-teasers.c5 .horizontal-teaser-item {
            max-width: 18%;
            padding: 20px 1% 20px 1%;
        }

        .horizontal-teasers.c6 .horizontal-teaser-item {
            max-width: 13%;
            padding: 20px 1% 20px 1%;
        }



        ul.list-1 {
            float: none;
            margin-left: 30px;
        }

        ul.list-2 {
            float: none;
            margin-left: 30px;
        }
        /* .logo-sm{

        float:none;
        margin-top:20px;
    } */
    }

    /* Landscape phone to portrait tablet */
    @media (max-width: 768px) {
        body {
            padding: 0;
        }

        ul.nav li.dropdown:hover > ul.dropdown-menu {
            display: block;
        }
        /* open menus on hover */
        #asp-header-search {
            display: none;
        }

        .asp-padding-phone {
            width: 94%;
            margin: 0 auto;
        }

        form fieldset.asp-form-slim,
        form fieldset.asp-form-slim select,
        form fieldset.asp-form-slim input,
        form fieldset.asp-form-slim label {
            margin-bottom: 10px;
        }

        .asp-home-insetwide {
            padding: 25px 0;
        }

            .asp-home-insetwide .asp-home-insetwide-container {
                width: auto;
            }
            
            .asp-home-insetwide.social .asp-icon-home-social {
                margin: 5px 10px;
            }

        .asp-home-explore {
            color: #333;
            padding: 0;
        }

            .asp-home-explore .asp-home-insetwide-container {
                width: auto;
            }

        .asp-insetbox {
            min-height: 0;
        }

        .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 20px;
        }

        .navbar-fixed-top {
            margin-bottom: 15px;
        }

        body.home .navbar-fixed-top {
            margin-bottom: 0px;
        }

        .navbar .btn-navbar, .navbar .btn-navbar:hover {
            margin: 8px 5px 0 5px;
            padding: 0;
            float: left;
            width: 35px;
            height: 35px;
            background: transparent url('/Static/assets/img/global/icon-mobile-navbar-nav.png') 0 0 no-repeat;
        }

        .navbar .btn-navbar-search, .navbar .btn-navbar-search:hover {
            margin: 8px 5px 0 5px;
            padding: 0;
            float: right;
            width: 35px;
            height: 35px;
            background: transparent url('/Static/assets/img/global/icon-mobile-navbar-search.png') 0 0 no-repeat;
        }

        @media screen and (-webkit-min-device-pixel-ratio: 2) {
            .navbar .btn-navbar, .navbar .btn-navbar:hover {
                background: transparent url('/Static/assets/img/global/icon-mobile-navbar-nav@2x.png') 0 0 no-repeat;
                background-size: 35px 35px;
            }

            .navbar .btn-navbar-search, .navbar .btn-navbar-search:hover {
                background: transparent url('/Static/assets/img/global/icon-mobile-navbar-search@2x.png') 0 0 no-repeat;
                background-size: 35px 35px;
            }
        }

        .navbar .brand {
            margin-left: auto;
            margin-right: auto;
            width: 102px;
            float: none;
        }

        .asp-hero-image-only {
            margin: 0 auto;
            padding: 0;
        }

            .asp-hero-image-only.asp-hero-image-narrow {
                padding: 0;
            }

        .asp-carousel-sidebar {
            padding: 30px 15px;
            font-size: 14px;
            line-height: 18px;
            /*display: none;*/
            position: static;
            color: #484647;
        }



        .interior-page-banner-block-position {
            background: none;
            float: left;
            text-align: left;
            width: 100%;
            font-weight: bold;
            top: 50px;
            font-size: 22px;
            line-height: 24px;
            padding-bottom: 0px;
        }

        .interior-page-banner-block-btn {
            width: 150px;
        }



        .asp-carousel-sidebar-left {
            padding: 15px;
            font-size: 10px;
            line-height: 14px;
        }

        .asp-carousel-sidebar-home {
            padding: 0;
            top: auto;
            bottom: 40px;
            left: 40px;
        }

        .asp-carousel-sidebar-erica {
            padding: 0;
            top: auto;
            bottom: 40px;
            left: 40px;
        }

        .asp-carousel-sidebar-home h1 {
            font-size: 14px;
            line-height: 18px;
        }

        .asp-carousel-sidebar-erica h1 {
            font-size: 14px;
            line-height: 18px;
        }

        .asp-carousel-sidebar-home h10 {
            font-size: 14px;
            line-height: 18px;
        }

        .asp-carousel-container-home {
            width: auto;
        }

        .asp-carousel-container-product {
            width: auto;
        }

        .asp-panel-social {
            min-height: 0;
        }

        .asp-horizontal-teasers-container-home {
            width: auto;
        }


        ul.list-1 {
            float: none;
            margin-left: 30px;
        }

        ul.list-2 {
            float: none;
            margin-left: 30px;
        }

        .logo-sm {
            float: none;
            margin-top: 20px;
            display: flex;
        }
    }

    /* Landscape phones and down */
    @media (max-width: 480px) {
        .asp-carousel-sidebar {
            /*display: none;*/
            position: static;
            color: #484647;
        }

        .interior-page-banner-block-position {
            background: none;
            float: left;
            text-align: left;
            width: 100%;
            font-weight: bold;
            top: 50px;
            font-size: 22px;
            line-height: 24px;
            padding-bottom: 0px;
        }

        .interior-page-banner-block-btn {
            width: 150px;
        }


        .hidden-phone-480px {
            display: none !important;
        }

        .asp-carousel-sidebar-home .btn {
            padding: 5px;
            font-size: 18px;
        }

        .asp-carousel-sidebar-erica .btn {
            padding: 5px;
            font-size: 18px;
        }

        .asp-carousel-sidebar-home {
            top: auto;
            bottom: 50%;
            left: 20px;
            width: 50%;
        }

        .asp-carousel-sidebar-erica {
            top: auto;
            bottom: 50%;
            left: 20px;
            width: 50%;
        }

        .industry-expertise > div {
            width: 100%;
            float: left;
        }
    }

    div.inputForm select,
    div.inputForm textarea,
    div.inputForm input[type="text"],
    div.inputForm input[type="password"],
    div.inputForm input[type="datetime"],
    div.inputForm input[type="datetime-local"],
    div.inputForm input[type="date"],
    div.inputForm input[type="month"],
    div.inputForm input[type="time"],
    div.inputForm input[type="week"],
    div.inputForm input[type="number"],
    div.inputForm input[type="email"],
    div.inputForm input[type="url"],
    div.inputForm input[type="search"],
    div.inputForm input[type="tel"],
    div.inputForm input[type="color"],
    div.inputForm .uneditable-input {
        display: inline-block;
        height: 20px;
        padding: 4px 6px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 20px;
        color: #555555;
        vertical-align: middle;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    div.inputForm textarea {
        height: auto;
    }

    /* INDUSTRY EXPERTISE */
    .industry-expertise > div {
        width: 50%;
        float: left;
        min-width: 400px;
    }

    industry-expertise-item {
        width: 100%;
    }

    .industry-expertise-link {
        display: block;
    }

        .industry-expertise-link .industry-expertise-default {
            background-image: url(/Global/APSFiles/images/IndustryExpertise-BlueOverlay1.png);
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }

        .industry-expertise-link, .industry-expertise-link a {
            color: White;
            text-decoration: none;
        }

    .industry-expertise-icon div {
        text-align: center;
        vertical-align: middle;
        display: inline-block;
    }

    .industry-expertise-icon {
        height: 100%;
        text-align: center;
        vertical-align: middle;
    }

        .industry-expertise-icon > img {
            vertical-align: middle;
        }

        .industry-expertise-icon h3 {
            font-weight: normal;
            color: white;
        }

    .industry-expertise-default .industry-expertise-icon {
        width: 100%;
    }

    .industry-expertise-active .industry-expertise-icon {
        float: left;
        margin: 0 2%;
        overflow: hidden;
        width: 28%;
    }

    .industry-expertise-item .text-container {
        float: left;
        height: 100%;
        vertical-align: middle;
        width: 60%;
    }

        .industry-expertise-item .text-container > div {
            vertical-align: middle;
            display: inline-block;
            width: 98%;
        }

        .industry-expertise-item .text-container .quote {
            margin: 10px 0 0 0;
            font-style: italic;
        }

        .industry-expertise-item .text-container .quote-author {
            text-align: end;
            font-style: italic;
            margin-top: 0px;
        }

    .industry-expertise > div:nth-child(4n-1) .industry-expertise-link,
    .industry-expertise > div:nth-child(4n-2) .industry-expertise-link {
        background-color: rgba(0, 148, 206, 0.5);
    }

        .industry-expertise-link:hover,
        .industry-expertise > div:nth-child(4n-1) .industry-expertise-link:hover,
        .industry-expertise > div:nth-child(4n-2) .industry-expertise-link:hover {
            background-color: rgb(0, 148, 206);
        }

    .industry-expertise-default {
        display: block;
        height: 400px;
    }

        .industry-expertise-default .industry-expertise-icon > div {
            max-width: 90%;
        }

    .industry-expertise-active {
        display: none;
        height: 400px;
    }

        .industry-expertise-active .industry-expertise-icon > div {
            overflow: hidden;
            width: 90%;
        }

    .industry-expertise-link:hover .industry-expertise-default {
        display: none;
    }

    .industry-expertise-link:hover .industry-expertise-active {
        display: block;
        background: #0094CE;
    }

    .professional-services-top {
        padding: 60px 100px 60px 100px;
    }

    .professional-services-top-title {
        font-size: 24px;
        border-bottom: black solid 1px;
        padding-bottom: 10px;
    }

    .professional-services-top-body {
        padding-top: 15px;
        font-size: 17px;
        line-height: 21px;
    }

    .prof-svcs-pareas1 {
        background-color: #5B94AE;
    }

    .prof-svcs-pareas2 {
        background-color: #48ACEB;
    }

    .prof-svcs-pareas3 {
        background-color: #3A7EC7;
    }

    .professional-services-practice-areas > div {
        min-height: 50px;
        margin: 50px 2% 50px 2%;
        display: inline-block;
        vertical-align: middle;
    }

    .professional-services-practice-areas p {
        margin: 5px 0 5px 0;
        line-height: 21px;
    }

    .professional-services-practice-areas {
        width: 100%;
        color: white;
        font-size: 18px;
        display: inline-block;
    }

    .ps_div1 {
        width: 40px;
    }

    .ps_div2 {
        width: 20%;
        min-width: 200px;
        font-size: 22px;
        line-height: 28px;
    }

    .ps_div3 {
        width: 43%;
        min-width: 300px;
    }

    .ps_div4 {
        min-width: 140px;
        padding-top: 15px;
    }

    @media (min-width: 768px) and (max-width: 979px) {
        .professional-services-practice-areas > div {
            margin: 35px 1% 35px 1%;
        }

        .ps_div2 {
            width: 18%;
            min-width: 180px;
        }

        .ps_div3 {
            width: 35%;
            min-width: 280px;
        }
    }

    @media (max-width: 767px) {
        .professional-services-practice-areas > div {
            margin: 15px 2% 15px 2%;
        }


        .ps_div2 {
            width: 100%;
            min-width: 200px;
        }

        .ps_div3 {
            width: 100%;
            min-width: 140px;
        }

        .ps_div4 {
            width: 100%;
            min-width: 140px;
        }
    }

    .professional-services-practice-areas a {
        border: white 1px solid;
        padding: 10px 15px 10px 15px;
        color: white;
    }

    .professional-services-black-bar > div.span4 {
        float: left;
        /*width: 33%;*/
        display: inline;
        display: inline-block;
        text-align: center;
        background-size: 100%;
        min-height: 300px;
        margin-left: 0px;
    }

    .professional-services-black-bar a {
        color: #FFFFFF;
        margin-bottom: 20px;
    }

    .professional-services-black-bar {
        float: left;
        width: 100%;
        background-color: #343434;
        font-size: 22px;
        color: White;
        min-height: 300px;
        padding-top: 40px;
        background: #343434 url('/Global/APSFiles/blackbar-background-rev.png') 0px 98px no-repeat;
        background-size: 100%;
    }

        .professional-services-black-bar .ie-bg-holder {
            display: none;
        }

        .professional-services-black-bar .ie-bottom-margin {
            display: none;
        }

        .professional-services-black-bar .circle {
            border: 0px;
            max-width: 100%;
            width: 100%;
        }

    @media (max-width: 767px) {
        /*.professional-services-black-bar > div.span4 a {text-align:center; margin-bottom:60px;}
    .professional-services-black-bar > div.span4 a+a {text-align:center; margin-bottom:60px;}
    .professional-services-black-bar > div.span4 a+a+a {text-align:center; margin-bottom:30px;}*/
    }

    .professional-services-blog {
        padding: 60px 100px 60px 100px;
    }

    .professional-services-blog-title {
        font-size: 24px;
        border-bottom: black solid 1px;
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .professional-services-blog-post {
        float: left;
        width: 31%;
    }

    .professional-services-blog :nth-child(2) {
        margin-right: 3.5%;
    }

    .professional-services-blog :nth-child(4) {
        float: right;
    }

    .professional-services-blog h4 {
        font-size: 16px;
    }


    .professional-services-learn-more {
        width: 100%;
        color: white;
        font-size: 19px;
        text-align: center;
        background-color: #3D91C9;
        margin: 50px 0px -30px 0px;
        padding: 80px 0px 100px 0px;
    }

    .professional-services-learn-more-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .professional-services-learn-more-body {
        padding: 0px 30% 40px 30%;
    }

    @media (max-width: 767px) {
        .professional-services-black-bar {
            background: #343434;
        }

        .professional-services-top {
            padding: 10px 10px 10px 10px;
        }

        .professional-services-blog {
            padding: 10px 10px 10px 10px;
        }

        .professional-services-learn-more {
            margin: 10px 0px -30px 0px;
            padding: 10px 0px 50px 0px;
        }

        .professional-services-learn-more-body {
            padding: 0px 10px 20px 10px;
        }
    }

    .professional-services-community-experts2 {
        width: 100%;
        height: 500px;
        float: left;
        background-image: url('/Global/Images/100-home-carousel-img1-rev.jpg');
    }

    div.professional-services-community-experts-box {
        background-color: #48ACEB;
        width: 30%;
        margin: 150px 100px;
        opacity: 0.7;
        position: absolute;
        top: 10px;
    }

    .professional-services-community-experts-box div {
        color: #000000;
        padding: 15px 15px 30px 15px;
    }

    .professional-services-community-experts-box a {
        color: #FFFFFF;
        border: 1px solid;
        padding: 10px;
        margin-bottom: 30px;
    }

    .comm-experts .hdr-separator {
        /*color: #515151;*/
        border: 1px solid #515151;
    }

    .card {
        border: none;
        display: block;
        float: left;
        width: 272px;
        height: 380px;
        margin: 0 23px 23px 0;
        padding: 0 0 0px;
    }

    .h380 {
        height: 380px;
    }

    .card figure {
        display: block;
        margin: 0 0 9px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%;
    }

        .card figure.h380 img, .card figure img {
            display: block;
            height: 380px;
            /*margin-left: -12.5px;*/
            width: auto;
        }

        .card figure figcaption {
            /*background: url("url to bg") no-repeat scroll 0 0 / cover rgba(44, AC, D7, 0.6);*/
            display: block;
            width: 100%;
            height: 380px;
            margin: 0;
            padding: 0;
            position: absolute;
            top: +83%;
            left: 0;
            right: 0;
            color: #FFFFFF;
            background: rgba(68,172,215,.81);
            background-size: cover;
            -moz-transition: top ease-in-out .2s;
            -webkit-transition: top ease-in-out .2s;
            transition: top ease-in-out .2s;
        }

    .card.backside figure figcaption {
        top: 0;
    }

    .card figure figcaption .header {
        margin: 22px 0px 0px 22px;
        font-size: 16px;
    }

        .card figure figcaption .header .fullname {
            margin: 0px 0px 20px 0px;
        }

        .card figure figcaption .header p {
            margin: 0px;
        }

    .card figure figcaption .description {
        color: #FFFFFF;
        margin: 20px 0px 0px 22px;
        height: 158px;
        font-size: 13px;
    }

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

        .card .icons .icon {
            display: inline-block;
            margin: 0px 10px 0px 10px;
        }

            .card .icons .icon img {
                width: 44px;
                height: 44px;
                background-image: none;
            }

    .mt30 {
        margin-top: 30px;
    }

    .comm-experts .cexprt-filter select {
        width: 200px;
        margin-right: 20px;
        border: 1px solid #fff;
        border-radius: 0px;
        -moz-appearance: none;
        -moz-border-radius: 0px;
        -webkit-appearance: none;
        -webkit-border-radius: 0px;
        font-size: 15px;
        font-weight: bold;
        color: #a1a1a5;
        background-color: #f8f8f8;
        height: 43px;
    }

    .ix-page fieldset.filter label {
        margin-right: 56px;
        padding-bottom: 20px;
    }

        .ix-page fieldset.filter label + label + label + label {
            margin-right: 0px;
            padding-bottom: 20px;
        }

        .ix-page fieldset.filter label:nth-child(5) {
            margin-right: 56px;
            padding-bottom: 20px;
        }

    @media (min-width: 980px) and (max-width: 1199px) {
        .ix-page fieldset.filter label {
            margin-right: 10px;
            padding-bottom: 20px;
        }

            .ix-page fieldset.filter label + label + label + label {
                margin-right: 50px;
                padding-bottom: 20px;
            }
    }

    @media (min-width: 768px) and (max-width: 979px) {
        .ix-page fieldset.filter label {
            margin-right: 50px;
            padding-bottom: 20px;
        }

            .ix-page fieldset.filter label + label + label + label {
                margin-right: 50px;
                padding-bottom: 20px;
            }
    }

    @media (max-width: 767px) {
        .ix-page fieldset.filter label + label + label + label {
            margin-right: 50px;
            padding-bottom: 20px;
        }
    }

    .blue-color {
        color: #44c2f1;
    }

    .ix-page .filter-container {
        text-align: left;
        margin: 0px 0px 0px 40px;
    }

    .ix-page .veiw-all {
        display: inline;
        display: inline-block;
        font-weight: bold;
    }

    .ix-page .apps-list {
        margin-top: 10px;
    }

        .ix-page .apps-list .group {
            margin-bottom: 56px;
        }

            .ix-page .apps-list .group .group-title {
                background-color: #DDDDDD;
                margin: 0 0 21px 0px;
                height: 34px;
                vertical-align: middle;
                padding-left:28px;
            }

                .ix-page .apps-list .group .group-title div {
                    display: inline-block;
                    vertical-align: middle;
                }

                .ix-page .apps-list .group .group-title .title-text {
                    color: #000000;
                    font-weight: bold;
                    height: 12px;
                    font-size: 18px;
                    vertical-align: middle;
                    margin: 15px 0 0 12px;
                }

            .ix-page .apps-list .group .clear {
                clear: both;
            }

            .ix-page .apps-list .group .app-tiles {
                margin-left: 12%;
            }


                .ix-page .apps-list .group .app-tiles .app-tile {
                    margin: 0px 21px 21px 0px;
                }

                .ix-page .apps-list .group .app-tiles .app-tile {
                    float: left;
                }

    .app-tile {
        width: 376px;
        margin-top: 11px;
    }

        .app-tile .header {
            height: 64px;
            vertical-align: middle;
        }

            .app-tile .header div {
                display: inline-block;
                vertical-align: middle;
                width: 98%;
            }

            .app-tile .header a {
                text-decoration: none;
            }

            .app-tile .header .name {
                margin-left: 16px;
                color: #FFFFFF;
                font-size: 18px;
                font-weight: bold;
                width: 80%;
                vertical-align: middle;
            }

            .app-tile .header .icon {
                float: right;
                vertical-align: middle;
            }

        .app-tile .body {
            height: 120px;
            background-color: #DDDDDD;
            color: #000000;
            font-size: 12px;
            padding: 0px 10px 10px 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre-line;
        }

        .app-tile .ix-footer {
            height: 33px;
            width: 100%;
            vertical-align: middle;
        }

            .app-tile .ix-footer .left-part {
                display: inline-block;
                float: left;
                width: 70%;
                height: 100%;
                background-color: #464646;
                border: none;
                vertical-align: middle;
            }

            .app-tile .ix-footer .right-part {
                display: inline-block;
                float: left;
                width: 30%;
                height: 100%;
                background-color: #00AEEF;
                font-size: 14px;
                font-weight: bold;
                text-align: center;
                vertical-align: middle;
                border: none;
            }

                .app-tile .ix-footer .right-part div {
                    display: inline-block;
                    width: 97%;
                }

                .app-tile .ix-footer .right-part .lmore {
                    vertical-align: middle;
                }

            .app-tile .ix-footer a {
                text-decoration: none;
                color: #FFFFFF;
            }

    .app-color1 {
        background-color: #0082CA; /* blue */
    }

    .app-color2 {
        background-color: #FF5B35; /* red */
    }

    .app-color3 {
        background-color: #8CD600; /* green */
    }

    .app-color4 {
        background-color: #FFD100; /* orange */
    }

    .app-page .banner {
        width: 100%;
        margin: 0 0 40px 0;
    }

        .app-page .banner .header {
            height: 140px;
            vertical-align: middle;
        }

            .app-page .banner .header div {
                display: inline-block;
                vertical-align: middle;
                width: 98%;
            }

            .app-page .banner .header .name {
                margin-left: 16px;
                color: #FFFFFF;
                font-size: xx-large;
                width: 60%;
                vertical-align: middle;
            }

            .app-page .banner .header .icon {
                float: right;
                vertical-align: middle;
            }

        .app-page .banner .ix-app-footer {
            height: 45px;
            width: 100%;
            background-color: #464646;
            color: #FFFFFF;
        }

    .app-page .column1 .block {
        margin: 0 5 0 20px;
    }

        .app-page .column1 .block > div + div {
            margin-top: 40px;
        }

    .app-page .column1 .header {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 15px;
        color: #666;
    }

    .app-page .column3 .collateral {
        margin: 20px 0 0 0;
        padding: 20px;
        background-color: #DDD;
    }

        .app-page .column3 .collateral .header {
            text-transform: uppercase;
            font-weight: normal;
            color: #000;
            font-size: 15px;
            margin: 0 0 20px 0;
        }

    .hidden {
        display: none;
    }

    .payment-system {
        margin-top: 5px;
    }

        .payment-system span.label {
            font-weight: bold;
            width: 150px;
            display: inline-block;
            margin-top: 10px;
            margin-right: 5px;
            padding: 6px 6px;
        }

    .red {
        color: red;
    }

    .green {
        color: green;
    }

    /* Beats the Benchmarks */

    .btb .btb-welcome {
        width: 100%;
        float: left;
        background-color: #FFFFFF;
    }

    .btb .wlogo {
        float: left;
        height: 100%;
        width: 70%;
    }

    .btb .wtext {
        float: left;
        height: 100%;
        width: 30%;
        text-align: left;
    }

        .btb .wtext div {
            padding: 60px 20px 0px;
        }

    .btb .fclear {
        clear: both;
    }

    .btb .yline {
        background-color: #ffd100;
        height: 6px;
        width: 100%;
    }

    .btb .default-btn,
    .default-btn {
        display: block;
        color: #ffffff;
        background-color: #25b8f0;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
        font-weight: bold;
        border: medium none;
        cursor: pointer;
        text-decoration: none;
    }

        .btb .default-btn:hover,
        .default-btn:hover {
            background-color: #25bfff;
        }



    /* newly addee link colors */


    .yamm .yamm-content li a, .yamm .yamm-content li a:hover,
    .yamm .yamm-content li strong a, .yamm .yamm-content li strong a:hover {
        color: #00aeef;
        text-decoration: none;
    }


    /* newly added box-50 
	

.yamm .yamm-content .box50-1-menu, 
.yamm .yamm-content .box50-2-menu {
	float:left;
	width:300px;
}

.yamm .yamm-content .box50-2-menu strong a {
	color:#95d600; 
	text-decoration:none;
}

.yamm .yamm-content .box50-1-menu strong a {
	color:#95d600; 
	text-decoration:none;
}


.yamm .yamm-content .box50-2-menu strong a:hover {
	color:#00aeef;
	text-decoration:none;
}

.yamm .yamm-content .box50-1-menu strong a:hover {
	color:#00aeef; 
	text-decoration:none;
}

.yamm .yamm-content .box50-1-menu p {
	font-size:12px; 
	color:#ababaa; 
	text-transform:none;	
	}	
	
 .yamm .yamm-content .box50-2-menu p {
	font-size:12px; 
	color:#ababaa; 
	text-transform:none;	
	}
	
	
	
@media (min-width: 768px) and (max-width: 1199px) {

.yamm .yamm-content .box50-1-menu, .yamm .yamm-content .box50-2-menu {
	float:left;
	width:200px;
	
}


}*/

    .new2016 {
        width: 90%;
        text-align: center;
    }

    @media (min-width: 1200px) {
        .new2016 {
            padding-top: 250px;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .new2016 {
            padding-top: 250px;
        }
    }

    @media (min-width: 768px) and (max-width: 979px) {
        .new2016 {
            padding-top: 150px;
        }
    }

    @media (max-width: 767px) {
        .new2016 {
            padding-top: 50px;
        }

        /*   .footer-lower {
        height: 55px;
    }*/
    }









    /*Popup*/
    .custom-modal {
        width: 576px;
        background: #e7e7e7;
        border-radius: 0;
    }

    .custom-modal-header {
        padding: 20px 60px 10px;
    }

    .modal-title {
        margin: 0;
        text-transform: capitalize;
        padding: 0 3px;
    }

    .custom-modal-body {
        padding: 0 60px;
    }

    .custom-modal .custom-modal-body input {
        display: block;
        width: 100%;
        margin: 10px 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 8px 9px;
        height: 30px;
        border: none;
        -webkit-box-shadow: 0px -1px 2px rgba(119, 119, 119, 0.13);
        box-shadow: 0px -1px 2px rgba(119, 119, 119, 0.13);
    }

    .custom-modal-footer {
        padding: 10px 60px 40px;
        display: flex;
        justify-content: space-between;
    }

        .custom-modal-footer button {
            width: 50%;
            margin-right: 20px;
        }

            .custom-modal-footer button:last-child {
                margin-right: 0;
            }

    .signin-create-acc {
        float: right;
        margin-top: 15px;
        padding: 10px 0px;
    }




    .wrapper-home {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

    .hero-media {
        position: relative;
        height: 640px;
    }

    .hero-image-home {
        background-repeat: no-repeat;
        background-size: 100%;
    }

    .hero-video {
        overflow: hidden;
    }

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

            .hero-video-wrapper:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%;
                z-index: 2;
            }
    }

    .touch .hero-video-wrapper
    .hero-video-light .hero-video-wrapper:after {
        background-color: rgba(0,0,0,.25);
    }

    .hero-video-medium .hero-video-wrapper:after {
        background-color: rgba(0,0,0,.5);
    }

    .hero-video-dark .hero-video-wrapper:after {
        background-color: rgba(0,0,0,.75);
    }

    .hero-video .header-home {
        z-index: 3;
    }

    .hero-video-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .hero-video-home {
        /* Make video to at least 100% wide and tall */
        min-width: 100%;
        min-height: 100%;
        /* Setting width & height to auto prevents the browser from stretching or squishing the video */
        width: auto;
        height: auto;
        /* Center the video */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1;
    }

.header-home {
    position: absolute;
    margin-top: 375px;
    text-align: center;
    width: 75%;
    max-width: 1400px;
    left: 50%;
    color: #fff;
    font-size: 36px;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

        .header-home h1 {
            font-size: 36px;
            line-height: 1.2;
            font-weight: bold;
        }

        .header-home h2 {
            font-size: 18px;
        }

        .header-home h2, .header-home h1 {
            color: #fff;
        }

    .header-home .image-carousel-nav-left {
        width: 40px;
        left: -60px;
        right: auto;
    }

    .header-home .image-carousel-nav-right {
        width: 40px;
        left: auto;
        right: -60px;
    }

        .header-home .image-carousel-nav-left:before,
        .header-home .image-carousel-nav-left:after,
        .header-home .image-carousel-nav-right:before,
        .header-home .image-carousel-nav-right:after {
            border-color: #fff;
            opacity: 0.75;
        }

    /*CSS MEDIA for Hero */
    @media screen and (max-width: 1025px) {
        .hero-video-home {
            display: none;
        }
    }

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


        .hero-media {
            height: 545px;
        }
    }

    @media screen and (max-width: 979px) {
        .header-home {
            margin-top: 260px;
        }

        .hero-media {
            height: 409px;
        }
    }

    @media screen and (max-width: 767px) {
        .header-home {
            /*margin-top: calc(75% - 0px);*/
            width: 100%;
            margin-left: 0px;
            margin-top: 540px;
        }

            .header-home h2, .header-home h1 {
                color: #666;
            }



        .hero-video .header-home {
            margin-top: 30px;
            padding: 0 10px;
            position: static;
            transform: none;
            box-sizing: border-box;
        }

        .header-home .image-carousel-nav-left {
            width: 10%;
            padding-top: 56.25%;
            left: 0;
            right: auto;
            top: 0;
            bottom: auto;
        }

        .header-home .image-carousel-nav-right {
            width: 10%;
            padding-top: 56.25%;
            left: auto;
            right: 0;
            top: 0;
            bottom: auto;
        }

        .hero-media.hero-video {
            height: auto;
        }

        .hero-video-wrapper {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            position: relative;
            height: 0;
            padding-bottom: 56.25%;
        }
    }

    @media screen and (max-width: 763px) {
        .header-home {
            /* margin-top: calc(80% - 0px);*/
            margin-top: 515px;
        }
    }


    @media screen and (max-width: 700px) {
        .header-home {
            /* margin-top: calc(80% - 0px);*/
            margin-top: 500px;
        }
    }

    @media screen and (max-width: 600px) {
        .header-home {
            /* margin-top: calc(80% - 0px);*/
            margin-top: 480px;
        }
    }

    @media screen and (max-width: 575px) {
        .header-home {
            /* margin-top: calc(90% - 0px);*/
            margin-top: 460px;
        }

            .header-home .image-carousel-nav-left {
                width: 15%;
            }

            .header-home .image-carousel-nav-right {
                width: 15%;
            }
    }

    @media screen and (max-width: 434px) {
        .header-home {
            /*margin-top: calc(105% - 0px);*/
            margin-top: 430px;
        }
    }


    /* PROMO BLOCK */

    .promo-box-container {
        width: 100%;
        /*height: 84px;*/
        margin: 0 auto;
        display: flex;
    }

    .promo-box50-1, .promo-box50-2 {
        /*padding: 15px;*/
        background-color: #464646;
        float: left;
        width: calc(50% - 5px);
        padding: 15px 15px 15px 15px;
    }

    .promo-box50-1 {
        border-right: 2px solid white;
    }

    .promo-box100 {
        padding: 15px;
        background-color: #464646;
        float: left;
        width: 100%;
    }

        .promo-box100 h3 {
            color: #fff;
        }


    .promo-box50-1 h3, .promo-box50-2 h3 {
        color: #fff;
        margin: 0px;
        text-transform: uppercase;
        font-weight: bold;
        display: inline;
    }

    p .learning, h3 .learning {
        text-decoration: none;
        color: #95d600 !important;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 17px;
    }

    .promo-box50-1 p {
        color: #fff;
        font-size: 17px;
        margin: auto;
    }

    .promo-box50-2 p {
        color: #fff;
        font-size: 17px;
        margin: auto;
    }

    .promo-box100 p {
        color: #fff;
        font-size: 17px;
        margin: auto;
    }

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

        .promo-box-container {
            display: -webkit-flex;
        }
    }

    @media (max-width: 480px) {

        .promo-box50-1 {
            padding-bottom: 17px;
        }
    }



    /* Media */
    @media (max-width: 767px) {

        .promo-box50-1, .promo-box50-2, .promo-box100 {
            margin-top: 10px;
            width: calc(100% - 30px);
        }

        .promo-box50-1 {
            border-right: none;
        }

        .promo-box-container {
            display: block;
            margin-top: 250px;
        }
    }

    .anchor_cap {
        display: block;
        position: relative;
        top: -150px;
        visibility: hidden;
    }

    .community-display select {
        width: 100px !important;
    }

    .community-results {
    }

    /* Greyscale from light to dark */
    /* z-index: map-get($zindex, z-index-#); */
    /* For use if no auto-prefixer is being used */
    /* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
    /* clearfix */
    .owl-carousel .owl-wrapper:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    /* display none until init */
    .owl-carousel {
        display: none;
        position: relative;
        width: 100%;
        -ms-touch-action: pan-y;
    }

        .owl-carousel .owl-wrapper {
            display: none;
            position: relative;
            -webkit-transform: translate3d(0px, 0px, 0px);
        }

        .owl-carousel .owl-wrapper-outer {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

            .owl-carousel .owl-wrapper-outer.autoHeight {
                -webkit-transition: height 500ms ease-in-out;
                -moz-transition: height 500ms ease-in-out;
                -ms-transition: height 500ms ease-in-out;
                -o-transition: height 500ms ease-in-out;
                transition: height 500ms ease-in-out;
            }

        .owl-carousel .owl-item {
            float: left;
        }

    .owl-controls .owl-page,
    .owl-controls .owl-buttons div {
        cursor: pointer;
    }

    .owl-controls {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    /* mouse grab icon */
    .grabbing {
        cursor: url(grabbing.png) 8 8, move;
    }

    /* fix */
    .owl-carousel .owl-wrapper,
    .owl-carousel .owl-item {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
    }

    /*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
    .owl-theme .owl-controls {
        margin-top: 10px;
        text-align: center;
    }

        /* Styling Next and Prev buttons */
        .owl-theme .owl-controls .owl-buttons div {
            color: #FFF;
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*IE7 life-saver */
            margin: 5px;
            padding: 3px 10px;
            font-size: 12px;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            border-radius: 30px;
            background: #869791;
            filter: Alpha(Opacity=50);
            /*IE7 fix*/
            opacity: 0.5;
        }

        /* Clickable class fix problem with hover on touch devices */
        /* Use it for non-touch hover action */
        .owl-theme .owl-controls.clickable .owl-buttons div:hover {
            filter: Alpha(Opacity=100);
            /*IE7 fix*/
            opacity: 1;
            text-decoration: none;
        }

        /* Styling Pagination*/
        .owl-theme .owl-controls .owl-page {
            display: inline-block;
            zoom: 1;
            *display: inline;
            /*IE7 life-saver */
        }

            .owl-theme .owl-controls .owl-page span {
                display: block;
                width: 12px;
                height: 12px;
                margin: 5px 7px;
                filter: Alpha(Opacity=50);
                /*IE7 fix*/
                opacity: 0.5;
                -webkit-border-radius: 20px;
                -moz-border-radius: 20px;
                border-radius: 20px;
                background: #869791;
            }

            .owl-theme .owl-controls .owl-page.active span,
            .owl-theme .owl-controls.clickable .owl-page:hover span {
                filter: Alpha(Opacity=100);
                /*IE7 fix*/
                opacity: 1;
            }

            /* If PaginationNumbers is true */
            .owl-theme .owl-controls .owl-page span.owl-numbers {
                height: auto;
                width: auto;
                color: #FFF;
                padding: 2px 10px;
                font-size: 12px;
                -webkit-border-radius: 30px;
                -moz-border-radius: 30px;
                border-radius: 30px;
            }

    /* preloading images */
    .owl-item.loading {
        min-height: 150px;
        background: url(AjaxLoader.gif) no-repeat center center;
    }

    /* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
    .owl-origin {
        -webkit-perspective: 1200px;
        -webkit-perspective-origin-x: 50%;
        -webkit-perspective-origin-y: 50%;
        -moz-perspective: 1200px;
        -moz-perspective-origin-x: 50%;
        -moz-perspective-origin-y: 50%;
        perspective: 1200px;
    }

    /* fade */
    .owl-fade-out {
        z-index: 10;
        -webkit-animation: fadeOut .7s both ease;
        -moz-animation: fadeOut .7s both ease;
        animation: fadeOut .7s both ease;
    }

    .owl-fade-in {
        -webkit-animation: fadeIn .7s both ease;
        -moz-animation: fadeIn .7s both ease;
        animation: fadeIn .7s both ease;
    }

    /* backSlide */
    .owl-backSlide-out {
        -webkit-animation: backSlideOut 1s both ease;
        -moz-animation: backSlideOut 1s both ease;
        animation: backSlideOut 1s both ease;
    }

    .owl-backSlide-in {
        -webkit-animation: backSlideIn 1s both ease;
        -moz-animation: backSlideIn 1s both ease;
        animation: backSlideIn 1s both ease;
    }

    /* goDown */
    .owl-goDown-out {
        -webkit-animation: scaleToFade .7s ease both;
        -moz-animation: scaleToFade .7s ease both;
        animation: scaleToFade .7s ease both;
    }

    .owl-goDown-in {
        -webkit-animation: goDown .6s ease both;
        -moz-animation: goDown .6s ease both;
        animation: goDown .6s ease both;
    }

    /* scaleUp */
    .owl-fadeUp-in {
        -webkit-animation: scaleUpFrom .5s ease both;
        -moz-animation: scaleUpFrom .5s ease both;
        animation: scaleUpFrom .5s ease both;
    }

    .owl-fadeUp-out {
        -webkit-animation: scaleUpTo .5s ease both;
        -moz-animation: scaleUpTo .5s ease both;
        animation: scaleUpTo .5s ease both;
    }


    /*custom carousel styles*/
    .image-carousel-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        overflow: hidden;
    }

    .image-carousel-wrapper {
        position: relative;
        margin: -80px 20px -60px;
    }

    .image-carousel-item {
        position: relative;
        text-align: center;
    }

        .image-carousel-item > img {
            max-height: 100%;
        }

    .image-carousel-caption {
        padding: 10px;
        margin-bottom: 0;
    }

    .image-carousel-nav-left, .image-carousel-nav-right {
        position: absolute;
        top: 0;
        bottom: 38px;
        cursor: pointer;
        z-index: 20;
    }

    .image-carousel-nav-left {
        left: -100%;
        right: 100%;
    }

    .image-carousel-nav-right {
        right: -100%;
        left: 100%;
    }

        .image-carousel-nav-left:before, .image-carousel-nav-right:before {
            content: "";
            position: absolute;
            top: calc(50% - 20px);
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

    .image-carousel-nav-left:before {
        right: 10px;
        border-right: 20px solid #7ec000;
    }

    .image-carousel-nav-right:before {
        left: 10px;
        border-left: 20px solid #7ec000;
    }

/* CAROUSEL STORIES CONTAINER BLOCK */
.stories-container-background {
    background-color: #ffffff;
}

.stories-container {
    background-color: #ffffff;
    max-width: 72.5rem;
}
.stories-container-nav-left:before,
.stories-container-nav-right:before {
    content: "";
    position: absolute;
    top: calc(50% - 23px);
    right: 18px;
    width: 0;
    height: 35px;
    border-top: 0;
    border-right: 3px solid #63A70A;
    border-bottom: 0;
    transform: rotate(45deg);
}
.stories-container-nav-left:after,
.stories-container-nav-right:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 35px;
    right: 18px;
    border-right: 3px solid #63A70A;
    transform: rotate(-45deg);
}
.stories-container-nav-right:before {
    border-right: 0;
    border-left: 3px solid #63A70A;
    transform: rotate(135deg);
    right: unset;
    left: 18px;
}
.stories-container-nav-right:after {
    right: unset;
    left: 18px;
    transform: rotate(-135deg);
}
.stories-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stories-container-header {
    color: #63A70A;
    margin: 5.5rem 0 1.25rem 0;
    font-size:22px; /*September Sprint - Jeff Comeau*/
    text-align: center;
    background-color: transparent !important;
    /* For IE */
    width: 100%;
}
.stories-container-carousel .owl-wrapper {
    display: flex !important;
}
.stories-container-carousel .owl-item {
    display: flex;
    flex-direction: column;
}
.stories-container-carousel .owl-item > .stories-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.stories-container-carousel .owl-item > .stories-item > .stories-item-cta {
    flex: 1 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.stories-container-btn {
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    background-color: #95D600;
    margin: 1.75rem 0 5.5rem 0;
    padding: 0.75rem 2.75rem;
}
.stories-container-carousel .owl-pagination {
    display: none;
}

/* CAROUSEL STORIES ITEM BLOCK */
.stories-item {
    background-color: #f2f2f2;
    margin: 0 0.875rem;
    text-align: center;
    padding: 1.75rem 2.125rem; 
}
.stories-item-logo-container {
    position: relative;
    padding-bottom: 34%;
    margin-bottom: 1rem;
}
.stories-item-logo {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
a.stories-item-cta {
    text-transform: uppercase;
    background-color: transparent !important;
    font-weight: 700;
    color: #95D600;
    margin-top: .75rem;
}
a.stories-container-dark-green,
.stories-container-dark-green {
    background-color: #63A70A;
    color: #63A70A;
}
a.stories-container-bright-green,
.stories-container-bright-green {
    background-color: #95D600;
    color: #95D600;
}
a.stories-container-blue,
.stories-container-blue {
    background-color: #00AEEF;
    color: #00AEEF !important;
}
a.stories-container-gray,
.stories-container-gray {
    background-color: #8A8A8D;
    color: #8A8A8D !important;
}
a.stories-container-yellow,
.stories-container-yellow {
    background-color: #FFC700;
    color: #FFC700 !important;
}
a.stories-container-red,
.stories-container-red {
    background-color: #FF5B35;
    color: #FF5B35 !important;
}
a.stories-container-black,
.stories-container-black {
    background-color: #000000;
    color: #000000 !important;
}

.snap-content .navbar .navbar-inner > .container {
    max-width: 75rem;
}

.home-hero-carousel > div:not(:first-of-type) {
    display: none;
}

@media (max-width: 450px) {/*Mobile portrait mode*/
    .ix-page .apps-list .group .app-tiles {
        margin-left: 0px;
    }

    .app-tile{
        width: 100%;
    }

    .app-tile .header .name {
        margin-left: 8px;
    }

    .margin-top-minus25px {
        margin-top: 0px !important;
        float: unset !important;
    }

    .margin-top {
        margin-top: 50px !important;
    }
}

.padding-top-80px {
    padding-top: 80px;
}

.margin-top-minus25px {
    margin-top: -25px;
}

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

@media (max-width: 380px) {
    .industry-expertise-item .text-container {
        float: left;
        height: 100%;
        vertical-align: middle;
        width: 55%;
        font-size: 13px;
    }
}

