/* Import Media Elements CSS for playing audio and video */
@import url("mediaelementplayer.min.css");

/** Begin Energy Savings Calculator **/
.calc-title
{
    color: #404040;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-top: 45px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.calc-estimate
{
    background-color: #1c3f57;
    padding: 45px 40px;
}


.calc-estimate-title
{
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-size: 25px;
    font-weight: lighter;
    color: #ffffff;
    margin: 73px 0 0;
}

.calc-estimate-number
{
    font-size: 114px;
    color: #ffffff;
    position: relative;
    line-height: 1;
}

.calc-estimate-small
{
    font-size: 50%;
    position: absolute;
    top: 30%;
}

.calc-estimate-small:first-of-type
{
    left: -35px;
}

.calc-estimate-small:last-of-type
{
    text-decoration: underline;
    right: initial;
}

.calc-estimate-disclaimer
{
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.calc-estimate-input
{
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #1a6699;
    color: #ffffff;
    font-size: 13px;
    padding: 5px 0;
}

.calc-estimate-next
{
    display: block;
    font-size: 12px;
    margin-top: 20px;
    color: #1792e5;
    cursor: pointer;
}

.calc-nav
{
    padding: 0;
    margin: 0;
}

.calc-nav-item
{
    float: left;
    width: 25%;
    list-style: none;
}

.calc-nav-item
{
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #ffffff;
}

.calc-nav-item:last-of-type
{
    border-right: 0;
}

.calc-nav-button
{
    display: block;
    background-color: #d0d0d0;
    border: 0;
    color: #707070;
    font-size: 14px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    padding: 15px 5px;
    width: 100%;
    cursor: pointer;
}

.calc-nav-button-completed
{
    background-color: #1c3f57;
    color: #ffffff;
}

.calc-nav-button:hover, .calc-nav-button-active
{
    background-color: #243a49;
    color: #ffffff;
}

.calc-content
{
    font-size: 16px;
    margin-bottom: 68px;
    position: relative;
}

.calc-content-title
{
    font-size: 30px;
    color: #404040;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 5px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

.calc-content-pane
{
    display: none;
    padding: 75px 0;
}

.calc-content-pane-active
{
    display: block;
}

.calc-fuel-select .btn
{
    border: 1px solid #11a2e1;
    border-radius: 0;
    min-width: 200px;
    padding: 13px;
}

.calc-fuel-select .caret
{
    position: absolute;
    right: 13px;
    top: 50%;
    margin-top: -2px;
}

.calc-fuel-select .dropdown-menu.open
{
    width: 100%;
}

.calc-fuel-select .glyphicon
{
    display: none;
}

.calc-fuel-select li a
{
    padding: 13px;
}

.calc-fuel-select li a:focus, .calc-fuel-select li a:active
{
    outline: none;
    background-color: transparent;
}

.calc-fuel-select .dropdown-menu.inner
{
    position: relative;
    box-shadow: none;
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.calc-fuel-cost
{
    width: 75px;
    border: 0;
    border-bottom: 1px solid #11a2e1;
    margin-left: 15px;
    padding: 13px 0;
    display: inline-block;
}

.calc-fuel-row
{
    margin-bottom: 30px;
    font-size: 14px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

.calc-fuel-row .bootstrap-select.open li:first-of-type
{
    display: none;
}

.calc-summer, .calc-winter, .calc-result-content
{
    background-color: #ebebeb;
    padding: 75px;
    margin-bottom: 75px;
}

@media (max-width: 768px)
{
    .calc-summer, .calc-winter, .calc-result-content
    {
        padding: 30px;
    }
}

.calc-setting-title:before, .calc-temp-toggle, .calc-week-value:before, .js-calc-start:after, .js-calc-restart:after, .calc-error-zip
{
    background-image: url(/assets/img/energySavingsCalculator__sprites.png);
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .calc-setting-title:before, .calc-temp-toggle, .calc-week-value:before, .js-calc-start:after, .js-calc-restart:after, .calc-error-zip
    {
        background-image: url(/assets/img/energySavingsCalculator__sprites@2x.png);
        background-size: 42px;
    }
}

.calc-estimate-zip .calc-estimate-next:after
{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 15px;
    background-position: 0 -228px;
}

.js-calc-start:after
{
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.calc-setting-title:before
{
    content: '';
    display: block;
    margin: 0 auto 10px;
    width: 25px;
    height: 25px;
}

.calc-summer .calc-wake-title:before
{
    background-position: -8px -441px;
}

.calc-summer .calc-leave-title:before
{
    background-position: 0px -136px;
    width: 42px;
}

.calc-summer .calc-return-title:before
{
    background-position: 0px -245px;
    width: 30px;
}

.calc-summer .calc-sleep-title:before
{
    background-position: -8px -276px;
}

.calc-winter .calc-wake-title:before
{
    background-position: -9px -473px;
}

.calc-winter .calc-leave-title:before
{
    background-position: 0px -168px;
    width: 42px;
}

.calc-winter .calc-return-title:before
{
    background-position: -7px -73px;
    width: 30px;
}

.calc-winter .calc-sleep-title:before
{
    background-position: -8px -307px;
}

.calc-temp-toggle
{
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
}

.calc-summer .calc-temp-up
{
    margin-bottom: 5px;
    background-position: 0 -405px;
}

.calc-summer .calc-temp-down
{
    margin-top: 5px;
    background-position: 0 -35px;
}

.calc-summer .calc-temp-up:active, .calc-summer .calc-temp-up:focus, .calc-summer .calc-temp-up:hover
{
    background-position: 0px -369px;
}

.calc-summer .calc-temp-down:active, .calc-summer .calc-temp-down:focus, .calc-summer .calc-temp-down:hover
{
    background-position: 0px 1px;
}

.calc-winter .calc-temp-up
{
    margin-bottom: 5px;
    background-position: 0 -642px;
}

.calc-winter .calc-temp-down
{
    margin-top: 5px;
    background-position: 0 -572px;
}

.calc-winter .calc-temp-up:active, .calc-winter .calc-temp-up:focus, .calc-winter .calc-temp-up:hover
{
    background-position: 0px -606px;
}

.calc-winter .calc-temp-down:active, .calc-winter .calc-temp-down:focus, .calc-winter .calc-temp-down:hover
{
    background-position: 0px -537px;
}

.calc-settings
{
    margin-top: 50px;
}

.calc-settings:first-of-type
{
    padding-right: 70px;
    border-right: 1px solid #11a2e1;
}

@media (min-width: 768px)
{
    .calc-winter .calc-settings:first-of-type
    {
        border-right: 1px solid #f37021;
    }
}

.calc-settings:last-of-type
{
    padding-left: 70px;
}

.calc-settings-title, .calc-settings-subtitle
{
    color: #707070;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

.calc-settings-title
{
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.3;
}

.calc-settings-subtitle
{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: lighter;
}

.calc-settings-item
{
    padding: 15px 20px;
}

.calc-settings-item:hover
{
    background-color: #dee0e1;
}

.calc-setting
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.calc-setting:hover
{
    background-color: #dee0e1;
}

.calc-setting:hover .calc-temp-display
{
    font-size: 30px;
}

.calc-setting-title
{
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #1c3f57;
    text-align: center;
    margin: 0 0 20px;
}

.calc-setting-time
{
    display: block;
    background-color: transparent;
    border: 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 100%;
}

.calc-setting-time.calc-setting-time-error
{
    color: #ee3124;
}

.calc-summer .calc-setting-time
{
    border-bottom: 1px solid #8bcaf2;
}

.calc-winter .calc-setting-time
{
    border-bottom: 1px solid #f37021;
}

.calc-week
{
    margin-top: 15px;
}

.calc-week-nav
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.calc-week-nav-item
{
    width: 14.285714286%;
    float: left;
    text-align: center;
    background-color: #c2c6c9;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    padding: 15px 10px;
    border-right: 1px solid #ebebeb;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

.calc-week-nav-short .calc-week-nav-item:first-of-type
{
    width: 71.42857143%;
}

.calc-week-nav-short .calc-week-nav-item:last-of-type
{
    width: 28.57142857%;
}

.calc-weekday
{
    width: 71.428571428%;
    float: left;
    border-right: 1px solid #ebebeb;
    padding: 15px;
}

.calc-summer .calc-weekday
{
    background-color: #1792e5;
}

.calc-winter .calc-weekday
{
    background-color: #f37021;
}

.calc-weekend
{
    width: 28.571428572%;
    float: left;
    padding: 15px;
}

.calc-summer .calc-weekend
{
    background-color: #1c3f57;
}

.calc-winter .calc-weekend
{
    background-color: #bd5719;
}

.calc-week-row
{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    border-bottom: 1px solid #ebebeb;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-weight: lighter;
}

.calc-week-value:before
{
    content: '';
    display: inline-block;
    margin-right: 10px;
}

.calc-week-wake .calc-week-value:before
{
    width: 29px;
    height: 25px;
    background-position: 0 -504px;
    top: 5px;
    position: relative;
}

.calc-week-leave .calc-week-value:before
{
    width: 32px;
    height: 20px;
    background-position: 0 -200px;
}

.calc-week-return .calc-week-value:before
{
    width: 30px;
    height: 22px;
    background-position: 0 -104px;
    position: relative;
    top: 3px;
}

.calc-week-sleep .calc-week-value:before
{
    width: 30px;
    height: 22px;
    position: relative;
    background-position: 0 -339px;
    top: 3px;
}

.calc-setting-time:focus, .calc-setting-time:active, .calc-fuel-cost:active, .calc-fuel-cost:focus, .calc-nav-button:focus, .calc-nav-button:active, .calc-estimate-input:focus, .calc-estimate-input:active, .calc-content-nav:active, .calc-content-nav:focus, .calc-recalculate:active, .calc-recalculate:focus
{
    outline: none;
}

.calc-temp-display
{
    border-radius: 100%;
    max-width: 60px;
    max-height: 60px;
    line-height: 55px;
    color: #ffffff;
    text-align: center;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
}

.calc-summer .calc-temp-display
{
    background-color: #1792e5;
    border: 2px solid #8bcaf2;
}

.calc-winter .calc-temp-display
{
    background-color: #f37021;
    border: 2px solid #f9b890;
}

.calc-result
{
    padding-top: 0;
}

.calc-result-content
{
    margin-bottom: 0;
}

.calc-average-savings .calc-savings-banner
{
    background-color: #1c3f57;
    width: 65%;
}

.calc-your-savings .calc-savings-banner
{
    background-color: #628b2c;
}

.calc-savings-banner
{
    color: #ebebeb;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    float: left;
}

.calc-savings-value
{
    color: #404040;
    font-size: 20px;
    padding: 10px 15px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    background-color: #d0d0d0;
    max-width: 25%;
    float: left;
    font-weight: lighter;
    position: relative;
    margin-left: 15px;
}

.calc-savings-value:before
{
    content: '';
    display: block;
    border-right: 7px solid #d0d0d0;
    border-top: 7px solid transparent;
    position: absolute;
    z-index: 99999;
    left: -7px;
    top: 50%;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.calc-average-savings
{
    margin: 60px 0 15px;
}

.calc-average-savings .calc-savings-banner
{
    background-color: #1c3f57;
    width: 65%;
}

.calc-your-savings .calc-savings-banner
{
    background-color: #628b2c;
    width: 75%;
}

.calc-savings-banner
{
    color: #ebebeb;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 15px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    float: left;
}

.calc-savings-value
{
    color: #404040;
    font-size: 20px;
    padding: 10px 15px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    background-color: #d0d0d0;
    max-width: 25%;
    float: left;
    font-weight: lighter;
    position: relative;
    margin-left: 15px;
}

.calc-savings-value:before
{
    content: '';
    display: block;
    border-right: 7px solid #d0d0d0;
    border-top: 7px solid transparent;
    position: absolute;
    z-index: 99999;
    left: -7px;
    top: 50%;
    border-bottom: 7px solid transparent;
    margin-top: -7px;
}

.calc-savings-detailed
{
    margin-right: -2px;
    margin-left: 0;
}

.calc-savings-detailed-item
{
    min-height: 350px;
    height: 350px; /* FF requirement for display: table */
    padding: 15px 35px 130px;
    color: #ffffff;
    font-size: 50px;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    display: table;
    border-right: 1px solid #ffffff;
}

@media (max-width: 768px)
{
    .calc-savings-detailed-item
    {
        width: 50%;
        float: left;
        border-bottom: 1px solid #ffffff;
    }

    .calc-savings-detailed-item:nth-of-type(2)
    {
        border-right: 0;
    }

    .calc-savings-detailed-item:last-of-type
    {
        width: 100%;
    }
}

@media (max-width: 500px)
{
    .calc-savings-detailed-item
    {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #ffffff;
    }
}

.calc-savings-detailed-item:last-of-type
{
    border-right: 0;
}

.calc-savings-detailed-summer
{
    background-color: #1792e5;
}

.calc-savings-detailed-winter
{
    background-color: #f37021;
}

.calc-savings-detailed-yearly
{
    background-color: #628b2c;
    font-size: 90px;
}

@media (max-width: 1200px)
{
    .calc-savings-detailed-yearly
    {
        background-color: #628b2c;
        font-size: 60px;
    }
}

.calc-savings-detailed-small:last-of-type
{
    text-decoration: underline;
}

.calc-savings-detailed-label
{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.calc-savings-detailed-inner
{
    display: table-cell;
    width: 100%;
    vertical-align: bottom;
}

.calc-savings-detailed-small
{
    font-size: 50%;
    top: -.75em;
}

.calc-recalculate
{
    color: #ffffff;
    padding: 15px 40px;
    float: right;
    margin-top: 65px;
    border: 0;
    background-color: #1792e5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.calc-content-nav
{
    background-color: transparent;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    color: #1792e5;
    padding: 0;
    margin: 0;
}

.calc-content-nav[disabled]
{
    color: #71bdf1;
}

.calc-content-next
{
    float: right;
}

.calc-content-prev
{
    float: left;
}

.calc-content-nav-hidden
{
    display: none;
}

.calc-disclaimer
{
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 48px;
}

.bs-select-hidden
{
    display: none;
}

@media (max-width: 1200px)
{
    .calc-title
    {
        font-size: 40px;
    }

    .calc-estimate-number
    {
        font-size: 80px;
    }

    .calc-estimate-small:last-of-type
    {
        right: initial;
    }

    .calc-estimate-zip
    {
        margin-top: 15px;
    }
}

@media (max-width: 767px)
{
    .calc-estimate
    {
        padding: 35px;
    }

    .calc-estimate-title
    {
        margin: 0 0 45px;
    }

    .calc-estimate-small
    {
        position: relative;
        top: -0.75em;
    }

    .calc-estimate-small:first-of-type
    {
        left: 24px;
    }

    .calc-estimate-number
    {
        font-size: 109px;
    }
}

@media (max-width: 768px)
{
    .calc-estimate-input
    {
        width: 100%;
    }

    .calc-estimate-zip
    {
        margin-top: 40px;
    }

    .calc-nav-button
    {
        min-height: 70px;
    }

    .calc-fuel-cost
    {
        margin-left: 15px;
    }

    .calc-settings
    {
        padding-left: 15px;
        padding-right: 15px;
    }

    .calc-settings:last-of-type
    {
        padding-left: 15px;
    }

    .calc-settings:first-of-type
    {
        padding-right: 15px;
    }

    .calc-settings:first-of-type
    {
        border-right: 0;
        border-bottom: 1px solid #d0d0d0;
        padding-bottom: 45px;
    }

    .calc-summer .calc-setting
    {
        border-right: 1px solid #11a2e1;
    }

    .calc-winter .calc-setting
    {
        border-right: 1px solid #f37021;
    }

    .calc-setting
    {
        border-right: 1px solid #11a2e1;
    }

    .calc-setting:nth-of-type(even)
    {
        border-right: 0;
    }

    .calc-settings-subtitle
    {
        margin-bottom: 30px;
    }

    .calc-average-savings .calc-savings-banner
    {
        width: 75%;
    }

    .calc-your-savings .calc-savings-banner
    {
        width: 100%;
    }

    .calc-average-savings .calc-savings-banner
    {
        width: 75%;
    }

    .calc-average-savings .calc-savings-banner
    {
        width: 100%;
    }

    .calc-savings-value
    {
        float: none;
        margin-top: 15px;
        position: absolute;
        right: 0;
        left: auto;
        margin-left: 0;
        top: 100%;
    }

    .calc-savings-value:before
    {
        top: 0;
        left: 50%;
        margin-left: -7px;
        border-bottom: 7px solid #d0d0d0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 0;
    }

    .calc-savings
    {
        position: relative;
    }

    .calc-savings:first-of-type
    {
        margin-bottom: 100px;
    }

    .calc-savings:last-of-type
    {
        margin-bottom: 50px;
    }
}

@media (max-width: 500px)
{
    .calc-estimate-number
    {
        font-size: 70px;
    }
}

@media (max-width: 480px)
{
    .calc-estimate-small:first-of-type
    {
        left: 17px;
    }

    .calc-fuel-cost
    {
        margin-left: 0;
        margin-top: 25px;
    }

    .calc-setting
    {
        width: 100%;
    }

    .calc-summer .calc-setting, .calc-winter .calc-setting
    {
        border-right: 0;
    }

    .calc-savings-value
    {
        width: 100%;
        text-align: center;
        max-width: 50%;
    }
}

.calc-savings-detailed-number
{
    line-height: 1;
}

/* Validation Messages */
.calc-fuel-select.js-error .btn
{
    border-color: #e65048;
    color: #e65048;
}

.calc-fuel-select.js-error:after
{
    position: absolute;
    top: 110%;
    content: 'Please select a fuel type';
    left: 0;
    font-weight: bold;
    color: #e65048;
}

.calc-error
{
    display: none;
}

.calc-error-active
{
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 50px;
    font-size: 30px;
    text-align: center;
    z-index: 99999;
}

.calc-estimate-input.js-error
{
    color: #e65048;
}

.calc-estimate-input::-ms-clear
{
    display: none;
}

.calc-error-zip
{
    background-position: 0 0;
    width: 18px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 3px;
    background-position: 0 -673px;
}

/** End Energy Savings Calculator **/
/** Begin Coveo Omnibox Override **/
.coveo-omnibox
{
    width: 290px !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    z-index: 999 !important;
}

@media (max-width: 768px)
{
    .coveo-omnibox
    {
        width: 100% !important;
    }
}

.coveo-omnibox .coveo-omnibox-header
{
    height: auto !important;
}

.coveo-omnibox-item
{
    padding: 16px;
}

.coveo-omnibox-item h2
{
    font-weight: bold;
    text-transform: uppercase;
}

.coveo-omnibox-item button
{
    border: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 20px;
    margin: 1em auto 0;
    display: block;
}

.coveo-omnibox-item button a:hover
{
    text-decoration: none;
    color: #ffffff;
}

.coveo-omnibox-item .search-result
{
    margin-bottom: 15px;
}

.coveo-omnibox-item .search-result a
{
    font-weight: normal;
}

.coveo-omnibox-item .search-result:last-of-type
{
    border-bottom: 0;
}

/** END Coveo Omnibox Override **/
/** Begin Coveo Product Catalog **/
.main-content .CoveoSearchInterface .coveo-results-section
{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 1170px;
    float: none;
}

@media (min-width: 768px)
{
    .main-content .CoveoSearchInterface .coveo-results-section .main-content .CoveoSearchInterface .coveo-results-section
    {
        width: 750px;
    }

    .main-content .CoveoResultList
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px)
{
    .main-content .CoveoSearchInterface .coveo-results-section .main-content .CoveoSearchInterface .coveo-results-section
    {
        width: 970px;
    }
}

@media (min-width: 1200px)
{
    .main-content .CoveoSearchInterface .coveo-results-section .main-content .CoveoSearchInterface .coveo-results-section
    {
        width: 1170px;
    }
}



.main-content .CoveoResult
{
    margin-left: 0;
    border-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 30px;
}



/** End Coveo Product Catalog **/
/** Begin Solutions Finder (Interactive Map) **/
.solutions-finder
{
    padding: 5em 0;
}

.solutions-finder-title
{
    font-size: 1.75em;
    margin-bottom: .5em;
    font-weight: bold;
    text-transform: uppercase;
}

.solutions-finder-subtitle
{
    font-size: 0.8125em;
    margin-bottom: 3.75em;
}

.solutions-finder-map
{
    position: relative;
    float: left;
}

.solutions-finder-map-image
{
    position: relative;
    z-index: 1;
    max-width: 100%;
    height: auto;
}

.solutions-finder-canvas
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solutions-finder-types
{
    display: table;
    width: 100%;
}

@media (max-width: 768px)
{
    .solutions-finder-types
    {
        padding-top: 3.125em;
    }
}

.solutions-finder-type
{
    display: none;
    border: 0;
    width: 20%;
    float: left;
    padding: 20px 10px;
    cursor: pointer;
}

@media (max-width: 992px)
{
    .solutions-finder-type
    {
        width: 50%;
    }
}

.solutions-finder-image
{
    display: block;
    margin: 0 auto 15px;
    max-width: 100%;
    height: auto;
}

.solutions-finder-type-template, .product-catalog-item-template
{
    display: none !important;
}

.solutions-recommended-products
{
    display: none;
    padding: 2em 0 5em;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.solutions-recommended-products .slick-slider
{
    padding: 0 50px;
}

.solutions-recommended-products .slick-arrow
{
    border-radius: 100%;
    height: 40px;
    width: 40px;
}

.solutions-recommended-products .slick-arrow:before
{
    color: #000000 !important;
}

.solutions-recommended-title
{
    text-align: center;
    margin: 0 0 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.75em;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

.solutions-finder
{
    background-color: #e0e0e0;
}

.solutions-finder-type
{
    background-color: transparent;
}

.solutions-finder-type:hover, .solutions-finder-type.js-active
{
    background-color: #1792e5;
    color: #fff;
    outline: none;
}

.solutions-finder-title
{
    color: #404040;
}

.solution-finder-type-title
{
    display: block;
}

/** End Solutions Finder (Interactive Map) **/
/** Begin Contact Us **/
.contact-title
{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #5b6770;
    margin: 1.2em 0;
    line-height: 1.1em;
}

.contact-subsection-title
{
    text-transform: uppercase;
    font-weight: 600;
    color: #004b98;
}

.contact-customer-care
{
    line-height: 1.4em;
    padding: 34px 34px 28px 38px;
    color: white;
    background-color: #A0A0A0;
}

.contact-customer-care .live-chat-enabled
{
    color: #ffffff;
}

.contact-customer-care .live-chat-disabled
{
    color: #ffffff;
}

.contact-customer-care-title
{
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.contact-customer-care-icon
{
    float: left;
    width: 15%;
    height: 32px;
    padding-bottom: 10px;
    padding-right: 5%;
}

.contact-customer-care-icon img
{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.contact-customer-care-label
{
    font-weight: 600;
}

.contact-customer-care-label a
{
    color: #ffffff;
}

.contact-customer-care-detail
{
    margin-bottom: 26px;
}

.contact-main .col-sm-6, .contact-main .col-lg-6
{
    height: 2.3em;
    margin: .7em 0;
}

.contact-main .col-sm-6 input, .contact-main .col-sm-6 select, .contact-main .col-lg-6 input, .contact-main .col-lg-6 select
{
    height: 100%;
    color: #000;
    font-size: .85em;
    font-weight: 200;
    outline: 0;
}

.contact-main .bootstrap-select
{
    height: 100%;
}

.contact-main .bootstrap-select .btn
{
    text-align: right;
    border-radius: 0;
    border: 1px solid #71bdf1;
    height: 100%;
    font-size: .85em;
    background-color: #fff;
    box-shadow: none;
    overflow-x: hidden;
}

.contact-main .bootstrap-select .glyphicon
{
    display: none;
}

.contact-main .bootstrap-select a
{
    outline: 0;
}

.contact-main .bootstrap-select a:hover
{
    background-color: #71bdf1;
}

.contact-main .bootstrap-select .caret
{
    border: 0;
    line-height: 0;
}

.contact-main .bootstrap-select .caret:before
{
    content: "\203a";
    font-size: 28px;
    float: right;
    display: inline-block;
    color: #999;
    transition: all 0.2s ease;
    transform: rotate(90deg);
}

.contact-main .bootstrap-select.open .caret:before
{
    transform: rotate(-90deg);
}

.contact-main .bootstrap-select .dropdown-menu
{
    border-radius: 0;
    border: 0;
    box-shadow: none;
    padding: 0;
    height: 116px;
    margin-bottom: 0;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner
{
    top: 0;
    overflow-x: hidden;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner li
{
    background-color: #dcdfe1;
    border-bottom: 1px solid #fff;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner li:first-child
{
    display: none;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner li:last-child
{
    border-bottom: 0;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner li a
{
    padding: 9px 14px;
    font-size: 13.6px;
}

.contact-main .bootstrap-select .dropdown-menu.open .inner li a:hover
{
    background-color: #3b87de;
    color: #fff;
}

.contact-main .contact-disclaimer
{
    font-size: .7em;
    padding: 27px 0;
    clear: both;
}

.contact-main .contact-radio-real input
{
    position: absolute;
    left: 0;
    visibility: hidden;
}

.contact-main label
{
    margin: .55em 0;
    cursor: pointer;
}

.contact-main .contact-radio-fake
{
    border-radius: 50%;
    border: 1px solid #004b98;
    width: 14px;
    height: 14px;
    box-shadow: 0 0 0px 2px #fff inset;
    display: inline-block;
    vertical-align: middle;
    margin-right: 11px;
}

.contact-main .contact-radio-real input:checked + label > .contact-radio-fake
{
    background-color: #009bdf;
}

.contact-main label
{
    color: #000;
    font-weight: 100;
    font-size: .85em;
}

.contact-main input
{
    border-width: 0 0 1px 0;
    border-color: #004b98;
}

.contact-main textarea
{
    border: 1px solid #004b98;
    font-size: .85em;
    padding: 0.7em 1em;
}

.contact-main ::-webkit-input-placeholder
{
    color: #000;
    font-weight: 200;
}

.contact-main :-moz-placeholder
{
    /* Firefox 18- */
    color: #000;
    font-size: .85em;
    font-weight: 200;
}

.contact-main ::-moz-placeholder
{
    /* Firefox 19+ */
    color: #000;
    font-size: .85em;
    font-weight: 200;
}

.contact-main :-ms-input-placeholder
{
    color: #000;
    font-size: .85em;
    font-weight: 200;
}

.contact-main .error, .contact-main .error + label > .contact-radio-fake, .contact-main .error + .bootstrap-select > .dropdown-toggle
{
    background-color: pink;
}

.contact-customer-type
{
    margin-top: 1.8em;
}

.contact-customer-type .contact-customer-type-intro
{
    font-size: .85em;
    margin-bottom: .8em;
}

.contact-personal-info .contact-special-offers
{
    margin-top: 2.1em;
    line-height: 1.4em;
}

.contact-personal-info .contact-special-offers .contact-checkbox-real
{
    display: none;
}

.contact-personal-info .contact-special-offers .contact-checkbox-fake
{
    width: 15px;
    height: 15px;
    border: 1px solid #1c3f57;
    display: inline-block;
    float: left;
    margin-top: 5px;
}

.contact-personal-info .contact-special-offers .glyphicon-ok
{
    top: -2px;
    color: #1792e5;
    display: none;
}

.contact-personal-info .contact-special-offers .contact-special-offers-text
{
    float: left;
    margin-left: 13px;
    width: calc(100% - 29px);
}

.contact-personal-info .contact-special-offers .contact-checkbox-real:checked + label > .contact-checkbox-fake > .glyphicon-ok
{
    display: inline;
}

.contact-personal-info
{
    margin-top: 3em;
}

.contact-comments
{
    width: 100%;
    height: 200px;
}

.contact-product-line select, .contact-first input, .contact-last input, .contact-zip input, .contact-country select, .contact-email input, .contact-phone input, .contact-part-number input, .contact .bootstrap-select, .contact .bootstrap-select .btn, .contact .dropdown-menu
{
    width: 100%;
}

.contact-submit
{
    width: 100%;
    border: 0px none;
    margin-bottom: 5em;
    text-transform: uppercase;
    font-size: .85em;
    font-weight: 600;
    padding: .9em;
    color: white;
    background-color: #1792e5;
}

.contact-customer-care-info
{
    float: left;
    width: 80%;
}

@media (max-width: 768px)
{
    .contact-title
    {
        margin-left: 0;
    }

    .contact-customer-care
    {
        margin-bottom: 3em;
    }
}

@media (min-width: 768px)
{
    .contact-main
    {
        margin-left: -15px;
        margin-right: 15px;
    }

    .contact-title
    {
        margin-left: -15px;
    }
}

/** End Contact Us **/
/** Begin whoWeAre **/
.who-square
{
    width: 50%;
    height: 570px;
    float: left;
    background-size: cover;
    position: relative;
    font-family: Arial, 'Helvetica' , sans-serif;
    color: #fff;
}

.who-horizontal
{
    width: 100%;
    height: 50%;
    float: left;
}

.who-vertical
{
    width: 50%;
    height: 100%;
    float: left;
}

.who-article-stub
{
    float: left;
    padding: 29px;
    position: relative;
}

.who-large .who-article-stub
{
    width: 100%;
}

.who-horizontal > .who-article-photo, .who-horizontal > .who-article-stub
{
    width: 50%;
    height: 100%;
}

.who-vertical > .who-article-photo, .who-vertical > .who-article-stub
{
    width: 100%;
    height: 50%;
}

.who-timeline .who-timeline-slide
{
    background-size: cover;
    border: 0;
}

.who-timeline .who-timeline-slide h1
{
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 100;
    margin-bottom: .5em;
    font-size: 1.2em;
    color: #fff;
}

.who-timeline .who-timeline-slide p
{
    font-size: .9em;
}

.who-timeline .who-timeline-slide .who-timeline-image
{
    padding: 7% 0 0 7%;
    width: calc(100% - 109px);
}

.who-timeline .who-timeline-slide .who-timeline-image img
{
    max-width: 100%;
    max-height: 264px;
    margin: 0 auto;
}

.who-timeline .who-timeline-slide .who-timeline-copy
{
    margin: 5% 94px 0 7%;
}

.who-timeline .slick-dots
{
    bottom: auto;
    right: 8px;
    top: 60px;
    width: auto;
}

.who-timeline .slick-dots li
{
    display: block;
    width: auto;
    height: 28px;
    padding: 5% 0;
    text-align: right;
}

.who-timeline .slick-dots li .who-timeline-era
{
    margin-right: 10px;
    display: inline-block;
    visibility: hidden;
    padding: 3% 0;
    vertical-align: top;
    font-weight: bold;
}

.who-timeline .slick-dots li .who-timeline-dots
{
    width: 14px;
    height: 28px;
    background-position: -117px -19px;
    display: inline-block;
}

.who-timeline .slick-dots li .who-timeline-dots .who-timeline-dots-extra
{
    display: none;
    height: 14px;
    width: 100%;
    background-position: -117px -69px;
    position: relative;
    top: 7px;
}

.who-timeline .slick-dots li.slick-active .who-timeline-era
{
    visibility: visible;
}

.who-timeline .slick-dots li.slick-active .who-timeline-dots-extra
{
    display: block;
}

.who-timeline .slick-dots li:first-child .who-timeline-dots
{
    background-position: -117px 7px;
}

.who-timeline .slick-dots li:last-child .who-timeline-dots
{
    background-position: -117px -46px;
    height: 23px;
}

.who-timeline .slick-dots li:hover .who-timeline-era
{
    visibility: visible;
}

.who-timeline a, .who-timeline a:link, .who-timeline a:visited
{
    text-decoration: underline;
    color: #fff;
}

.who-article-stub h1
{
    font-size: 1em;
    font-family: helvetica;
    font-weight: 100;
    line-height: 1.25em;
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #fff;
}

.who-article-source
{
    font-size: .77em;
}

.who-article-intro
{
    font-size: .84em;
}

.who-article-button
{
    border: 0;
    font-size: .77em;
    padding: 0 16px 0 0;
    background-position: 14px -119px;
    bottom: 20px;
    position: absolute;
    outline: 0;
    background-color: transparent;
}

.who-darktext .who-article-button
{
    background-position: 14px -135px;
}

.who-video-play button
{
    width: 116px;
    height: 116px;
    border: 0;
    background-color: transparent;
}

.who-article-button, .who-video-play button, .who-return-arrow, .who-timeline-dots, .who-timeline-dots-extra
{
    background-image: url(/assets/img/who-we-are-sprites.png);
    background-repeat: no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .who-article-button, .who-video-play button, .who-return-arrow, .who-timeline-dots, .who-timeline-dots-extra
    {
        background-image: url(/assets/img/who-we-are-sprites@2x.png);
        background-size: 150px 148px;
    }
}

.who-article-photo
{
    float: left;
    background-image: url("sitecore/shell/~/media/ePresence/Sample%20Image%20Gallery/full/002.ashx"); /* Remove this */
    background-repeat: no-repeat;
}

.who-video
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -62px;
    margin-left: -58px;
}

.who-slate
{
    background-color: #707070;
}

.who-lightblue
{
    background-color: #1792e5;
}

.who-darkblue
{
    background-color: #1c3f57;
}

.who-darktext
{
    color: #5b6770;
}

.who-darktext h1
{
    color: #000;
}

.who-slate .who-arrow:after
{
    border-color: #707070;
}

.who-lightblue .who-arrow:after
{
    border-color: #1792e5;
}

.who-darkblue .who-arrow:after
{
    border-color: #1c3f57;
}

.who-arrow:after
{
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 10px;
    border-style: solid;
}

.who-top .who-arrow:after
{
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.who-bottom .who-arrow:after
{
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
}

.who-left .who-arrow:after
{
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.who-right .who-arrow:after
{
    right: 100%;
    top: 50%;
    margin-top: -10px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.who-article-insert
{
    display: none;
    clear: both;
}

.who-article-header
{
    padding: 0 4.5em;
    background-color: #009bdf;
}

.who-article-return
{
    font-weight: 600;
    font-size: .73em;
    margin: 1.15em 0;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.who-article-return:hover
{
    color: #fff;
    text-decoration: none;
}

.who-return-arrow
{
    width: 10px;
    height: 10px;
    background-position: -52px -124px;
    display: inline-block;
    transform: rotate(90deg);
    margin-left: .6em;
}

.who-article-content
{
    padding: 0 4.5em;
    color: #000;
}

@media (max-width: 480px)
{
    .who-timeline .who-timeline-slide .who-timeline-image img
    {
        max-height: 140px;
    }
}

@media (max-width: 768px)
{
    .who-container
    {
        margin: 0 -15px;
    }

    .who-large.who-timeline-container
    {
        height: 570px;
    }

    .who-large.who-timeline-container .who-timeline-slide
    {
        height: 570px;
    }

    .who-timeline .who-timeline-slide .who-timeline-image
    {
        padding-left: 4%;
    }

    .who-square, .who-article-stub, .who-article-photo, .who-horizontal, .who-vertical, .who-horizontal > .who-article-photo, .who-horizontal > .who-article-stub
    {
        width: 100%;
        float: none;
        height: 100%;
    }

    .who-large, .who-article-stub, .who-horizontal > .who-article-photo, .who-horizontal > .who-article-stub, .who-vertical > .who-article-photo, .who-vertical > .who-article-stub
    {
        height: auto;
        min-height: 250px;
    }

    .who-article-stub h1
    {
        font-size: 1.5em;
        line-height: 1.3em;
    }

    .who-timeline .who-timeline-slide h1
    {
        font-size: 1.2em;
    }

    .who-timeline .who-timeline-slide p
    {
        font-size: .9em;
    }

    .who-article-source
    {
        font-size: 1em;
    }

    .who-article-intro
    {
        font-size: 1.1em;
    }

    .who-article-button
    {
        font-size: 15px;
        padding: 0 19px 0 0;
        background-position: 28px -116px;
    }

    .who-left .who-arrow:after
    {
        top: 100%;
        left: 50%;
        margin-left: -10px;
        margin-top: auto;
    }

    .who-right .who-arrow:after
    {
        bottom: 100%;
        left: 50%;
        right: auto;
        margin-left: -10px;
        margin-top: auto;
    }

    .who-article-header, .who-article-content
    {
        padding: 0 1.1em;
    }

    .who-slate.who-left .who-arrow:after, .who-slate.who-right .who-arrow:after
    {
        border-color: #707070;
    }

    .who-lightblue.who-left .who-arrow:after, .who-lightblue.who-right .who-arrow:after
    {
        border-color: #1792e5;
    }

    .who-darkblue.who-left .who-arrow:after, .who-darkblue.who-right .who-arrow:after
    {
        border-color: #1c3f57;
    }

    .who-square .who-left .who-arrow:after
    {
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .who-square .who-right .who-arrow:after
    {
        border-top-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
}

@media (min-width: 768px)
{
    .who-timeline .who-timeline-slide
    {
        height: 360px;
    }

    .who-timeline .who-timeline-slide .who-timeline-image
    {
        padding-top: 4%;
    }

    .who-timeline .who-timeline-slide .who-timeline-image img
    {
        max-height: 136px;
    }

    .who-timeline .slick-dots
    {
        top: 7px;
    }

    .who-square
    {
        height: 360px;
    }

    .who-article-intro
    {
        display: none;
    }

    .who-article-stub h1
    {
        margin-bottom: .5em;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{
    .who-timeline .who-timeline-slide .who-timeline-image img
    {
        max-height: 178px;
    }

    .who-timeline .slick-dots
    {
        top: 0;
    }

    .who-timeline .slick-dots li
    {
        height: 22px;
        padding: 0;
    }

    .who-timeline .slick-dots li .who-timeline-dots
    {
        height: 22px;
    }

    .who-timeline p
    {
        display: none;
    }
}

@media (min-width: 992px)
{
    .who-square, .who-timeline .who-timeline-slide
    {
        height: 470px;
    }

    .who-timeline .who-timeline-slide h1
    {
        font-size: 1.35em;
    }

    .who-timeline .who-timeline-slide p
    {
        font-size: 1em;
    }

    .who-article-intro
    {
        display: block;
    }

    .who-large .who-article-stub
    {
        width: 50%;
    }

    p
    {
        padding-bottom: 10px;
    }
}

@media (min-width: 1200px)
{
    .who-square, .who-timeline .who-timeline-slide
    {
        height: 570px;
    }

    .who-timeline .who-timeline-slide .who-timeline-image img
    {
        max-height: 264px;
    }

    .who-timeline .slick-dots
    {
        top: 60px;
    }

    p
    {
        padding-bottom: 20px;
    }
}

/** End whoWeAre **/
/** Begin findModelNumber **/
.find-model-item
{
    border-top: 0;
    border-left: 0;
    outline: 0;
}

.find-model-body
{
    display: none;
}

.find-model-body p:last-of-type
{
    padding-bottom: 0;
}

.find-model-body img
{
    margin-right: 2.5em;
    margin-bottom: 2.5em;
}

@media (max-width: 500)
{
    .find-model-body img
    {
        display: block;
    }
}

.find-model-body-container .find-model-body
{
    display: block;
    width: 100%;
    float: left;
    padding: 2.5em 0;
}

.find-model-active
{
    background-color: #009DDB;
}

/** End findModelNumber **/
/** Begin Product Related **/
.product-related-title
{
    display: none;
}

.product-catalog-image
{
    max-width: 100%;
    max-height: 100%;
}

.no-badging .product-catalog-text-spacing
{
    margin: 1em 0;
}

.image-slider
{
    margin-bottom: 90px;
}

/** End Product Related **/

/** Mega Menu Modification Start **/

@media screen and (min-width: 769px)
{
    /* Moving main content down by 54 px as it is the space used by the menu */
    /*.header-icons {
                    position: absolute;
                    right: 25px;
                    }*/
    .main-content
    {
        padding-top: 54px;
    }

    .advanced-carousel .slick-prev, .advanced-carousel .slick-next
    {
        z-index: 1;
    }

    header > .container > div:first-of-type
    {
        background-color: #404040;
    }

    header #tabs > .ui-tabs-panel
    {
        padding-top: 30px !important;
    }

    header .main-block .col-md-2 li a
    {
        color: #8c8c8c;
    }

    .menuColumnRightBorder
    {
        border-right: 1px solid #8c8c8c;
    }

    .mega-nav-menu
    {
        height: 550px;
    }

    header .main-block .col-md-2
    {
        height: 343px;
        padding-left: 2em;
    }

    header .main-block .col-md-2:nth-child(6)
    {
        display: none;
    }

    header #tabs > .ui-tabs-panel
    {
        width: 100%;
    }

    header #header-top + .container > div:first-of-type
    {
        display: block;
        height: 54px;
        overflow: hidden;
        z-index: 3;
    }

    .mega-nav-menu .ui-widget-content
    {
        height: 550px;
    }

    header #tabs > .ui-tabs-panel .side-nav h2
    {
        font-size: 16px;
    }

    .side-nav.mega-nav-toolbar span
    {
        color: #FFF;
        font-size: 16px;
        font-weight: bold;
        top: 2px;
        position: relative;
    }

    .sidebar-block ul li span
    {
        color: #FFF;
    }

    .sidebar-block ul li span:hover
    {
        color: #FFF;
    }

    header #tabs.ui-tabs .ui-tabs-nav
    {
        /* width: 206px; */
        display: block;
        vertical-align: top;
        padding: 0;
        float: none; /* margin-top: 76px; */
        width: 600px;
        margin: 0 auto;
    }

    header .ui-tabs-nav.ui-widget-header > .ui-state-default
    {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        margin: 0;
        float: left;
        border-right-width: 0;
        background-image: none;
        width: 15em;
        border: none;
        text-align: center;
        outline: 0; /* margin: 0 auto; */
    }

    header #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor h5
    {
        font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
        margin-left: 1.5em;
        font-size: 1.2em;
        color: #777;
    }

    header #tabs.ui-tabs .ui-tabs-nav .ui-tabs-anchor h5:hover
    {
        font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
        margin-left: 1.5em;
        font-size: 1.2em;
        color: #1792E5;
    }

    header #tabs.ui-tabs .ui-tabs-nav .ui-state-hover .ui-tabs-anchor h5
    {
        color: #1792E5;
        cursor: pointer;
    }

    header #tabs .ui-tabs-nav.ui-widget-header > .ui-state-active
    {
        margin-bottom: 0px;
    }

    header #tabs .ui-tabs-panel
    {
        display: none;
    }

    .icon-tabs-wrapper
    {
        background-color: white;
    }

    header .ui-tabs-nav.ui-widget-header > .ui-state-active
    {
        background-color: white; /*color:#1792E5;*/ /* border-left: 4px solid red; */
    }

    header .ui-tabs-nav.ui-widget-header > .ui-state-active::after
    {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid #fff;
        position: relative;
        bottom: -30px;
    }

    .mega-nav-toolbar
    {
        border-bottom: 1px solid #999;
        background-color: #6f6f70;
    }

    .mega-nav-toolbar ul li a
    {
        color: white;
        margin-left: 24px;
    }

    .mega-nav-toolbar ul li a:hover
    {
        color: blue;
    }

    .mega-nav-toolbar ul li a img
    {
        max-width: 2em;
        max-height: 75%;
        max-width: 75%;
        margin-right: 1.0em;
    }

    .mega-nav-toolbar ul
    {
        padding: 8px;
    }

    .meganav-button-container
    {
        display: none;
    }

    .header-shopping
    {
        position: relative;
        margin-right: 0px;
        max-width: 40px;
        max-height: 40px;
        display: inline-block;
    }

    header .CoveoSearchInterface.Coveostate
    {
        float: right;
        margin-right: 60px !important;
        margin-top: -3px !important;
    }

    header #header-top + .container > div:first-of-type
    {
        display: none;
        width: 100%;
        height: 588px;
        position: absolute;
        left: 0;
    }

    .navbar-search
    {
        position: relative;
        left: -64px;
        margin: 0;
        padding: 0;
    }
}


@media (max-width: 769px)
{

    .logo
    {
        margin-right: 80px;
        text-align: left;
        margin-left: 20px;
    }
}
/*******YouHome Tab Component Fix*********/
div.main-content div.icon-tabs-wrapper li.ui-state-default.ui-corner-top.ui-tabs-active.ui-state-active
{
    background: #243A48;
}

.main-content .ui-tabs .ui-tabs-nav .ui-state-default
{
    background: #1C3E57 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
}

@media (max-width: 400px)
{

    #AdvancedCarousel .carousel-caption p
    {
        display: block;
    }

    .home-solutions-items div.home-solutions-item img
    {
        display: none;
    }

    div.carousel-caption-frame
    {
        background-color: #000;
        opacity: .6;
        padding: 10px;
    }

    #AdvancedCarousel .carousel-caption .heading-type
    {
        font-size: 14px !important;
    }

    #AdvancedCarousel .carousel-caption h1
    {
        font-size: 14px !important;
    }

    #AdvancedCarousel .carousel-caption
    {
        top: 45%;
    }

    .advanced-carousel .carousel-link .btn
    {
        padding: 10px 10px !important;
    }

    .main-content > .side-nav
    {
        margin: 9em 0 0 !important;
    }

    .home-solutions-pager
    {
        padding: 0 3.125em;
    }

    .home-solutions-pager-item-inner
    {
        width: 174px;
        text-align: center;
        font-size: 15px;
    }
}

.main-content > .side-nav
{
    margin-top: 5.3em;
}

.advanced-carousel.slick-slider
{
    margin-bottom: 1em;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
    .header-button-meganav
    {
        background-image: url(/assets/img/header_sprites@2x.png);
        background-repeat: no-repeat;
    }
}

/*Top Articles page starts*/
.image-title-list .text-divider3
{
    border-top: 1px solid #eee;
}

.image-title-list a
{
    color: #178DE0;
}
/*Top Articles page end*/

/*Support Article List Sublayout Starts*/
.see-all-link
{
    background: #1792e5;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px;
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: bold;
    border: none;
}

.SupportArticleListBody .text-divider3
{
    border-top: 1px solid #F0F0F0;
}

.faq-seeall
{
    padding-top: 20px;
    border-top: 1px solid #F0F0F0;
    text-align: center;
}

.SupportArticleListBody .body-copy a
{
    font-size: 16px;
    color: #1792e5;
}

.SupportArticleListBody .body-copy a:hover
{
    font-size: 16px;
    color: #1271b1;
}


.see-all-link:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #1271b1;
}

.support-article-list
{
    padding-top: 25px;
    padding-bottom: 25px;
}

.SupportArticleListTitle
{
    padding-bottom: 25px;
    border-top: 1px solid #BCC3CA;
    padding-top: 15px;
}

.support-article-list .SupportArticleListTitle h2
{
    font-weight: 600;
    text-align: center;
    font-size: 1.88em;
    color: #404040;
}
/*Support Article List Sublayout Ends*/

/**Help and Support page starts**/
.features-block.mini-blocks .block2, .features-block.mini-blocks .block1, .features-block.mini-blocks .block3
{
    background: none;
    border: none;
}

.mini-blocks .block1 .mini-wrapper, .mini-blocks .block2 .mini-wrapper, .mini-blocks .block3 .mini-wrapper
{
    border: none;
}

.mini-blocks .abstract-spot .abstract-link p
{
    display: none;
}

.mini-wrapper div#maincontent_4_dynamicthreecolleft2_0_PromoContainer
{
    text-align: center;
}

.mini-wrapper .caption .text-overlay .caption-text
{
    text-align: center;
}

#maincontent_2_PromoContainer .hero-block3 .hero-content-3
{
    text-align: center;
    font-weight: bold;
}

.support-wrapper img
{
    width: 100%;
}

.row.support-wrapper
{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.main-content .mini-blocks .mini-wrapper img
{
    display: block;
    margin: 0 auto;
}

.main-content .hero-block3 .hero-content-3 h2
{
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    color: #404040;
    padding-top: 25px;
}

.support-wrapper h2
{
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
}

@media (min-width: 768px)
{
    .main-content .CoveoSearchbox
    {
        width: 50% !important;
        margin: 0 auto;
        display: block;
    }

    .spot-with-right-border
    {
        border-right: 1px solid gray;
        padding-right: 10px;
        min-height: 200px !important;
    }
}

.spot-with-right-border
{
    padding-right: 10px;
    min-height: 200px !important;
}

.spot-with-no-link .abstract-link a
{
    display: none !important;
}

.mega-nav-toolbar
{
    border-bottom: 1px solid #999;
    background-color: #6f6f70;
}

.mega-nav-toolbar
{
    border-bottom: 1px solid #999;
    background-color: #6f6f70;
}

.header-button-meganav
{
    background-image: url(/assets/img/header_sprites.png);
}

.mega-nav-toolbar ul li span
{
    color: white;
}

@media (max-width: 400px)
{

    h1.question
    {
        line-height: 1.4;
        font-size: 24px;
    }

    .training-videos-right .row .col-md-6, .training-videos-left .row .col-md-6
    {
        margin-top: 10px;
    }

    .training-videos-right .row .col-md-12, .training-videos-left .row .col-md-12
    {
        margin-top: 10px;
    }

    .main-content .hero-block3 .hero-content-3 h2
    {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 25px;
        line-height: 1.5;
        margin-top: 25px;
    }
}

.training-videos-left .row .col-md-12
{
    margin-bottom: 30px;
}

.training-videos-right .row .col-md-12
{
    margin-top: 30px;
}

/**Help and Support page ends**/

/*Support Article Category Starts*/
.CoveoSearchInterface.SupportArticleCategory .coveo-facet-column
{
    width: 100%;
    padding: 0px;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-results-column
{
    width: 100%;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-facet-value-checkbox, .CoveoSearchInterface.SupportArticleCategory .coveo-facet-value-count
{
    display: none;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-facet-value.coveo-facet-selectable
{
    /*color: #333;     background-color: #fff;*/
    display: inline-block;
    border: 1px solid #ccc;
    margin-right: 10px;
    min-width: 180px;
    text-align: center;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-facet-header, .CoveoSearchInterface.SupportArticleCategory .coveo-facet-values
{
    display: inline-block;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-facet-header
{
    float: left;
}

.CoveoSearchInterface.SupportArticleCategory .CoveoFacet
{
    border: none;
}

.CoveoSearchInterface.SupportArticleCategory .coveo-empty
{
    display: none;
}

.CoveoSearchInterface.SupportArticleCategory .CoveoResultList
{
    margin-top: 0;
}

.CoveoSearchInterface.SupportArticleCategory .product-catalog-item-box
{
    height: auto;
    padding: 0;
}

@media (min-width:1025px)
{
    .CoveoSearchInterface.SupportArticleCategory .product-catalog-item
    {
        width: 275px;
    }
}
/*Support Article Category Ends*/

/*Help and Support Search page starts*/

.padded-grey-box a
{
    color: #1792e5;
    text-decoration: none;
}

.padded-grey-box a:hover
{
    color: #1271b1;
}

.padded-grey-box a:focus
{
    color: #0a4166;
}
/*Help and Support Search page ends*/

/*Support Article Starts*/

.container.support-article-detail span
{
    word-wrap: break-word;
}

.faq-answer p
{
    line-height: 1.6;
}

.faq-last-updated-date
{
    font-size: 12px;
    margin-top: 20px;
}

.row.share-row
{
    width: 285px;
    float: right;
}

.wasthisarticlehelpful
{
    margin-top: 30px;
    min-height: 133px;
    position: relative;
    margin-left: 15px;
}



.wasthisarticlehelpful .articleHelpfulQuestionSection span.articleHelpfulQuestion, .wasthisarticlehelpful .improveArticleCommentModal span.improveArticle
{
    display: block;
    color: #333;
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: normal;
    margin-right: 20px;
}

.wasthisarticlehelpful .articleHelpfulQuestionSection .helpful_Button
{
    text-transform: uppercase;
    max-width: 650px;
    margin-bottom: 10px;
    border-radius: 0;
    background-color: #F0F0F0;
    color: black;
    height: 50px;
    padding-left: 48px;
    padding-right: 48px;
}

.wasthisarticlehelpful .improveArticleCommentModal
{
    position: absolute;
    background-color: white;
    z-index: 10;
    width: 50%;
    top: -33px;
    border: 1px solid #ccc;
    padding: 20px 40px;
}

.wasthisarticlehelpful textarea
{
    resize: none;
}

.wasthisarticlehelpful .improveArticleCommentModal #counter
{
    display: block;
    border: none;
    background: none;
    font-size: 11px;
    float: right;
    text-align: right;
}

@media (min-width : 320px) and (max-width : 1024px)
{
    .wasthisarticlehelpful .improveArticleCommentModal
    {
        width: 100%;
    }
}


.improveArticleCommentModal span.improveArticle
{
    display: block;
}

.improveArticleCommentModal #improveArticleComment
{
    display: block;
    width: 100%;
    height: 60%;
    border: 1px solid #ccc;
    margin: 10px 0px 10px 0px;
}

.improveArticleCommentModal .submit_Button
{
    border-radius: 0;
    font-size: 14px !important; /* padding: 11px 47px !important; */
    border: 0;
    text-transform: uppercase;
    margin-top: 17px;
    font-weight: bold;
    background-color: #1792e5;
    color: white;
    height: 50px;
    padding-left: 48px;
    padding-right: 48px;
}

.improveArticleCommentModal .cancel_Button
{
    right: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: none;
    border: none;
}

.improveArticleCommentModal .cancel_Button img
{
    width: 16px;
    height: 16px;
}


.wasthisarticlehelpful .thankYouMessageSection
{
    background: #eee;
    padding: 40px;
    font-size: 14px;
    margin-bottom: 30px;
}

.support-related-articles
{
    margin-left: 15px;
    margin-bottom: 0px;
}

.support-related-articles .title-section
{
    font-size: 20px;
    color: #333;
}

.support-related-articles li
{
    list-style: none;
}

.support-related-articles li:last-child
{
    margin-bottom: 30px;
}

.support-related-articles a
{
    color: #333;
}

.support-related-articles ul
{
    padding: 0px;
}

.RelatedProductListBody img
{
    height: 250px;
    width: 250px;
}

.related-product-item
{
    text-align: center;
}

.related-product-item h2
{
    margin-top: 20px;
}

.share-container
{
    padding-top: 10px;
}

.support-article-detail
{
    padding-top: 30px;
}

.support-article-detail .question
{
    font-size: 26px;
}
/*Support Article Ends*/

/**Support Search Page Breadcrumb**/
#support-breadcrumb ul li a
{
    color: #707070;
    font-weight: normal;
    font-family: "Honeywell Sans" , "Helvetica" , Arial, sans-serif;
}

#support-breadcrumb
{
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

#support-breadcrumb .faq-list-breadcrumb-link:after
{
    margin-left: 10px;
}

#support-breadcrumb ul
{
    float: left;
    list-style: none outside none;
    margin: 0 0 2px;
    padding: 12px 0 8px 10px;
}

#support-breadcrumb ul li
{
    background: none;
    margin-left: 0;
    padding-left: 0;
    display: inline; /*float: left;*/
    text-transform: capitalize;
}

.faq-list-breadcrumb-link
{
    font-size: 12px !important;
}

.faq-list-breadcrumb-link:after
{
    margin-left: 10px;
    margin-right: 10px;
}

/**Breadcrumb For Mobile Device and Ipad Portriat***/
@media (max-width: 768px)
{
    #support-breadcrumb ul li
    {
        font-size: 12px;
        padding: 0;
        margin: 0;
        text-transform: capitalize;
        display: inline;
    }

    #support-breadcrumb ul li a
    {
        font-size: 12px;
        margin-right: 10px;
    }

    .share-buttons.col-xs-12.col-md-8
    {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .row.share-row
    {
        float: left;
    }

    .share-buttons-label
    {
        display: none;
    }

    .coveo-results-column
    {
        padding: 0 30px;
    }

    .abstract-title
    {
        min-height: 30px !important;
    }
}

/**Support Search Page Breadcrumb Ends**/

/**Coveo Search Page UI Update Start**/

.main-content .coveo-facet-header-title
{
    font-size: 16px;
    float: left;
}

/**Coveo Search Page UI Update Start**/

/**Global Search Page UI Update Start**/
.CoveoTab.coveo-selected, .CoveoTab.coveo-selected:hover
{
    padding-bottom: 0;
    background-color: #1792e5;
    border: 1px solid #1792e5 !important;
}

.CoveoTab p
{
    color: darkgray !important;
    font-size: 18px !important;
    height: 25%;
    margin-left: 0px !important;
    text-transform: capitalize;
    line-height: 1.5;
    vertical-align: middle;
}

a#resources
{
    border-left: none;
}

a#TabProduct
{
    border-right: none;
}

.CoveoTab
{
    color: #67768B;
    border-right: 1px solid lightgray !important;
    padding: 5px 25px 20px 10px !important;
    border-top: 1px solid lightgray !important;
    width: 185px;
    border-left: 1px solid lightgray !important;
    text-align: center;
}

.CoveoTab.coveo-selected p
{
    color: white !important;
}

.CoveoSearchInterface .coveo-tab-section.coveo-placeholder-fix
{
    margin-top: 30px;
}

@media (max-width: 414px)
{
    .CoveoSearchInterface .coveo-tab-section.coveo-placeholder-fix div
    {
        width: 100%;
    }

    .CoveoTab
    {
        width: 100%;
    }

    a#resources
    {
        border-left: 1px solid lightgray;
    }

    a#TabProduct
    {
        border-right: 1px solid lightgray;
    }
}

.coveo-search-text h1
{
    text-transform: uppercase;
}

.CoveoSearchbox .CoveoSearchButton
{
    background-color: #1792e5;
    position: relative;
}

.coveo-sprites-main-search-active, .CoveoSearchButton > .coveo-icon
{
    background: url('/~/media/ePresence/Site Images/Help And Support/Support/search-icon.png') no-repeat !important;
}

.coveo-sprites-main-search-active, .CoveoSearchButton:hover > .coveo-icon
{
    background: url('/~/media/ePresence/Site Images/Help And Support/Support/search-icon.png') no-repeat !important;
}

.coveo-executing-query .CoveoSearchButton > .coveo-icon
{
    background-image: url(/Coveo/image/spritesNew.png) !important;
    display: inline-block !important;
    background-repeat: no-repeat !important;
    overflow: hidden !important;
    background-position: -1687px -48px !important;
}

.coveo-searchpage-breadcrumb + .coveo-facet-column
{
    padding-top: 0px !important;
}

.coveo-searchpage-breadcrumb
{
    width: 85%;
    margin: 0 auto;
    min-width: 290px;
    margin-top: 10px;
}
/**Global Search Page UI Update Ends**/
/** Coveo Search page Text color changes*/

.CoveoQuerySummary, .coveo-search-nbResult, .coveo-facet-column > h3, .coveo-facet-column .coveo-facet-value-caption, .coveo-facet-column .coveo-facet-value-count, .coveo-facet-breadcrumb-title, .CoveoSearchbox .magic-box .magic-box-input > input
{
    color: #707070 !important;
}

.coveo-selected .coveo-facet-value-caption, .coveo-selected .coveo-facet-value-count
{
    color: #fff !important;
}

.mega-nav-menu .side-nav.sidebar-block.mega-nav-toolbar
{
    display: none;
}