﻿/* ===== html5doctor.com Reset v1.6.1 - http://cssreset.com ========================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    position: relative;
    /*-ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%);*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

    nav ul {
        list-style: none;
    }

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none;
    }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a, a:link, a:visited {
	color: #0060a9;
}

    .ms-rtestate-field a:hover,
    .ms-rtestate-field a:focus {
	color: #0060a9;
	text-decoration: underline;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #686767;
    margin: 1em 0;
    padding: 0;
}

    hr.gray {
        border-color: #c4c4c5;
    }

input, select {
    vertical-align: middle;
}

/* ===== Helper classes ========================================================================== */

.clearfix:before, .clearfix:after,
.box-gray:before, .box-gray:after,
.submit-photo-form .user-area li:before, .submit-photo-form .user-area li:after {
    content: " ";
    display: table;
}

.clearfix:after,
.box-gray:after,
.submit-photo-form .user-area li:after {
    clear: both;
}

.clearfix,
.box-gray,
.submit-photo-form .user-area li {
    *zoom: 1;
}

.clear {
    clear:both;
}

.overflow {
    overflow:hidden;
}

.hide {
    display: none !important;
}
.no-float {
    float:none !important;
}

/* ===== Defaul Styles ========================================================================== */

body {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin: 0 0 10px;
    color: #000;
}

a {
    outline: none;
}

p {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 10px;
}

.s4-widecontentarea {
    height:auto !important;
}

.padd-bottom {
    padding-bottom: 15px;
}

.icon-link,
.icon-link-download,
.icon-link-out {
    display: inline-block;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.icon-link-download,
.icon-link-out {
    width: 8px;
    height: 7px;
}

.icon-link {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.icon-link {
    background-image: url(../images/desktop/blue-arrow.png);
}

.icon-link-download {
    background-image: url(../images/desktop/download.png);
}

.icon-link-out {
    background-image: url(../images/desktop/link-out.png);
}

sub {
    position: relative;
    bottom: -0.5em;
    font-size: 70%;
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 70%;
}

/* ===== Structure Styles ========================================================================== */

#main.utc-page {
}

.container {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

.relative {
    position: relative;
}

/* ===== Global Classes ========================================================================== */

/*.ms-rtestate-field a[href$='.pdf']:after,
.ms-rtestate-field a[href$='.doc']:after,
.ms-rtestate-field a[href$='.docx']:after,
.ms-rtestate-field a[href$='.xls']:after,
.ms-rtestate-field a[href$='.xlsx']:after {
    margin-left: 5px;
    content: url("../images/desktop/download.png");
}*/

.loading {
    filter: Alpha(Opacity=25);
    opacity: .25;
    text-align: center;
}

.visible-phone,
.visible-tablet {
    display: none;
}

.ui-widget,
.ui-widget * {
    font-size: 11px !important;
}

.utc-page .transition,
.utc-page a,
.utc-page a > * /*,
.utc-page #header .menu-secondary,
.utc-page #header .menu-secondary *,
.utc-page #header .menu-main li.list-item-search,
.utc-page #header .menu-main li.list-item-search * */ {
    -webkit-transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
    -moz-transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
    -o-transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
    -ms-transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
    transition: color 0.25s ease-in-out, background 0.25s ease-in-out !important;
}

.utc-page .autosize img {
    width: 100%;
    height: auto;
}

.utc-page .slider .slider-nav a {
    -webkit-transition: color 0.25s ease-in-out !important;
    -moz-transition: color 0.25s ease-in-out !important;
    -o-transition: color 0.25s ease-in-out !important;
    -ms-transition: color 0.25s ease-in-out !important;
    transition: color 0.25s ease-in-out !important;
}

.utc-page .body .menu-secondary a,
.utc-page .body .menu-secondarya > *,
.utc-page #footer .top .social-link-footer *,
.utc-page .sticky-nav a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
    transition: none !important;
}

/* ===== Survey Box ==================================================================================*/

.survey-box {
    display:block;
    bottom: 0;
    position: fixed;
    right: 0;
    z-index: 1;
    cursor: pointer;
}

    .survey-box .body-normal {
        display: block;
    }

        .survey-box .body-normal .icon {
            display: block;
            width: 64px;
            height: 64px;
            background: url(../images/desktop/survey-box-normal.png) no-repeat 0 0;
        }

    .survey-box .body-hover {
        display: none;
        width: 166px;
        min-height: 125px;
        padding: 12px 5px 12px 12px;
        background: url(../images/desktop/survey-box-hover.png) no-repeat right bottom #f87500;
        -webkit-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.40);
        -moz-box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.40);
        box-shadow: -1px -1px 4px 0px rgba(0, 0, 0, 0.40);
    }

        .survey-box .body-hover h2 {
            padding: 0;
            margin: 0 0 5px 0;
            font-size: 14px;
            color: #fff;
            text-transform: uppercase;
        }

        .survey-box .body-hover p {
            margin: 0 0 7px 0;
            font-size: 13px;
            color: #fff;
        }

        .survey-box .body-hover a img {
            max-height: 20px;
        }

        .survey-box.hover .body-normal,
        .survey-box.focus .body-normal {
        display: none;
    }

        .survey-box.hover .body-hover,
        .survey-box.focus .body-hover {
        display: block;
    }

    .survey-box .body-hover .picture img {
        max-height: 20px;
    }


/* ===== UI Control Styles ========================================================================== */

.aws-control {
    position: relative;
}

    .aws-control .aws-select-list {
        display: none;
        position: absolute;
        top: 24px;
        left: 0;
        right: 0;
        width: 100%;
        border: 1px solid #CCC;
        border-top: none;
    }

        .aws-control .aws-select-list .control-scroll-pane,
        .aws-control .aws-select-list .control-scroll-pane .jspContainer,
        .aws-control .aws-select-list .control-scroll-pane .jspPane {
            width: 100% !important;
                max-width: 100% !important;
        }

        .aws-control .aws-select-list .control-scroll-pane {
            position: relative;
                /*height: 200px;*/
            max-height: 300px;
            overflow: auto;
            background: #fff;
        }

        .aws-control .aws-select-list.open {
            display: block;
            z-index: 9999;
        }

        .aws-control .aws-select-list ul {
            padding: 0 !important;
            margin: 0 !important;
            list-style: none;
            background-color: #fff;
        }

        .aws-control .aws-select-list li {
            margin: 0 !important;
            font-size: 11px;
            line-height: normal !important;
            padding: 2px 5px !important;
            cursor: pointer;
            display: block;
            /*text-indent: 2px;*/
            width: auto;
            text-transform: uppercase;
        }

            .aws-control .aws-select-list li:hover,
            .aws-control .aws-select-list li.selected {
                background: #ccc !important;
            }

    .aws-control select {
        position: relative;
        z-index: 10;
        height: 22px;
        line-height: 26px;
        vertical-align: top;
    }

        .aws-control select,
        .aws-control select option {
            font-size: 11px;
        }

            .aws-control select option {
                padding: 2px 8px;
                border-right: 1px solid #ccc;
                text-transform: uppercase;
            }

    .aws-control .aws-control-select {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 22px;
        line-height: calc();
        text-indent: 5px;
        border: 1px solid #ccc;
        background: #fff;
        cursor: default;
        z-index: 1;
    }

            .aws-control .aws-control-select.focus,
            .aws-control.multiple .aws-select-list.focus {
                -webkit-box-shadow:  0 0 3px #00f;
                -moz-box-shadow:  0 0 3px #00f;
                box-shadow: 0 0 3px #00f;
        }

            .ie8 .aws-control .aws-control-select.focus,
            .ie8 .aws-control.multiple .aws-select-list.focus {
            zoom: 1;
            filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=0), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=90), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=180), progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=3, Direction=270);
            margin: -3px -3px 3px;
        }

        .aws-control .aws-control-select .value {
            display: block;
            overflow: hidden;
            padding-right: 22px;
            height: 22px;
            line-height: 22px;
            text-overflow: ellipsis;
            font-size: 11px;
            text-transform: uppercase;
            white-space: nowrap;
        }

        .box-event-item .aws-control .aws-control-select .value {
            font-size: 11px!important;
            line-height: 22px!important;
        }

        .aws-control .aws-control-select .arrow {
            display: block;
            position: absolute;
            top: 0px;
            right: 0px;
            width: 22px;
            height: 22px;
            background: url(../images/desktop/black-arrow-down.png) no-repeat center center #fff;
            border-left: 1px solid #ccc;
        }


aside .aws-control {
    display: block;
}
    aside .aws-control .aws-select {
        position: absolute;
        top: 0;
        left: 0;
    }

    aside .aws-control .aws-select-list {
        top: 100%;
    }

    aside .aws-control .aws-control-select {
        height: auto;
        position: relative;
        display: block;
        left: auto;
        top: auto;
        vertical-align: top;
    }

        aside .aws-control .aws-control-select .value {
            height: auto;
            text-overflow: clip;
            white-space: normal;
            line-height: normal;
            padding: 4px 22px 4px 4px;
            text-indent: 0;
        }

        aside .aws-control .aws-control-select .arrow {
            height: auto;
            bottom: 0;
        }


    /* select multiple */
    aside .aws-control.multiple .aws-control-select {
        display: none;
    }

.aws-control.multiple .aws-select-list {
    display: block;
    position: relative;
    border-top:1px solid #CCC;
}

    .aws-control.multiple .aws-select-list li:hover {
        background: #DDD none;
    }

    .aws-control.multiple .aws-select-list li.selected {
        background: #CCC none;
    }


/* checkbox */
.aws-checkbox-wrapper,
.aws-radio-wrapper {
    position: relative;
    display: block;
    width: 14px;
    height: 14px;
    text-align: center;
}

    .aws-checkbox-wrapper.focus,
    .aws-radio-wrapper.focus {
            -webkit-box-shadow:  0 0 3px #00f;
            -moz-box-shadow:  0 0 3px #00f;
            box-shadow: 0 0 3px #00f;
    }

    .aws-checkbox-wrapper span,
    .aws-radio-wrapper span {
        display: inline-block;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border: 1px solid #ccc;
    }

        .aws-checkbox-wrapper span.checked,
        .aws-radio-wrapper span.checked {
            background-image: url(../images/desktop/grey-check-desktop.png);
            background-position: center center;
            background-repeat: no-repeat;
        }

    .aws-checkbox-wrapper input,
    .aws-radio-wrapper input {
        opacity: 0;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        border: none;
        background: none;
        display: -moz-inline-box;
        display: inline-block;
        *display: inline;
        zoom: 1;
        width: 14px;
        height: 14px;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

.utc-page input[type="radio"]:focus {
        -webkit-box-shadow:  0 0 3px #00f;
        -moz-box-shadow:  0 0 3px #00f;
        box-shadow: 0 0 3px #00f;
}

/* ===== Font Styles ========================================================================== */

/*
{
    /* Gotham Extra Light
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 200;
    font-style: normal;
}
{
    /* Gotham Light
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 300;
    font-style: normal;
}
*/
.sitemap-list .sitemap-item p a,
.utc-page .left-menu li .submenu-list li a,
.utc-page .slider .text-box-content .text-slider p,
.utc-page .slider .slider-nav a,
.utc-page #footer .top a,
.utc-page #footer .top h3,
.utc-page .top-interior-banner p,
.utc-page .content-block h2,
.utc-page .home-slider .grid .text p,
.utc-page .home-slider .grid .action-link,
.utc-page .home-mosaic .content h4,
.utc-page .home-mosaic .row .item.no-hover .text h4,
.utc-page .home-mosaic .bottom-area a,
.utc-page .home-mosaic .bottom-area p,
.utc-page .announcement-box .announcement-content p,
.history-box .item-content .more-content p,
.aside-form .aws-control .aws-select-list li,
.numbers-box header span,
.title-border-box p,
.solid-link-box .content p,
.solid-video-content .content h3,
.solid-video-content .content p,
.inline-filter .desktop-filter a {
    /* Gotham Book */
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 400;
    font-style: normal;
}

.utc-page #header .menu-secondary li a,
.utc-page #header .menu-main li.list-item-search .search-field,
.utc-page #header .menu-main a,
.utc-page .home-slider .text-box-content h3,
.gray-flat h1,
.box-gray p label,
.filter-list li label,
.utc-page .home-slider .text-box-content h2,
.filter-mobile .title-link,
.page-title.right-info .title-info .text-content p,
.single-filter label,
.aside-form .content input[type=text],
aside .aside-form .aws-control .aws-control-select .value,
.title-image-border .content h4,
.download-sidebar .dropdown-box label,
.title-two-cols label,
.top-filter label,
.apply-form .top-info .small-label label,
.inline-filter label,
.box-event-list .box-event-item .body .content .links {
    /* Gotham Medium */
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 500;
    font-style: normal;
}

.utc-page #header .wallstreet-box,
.utc-page #header .navigation-page .intro,
.utc-page #header .navigation-page .submenu-content h2,
.utc-page #header .navigation-page .submenu-content h4,
.utc-page #header .navigation-page .submenu-content section h4,
.utc-page #header .navigation-page .submenu-content .col-group h3,
.utc-page .utc-page-content .intro,
.utc-page .utc-page-content .submenu-content h2,
.utc-page .utc-page-content .submenu-content h4,
.utc-page .utc-page-content .submenu-content section h4,
.utc-page .utc-page-content .submenu-content .col-group h3,
.utc-page .left-menu a,
.utc-page .left-menu li,
.utc-page .performance-highlights-box p,
.utc-page .performance-highlights-box strong,
.utc-page .resume-box header .more-link,
.utc-page .resume-box section h4,
.utc-page .resume-box section .more-link,
.utc-page .slider .text-box-content .text-slider .more-link,
.utc-page .category-section .category-section-item .table .description .place,
.utc-page .category-section .category-section-item .table .description .more-link,
.utc-page .category-section .category-section-gotop a,
.utc-page .section-load-more a,
.sitemap-list .sitemap-item h2,
.utc-page .slider .text-box-content h3,
.box-white h2,
.box-gray h2,
.box-gray .more-link,
.box-gray .more-arrow-link,
.box-gray p select,
.news-list h1,
.box-stock-information h2,
.box-stock-information p,
.box-stock-information .data-list,
.box-dark-gray .more-arrow-link,
.box-stock-information .more-arrow-link,
.report-table .more-arrow-link,
.utc-page .slider .text-box-content .text-slider h4,
.utc-page .gray-boxes-wrapper .gray-box-text h3,
.utc-page .gray-boxes-wrapper .gray-box-text .more-link,
.utc-page .gray-boxes-wrapper .gray-box-image .news-item p,
.utc-page .shared-area .social-links .text,
.utc-page #footer .top h2,
.utc-page #footer .top h2 a,
.utc-page .promo-link,
.utc-page .sticky-nav a,
.utc-page .glance-item .description p,
.utc-page .glance-item .description .more-link,
.utc-page .glance-item .info-box h3,
.utc-page .glance-item .info-box .facts-box .download-link,
.utc-page .glance-item .info-box .number-box p,
.utc-page .glance-item .info-box .news-box .more-link,
.utc-page .glance-item .info-box .brands-box .more-link,
.utc-page #footer .top .bold-list a,
.utc-page .social-links .text,
.utc-page .slide-show .show-slide-link,
.gray-flat.rss a,
.box-dark-gray h2,
.utc-page .related-stories h3,
.utc-page .related-stories .read-more-link,
.utc-page .related-stories .more-link,
.report-table h4,
.report-table th,
.utc-page .body-2cols .slider .text-box-content .text-slider p strong,
.aws-control .aws-control-select .value,
.aws-control .aws-select-list li,
.box-gray .link-out,
.utc-page .home-slider .grid .text h3,
.utc-page .home-slider .text-box-content .more-link,
.utc-page .home-slider .slider-nav .prev-link,
.utc-page .home-slider .slider-nav .next-link,
.utc-page .info-box h3,
.utc-page .info-box .tax-info p b,
.utc-page .info-box .tax-info p,
.utc-page .info-box .tax-table,
.utc-page .info-box .more-link,
.utc-page .image-content-box h2,
.utc-page .image-content-box .more-link,
.utc-page #header .top-search-result .more-link a,
.utc-page .category-section .category-section-item h2,
.utc-page .category-section .category-section-item h3,
.utc-page .category-section .category-section-item .table .description h4,
.box-gray .more-link-bottom a,
.utc-page .performance-highlights-box header p.first-child,
.box-gray .out-link-arrow,
.utc-page .utc-homepage .wallstreet-box,
.utc-page .utc-homepage .wallstreet-box a,
.utc-page #header .top-search-result .title-item,
#search .search-container .search-results .title-item,
.utc-page .home-mosaic .content h3,
.utc-page .home-mosaic .bottom-area .right-text,
.utc-page .announcement-box .announcement-content h3,
.utc-page .announcement-box .announcement-content .more-link,
.utc-page .glance-item .title-area h3,
.utc-page .grey-hmenu h3,
.utc-page .grey-hmenu .white-btn,
.page-intro-small p > strong,
.utc-page .error-page h1,
.aside-left .gray-flat h1,
.utc-page .section-list h3,
.utc-page .info-page h1,
.utc-page .sitemap-nav .sitemap-col h3,
.utc-page .sitemap-nav .sitemap-col h3 a,
.utc-page .info-page h4,
.utc-page .content-image-box .item-box h3,
.utc-page .content-image-box .item-box .more-link,
.utc-page .content-image-box .item-box .external-link,
.box-background .content h3,
.box-background .content h3 a,
.box-background .content .more-link,
.history-box .item-content .content h3,
.history-box .item-content .content p,
.history-box .item-content .more-link,
.news-list article a.more-link,
.utc-page .resume-box header h3,
.dark-jump-link-box .jump-link,
.aside-white-box h3,
.aside-white-box .more-link-title,
.download-sidebar h3,
.download-sidebar .download-link,
.image-list-box .bottom-otions .more-link,
.photo-gallery-list li.photo-content h3,
.photo-gallery-list li.photo-content h3 a,
.single-filter .more-link,
.submit-photo-form h2,
.submit-photo-form .choose-file-area .more-link,
.submit-photo-form .checkbox-list h3,
.submit-photo-form .info-form-box .btn-submit,
.image-list-box h2,
.aside-form h3,
.aside-form .content h4,
.aside-form .btn-submit,
.random-slideshow-box .image-item .text p,
.utc-page figure.event-image figcaption h4,
.utc-page .navigation-list li a,
.inner-mega-nav .more-link,
.inner-mega-nav .content .col-group h4,
.inner-mega-nav .content .col-group h4 a,
.numbers-box .content p,
.numbers-box .content p strong,
.title-image-border h3,
.solid-link-box .more-link,
.title-border-box h4,
.document-area .download-document h3,
.document-collection h2,
.document-collection h3,
.solid-info-box h2,
.single-download-document .download-link,
.info-note h3,
.social-solid-box .right-content .twitter-link,
.following-area h2,
.following-area .more-link,
.solid-video-content .content p b,
.utc-page .content-block .box-left h3,
.team-list .team-list-item h3,
.team-list .team-list-item h3 a,
.utc-page .content-block .more-link,
.utc-page-content .text-more-link,
.utc-page-content .text-more-link strong,
.aside-white-box h4,
.title-two-cols h3,
.title-bottom-border,
.apply-form .back-link,
.apply-form h3,
.apply-form .solid-btn,
.apply-form .btn-submit,
.inline-filter .desktop-filter a.active,
.products-box h2,
.products-box h4,
.products-box .item-product a,
.products-table h2,
.products-table h3,
.products-table h4,
.products-table a,
.document-list .doc-item h3,
.document-list .doc-item .next-link,
.document-list .doc-item .download-box-link,
.top-large-image .text-box h4,
.top-large-image .text-box .more-link,
.box-link-arrow span,
.aside-social-links h3,
.aside-social-links .more-link,
.table-title-border .th h3,
.title-two-cols h4,
.title-two-cols .bottom-content .more-link,
.info-block-text p .external-link,
.info-block-text .more-link,
.info-detail .title h2,
.info-detail .title .location,
.info-detail .title .code,
.info-detail .bottom-info .solid-btn,
.stock-info-table th,
.job-search-result-table th,
.job-search-result h2,
.job-search-result-nav a,
.utc-page-content .search-box h3,
.solid-image-content h3,
.solid-image-content .solid-btn,
.page-intro .more-link,
#main.survey-form #mobile-navigation h1,
.psearch-results-form input.ms-sbplain,
.survey-box .body-hover h2,
.survey-box .body-hover p,
.utc-page .home-mosaic .row .item.is4and5 .bottom-subtitle span,
.utc-page .home-mosaic .row .item .is5 .bottom-subtitle span,
.utc-page .sticky-nav .sticky-nav-cell span,
.utc-page .content-block h1,
.news-list article h4, 
.news-list article h4 a,
.following-area h3,
.following-area h3 a,
.stock-info-table td,
.solid-link-box .download-link,
.our-product-banner .banner-group .banner-item a .title,
.box-event-list .box-event-item .body h3,
.box-event-list .box-event-item .body .content .links a,
.utc-page-content .search-box .btn-submit.job-search-link,
#main.survey-form .btn-submit,
.accordion.acc-table .category-section > h3 {
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
}

.page-title h1,
.accordion.faq-list .accordion-title,
.utc-page #header .navigation-page ul.submenu-list li,
.utc-page .resume-box header h2,
.aws-control .aws-control-select,
.aws-control select option,
.utc-page .category-section .category-section-title,
.utc-page .top-interior-banner h2,
.utc-page .top-interior-banner h2 a,
.utc-page .body-2cols .slider .text-box-content h3,
.utc-page .glance-item .title-area h2,
.page-title.right-info .title-info .text-content h3,
.title-content-area h2,
.title-content-area .solid-box h3,
.history-box .title-year,
.inner-mega-nav h2,
.inner-mega-nav h3,
.numbers-box h3,
.solid-link-box .title-area h3,
.title-border-box h3,
.social-solid-box h2,
.products-box h3,
.document-list h2,
.top-large-image .text-box h3 {
    /* Gotham Black */
    font-family: 'Gotham SSm 8r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 800;
    font-style: normal;
}

/* IE8 Gotham font reset */
.ie8 .sitemap-list .sitemap-item p a,
.ie8 .utc-page .left-menu li .submenu-list li a,
.ie8 .utc-page .slider .text-box-content .text-slider p,
.ie8 .utc-page .slider .slider-nav a,
.ie8 .utc-page #footer .top a,
.ie8 .utc-page #footer .top h3,
.ie8 .utc-page #header .menu-secondary li a,
.ie8 .utc-page #header .menu-main li.list-item-search .search-field,
.ie8 .utc-page #header .menu-main a,
.ie8 .utc-page #header .wallstreet-box,
.ie8 .utc-page #header .navigation-page .intro,
.ie8 .utc-page #header .navigation-page .submenu-content h2,
.ie8 .utc-page #header .navigation-page .submenu-content h4,
.ie8 .utc-page #header .navigation-page .submenu-content section h4,
.ie8 .utc-page #header .navigation-page .submenu-content .col-group h3,
.ie8 .utc-page .utc-page-content .intro,
.ie8 .utc-page .utc-page-content .submenu-content h2,
.ie8 .utc-page .utc-page-content .submenu-content h4,
.ie8 .utc-page .utc-page-content .submenu-content section h4,
.ie8 .utc-page .utc-page-content .submenu-content .col-group h3,
.ie8 .utc-page .left-menu a,
.ie8 .utc-page .performance-highlights-box p,
.ie8 .utc-page .performance-highlights-box strong,
.ie8 .utc-page .resume-box header .more-link,
.ie8 .utc-page .resume-box section h4,
.ie8 .utc-page .resume-box section .more-link,
.ie8 .utc-page .slider .text-box-content .text-slider .more-link,
.ie8 .utc-page .category-section .category-section-item .table .description .place,
.ie8 .utc-page .category-section .category-section-item .table .description .more-link,
.ie8 .utc-page .category-section .category-section-gotop a,
.ie8 .utc-page .section-load-more a,
.ie8 .sitemap-list .sitemap-item h2,
.ie8 .utc-page .slider .text-box-content h3,
.ie8 .utc-page .home-mosaic .row .item.no-hover .text h4,
.ie8 .box-white h2,
.ie8 .box-gray h2,
.ie8 .box-gray .more-link,
.ie8 .box-gray .more-arrow-link,
.ie8 .box-gray p select,
.ie8 .news-list h1,
.ie8 .box-stock-information h2,
.ie8 .box-stock-information p,
.ie8 .box-stock-information .data-list,
.ie8 .box-dark-gray .more-arrow-link,
.ie8 .box-stock-information .more-arrow-link,
.ie8 .report-table .more-arrow-link,
.ie8 .utc-page .slider .text-box-content .text-slider h4,
.ie8 .utc-page .gray-boxes-wrapper .gray-box-text h3,
.ie8 .utc-page .gray-boxes-wrapper .gray-box-text .more-link,
.ie8 .utc-page .gray-boxes-wrapper .gray-box-image .news-item p,
.ie8 .utc-page .shared-area .social-links .text,
.ie8 .utc-page #footer .top h2,
.ie8 .utc-page #footer .top h2 a,
.ie8 .page-title h1,
.ie8 .accordion.faq-list .accordion-title,
.ie8 .utc-page #header .navigation-page ul.submenu-list li,
.ie8 .utc-page .resume-box header h2,
.ie8 .aws-control .aws-control-select,
.ie8 .aws-control select option,
.ie8 .utc-page .promo-link,
.ie8 .utc-page .sticky-nav a,
.ie8 .utc-page .glance-item .description p,
.ie8 .utc-page .glance-item .description .more-link,
.ie8 .utc-page .glance-item .info-box h3,
.ie8 .utc-page .glance-item .info-box .facts-box .download-link,
.ie8 .utc-page .glance-item .info-box .number-box p,
.ie8 .utc-page .glance-item .info-box .news-box .more-link,
.ie8 .utc-page .glance-item .info-box .brands-box .more-link,
.ie8 .utc-page .category-section .category-section-title,
.ie8 .utc-page .category-section .category-section-item h2,
.ie8 .utc-page #footer .top .bold-list a,
.ie8 .utc-page .top-interior-banner h2,
.ie8 .utc-page .top-interior-banner h2 a,
.ie8 .utc-page .top-interior-banner p,
.ie8 .utc-page .social-links .text,
.ie8 .utc-page .content-block h2,
.ie8 .utc-page .slide-show .show-slide-link,
.ie8 .gray-flat h1,
.ie8 .gray-flat.rss a,
.ie8 .box-dark-gray h2,
.ie8 .utc-page .related-stories h3,
.ie8 .utc-page .related-stories .read-more-link,
.ie8 .utc-page .related-stories .more-link,
.ie8 .report-table h4,
.ie8 .report-table th,
.ie8 .utc-page .body-2cols .slider .text-box-content h3,
.ie8 .utc-page .body-2cols .slider .text-box-content .text-slider p strong,
.ie8 .box-gray p label,
.ie8 .aws-control .aws-control-select .value,
.ie8 .aws-control .aws-select-list li,
.ie8 .box-gray .link-out,
.ie8 .filter-list li label,
.ie8 .utc-page .home-slider .grid .text h3,
.ie8 .utc-page .home-slider .grid .text p,
.ie8 .utc-page .home-slider .grid .action-link,
.ie8 .utc-page .home-slider .text-box-content h3,
.ie8 .utc-page .home-slider .text-box-content .more-link,
.ie8 .utc-page .home-slider .slider-nav .prev-link,
.ie8 .utc-page .home-slider .slider-nav .next-link,
.ie8 .utc-page .info-box h3,
.ie8 .utc-page .info-box .tax-info p b,
.ie8 .utc-page .info-box .tax-info p,
.ie8 .utc-page .info-box .tax-table,
.ie8 .utc-page .info-box .more-link,
.ie8 .utc-page .image-content-box h2,
.ie8 .utc-page .image-content-box .more-link,
.ie8 .utc-page #header .top-search-result .more-link a,
.ie8 .utc-page .home-slider .text-box-content h2,
.ie8 .utc-page .category-section .category-section-item h3,
.ie8 .utc-page .category-section .category-section-item .table .description h4,
.ie8 .box-gray .more-link-bottom a,
.ie8 .utc-page .performance-highlights-box header p.first-child,
.ie8 .box-gray .out-link-arrow,
.ie8 .utc-page .utc-homepage .wallstreet-box,
.ie8 .utc-page .utc-homepage .wallstreet-box a,
.ie8 .utc-page #header .top-search-result .title-item,
.ie8 #search .search-container .search-results .title-item,
.ie8 .utc-page .home-mosaic .content h3,
.ie8 .utc-page .home-mosaic .content h4,
.ie8 .filter-mobile .title-link,
.ie8 .utc-page .home-mosaic .bottom-area .right-text,
.ie8 .utc-page .announcement-box .announcement-content h3,
.ie8 .utc-page .announcement-box .announcement-content p,
.ie8 .utc-page .announcement-box .announcement-content .more-link,
.ie8 .utc-page .glance-item .title-area h2,
.ie8 .utc-page .glance-item .title-area h3,
.ie8 .utc-page .grey-hmenu h3,
.ie8 .page-title.right-info .title-info .text-content h3,
.ie8 .page-title.right-info .title-info .text-content p,
.ie8 .utc-page .grey-hmenu .white-btn,
.ie8 .page-intro-small p > strong,
.ie8 .title-content-area h2,
.ie8 .title-content-area .solid-box h3,
.ie8 .utc-page .error-page h1,
.ie8 .aside-left .gray-flat h1,
.ie8 .utc-page .section-list h3,
.ie8 .utc-page .info-page h1,
.ie8 .utc-page .sitemap-nav .sitemap-col h3,
.ie8 .utc-page .sitemap-nav .sitemap-col h3 a,
.ie8 .utc-page .info-page h4,
.ie8 .utc-page .content-image-box .item-box h3,
.ie8 .utc-page .content-image-box .item-box .more-link,
.ie8 .utc-page .content-image-box .item-box .external-link,
.ie8 .box-background .content h3,
.ie8 .box-background .content h3 a,
.ie8 .box-background .content .more-link,
.ie8 .history-box .item-content .content h3,
.ie8 .history-box .item-content .content p,
.ie8 .history-box .item-content .more-link,
.ie8 .news-list article a.more-link,
.ie8 .history-box .title-year,
.ie8 .history-box .item-content .more-content p,
.ie8 .utc-page .resume-box header h3,
.ie8 .dark-jump-link-box .jump-link,
.ie8 .aside-white-box h3,
.ie8 .aside-white-box .more-link-title,
.ie8 .download-sidebar h3,
.ie8 .download-sidebar .download-link,
.ie8 .image-list-box .bottom-otions .more-link,
.ie8 .single-filter label,
.ie8 .single-filter .more-link,
.ie8 .submit-photo-form h2,
.ie8 .submit-photo-form .choose-file-area .more-link,
.ie8 .submit-photo-form .checkbox-list h3,
.ie8 .submit-photo-form .info-form-box .btn-submit,
.ie8 .image-list-box h2,
.ie8 .aside-form h3,
.ie8 .aside-form .content h4,
.ie8 .aside-form .content input[type=text],
.ie8 aside .aside-form .aws-control .aws-control-select .value,
.ie8 .aside-form .btn-submit,
.ie8 .aside-form .aws-control .aws-select-list li,
.ie8 .random-slideshow-box .image-item .text p,
.ie8 .utc-page figure.event-image figcaption h4,
.ie8 .utc-page .navigation-list li a,
.ie8 .inner-mega-nav h2,
.ie8 .inner-mega-nav .more-link,
.ie8 .inner-mega-nav h3,
.ie8 .inner-mega-nav .content .col-group h4,
.ie8 .inner-mega-nav .content .col-group h4 a,
.ie8 .numbers-box h3,
.ie8 .numbers-box header span,
.ie8 .numbers-box .content p,
.ie8 .numbers-box .content p strong,
.ie8 .title-image-border h3,
.ie8 .title-image-border .content h4,
.ie8 .solid-link-box .title-area h3,
.ie8 .solid-link-box .more-link,
.ie8 .title-border-box h3,
.ie8 .title-border-box h4,
.ie8 .title-border-box p,
.ie8 .solid-link-box .content p,
.ie8 .download-sidebar .dropdown-box label,
.ie8 .document-area .download-document h3,
.ie8 .document-collection h2,
.ie8 .document-collection h3,
.ie8 .solid-info-box h2,
.ie8 .single-download-document .download-link,
.ie8 .info-note h3,
.ie8 .social-solid-box h2,
.ie8 .social-solid-box .right-content .twitter-link,
.ie8 .following-area h2,
.ie8 .following-area h3,
.ie8 .following-area h3 a,
.ie8 .following-area .more-link,
.ie8 .solid-video-content .content h3,
.ie8 .solid-video-content .content p,
.ie8 .solid-video-content .content p b,
.ie8 .utc-page .content-block .box-left h3,
.ie8 .team-list .team-list-item h3,
.ie8 .team-list .team-list-item h3 a,
.ie8 .utc-page .content-block .more-link,
.ie8 .aside-white-box h4,
.ie8 .title-two-cols h3,
.ie8 .title-two-cols label,
.ie8 .top-filter label,
.ie8 .title-bottom-border,
.ie8 .apply-form .back-link,
.ie8 .apply-form h3,
.ie8 .apply-form .solid-btn,
.ie8 .apply-form .btn-submit,
.ie8 .apply-form .top-info .small-label label,
.ie8 .inline-filter label,
.ie8 .inline-filter .desktop-filter a,
.ie8 .inline-filter .desktop-filter a.active,
.ie8 .products-box h2,
.ie8 .products-box h4,
.ie8 .products-box h3,
.ie8 .products-box .item-product a,
.ie8 .products-table h2,
.ie8 .products-table h3,
.ie8 .products-table h4,
.ie8 .products-table a,
.ie8 .document-list h2,
.ie8 .document-list .doc-item h3,
.ie8 .document-list .doc-item .next-link,
.ie8 .document-list .doc-item .download-box-link,
.ie8 .top-large-image .text-box h3,
.ie8 .top-large-image .text-box h4,
.ie8 .top-large-image .text-box .more-link,
.ie8 .box-link-arrow span,
.ie8 .aside-social-links h3,
.ie8 .aside-social-links .more-link,
.ie8 .table-title-border .th h3,
.ie8 .title-two-cols h4,
.ie8 .title-two-cols .bottom-content .more-link,
.ie8 .info-block-text p .external-link,
.ie8 .info-block-text .more-link,
.ie8 .info-detail .title h2,
.ie8 .info-detail .title .location,
.ie8 .info-detail .title .code,
.ie8 .info-detail .bottom-info .solid-btn,
.ie8 .stock-info-table th,
.ie8 .job-search-result-table th,
.ie8 .job-search-result h2,
.ie8 .job-search-result-nav a,
.ie8 .utc-page-content .search-box h3,
.ie8 .solid-image-content h3,
.ie8 .solid-image-content .solid-btn,
.ie8 .page-intro .more-link,
.ie8 #main.survey-form #mobile-navigation h1,
.ie8 .psearch-results-form input.ms-sbplain,
.ie8 .survey-box .body-hover h2,
.ie8 .survey-box .body-hover p,
.ie8 .utc-page .home-mosaic .row .item.is4and5 .bottom-subtitle span,
.ie8 .utc-page .home-mosaic .row .item .is5 .bottom-subtitle span,
.ie8 .utc-page .sticky-nav .sticky-nav-cell span,
.ie8 .utc-page .content-block h1,
.ie8 .news-list article h4, 
.ie8 .news-list article h4 a,
.ie8 .solid-link-box .download-link,
.ie8 .our-product-banner .banner-group .banner-item a .title,
.ie8 .stock-info-table td,
.ie8 .box-event-list .box-event-item .body h3,
.ie8 .box-event-list .box-event-item .body .content .links,
.ie8 .box-event-list .box-event-item .body .content .links a,
.ie8 .utc-page-content .search-box .btn-submit.job-search-link,
.ie8 #main.survey-form .btn-submit,
.ie8 .accordion.acc-table .category-section > h3 {
    font-weight: normal !important;
    font-style: normal !important;
}

/*just for placeholder*/

.utc-page #header .menu-main li.list-item-search .search-field::-webkit-input-placeholder {
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ie8 .utc-page #header .menu-main li.list-item-search .search-field::-webkit-input-placeholder {
    font-weight: normal !important;
    font-style: normal !important;
}

.utc-page #header .menu-main li.list-item-search .search-field:-moz-placeholder {
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ie8 .utc-page #header .menu-main li.list-item-search .search-field:-moz-placeholder {
    font-weight: normal !important;
    font-style: normal !important;
}

.utc-page #header .menu-main li.list-item-search .search-field::-moz-placeholder {
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ie8 .utc-page #header .menu-main li.list-item-search .search-field::-moz-placeholder {
    font-weight: normal !important;
    font-style: normal !important;
}

.utc-page #header .menu-main li.list-item-search .search-field:-ms-input-placeholder {
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
}

.ie8 .utc-page #header .menu-main li.list-item-search .search-field:-ms-input-placeholder {
    font-weight: normal !important;
    font-style: normal !important;
}

.utc-page #header .menu-main li.list-item-search .search-field::-ms-clear {
    display: none !important;
}

/* ===== FP UI Image =============================================================================*/
.utc-page .is-splash.flowplayer .fp-ui,
.utc-page .is-paused.flowplayer .fp-ui,
body .is-splash.flowplayer .fp-ui,
body .is-paused.flowplayer .fp-ui {
    background-image: url(../images/play-icon/play-fp-ui.png);
    background-size:100px 100px;
}

body.flowplayer-fullscreen .utc-page#main header,
body.flowplayer-fullscreen .survey-box {
    z-index: -1 !important;
}

body.flowplayer-fullscreen .utc-page .video-player img.video-thumb,
body.flowplayer-fullscreen .utc-page .video-gallery-detail .content-block .video-player img.video-thumb,
body.flowplayer-fullscreen .slideshow .slideshow-video img.video-thumb {
        display: none;
    }

.flowplayer {
	overflow: hidden;
}

/* ===== Hiding edit controls in Ribbon ========================================================= */

#Ribbon\.EditingTools\.CPEditTab\.Font-Large-0-0, #Ribbon\.EditingTools\.CPEditTab\.Font\.Strikethrough-Small, #Ribbon\.EditingTools\.CPEditTab\.Font\.Subscript-Small, #Ribbon\.EditingTools\.CPEditTab\.Font\.Superscript-Small, #Ribbon\.EditingTools\.CPEditTab\.Font-Large-0-1-1, #Ribbon\.EditingTools\.CPEditTab\.Paragraph-Large-0-1, #Ribbon\.EditingTools\.CPEditTab\.Styles, #Ribbon\.EditingTools\.CPEditTab\.Markup-LargeMedium-1-0, #Ribbon\.EditingTools\.CPInsert\.Media\.Media-Large, #Ribbon\.EditingTools\.CPInsert\.Links\.UploadFile-Large, #Ribbon\.EditingTools\.CPInsert\.Content, #Ribbon\.EditingTools\.CPInsert\.WebParts {
    display: none;
}

/* IE8 fix for admin menu overlap */
.ie8 #back-menu {
    padding-right: 1px;
}

/* ===== Header Styles ========================================================================== */

.utc-page #header {
}

.ie8 .utc-page #header {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

    .utc-page #header .body {
        height: 95px;
        background: #000;
    }

        .utc-page #header .body .container {
            padding: 40px 32px 0;
            height: 55px;
            width: 960px;
        }

        .utc-page #header .body a {
            color: #fff;
        }

    .utc-page #header .logo-link {
        display: block;
        float: left;
    }

        .utc-page #header .logo-link img {
            vertical-align: top;
        }

    /*===menu-secondary===*/

    .utc-page #header .menu-secondary {
        position: absolute;
        top: 0px;
        left: 279px;
        padding: 11px 0;
    }

        .utc-page #header .menu-secondary li {
            float: left;
            margin-right: 16px;
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

            .utc-page #header .menu-secondary li.list-item-separator {
                border-left: 1px solid #FFFFFF;
                margin-left: 1px;
                padding-left: 19px;
            }

            .utc-page #header .menu-secondary li a:hover,
			.utc-page #header .menu-secondary li a:focus {
                color: #f87500;
                /*text-decoration: underline;*/
                border-bottom: 1px solid rgba(248, 117, 0, 0.5);
            }

            .utc-page #header .menu-secondary li.active a {
                color: #f87500;
            }

    /*===wallstreet-box===*/

    .utc-page #header .wallstreet-box {
        position: absolute;
        top: 0px;
        right: 30px;
        padding: 11px 0;
        color: #f87500;
        font-size: 9px;
        letter-spacing: 1px;
    }

        .utc-page #header .wallstreet-box a {
            /*cursor: text;*/
        }

.utc-page .wallstreet-box a .icon-arrow-up,
.utc-page .wallstreet-box a .icon-arrow-down {
    display: inline-block;
    margin:0 2px 0 0;
    width: 7px;
    height: 7px;
    background-position: 0 0;
    background-repeat: no-repeat;
    border:0;
}
    .utc-page #header .wallstreet-box a:hover span .icon-arrow-up,
    .utc-page #header .wallstreet-box a:hover span .icon-arrow-down,
    .utc-page .wallstreet-box a:hover span.icon-arrow-up,
    .utc-page .wallstreet-box a:hover span.icon-arrow-down,
	.utc-page #header .wallstreet-box a:focus span .icon-arrow-up,
    .utc-page #header .wallstreet-box a:focus span .icon-arrow-down,
    .utc-page .wallstreet-box a:focus span.icon-arrow-up,
    .utc-page .wallstreet-box a:focus span.icon-arrow-down {
        border: 0;
    }

.utc-page .wallstreet-box a .icon-arrow-up {
        background-image: url(../images/arrow-white-up.png);
}

.utc-page .wallstreet-box a .icon-arrow-down {
        background-image: url(../images/arrow-white-down.png);
}

        .utc-page #header .wallstreet-box a span {
            color: #fff;
        }

            .utc-page #header .wallstreet-box a span.label {
                zoom: 1;
                filter: alpha(opacity=0);
                opacity: 0;
            }

        .utc-page #header .wallstreet-box a:hover span,
		.utc-page #header .wallstreet-box a:focus span {
            border-bottom:1px solid #fff;
            color: #fff;
        }

            .utc-page #header .wallstreet-box a:hover span.label,
			.utc-page #header .wallstreet-box a:focus span.label {
                text-decoration: none;
                filter: alpha(opacity=100);
                opacity: 1;
            }

    /*===menu-main===*/

    .utc-page #header .menu-main {
        position: absolute;
        left: 268px;
        bottom: 0px;
        width: 727px;
        height: 45px;
    }

        .utc-page #header .menu-main li {
            float: left;
        }

        .utc-page #header .menu-main a {
            display: block;
            padding: 5px 10px 0;
            width: 90px;
            height: 40px;
            font-size: 12px;
            line-height: 13px;
            text-transform: uppercase;
        }

.ie8 .utc-page #header .menu-main a {
    width: 103px;
}

.utc-page #header .menu-main a:hover {
    background: #6eb8b5;
}

.utc-page #header .menu-main li.our-businesses a {
    width: 100px;
}

.utc-page #header .menu-main li.corporate-responsibility a {
    width: 133px;
}

.utc-page #header .menu-main li.news a {
    width: 64px;
}

.utc-page #header .menu-main li.our-company a:hover,
.utc-page #header .menu-main li.our-company a:focus,
.utc-page #header .menu-main li.our-company a.active {
    background: #6eb8b5;
    color: #fff !important;
}

.utc-page #header .menu-main li.our-company a.active-section {
    color: #6eb8b5;
}

.utc-page #header .menu-main li.our-businesses a:hover,
.utc-page #header .menu-main li.our-businesses a:focus,
.utc-page #header .menu-main li.our-businesses a.active {
    background: #0060a9;
    color: #fff !important;
}

.utc-page #header .menu-main li.our-businesses a.active-section {
    color: #0095da;
}

.utc-page #header .menu-main li.corporate-responsibility a:hover,
.utc-page #header .menu-main li.corporate-responsibility a:focus,
.utc-page #header .menu-main li.corporate-responsibility a.active {
    background: #8b9f3b;
    color: #fff !important;
}

.utc-page #header .menu-main li.corporate-responsibility a.active-section {
    color: #8b9f3b;
}

.utc-page #header .menu-main li.news a:hover,
.utc-page #header .menu-main li.news a:focus,
.utc-page #header .menu-main li.news a.active {
    background: #ed991f;
    color: #fff !important;
}

.utc-page #header .menu-main li.news a.active-section {
    color: #ed991f;
}

.utc-page #header .menu-main li.list-item-search {
    float: right;
    margin-right: 3px;
    /*padding:7px 6px 7px 30px;*/
    padding: 1px 6px 1px 28px;
    width: 210px;
    /*height:14px;*/
    height: 28px;
    border: 1px solid #fff;
    background: url(../images/search-icon.gif) no-repeat 6px center;
    position: relative;
}

.ie8 .utc-page #header .menu-main li.list-item-search {
    width: 208px;
}


.utc-page #header .top-search-result {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 32px;
    left: -2px;
    width: 248px;
    z-index: 99;
}

    .utc-page #header .top-search-result .inner-content {
        border-left: 1px solid #000;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
        /*padding: 0 6px;*/
    }

    .utc-page #header .top-search-result li {
        float: none;
        border-top: 1px solid #c2c2c2;
    }

        .utc-page #header .top-search-result li:first-child {
            border-top: none;
        }

    .utc-page #header .top-search-result figure {
        float: left;
        width: 39px;
        margin-right: 11px;
    }

    .utc-page #header .top-search-result img {
        width: 100%;
        vertical-align: top;
    }

    .utc-page #header .top-search-result .search-loading {
        padding: 9px 0;
        
        display: none;
    }

    .utc-page #header .top-search-result img.loading {
        width: auto;
        display: block;
        margin: 0 auto;
    }

    .utc-page #header .top-search-result .image-text-item {
        overflow: hidden;
    }

        .utc-page #header .top-search-result .image-text-item a {
            overflow: hidden;
            font-size: 14px;
            line-height: 18px;
        }

    .utc-page #header .top-search-result a,
    .utc-page #header .top-search-result p {
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 11px;
        color: #000;
        height: auto;
        padding: 9px 6px;
        margin: 0;
        text-transform: none;
        width: auto;
    }

    .utc-page #header .top-search-result ul li.active a {
        background-color: #969696;
        color: #fff;
        text-decoration: none;
    }

.ie8 .utc-page #header .top-search-result a {
    width: auto;
}

.utc-page #header .top-search-result a:hover {
    background: none;
    text-decoration: underline;
}

.utc-page #header .top-search-result .title-item {
    background: #000;
    border-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 6px;

    border-top: 0;
}

.utc-page #header .top-search-result .only-text-item {
    background: #e5e5e6;
}

.utc-page #header .top-search-result .title-item,
.utc-page #header .top-search-result .only-text-item {
    /*margin-left: -6px;
    margin-right: -6px;*/
    /*padding-left: 6px;
    padding-right: 6px;*/
    font-size: 11px;
}

.utc-page #header .top-search-result .more-link {
    margin: 0 -6px;
    padding: 13px 6px;
    background: #e5e5e6;
    border-top: 1px solid #c2c2c2;
}

    .utc-page #header .top-search-result .more-link a {
        /*background: url(../images/desktop/search-icon-black.png) no-repeat left center;*/
        display: inline-block;
        /*padding-left: 23px;*/
        font-size: 10px;
        line-height: 15px;
        text-transform: uppercase;
        color: #000;
    }




.utc-page #header .menu-main li.list-item-search .search-field {
    /*padding: 0;*/
    margin: 0;
    /*padding: 8px 0;*/
    width: 100%;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    border: 0;
    outline: 0 !important;
    background: transparent;
    background-color: transparent;
    -webkit-appearance: none;
}

    .utc-page #header .menu-main li.list-item-search .search-field::-webkit-search-cancel-button {
        -webkit-appearance: none; /* hide the default "X" button - webkit */
        background: transparent;
    }

    .utc-page #header .menu-main li.list-item-search .search-field::-webkit-input-placeholder {
        color: #fff;
        opacity: 1 !important;
        filter: alpha(opacity=100)!important;
    }

    .utc-page #header .menu-main li.list-item-search .search-field:-moz-placeholder {
        color: #fff;
        opacity: 1 !important;
        filter: alpha(opacity=100)!important;
    }

    .utc-page #header .menu-main li.list-item-search .search-field::-moz-placeholder {
        color: #fff;
        opacity: 1 !important;
        filter: alpha(opacity=100)!important;
    }

    .utc-page #header .menu-main li.list-item-search .search-field:-ms-input-placeholder {
        color: #fff;
        opacity: 1 !important;
        filter: alpha(opacity=100)!important;
    }

/*===Mega-Menu===*/

.utc-page #header .mega-menu .shadow {
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 5px;
    background: url(../images/megamenu-shadow.png) repeat-x 0 0;
}

.utc-page #header .header-navigation {
    position: relative;
    height: 0;
    max-height: 398px;
    overflow: hidden;
}

    .utc-page #header .header-navigation .close-link {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        padding: 0 0 7px;
        width: 100%;
        text-align: center;
    }

        .utc-page #header .header-navigation .close-link img {
            width: 18px;
            height: 11px;
        }

.utc-page #header .navigation-container {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 4096px;
}

.utc-page #header .navigation-page {
    display: block;
    float: left;
    padding: 0 32px;
    width: 960px;
    height: 398px;
}

    .utc-page #header .navigation-page .intro {
        padding: 25px 0 0;
        height: 90px;
        width: 304px;
    }

        .utc-page #header .navigation-page .intro p {
            margin: 0;
            font-size: 15px;
        }

    .utc-page #header .navigation-page ul.submenu-list {
        float: left;
        margin-right: 32px;
        width: 304px;
        background: #e2f1f0;
    }

        .utc-page #header .navigation-page ul.submenu-list li {
            font-size: 11px;
            text-transform: uppercase;
            border-bottom: 1px solid #fff;
        }

            .utc-page #header .navigation-page ul.submenu-list li a {
                display: block;
                position: relative;
                padding: 8px 30px 8px 12px;
                line-height: 12px;
                color: #000;
            }
            @media screen and (-webkit-min-device-pixel-ratio:0), screen and (-webkit-min-device-pixel-ratio: 2) {
                /* Safari 3.0 and Chrome rules here */
                .utc-page #header .navigation-page ul.submenu-list li a { 
                    -webkit-font-smoothing: subpixel-antialiased;
                    line-height: normal;
                    font-size: 11px;
                }
            }

                .utc-page #header .navigation-page ul.submenu-list li a:hover,
				.utc-page #header .navigation-page ul.submenu-list li a:focus {
                    background-color: #6EB8B5;
                    color: #fff;
                }

                .utc-page #header .navigation-page ul.submenu-list li a .arrow {
                    position: absolute;
                    top: 50%;
                    right: 10px;
                    margin-top: -5px;
                    width: 15px;
                    height: 10px;
                    background: url(../images/desktop/black-arrow.png) no-repeat 0 0;
                }


    .utc-page #header .navigation-page .submenu-list.blue a:hover,
	.utc-page #header .navigation-page .submenu-list.blue a:focus {
        background-color: #0060a9;
        color: #fff;
    }

    .utc-page #header .navigation-page .submenu-list.green a:hover,
	.utc-page #header .navigation-page .submenu-list.green a:focus {
        background-color: #8b9f3b;
        color: #fff;
    }

    .utc-page #header .navigation-page .submenu-list.orange a:hover,
	.utc-page #header .navigation-page .submenu-list.orange a:focus {
        background-color: #ed991f;
        color: #fff;
    }

    .utc-page #header .navigation-page .submenu-list a:hover .arrow,
	.utc-page #header .navigation-page .submenu-list a:focus .arrow {
        background-image: url(../images/desktop/white-arrow.png);
    }

    .utc-page #header .navigation-page ul.blue {
        background: #D9E7F2;
    }

    .utc-page #header .navigation-page ul.green {
        background: #e6eebd;
    }

    .utc-page #header .navigation-page ul.orange {
        background: #f8d6a5;
    }

    .utc-page #header .navigation-page .submenu-content {
        float: left;
        width: 592px;
    }

        .utc-page #header .navigation-page .submenu-content h2 {
            font-size: 16px;
            color: #636363;
            text-transform: uppercase;
        }

        .utc-page #header .navigation-page .submenu-content p {
            font-size: 13px;
            color: #636363;
        }

        .utc-page #header .navigation-page .submenu-content section {
            float: left;
            margin-right: 24px;
        }

            .utc-page #header .navigation-page .submenu-content section .picture {
                display: block;
                margin-bottom: 13px;
            }

            .utc-page #header .navigation-page .submenu-content h4,
            .utc-page #header .navigation-page .submenu-content section h4 {
                margin-bottom: 5px;
                font-size: 9px;
                color: #636363;
                text-transform: uppercase;
            }

            .utc-page #header .navigation-page .submenu-content section h3 {
                margin-bottom: 5px;
                font-size: 12px;
            }

                .utc-page #header .navigation-page .submenu-content section h3 a,
                .utc-page #header .navigation-page .submenu-content section h3 a:hover {
                    color: #333;
                }

                    .utc-page #header .navigation-page .submenu-content section h3 a:hover {
                        text-decoration: underline;
                    }

            .utc-page #header .navigation-page .submenu-content section p {
                margin: 0;
                font-size: 11px;
            }

        .utc-page #header .navigation-page .submenu-content.cols-3 {
            padding-left: 32px;
        }

            .utc-page #header .navigation-page .submenu-content.cols-3 section {
                width: 167px;
            }

        .utc-page #header .navigation-page .submenu-content.cols-2 {
            padding-left: 32px;
        }

            .utc-page #header .navigation-page .submenu-content.cols-2 h2 {
                margin-bottom: 17px;
            }

        .utc-page #header .navigation-page .submenu-content .col-group {
            float: left;
            margin-left: 36px;
        }

            .utc-page #header .navigation-page .submenu-content .col-group.first-child {
                margin-left: 0;
            }

                .utc-page #header .navigation-page .submenu-content .col-group h3,
				.utc-page #header .navigation-page .submenu-content .col-group h3 a {
                margin-bottom: 5px;
                font-size: 11px;
                text-transform: uppercase;
					color: #000;
            }

					.utc-page #header .navigation-page .submenu-content .col-group h3 a:hover {
						text-decoration: underline;
					}

            .utc-page #header .navigation-page .submenu-content .col-group section {
                margin-right: 6px;
            }

                .utc-page #header .navigation-page .submenu-content .col-group section.last-child,
                .utc-page #header .navigation-page .submenu-content .col-group section:last-child {
                    margin-right: 0;
                }

                .utc-page #header .navigation-page .submenu-content .col-group h4,
                .utc-page #header .navigation-page .submenu-content .col-group section h4 {
                    clear: both;
                    color: #0060a9;
                    font-size: 10px;
                }

                    .utc-page #header .navigation-page .submenu-content .col-group h4 a,
                    .utc-page #header .navigation-page .submenu-content .col-group section h4 a {
                        color: #0060a9;
                    }

                        .utc-page #header .navigation-page .submenu-content .col-group h4 a:hover,
                        .utc-page #header .navigation-page .submenu-content .col-group section h4 a:hover {
                            color: #0060a9;
                            text-decoration: underline;
                        }

                .utc-page #header .navigation-page .submenu-content .col-group section .picture {
                    margin-bottom: 5px;
                }

/* ===== Left Menu Styles ========================================================================== */

.utc-page .left-menu {
    /*margin-left: -9px;*/
}

    .utc-page .left-menu a {
        font-size: 11px;
        line-height: normal;
        color: #000;
        text-transform: uppercase;
        display: inline-block;
    }

            .utc-page .left-menu a:hover,
		    .utc-page .left-menu a:focus {
            text-decoration: underline;
        }

    .utc-page .left-menu li {
        margin-bottom: 7px;
        padding-left: 11px;
        font-size: 11px;
        list-style: none;
    }

        .utc-page .left-menu li.active {
            padding-top: 0px;
            padding-bottom: 0px;
            /*margin-bottom: 0;*/
            background: url(../images/black-right-arrow-5x8.png) no-repeat left 2px;
        }

            .utc-page .left-menu li.active a {
                color: #8b9f3b;
            }

                .utc-page .left-menu li.active a.cyan {
                    color: #6eb8b5;
                }

                .utc-page .left-menu li.active a.blue {
                    color: #0060a9;
                }

				.utc-page .left-menu li.active a.light-blue {
                    color: #0095DA;
                }

                .utc-page .left-menu li.active a.green {
                    color: #8B9F3B;
                }

                .utc-page .left-menu li.active a.orange {
                    color: #ed991f;
                }

    .utc-page .left-menu.blue li.active a {
        color: #0060a9;
    }

    .utc-page .left-menu li ul.submenu-list {
        padding-top: 5px;
        padding-bottom: 1px;
    }

    .utc-page .left-menu li .submenu-list li,
    .utc-page .left-menu li.active .submenu-list li {
        padding-left: 0;
        padding-bottom: 3px;
        margin-bottom: 4px;
    }

        .utc-page .left-menu li .submenu-list li:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .utc-page .left-menu li .submenu-list li a,
        .utc-page .left-menu li.active .submenu-list li a {
            font-size: 12px;
            color: #636363;
            text-transform: none;
        }

        .utc-page .left-menu li .submenu-list li.active {
            padding-top: 0px;
            padding-bottom: 3px;
            padding-left: 11px;
            margin-bottom: 4px;
            margin-left: -11px;
            background: url(../images/black-right-arrow-5x8.png) no-repeat left 2px;
        }

            .utc-page .left-menu li .submenu-list li.active a {
                color: #8b9f3b;
            }

                .utc-page .left-menu li .submenu-list li.active a.cyan {
                    color: #6eb8b5;
                }

                .utc-page .left-menu li .submenu-list li.active a.blue {
                    color: #0060a9;
                }

				.utc-page .left-menu li .submenu-list li.active a.light-blue {
                    color: #0095DA;
                }

                .utc-page .left-menu li .submenu-list li.active a.green {
                    color: #8B9F3B;
                }

                .utc-page .left-menu li .submenu-list li.active a.orange {
                    color: #ed991f;
                }

/* ===== Content Styles ========================================================================== */

/*==page-styles==*/

.page-title {
    background: #6EB8B5;
}

    .page-title h1 {
        display: table;
        margin: 0 auto;
        padding: 0;
        width: 960px;
        font-size: 26px;
        line-height: 30px;
        color: #fff;
        text-transform: uppercase;
    }

        .page-title h1 span {
            display: table-cell;
            padding: 15px 0;
            height: 60px;
            vertical-align: middle;
        }

    .page-title.green {
        background: #8b9f3b;
    }

    .page-title.orange {
        background: #ed991f;
    }

    .page-title.blue {
        background: #0060A9;
    }

	.page-title.light-blue {
        background: #0095DA;
    }

	.page-title.white {
		background: #fff;
	}
		.page-title.white h1 {
			color: #000;
		}

    .page-title.padd-left h1 span {
        padding-left: 245px;
    }

    .page-title.right-info h1 {
        position: relative;
    }

        .page-title.right-info h1 span {
            position: relative;
            z-index: 2;
        }

    .page-title.right-info .title-info {
        position: absolute;
        top: 0;
        right: 0;
        /*width: 358px;*/
        z-index: 1;
    }

    .page-title.right-info .title-info img {
        vertical-align: top;
        margin-right: 12px;
    }

        .page-title.right-info .title-info .text-content,
        .page-title.right-info .title-info .text-content .text-wrapper {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 192px;
			z-index: 1000;
        }
        .page-title.right-info .title-info .text-content .item-text {
            vertical-align: middle;
            height: 90px;
            display: table-cell;
        }
        .page-title.right-info .title-info .text-content .text-wrapper {
            display: none;    
        }
        .page-title.right-info .title-info .text-content .text-wrapper:first-child {
            display: block;    
        }

            .page-title.right-info .title-info .text-content h3 {
                font-size: 18px;
                line-height: 20px;
                color: #fff;
                text-transform: uppercase;
                margin: 0 0 4px 0;
            }

            .page-title.right-info .title-info .text-content p {
                font-size: 10px;
                line-height: 12px;
                color: #fff;
                text-transform: uppercase;
                margin: 0;
            }

        .page-title.right-info .title-info span {
            display: inline;
            height: auto;
            padding: 0;
            vertical-align: top;
        }

        .page-title .inner-page-title {
            width: 960px;
            position: relative;
            margin: 0 auto;
        }

/* history */
.history-box {
    background-color: #e5e5e6;
}

    .history-box .title-year {
        font-size: 18px;
        color: #000;
        text-align: center;
        margin: 0 0 28px;
        padding-top: 30px;
    }

    .history-box .inner-history-box {
        margin: 0 auto;
        padding: 14px 0 30px;
        position: relative;
        width: 960px;
    }

    .history-box .year-content {
        position: relative;
    }

        .history-box .year-content .middle-line {
            background-color: #000;
            display: block;
            width: 4px;
            position: absolute;
            top: 0;
            bottom: 24px;
            right: 50%;
            margin-right: -2px;
        }


    .history-box .item-content {
        background-color: #fff;
        float: right;
        width: 421px;
        position: relative;
        padding: 16px;
        margin-bottom: 24px;
    }

        .history-box .item-content.last-col {
            margin-bottom: 0;
        }

        .history-box .item-content.first-col {
            clear: both;
            float: left;
        }

        .history-box .item-content .content {
            float: left;
            width: 232px;
            min-height: 86px;
            position: relative;
            padding-bottom: 21px;
        }

            .history-box .item-content .content h3 {
                font-size: 13px;
                color: #0060a9;
                margin-bottom: 4px;
            }

            .history-box .item-content .content p {
                font-size: 13px;
                color: #000;
                margin-bottom: 0;
            }

        .history-box .item-content .image img {
            float: right;
            width: 161px;
            vertical-align: top;
        }

        .history-box .item-content .more-link {
            background: url(../images/desktop/blue-more-cross.png) no-repeat left center;
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: 0;
            font-size: 11px;
            line-height: 21px;
            color: #0060a9;
            text-transform: uppercase;
            padding-left: 30px;
        }

            .history-box .item-content .more-link:hover {
                text-decoration: underline;
            }

        .history-box .item-content.more-info-open .more-link {
            background-image: url(../images/desktop/blue-close-cross.png);
            color: #fff;
        }

        .history-box .item-content.more-info-open .content {
            margin-bottom: 16px;
        }

        .history-box .item-content .arrow-wrapper {
            display: block;
            overflow: hidden;
            width: 33px;
            height: 22px;
            position: absolute;
            left: -33px;
            top: 100px;
            z-index: 6;
        }

            .history-box .item-content .arrow-wrapper .arrow {
                background: url(../images/desktop/history-arrow-left.png) no-repeat 0 0;
                display: block;
                width: 14px;
                height: 22px;
                float: right;
            }

            .history-box .item-content .arrow-wrapper .dot {
                background: url(../images/desktop/history-dot.png) no-repeat 0 0;
                display: block;
                width: 13px;
                height: 22px;
                float: left;
            }

        .history-box .item-content.first-col .arrow-wrapper {
            position: absolute;
            right: -33px;
            top: 18px;
            left: auto;
            bottom: auto;
        }

            .history-box .item-content.first-col .arrow-wrapper .arrow {
                background: url(../images/desktop/history-arrow-right.png) no-repeat 0 0;
                float: left;
            }

            .history-box .item-content.first-col .arrow-wrapper .dot {
                float: right;
            }

        .history-box .item-content .more-content {
            height: 0;
            overflow: hidden;
            background-color: #e5e5e6;
            clear: both;
        }

            .history-box .item-content .more-content p {
                font-size: 13px;
                color: #000;
                margin-bottom: 0;
                padding: 17px 31px 21px 13px;
            }

/*=== submit photo form ===*/
.utc-page .body-2cols .body-content.without-padd {
    padding-bottom: 0;
}

.utc-page .body-2cols .aside-right.border-top {
    margin-top: 32px;
}

.submit-photo-form h2 {
    border-bottom: 6px solid #000;
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    padding-bottom: 12px;
    position: relative;
}

    .submit-photo-form h2 span {
        font-size: 12px;
        color: #000;
        font-family: Arial;
        font-weight: normal;
        display: block;
        position: absolute;
        right: 0;
        bottom: 11px;
        display: block;
    }

        .submit-photo-form h2 span.error {
            color: #f00;
        }

.submit-photo-form input[type=text] {
    height: 20px;
    border: 1px solid #ccc;
    font-family: Arial;
    font-size: 12px;
    color: #000;
    line-height: 22px;
    padding: 0;
}

    .submit-photo-form input[type=text].error {
        border-color: #f00;
    }

.submit-photo-form label {
    font-family: Arial;
    font-size: 12px;
    color: #000;
}

    .submit-photo-form label.error {
        color: #f00;
    }

.submit-photo-form hr {
    border-bottom: 1px solid #c4c4c5;
    border-top: none;
    height: 0;
    margin: 0;
}

.submit-photo-form .user-area {
    padding-top: 11px;
}

    .submit-photo-form .user-area .top-note {
        margin-bottom: 24px;
    }

    .submit-photo-form .user-area ul {
        list-style: none;
    }

    .submit-photo-form .user-area li {
        margin-bottom: 18px;
    }

        .submit-photo-form .user-area li label {
            display: block;
            width: 95px;
            float: left;
            padding-right: 10px;
            line-height: 22px;
        }

        .submit-photo-form .user-area li input[type=text] {
            width: 361px;
            float: left;
        }

        .submit-photo-form .user-area li textarea {
            border: 1px solid #ccc;
            padding: 9px 15px 9px 9px;
            width: 337px;
            height: 125px;
            font-size: 12px;
            color: #000;
            font-family: Arial;
            margin: 0;
            resize: none;
            overflow-y: auto;
        }
        .submit-photo-form .user-area li .aws-control {
            display:inline-block;
            width:361px;
        }

        .submit-photo-form .user-area li span.required,
        .submit-photo-form .user-area .top-note span.required {
            color: #ff0000;
            font-size: 10px;
            vertical-align: top;
        }

.submit-photo-form .date-area .left,
.submit-photo-form .date-area .right {
    float: left;
    width: 226px;
    position: relative;
}

    .submit-photo-form .date-area .right input[type=text] {
        width: 188px;
    }

    .submit-photo-form .date-area .left input[type=text] {
        width: 224px;
    }

.submit-photo-form .date-area .left {
    margin-right: 16px;
}

.submit-photo-form .date-area label {
    display: block;
    margin-bottom: 8px;
    line-height: 22px;
}

.submit-photo-form .date-area .calendar-icon {
    background: url(../images/desktop/calendar-icon-desktop.png) no-repeat left top;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

.submit-photo-form .user-area hr {
    margin: 16px 0 38px;
}

.submit-photo-form .choose-file-area {
    padding-top: 14px;
}

    .submit-photo-form .choose-file-area .input-file-area {
        position: relative;
        margin-bottom: 12px;
    }

.submit-photo-form .aws-datepicker {
    cursor: text;
}

.submit-photo-form .ui-datepicker-trigger {
    border: 0;
    background: none;
    padding: 0;
    vertical-align: top;
    margin-top: -1px;
    margin-left: 8px;
}

.submit-photo-form .choose-file-area .more-link {
    position: relative;
    overflow: hidden;
    background: url(../images/desktop/blue-more-cross-21-desktop.png) no-repeat right center;
    font-size: 11px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 32px;
}

    .submit-photo-form .choose-file-area .more-link:hover {
        text-decoration: underline;
    }

.submit-photo-form .input-file-area .more-link input.photo-file {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 50px;
    opacity: 0;
    filter: alpha(opacity=0); /* IE8 and earlier */
}

.submit-photo-form .choose-file-area .input-file-area .close-icon {
    background: url(../images/desktop/black-close-cross.png) no-repeat 0 0;
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.submit-photo-form .choose-file-area label {
    margin-bottom: 4px;
    line-height: 22px;
    display: inline-block;
}

.submit-photo-form .choose-file-area .caption-message .remaining-caption {
    display: none;
}

.submit-photo-form .info-form-box .content {
    border: 1px solid #ccc;
    padding: 9px 15px 9px 9px;
}

    .submit-photo-form .info-form-box .content p {
        font-size: 12px;
        color: #000;
        font-family: Arial;
        margin: 0;
    }

.submit-photo-form .choose-file-area .caption-text {
    border: 1px solid #ccc;
    padding: 9px 15px 9px 9px;
    width: 442px;
    height: 125px;
    font-size: 12px;
    color: #000;
    font-family: Arial;
    margin: 0;
    resize: none;
    overflow-y: auto;
}

    .submit-photo-form .choose-file-area .caption-text.error {
        border-color: #f00;
    }

.submit-photo-form .choose-file-area hr {
    margin: 18px 0 10px;
}

.submit-photo-form .choose-file-area .gray-note,
.submit-photo-form .info-form-box .gray-note {
    font-family: Arial;
    font-size: 11px;
    color: #636363;
    margin: 6px 0 0 0;
}

.submit-photo-form .checkbox-list {
    padding-top: 6px;
    margin-bottom: 30px;
    border-top: 6px solid #000;
}

    .submit-photo-form .checkbox-list h3 {
        font-size: 12px;
        line-height: 20px;
        color: #000;
        margin-bottom: 11px;
    }

        .submit-photo-form .checkbox-list h3 span {
            font-family: Arial;
            padding-left: 19px;
        }

    .submit-photo-form .checkbox-list ul {
        list-style: none;
    }

    .submit-photo-form .checkbox-list li {
        margin-top: 15px;
        line-height: 14px;
        font-size: 12px;
        font-family: Arial;
        overflow: hidden;
    }

        .submit-photo-form .checkbox-list li:first-child {
            margin-top: 0;
        }
    /*.submit-photo-form .checkbox-list input[type=checkbox],
.submit-photo-form .info-form-box .checkbox-area input[type=checkbox] {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    float: left;
}*/
    .submit-photo-form .checkbox-list .aws-checkbox-wrapper,
    .submit-photo-form .info-form-box .checkbox-area .aws-checkbox-wrapper,
    .submit-photo-form .checkbox-list .aws-radio-wrapper {
        float: left;
    }
    /*.submit-photo-form .checkbox-list input[type=radio] {
    width: 14px;
    height: 14px;
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}*/
    .submit-photo-form .checkbox-list label {
        display: inline-block;
        line-height: 14px;
        float: right;
        width: 195px;
    }

.submit-photo-form .info-form-box {
    clear: both;
    padding-top: 34px;
    padding-bottom: 17px;
    width: 468px;
}

    .submit-photo-form .info-form-box h2 {
        margin-bottom: 22px;
    }

    .submit-photo-form .info-form-box .content {
        margin-bottom: 21px;
        height: 120px;
        overflow: auto;
    }

    .submit-photo-form .info-form-box .checkbox-area {
        overflow: hidden;
    }

        .submit-photo-form .info-form-box .checkbox-area label {
            display: inline-block;
            line-height: 14px;
            padding-left: 13px;
            float: left;
        }

            .submit-photo-form .info-form-box .checkbox-area label a,
            .submit-photo-form .info-form-box .checkbox-area label a:hover {
                color: #0060a9;
            }

                .submit-photo-form .info-form-box .checkbox-area label a:hover {
                    text-decoration: underline;
                }

    .submit-photo-form .info-form-box hr {
        margin: 15px 0 40px;
    }

    .submit-photo-form .info-form-box .btn-submit {
        background-color: #0060a9;
        border: none;
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase;
        color: #fff;
        height: 21px;
        padding: 0 14px;
        cursor: pointer;
        -webkit-appearance: none;
        border-radius: 0;
    }

    .submit-photo-form .info-form-box .gray-note {
        margin-top: 12px;
    }

/*=== apply form ===*/
.apply-form  {
    width: 467px;
    padding-bottom: 70px;
}
.apply-form ul {
    list-style: none;
}
.apply-form li:before, 
.apply-form li:after {
    content: " ";
    display: table;
}
.apply-form li:after {
    clear: both;
}
.apply-form li {
    *zoom: 1;
}


.apply-form .back-link {
    font-size: 11px;
    color: #000;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-block;
    padding-left: 31px;
    margin-bottom: 37px;
    background: url(../images/desktop/blue-arrow-back.png) no-repeat left center;
    text-decoration: none;
}
    .apply-form .back-link:hover {
        text-decoration: underline;
    }
.apply-form h3 {
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
}
.apply-form p,
.apply-form li {
    color: #000;
    font-family: Arial;
    font-size: 12px;
}

.apply-form .top-note {
    padding: 14px 0 46px;
}
.apply-form .top-note p {
    margin-bottom: 0;
}
.apply-form span.required {
    color: #f00;
}

.apply-form .general-info {
    padding: 12px 0 26px;
}
.apply-form .general-info p {
    margin-bottom: 21px;
}

.apply-form .solid-btn,
.apply-form .btn-submit {
    background-color: #0060A9;
    border: medium none;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    width: 128px;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-appearance: none;
}
.apply-form .solid-btn {
    margin-bottom: 18px;
}

    .apply-form .solid-btn:hover,
    .apply-form .btn-submi:hover {
        text-decoration: underline;
    }

.apply-form .top-info li {
    line-height: 22px;
    margin-bottom: 18px;
}
.apply-form .top-info label {
    float: left;
    line-height: 22px;
    float: left;
    width: 97px;
    display: block;
}
.apply-form .top-info label.more-lines {
    line-height: 15px;
    padding-top: 3px;
}
.apply-form .top-info li>label {
    padding-right: 5px;
}
.apply-form .top-info label.padd-top {
    padding-top: 15px;
}
.apply-form .top-info input[type=text] {
    float: left;
    width: 363px;
}
.apply-form .top-info .aws-control {
    float: left;
}
.apply-form .aws-control .aws-control-select,
.apply-form .aws-control .aws-control-select .arrow {
    height: 20px;
}
.apply-form .aws-control .aws-select-list {
    top: 22px;
}
.apply-form .top-info select {    
    width: 363px;
    padding: 0;
    margin: 0;
    border: none;
}
.apply-form .top-info .middle-wide {
    float: left;
    width: 365px;
    overflow: hidden;
}
.apply-form .top-info .middle-input[type=text] {
    width: 295px;
}
.apply-form .top-info .middle-wide .left {
    width: 174px;
    float: left;
}
.apply-form .top-info .middle-wide .left label {
    width: auto;
}
.apply-form .top-info .middle-wide .left input[type=text],
.apply-form .top-info .middle-wide .right input[type=text] {
    width: 172px;
}
.apply-form .top-info .middle-wide .clear {
    clear: both;
}
.apply-form .top-info .middle-wide .first-row {
    margin-bottom: 6px;
}
.apply-form .top-info .middle-wide .right {
    width: 174px;
    float: right;
}
.apply-form .top-info .small-input[type=text] {
    width: 25px;
}
.apply-form .top-info label.inline {
    width: 28px;
    padding-left: 13px;
}
.apply-form .top-info .small-label label {
    font-size: 9px;
    line-height: 12px;
}

.apply-form .questionnaire-area {
    padding: 14px 0 32px;
}
.apply-form .questionnaire-area p {
    margin-bottom: 11px;
}

.apply-form .questionnaire-area input[type=text].large-input {
    margin-bottom: 17px;
    width: 465px;
}
.apply-form .questionnaire-area textarea.large-input,
.apply-form .profile-area textarea.large-input {
    margin-bottom: 17px;
    width: 465px;
    height: 98px;
    resize: none;
    overflow-y: auto;
    border: 1px solid #CCCCCC;
    color: #000000;
    font-family: Arial;
    font-size: 12px;
    padding: 0;
}

.apply-form .option-area .aws-radio-wrapper {
    float: left;
}
.apply-form .option-area label {
    float: left;
    padding-left: 11px;
}
.apply-form .option-area {
    margin-bottom: 17px;
}
.apply-form .option-area.more-margin {
    margin-bottom: 29px;
}
.apply-form .option-area li {
    margin-bottom: 8px;
}
.apply-form .option-area li.more-margin {
    margin-bottom: 23px;
}

.apply-form .profile-area {
    padding: 19px 0 22px;
}
.apply-form .profile-area p {
    margin-bottom: 20px;
}


/*=== solid image content ===*/
.solid-image-content {
    background-color: #E5E5E6;
    padding: 13px 50px 16px 13px;
    margin-bottom: 10px;
}
.solid-image-content h3 {
    color: #000000;
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 11px;
    margin-top: -2px;
    text-transform: uppercase;
}
.solid-image-content p {
    color: #000000;
    font-family: Arial;
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}
.solid-image-content figure {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
}
.solid-image-content figure img {
    vertical-align: top;
}
.solid-image-content .solid-btn {
    background-color: #0060A9;
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
    height: 22px;
    line-height: 21px;
    text-transform: uppercase;
    width: 138px;
    margin-top: 20px;
    display: inline-block;
    -webkit-appearance: none;
}
    .solid-image-content .solid-btn:hover {
        color: #fff;
        text-decoration: none;
    }
.solid-image-content .aws-control {
	margin-right:10px;
	padding-top: 3px;
}

    .solid-image-content .select-container {
        padding-top: 20px;
    }
        .solid-image-content .select-container .aws-control .aws-select {
            width: 285px!important;
        }
        .solid-image-content .select-container .solid-btn {
            margin-top: 0;
        }

/*=== our-product banner ===*/

.our-product-banner {
    position: relative;
    margin-bottom: 9px;
    margin-right: -6px;
}

    .our-product-banner .banner-group {
        overflow: hidden;
        position:absolute;
        top:0;
        left:0;
        right:-6px;
        display:none;
    }

    .our-product-banner .banner-group.active {
        position:relative;
        display:block;
    }

        .our-product-banner .banner-group .banner-item {
            float:left;
            position:relative;
            border-right: 6px solid #fff;
            border-bottom: 6px solid #fff;
            width: 174px;
        }
            .our-product-banner .banner-group .banner-item img {
                vertical-align:top;
                width: 100%;
            }
            .our-product-banner .banner-group .banner-item a .title {
                display:none;
                position:absolute;
                top:0;
                bottom:0;
                left:0;
                right:0;
                height:117px;
                width: 174px;
                font-size: 11px;
                line-height: normal;
                color:#fff;
            }
                .our-product-banner .banner-group .banner-item a .title .title-inner {
                    display:table-cell;
                    vertical-align: middle;
                    text-align: center;
                }
            .our-product-banner .banner-group .banner-item a:hover .title {
                display:table;
                background: rgba(0, 0, 0, .7);
            }
            .ie8 .our-product-banner .banner-group .banner-item a:hover .title {
                background: url(../images/bg-ie-transparent.png) repeat 0 0;
            }

/*=== inline filter ===*/

.inline-filter label {
    font-size: 10px;
    line-height: 17px;
    color: #636363;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: block;
}
.inline-filter .desktop-filter {
    margin-bottom: 32px;
}
.inline-filter .desktop-filter a {
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
}
.inline-filter .desktop-filter a:hover {
    text-decoration: underline;
}
.inline-filter .desktop-filter .options {
    min-height: 19px;
    margin-top: 13px;
}
    .inline-filter .desktop-filter .options a {
        font-size: 11px;
    }
.inline-filter .desktop-filter .businesses-list,
.inline-filter .desktop-filter .az-list {
    display: none;
    letter-spacing: 0.2px;
}
@media screen and (min-width:0\0) {
    .inline-filter .desktop-filter .businesses-list,
	.inline-filter .desktop-filter .az-list { letter-spacing: normal; }
}
.inline-filter .desktop-filter .businesses-list.active,
.inline-filter .desktop-filter .az-list.active {
    display: block;
}
.inline-filter.inner-page .desktop-filter .options {
    margin-top: 12px;
}
.inline-filter.inner-page .desktop-filter {
    margin-bottom: 33px;
}

.inline-filter.gray {
    margin-bottom: 55px;
    padding: 11px 10px;
    background: #e5e5e6;
    min-height: 74px;
}

    .inline-filter.gray .desktop-filter {
        margin-bottom: 0;
        font-size: 13px;
        line-height:12px;
    }

        .inline-filter.gray .desktop-filter .options {
            margin-top: 0;
            padding-top: 16px;
            font-size: 11px;
            line-height: 11px;
        }


/*=== products box ===*/
.products-box h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 6px solid #252525;
}
.products-box h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #636363;
    margin-bottom: 21px;
}
.products-box h4 {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}
.products-box .row {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
    .products-box .row.last-child {
        margin-bottom: 0;
    }
.products-box .item-product {
    display: table-cell;
}
.products-box .item-product figure {
    min-height: 54px;
}
.products-box .item-product figure.brands-landing {
    margin-right: 10px;
	max-width:100px;
}
	.products-box .item-product figure.brands-landing img {
		max-width: 100px;
	}
    .ie8 .products-box .item-product figure.brands-landing img {
        width: 100px;
    }
.products-box .item-product img {
    vertical-align: top;
}
.products-box .col-1,
.products-box .col-2 {
    width: 129px;
}
.products-box .col-3 {
    width: 141px;
}
.products-box .col-4 {
    width: 149px;
    vertical-align: bottom;
}
.products-box .col-5 {
    vertical-align: bottom;
}
.products-box .item-product a {
    font-size: 10px;
    line-height: 14px;
    color: #0060a9;
    text-transform: uppercase;
}
.products-box .item-product a:hover {
    text-decoration: underline;
}
.products-box .item-product .jump-link {
    display: inline-block;
}
.products-box .item-product .jump-link .arrow {    
    background: url("../images/desktop/link-out.png") no-repeat right center;
    display: inline-block;
    height: 7px;    
    width: 8px;
    margin-left: 4px;
}

.products-box .section {
    padding-bottom: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b5b5b6;
}

.page-intro.products-page {
    width: 650px;
    margin-bottom: 43px;
}
.page-intro.products-page p {
    line-height: 20px;
}

/*=== products table ===*/
.products-table h2 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 20px;
    margin-bottom: 0;
    text-align: left;
}
.products-table h3 {
    font-size: 10px;
    line-height: 17px;
    color: #636363;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0;
}
.products-table h4 {
    font-size: 12px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0px;
}
.products-table h5 {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #000;
    margin-bottom: 0px;
}
.products-table p {
    font-size: 12px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
    word-wrap: break-word;
}
.products-table .w2 h4,
.products-table .w2 p,
.products-table .w4 h4,
.products-table .w4 p,
.product-results-table .w2 h4,
.product-results-table .w2 p,
.product-results-table .w4 h4,
.product-results-table .w4 p {
    max-width: 280px;
    padding-right:10px;
}
.products-table .w5 h5 {
    /*max-width: 90px;*/
    max-width: 102px;
}
.products-table a {
    display: inline-block;
    font-size: 10px;
    line-height: 14px;
    color: #0060a9;
    text-transform: uppercase;
    word-break: break-all;
}
.products-table .table-wrapper, .products-table .product-results-table {
    width: 100%;
}
.products-table .table-wrapper .row {
    overflow: hidden;  
    border-bottom: 1px solid #b5b5b6;
}
.products-table .table-wrapper .row:first-child {
    border-bottom: 6px solid #252525;
}
.products-table .table-wrapper .col {

    vertical-align: top;
    padding: 16px 0 18px;
    float: left;
}
.products-table .table-wrapper .th .col {    
    padding-bottom: 7px;
    padding-top: 0;
}
.product-results-table .w1, 
.products-table .table-wrapper .w1 {
    width: 225px;
}
.product-results-table .w2,
.products-table .table-wrapper .w2 {
    /* width: 237px;*/
    width: auto;
}
.product-results-table .w3,
.products-table .table-wrapper .w3 {
    /*width: 154px;*/
    width: 164px;
}
.product-results-table .w4,
.products-table .table-wrapper .w4 {
    width: 239px;
}
.product-results-table .w5,
.products-table .table-wrapper .w5 {
    /*width: 96px;*/
    width: 113px;
}

.product-results-table th {
    border-bottom: 6px solid #252525;
    padding-bottom: 7px;
}
.product-results-table td {
    vertical-align: top;
    padding: 16px 0 18px;
    border-bottom: 1px solid #B5B5B6;
}


/*=== stock info table ===*/
.stock-info-table {
    margin-bottom: 15px;
    width: 100%;
}
.stock-info-table th {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 6px solid #252525;
    padding-bottom: 6px;
    vertical-align: top;
    text-align: left;
}
.stock-info-table td {
    font-size: 11px;
    font-weight: normal;
    vertical-align: top;
    text-align: left;
    padding: 10px 0 7px;
    border-bottom: 1px solid #c4c4c5;
}
.stock-info-table .w1 {
    width: 62px;
}
.stock-info-table .w2 {
    width: 104px;
}
.stock-info-table .w3 {
    width: 101px;
}
.stock-info-table .w4 {
    width: 116px;
}
.stock-info-table .w5 {
    width: 52px;
}

/*=== search box ===*/

.utc-page-content .search-box {
    background-color: #636363;
    margin: 0 0 10px 0;
    padding: 10px 11px 17px;
}
    .utc-page-content .search-box h3 {
        color: #fff;
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 11px;
        text-transform: uppercase;
    }
.utc-page-content .search-box .btn-submit {
    background-color: #f87500;
    border: none;
    font-size: 11px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    height: 24px;
    padding: 0 14px;
    cursor: pointer;
    vertical-align:text-top;
    -webkit-appearance: none;
}
	.utc-page-content .search-box .btn-submit.job-search-link {
		text-align: center;
		display: inline-block;
		width: 55px;
		margin-left: 4px;
	}

/*=== job search result ===*/
.job-search-result h2 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 17px;
    text-align: left;
}
.job-search-result h3 {
    font-size: 12px;
    color: #6f6f6f;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 35px;
}
.job-search-result-table {
    margin-bottom: 16px;
}
.w100p,
.job-search-result-table.w100p {
    width:100%;
}
    .job-search-result-table .no-border {
        border:0;
    }
.job-search-result-table th {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    border-bottom: 6px solid #252525;
    padding-bottom: 6px;
    vertical-align: top;
    text-align: left;
}
.job-search-result-table td {
    font-size: 11px;
    vertical-align: top;
    text-align: left;
    padding: 14px 0 15px;
    border-bottom: 1px solid #c4c4c5;
}
.job-search-result-table td a {
    display: inline-block;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    color: #0060A9;
    max-width: 260px;
}
.job-search-result-table td a:hover {
    text-decoration: underline;
}
    .job-search-result-table .w33p {
        width:33%;
    }
.job-search-result-table .w1 {
    width: 314px;
}
.job-search-result-table .w2 {
    width: 228px;
}
.job-search-result-table .w3 {
    width: 172px;
}
    .job-search-result-table .group-items td {
        border:0;
    }
    .job-search-result-table tr.first-child td {
        padding-bottom: 20px;
    }
    .job-search-result-table .group-items .with-separator td,
    .job-search-result-table .group-items .last-child td {
        border-bottom: 1px solid #c4c4c5;
    }
    .job-search-result-table .group-items .first-child h3,
    .job-search-result-table .group-items .first-child h3 a {
        font-weight:bold;
        font-size:14px;
        margin:0;
        padding:0;        
        text-transform:uppercase;
        width:auto;
        max-width:none;
    }
        .job-search-result-table .group-items .first-child h3 {
            color: #000;
        }
        .job-search-result-table .group-items .first-child h3 a {
            color:#0095DA;
        }
    .job-search-result-table .group-items td p {
        margin:0;
    }
        .job-search-result-table .group-items td p,
        .job-search-result-table .group-items td a {
            font-size: 13px;
            font-weight:normal;
            line-height: normal;
        }
.job-search-result-nav {
    position: relative;
    height: 21px;
}
.job-search-result-nav a {
    font-size: 12px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    display: inline-block;
    height: 21px;
}
.job-search-result-nav a:hover {
    text-decoration: underline;
}
.job-search-result-nav a.prev {
    background: url(../images/desktop/black-arrow-box-right.png) no-repeat left center;
    padding-left: 31px;
    left: 0;
}
.job-search-result-nav a.next {
    background: url(../images/desktop/black-arrow-box.png) no-repeat right center;
    padding-right: 31px;
    right: 0;
}

/*=== light bottom note ===*/
.light-bottom-note p {
    font-size: 11px;
    color: #636363;
    margin-bottom: 0;
}
.light-bottom-note p a {
    color: #0060a9;
}
    .light-bottom-note p a:hover {
        text-decoration: underline;
    }


/*=== title content area ===*/

.title-content-area h2 {
    font-size: 18px;
    color: #6eb8b5;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 6px solid #e5e5e6;
}

.title-content-area.blue h2 {
    color: #0060A9;
}

.title-content-area.light-blue h2 {
    color: #0095DA;
}

.title-content-area h2.black {
	color: #000000;
	border-color: #000000;
}

.title-content-area p {
    font-size: 13px;
    font-family: Arial;
    color: #000;
    margin-bottom: 10px;
}

.title-content-area .item > p {
    width: 650px;
}

.title-content-area .image-item {
    margin-top: 16px;
}

.title-content-area .item {
    margin-bottom: 44px;
}

.title-content-area .solid-box {
    background-color: #e2f1f0;
    width: 319px;
    padding: 15px 14px 20px;
    display: table-cell;
}

.title-content-area .solid-box-wrapper {
    display: table;
    width: 100%;
}

.title-content-area .solid-box:first-child {
    border-right: 20px solid #fff;
}

.title-content-area .solid-box h3 {
    font-size: 13px;
    color: #000;
    margin-bottom: 17px;
}

.title-content-area .solid-box .image-item {
    margin: 0 0 14px;
}

.title-content-area .solid-box p {
    font-weight: bold;
    width: auto;
}

/*== title two cols ==*/
.title-two-cols {
    background-color: #cceaf8;
    padding: 15px 19px 27px 16px;
}
.title-two-cols h3 {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.title-two-cols h4 {
    font-size: 13px;
    line-height: 15px;
    color: #000;
    margin-bottom: 12px;
    padding-top: 5px;
}
.title-two-cols p {
    font-size: 13px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
}
.title-two-cols label {
    display: block;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.title-two-cols .left-content {
    float: left;
    width: 300px;
}
.title-two-cols .right-content {
    float: right;
    width: 312px;
}
.title-two-cols .right-content select {
    margin: 0;
    padding: 0;
    width: 100%;
}
.title-two-cols .bottom-content {
    clear: both;
    padding-top: 17px;
    margin-bottom: -13px;
}
.title-two-cols .bottom-content .more-link {
    background: url("../images/home/blue-arrow.png") no-repeat right center;
    text-transform: uppercase;
    font-size: 10px;
    color: #000000;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-right: 30px;
}

.title-two-cols.mb-1 {
    margin-bottom: 24px;
}

/*=== solid box ===*/
.solid-box {
    display: table;
    width: 100%;
    margin-bottom: 59px;
}
.solid-box .left-content,
.solid-box .right-content {
    display: table-cell;
    background-color: #0095da;
    width: 347px;
}
.solid-box .left-content {
    border-right: 20px solid #fff;    
}
.solid-box .inner-content {
    padding: 17px 19px 29px 11px;
}
.solid-box .inner-content p {
    font-size: 13px;
    color: #fff;
    line-height: 17px;
    text-indent: -5px;
    margin-left: 5px;
    margin-top: -2px;
    margin-bottom: 15px;
}
.solid-box .inner-content p.bottom-text {
    font-size: 11px;
    line-height: normal;
    margin: 0;
    text-indent: 0;
    padding-left: 5px;
    max-width: 245px;
}

.solid-box .inner-content .image {
    float: right;
    margin: 0 0 20px 20px;
}

/*=== info detail ===*/
.info-detail .title {
    position: relative;
    padding-bottom: 39px;
}
.info-detail .title .location,
.info-detail .title .code {
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
}
.info-detail .title .location {
    left: 0;
}
.info-detail .title .code {
    right: 0;
}
.info-detail .content {
    max-width: 645px;
}
.info-detail .content p {
    line-height: 17px;
    margin-bottom: 16px;
}
.info-detail .content ul,
.info-detail .content ol {
    font-size: 13px;
    margin-left: 14px;
    margin-bottom: 18px;
}
.info-detail .content ol {
    margin-left: 24px;
}
.info-detail .content li {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 0;
}
.info-detail .bottom-info .gray-note {
    font-size: 11px;
    color: #636363;
    margin-bottom: 30px;
}
.info-detail .bottom-info .solid-btn {
    font-size: 11px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: none;
    width: 139px;
    height: 21px;
    background-color: #0060a9;
    cursor: pointer;
    -webkit-appearance: none;
}

/*=== link list ===*/
.link-list .title-bottom-border {
    margin-bottom: 12px;
}
.link-list ul {
    list-style: none;
}
.body-content .link-list li {
    margin-bottom: 9px;
    font-size: 12px;
    line-height: 15px;
}
.link-list li a {
    font-size: 12px;
    line-height: 15px;
    color: #0060a9;
}
.link-list li a:hover {
    text-decoration: underline;
}
.body-content .link-list li ul {
    padding-top: 3px;
    padding-left: 16px;
    margin-bottom: 9px;
}
.body-content .link-list li li {
    margin-bottom: 0;
}

/*=== top large image ===*/
.top-large-image {
    margin-bottom: 16px;
    position: relative;
}
.top-large-image .text-box {
    position: absolute;
    left: 17px;
    top: 26px;
    width: 230px;
}
.top-large-image .text-box h3 {
    font-size: 26px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 13px;
}
.top-large-image .text-box h4 {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 11px;
    max-width: 200px;
}
.top-large-image .text-box p {
    font-size: 12px;
    margin-bottom: 21px;
    line-height: 14px;
}
.top-large-image .text-box .more-link {
    font-size: 11px;
    line-height: 21px;
    color: #000;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 32px;
    background: url(../images/desktop/orange-arrow-box.png) no-repeat right center;
}
.top-large-image img {
    vertical-align: top;
}

/*=== box link arrow ===*/
.box-link-arrow {
    background-color: #e5e5e6;
    min-height: 29px;
    display: block;
    margin-top: 16px;
}
.box-link-arrow.w1 {
    width: 347px;
    margin-bottom: -26px;
}
.box-link-arrow span {
    background: url(../images/desktop/black-arrow29.png) no-repeat right center;
    font-size: 11px;
    line-height: 17px;
    color: #000;
    text-transform: uppercase;
    display: block;
    padding: 6px 29px 6px 11px;
}

	.box-link-arrow span:hover {
		text-decoration: underline;
	}
/*=== table title border ===*/
.table-title-border {
    display: table;
    width: 100%;
    margin-bottom: 60px;
	margin-top: 50px;
}
.table-title-border .tr {
    display: table-row;
}
.table-title-border .th,
.table-title-border .td {
    display: table-cell;
}

.table-title-border .w1 {
    width: 184px;
}
.table-title-border .w2 {
    width: 285px;
}
.table-title-border .w3 {
    width: 245px;
}

.table-title-border .th {
    padding-bottom: 5px;
    border-bottom: 6px solid #252525;
}
.table-title-border .th h3 {
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.table-title-border .td {
    padding: 10px 0 9px;
    border-bottom: 1px solid #c4c4c5
}
.table-title-border .td p {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 0;
}

.table-title-border .td a.more-link {
    background: url("../images/home/blue-arrow.png") no-repeat right center;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    display: inline-block;
    height: 21px;
    line-height: 21px;
	width: 63px;
	vertical-align: middle;
	margin-top: 2px;
	font-weight: bold;
	font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, sans-serif;
}

/*=== info block text ===*/
.info-block-text {
    margin-bottom: 43px;
}
.info-block-text .image-border {
    padding-top: 5px;
    padding-bottom: 41px;
    margin-bottom: 15px;
    border-bottom: 6px solid #e5e5e6;
}
.info-block-text .image-border img {
    vertical-align: top;
}

.info-block-text p {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 11px;
    max-width: 667px;
}
.info-block-text p.first-child {
    margin-bottom: 18px;
}
.info-block-text p .external-link {
    background: url(../images/desktop/link-out.png) no-repeat right center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding-right: 12px;
}

.info-block-text .image-banner {
    margin: 35px 0 12px;
}
.info-block-text .image-banner img {
    max-width: 100%;
}
.utc-page-content .text-more-link {
    margin-bottom:10px;
}
.utc-page-content .text-more-link,
.info-block-text .more-link {
    background: url("../images/home/blue-arrow.png") no-repeat right center;
    text-transform: uppercase;
    font-size: 10px;
    color: #000;
    display: inline-block;
    height: 21px;
    line-height: 21px;
    padding-right: 34px;    
}
.utc-page-content .text-more-link:hover,
    .info-block-text .more-link:hover,
    .utc-page-content .text-more-link:focus,
    .info-block-text .more-link:focus {
    text-decoration: underline;
    color: #000;
}

/*=== aside social links ===*/
.aside-social-links {
    background-color: #e5e5e6;
    padding: 14px 11px 13px;
    margin: 0 9px 10px 0;
}
.aside-social-links h3 {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 11px;
}
.aside-social-links ul.social-list {
    display: table;
    margin: 0;
    padding: 0;
}
.aside-social-links ul.social-list li:first-child {
    padding-left: 0;
}
.aside-social-links ul.social-list li {
    display: table-cell;
    list-style: none;
    padding-left: 12px;
    vertical-align: middle;
}
.aside-social-links ul.social-list li a {
    display: block;
}
.aside-social-links ul.social-list li img {
    vertical-align: top;
}
.aside-social-links ul.social-list li img.hover {
    display: none;
}
    .aside-social-links ul.social-list li a:hover img.hover,
    .aside-social-links ul.social-list li a:focus img.hover {
    display: block;
}
    .aside-social-links ul.social-list li a:hover img,
    .aside-social-links ul.social-list li a:focus img {
    display: none;
}
.aside-social-links .content {
    padding-bottom: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #686767
}
.aside-social-links .more-link {
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding-right: 26px;
    background: url(../images/desktop/blue-arrow.png) no-repeat right center;
}

	    .aside-social-links .more-link:hover,
	    .aside-social-links .more-link:focus {
		text-decoration: underline;
	}

/*=== text-block ===*/
.aside-text-block {
    margin: 0 9px 10px 0;
}
.aside-text-block img {
    vertical-align: top;
    margin-bottom: 3px;
}
.aside-text-block p {
    font-size: 9px;
    line-height: 11px;
    color: #000;
    margin-bottom: 0;
}
.aside-text-block p a {
    color: #0060a9;
}
        .aside-text-block p a:hover,
	    .aside-text-block p a:focus {
        text-decoration: underline;
    }

/*=== top filter ===*/
.top-filter .pulldown-navigation {
    margin-bottom: 36px;
}
.top-filter label {
    font-size: 10px;
    color: #636363;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
}
.top-filter select {
    margin: 0;
    padding: 0;
    border: none;
    width: 285px;
}

/*=== title bottom border ===*/
.title-bottom-border {
    font-size: 20px;
    line-height: 20px;
    color: #000;    
    padding-bottom: 14px;
    margin-bottom: 16px;
    border-bottom: 6px solid #252525;
}

/*=== title border content ===*/
.title-border-content h2 {
    font-size: 18px;
    line-height: 20px;
    color: #0095da;
    text-transform: uppercase;
    padding-bottom: 13px;
    margin-top: 43px;
    margin-bottom: 10px;
    border-bottom: 6px solid #e5e5e6;
}
.title-border-content h2:first-child {
    margin-top: 0;
}
.title-border-content p,
.title-border-content li,
.body-content ul > li {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 10px;
}
.title-border-content p {
    width: 648px;
}
.title-border-content p a,
.body-content p > a {
    color: #0060a9;
}
    .title-border-content p a:hover,
    .body-content p > a:hover {
        color: #0060a9;
        text-decoration: underline;
    }

.title-border-content ul,
.body-content > ul,
.body-content .ms-rtestate-field > ul {
    padding-left: 16px;
    margin-bottom: 10px;
}
.title-border-content ul li,
.body-content ul > li {
    margin-bottom: 10px;
}

    .body-content ul > li span {
        font-size: 13px !important;
        line-height: 16px !important;
    }

/*=== table text style ===*/
table.table-text-style ul {
    padding-left: 16px;
}
table.table-text-style.two-cols th, 
table.table-text-style.two-cols td {
    width: 50%;
} 

/*=== body-content-top ===*/
.body-content-top {
    float: right;
    width: 714px;
}

/*=== page intro ===*/
.page-intro {
}

    .page-intro p {
        margin: 0 0 20px;
        font-size: 18px;
    }
    .page-intro p.small-text {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 46px;
    }

    .page-intro.content-space {
        width: 657px;
        padding-top: 19px;        
    }
    .page-intro.content-space p {
        margin-bottom: 45px;
        line-height: 21px;
    }

    .page-intro .more-link {
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
    }

.page-intro-small {
}

    .page-intro-small p {
        margin: 0 0 20px;
        font-size: 13px;
    }

.page-intro.w1 {
    width:600px;
    margin-bottom: 44px;
}

/*=== note ===*/
.utc-page .note,
.utc-page .content-block .note {
    margin: 0 0 46px;
    font-size: 11px;
    color: #636363;
	line-height: 13px;
}

.accordion.faq-list {
}
.utc-page-content .accordion.faq-list header {
    padding-top:25px;
    padding-bottom:5px;
}
    .utc-page-content .accordion.faq-list header:first-child {
        padding-top:0;
    }

.utc-page-content .accordion.faq-list header h3 {
    border-bottom: 6px solid #E5E5E6;
    color: #6EB8B5;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 11px;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.utc-page-content.blue .accordion.faq-list header h3 {
    color:#0060A9;
}
.utc-page-content.light-blue .accordion.faq-list header h3 {
    color:#0095DA;
}

    .accordion.faq-list article {
        /*overflow: hidden;*/
        margin-bottom: 13px;
        background: #e6eebd;
    }

    .utc-page-content.blue .accordion.faq-list article {
        background: #CCEAF8;
    }

	.utc-page-content.light-blue .accordion.faq-list article {
        background: #CDEAF8;
    }
    .utc-page-content.cyan .accordion.faq-list article {
        background: #E2F1F0;
    }

    .accordion.faq-list .accordion-title {
        margin: 0 13px 0 0;
        padding: 13px 25px 13px 13px;
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        background: url(../images/desktop/expand.png) no-repeat right center;
        cursor: pointer;
    }

        .accordion.faq-list .accordion-title.active {
            background-image: url(../images/desktop/close.png);
        }

    .accordion.faq-list .accordion-body {
        overflow: hidden;
        height: 0;
        margin: 0 13px;
        padding: 0 13px;
        background: #fff;
    }

        .accordion.faq-list article:before,
        .accordion.faq-list .accordion-body.active:before,
        .accordion.faq-list article:after,
        .accordion.faq-list .accordion-body.active:after {
            content: " ";
            display: table;
        }

        .accordion.faq-list article:after,
        .accordion.faq-list .accordion-body.active:after {
            clear: both;
        }

        .accordion.faq-list article,
        .accordion.faq-list .accordion-body.active {
            *zoom: 1;
        }

.utc-page .accordion.faq-list .accordion-body .close-section,
.utc-page .glance-item .info-box .content .close-section {
    display: none;
}

.utc-page .section-list {
    overflow: hidden;
    padding-top: 15px;
}

    .utc-page .section-list h3 {
        margin: 0 0 10px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .utc-page .section-list .col {
        float: left;
        width: 50%;
    }

    .utc-page .section-list ul {
        padding: 0 0 15px 0;
    }

        .utc-page .section-list ul ul {
            /*padding: 0 0 0 20px;*/
            padding-top: 4px;
        }

        .utc-page .section-list ul li {
            padding: 0 0 8px;
            list-style: none;
            font-size: 12px;
            line-height: normal;
        }

        .utc-page .section-list ul ul li {
            padding: 0;
        }

        .utc-page .section-list ul li a {
            color: #0060a9;
        }

            .utc-page .section-list ul li a:hover {
                text-decoration: underline;
            }

.accordion.faq-list .accordion-body.active {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 13px;
    height: auto;
    overflow: visible;
}

.accordion.faq-list .accordion-body p {
    font-size: 13px;
	line-height: 17px;
    margin-bottom: 10px !important;
}

.accordion.faq-list .accordion-body ul {
    font-size: 13px;
    margin-left: 15px;
}

    .accordion.faq-list .accordion-body ul li {
        margin-bottom: 5px;
        line-height: 18px;
    }

.accordion.faq-list .accordion-body a {
    color: #0060a9;
}

    .accordion.faq-list .accordion-body a:hover {
        text-decoration: underline;
    }

.accordion.faq-list .accordion-body .photo-list {
    margin: 0;
    overflow: hidden;
}

    .accordion.faq-list .accordion-body .photo-list li {
        float: left;
        padding-right: 35px;
        list-style: none;
    }

        .accordion.faq-list .accordion-body .photo-list li figure {
            margin-bottom: 5px;
        }

.accordion.acc-table {
    display: table;
}
    .accordion.acc-table .category-section {
        display: table-cell;
        vertical-align: top;
    }

        .accordion.acc-table .category-section:first-child {
            padding-right:20px;
        }
        .accordion.acc-table .category-section .row {
            margin-bottom: 0;
        }
        .accordion.acc-table .category-section .content-image-box {
            margin-top: 0;
        }
        .accordion.acc-table .category-section .item-box {
            min-height: 134px;
            padding-bottom: 43px;
            margin-bottom:10px;
        }
    .accordion.acc-table .content-image-box .item-box:first-child {
        margin-right: 0;
    }
    .accordion.acc-table .category-section > h3 {
        font-size: 20px;
    }
.utc-page .utc-page-content.cyan .category-section.green .category-section-title,
.utc-page .utc-page-content.cyan .category-section.green .category-section-title span{
    background-color: #6eb8b5;
}

.utc-page .tag-list {
    overflow: hidden;
}

    .utc-page .tag-list a {
        display: block;
        float: left;
        padding: 3px 8px;
        margin: 0 5px 5px 0;
        font-weight: bold;
        /*line-height: 17px;*/
        line-height: normal;
        background: #b4b4b5;
        font-size: 9px;
        color: #fff;
        text-transform: uppercase;
    }

        .utc-page .tag-list a:hover {
            text-decoration: underline;
        }

/*== sitemap ==*/
.sitemap-list {
    margin: 50px 0;
    width: 100%;
    display: table;
}

    .sitemap-list .sitemap-item {
        display: table-cell;
        list-style: none;
        width: 25%;
        padding-right: 15px;
    }

        .sitemap-list .sitemap-item h2 {
            font-size: 11px;
            text-transform: uppercase;
        }

        .sitemap-list .sitemap-item p {
            font-size: 12px;
        }

            .sitemap-list .sitemap-item p a {
                color: #0060a9;
            }

                .sitemap-list .sitemap-item p a:hover {
                    text-decoration: underline;
                }

/*=== Error Pages ===*/
.utc-page .large-left-content {
    width: 713px;
}

.utc-page .error-page {
    margin-top: -7px;
    padding: 0px 0 47px 14px;
    min-height: 171px;
}

    .utc-page .error-page h1 {
        font-size: 20px;
        color: #000;
        padding-bottom: 10px;
        margin-bottom: 15px;
        border-bottom: 6px solid #000;
    }

    .utc-page .error-page h2 {
        font-size: 18px;
        font-family: Arial;
        color: #000;
        margin-bottom: 22px;
    }

    .utc-page .error-page p {
        font-size: 14px;
        font-family: Arial;
        color: #000;
        margin-bottom: 21px;
    }

/*=== info page ===*/
.utc-page .info-page h1 {
    font-size: 20px;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 6px solid #000;
}

.utc-page .info-page h4 {
    font-size: 13px;
    color: #000;
    margin-bottom: 4px;
}

.utc-page .info-page p {
    font-family: Arial;
    font-size: 13px;
    color: #000;
    margin-bottom: 23px;
}

.utc-page .info-page a {
    color: #0060a9;
}

    .utc-page .info-page a:hover {
        color: #0060a9;
        text-decoration: underline;
    }

/*=== content image box ===*/
.utc-page .content-image-box {
    margin-top: 50px;
}

    .utc-page .content-image-box .item-box {
        float: left;
        width: 314px;
        /*min-height: 132px;*/
        padding: 16px 18px 74px 13px;
        border: 1px solid #000001;
        position: relative;
    }

        .utc-page .content-image-box .item-box:first-child {
            margin-right: 20px;
        }

        .utc-page .content-image-box .item-box figure {
            float: right;
            min-width: 140px;
            min-height: 95px;
            margin: 0 0 10px 10px;
        }

            .utc-page .content-image-box .item-box figure img {
                /*width: 100%;*/
                vertical-align: top;
            }

            .utc-page .content-image-box.with-border-image .item-box figure img {
                border: 1px solid #000001;               
            }
            .utc-page .content-image-box.with-border-image .item-box figure {
                min-width: 137px;
            }

        .utc-page .content-image-box .item-box figure.video-item {
            position: relative;
        }
        .utc-page .content-image-box .item-box figure.video-item .play-icon {
            background: url(../images/play-icon/play-28-desktop.png) no-repeat 0 0;
            display: block;
            width: 28px;
            height: 28px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -14px 0 0 -14px;
        }

        .utc-page .content-image-box .item-box .content {
            /*float: left;
            width: 159px;*/
        }

        .utc-page .content-image-box .item-box h3 {
            font-size: 13px;
            line-height: 15px;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 11px;
            margin-top: -2px;
        }

		.utc-page .content-image-box .item-box h3 a {
			color: #000;
		}
			.utc-page .content-image-box .item-box h3 a:hover {
				text-decoration: underline;
			}

        .utc-page .content-image-box .item-box p,
        .utc-page .content-image-box .item-box h4 {
            font-size: 13px;
            font-family: Arial;
            line-height: 17px;
            color: #000;
            margin-bottom: 0;
        }
        .utc-page .content-image-box .item-box h4 {
            font-weight: bold;
            line-height: 17px;
        }
		.utc-page .content-image-box .item-box p {
			line-height: 15px;
		}

        .utc-page .content-image-box .item-box .more-link,
        .utc-page .content-image-box .item-box .external-link {
            background: url("../images/home/blue-arrow.png") no-repeat right center;
            text-transform: uppercase;
            font-size: 10px;
            color: #000000;
            display: block;
            height: 21px;
            line-height: 21px;
            padding-right: 30px;
            position: absolute;
            bottom: 11px;
            left: 13px;
        }

			.utc-page .content-image-box .item-box .text-link {
				color: #000;
			}

            .utc-page .content-image-box .item-box .more-link:hover,
            .utc-page .content-image-box .item-box .external-link:hover,
			    .utc-page .content-image-box .item-box .text-link:hover,
			    .utc-page .content-image-box .item-box .more-link:focus,
                .utc-page .content-image-box .item-box .external-link:focus,
			    .utc-page .content-image-box .item-box .text-link:focus {
                text-decoration: underline;
            }

        .utc-page .content-image-box .item-box .external-link {
            background-image: url(../images/desktop/link-out-21-blue-desktop.png);
        }

    .utc-page .content-image-box .row {
        margin-bottom: 10px;
    }

 .utc-page .body-2cols .content-image-box .item-box {
	width: 191px;
}

/*=== solid info box ===*/

.solid-info-box {
    background-color: #e5e5e6;
    padding: 15px 18px;
    margin-bottom: 38px;
    min-height: 107px;
}

    .solid-info-box h2 {
        font-size: 13px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 11px;
    }

    .solid-info-box .left-content,
    .solid-info-box .right-content {
        float: left;
        width: 50%;
    }

    .solid-info-box p {
        font-family: Arial;
        font-size: 12px;
        color: #000;
        margin-bottom: 0;
    }

        .solid-info-box p a {
            font-size: 11px;
            color: #0060a9;
        }

            .solid-info-box p a:hover {
                text-decoration: underline;
            }

/*=== event list ===*/

.box-event-list {
    margin-top: 50px;
    position: relative;
}

    .box-event-list .box-event-item {
        display: table;
        margin: 0 0 10px;
        padding: 16px;
        background: #0095da;
    }

        .box-event-list .box-event-item.odd {
            background: #66bfe9;
        }

        .box-event-list .box-event-item figure,
        .box-event-list .box-event-item .body {
            display:table-cell;
            vertical-align: top;
        }

        .box-event-list .box-event-item figure {
            width: 140px;
        }

        .box-event-list .box-event-item .body {
            padding-left: 27px;
        }

            .box-event-list .box-event-item .body h3 {
                font-size: 13px;
                color:#fff;
                text-transform: uppercase;
            }

            .box-event-list .box-event-item .body .content {
                display: table;
            }
        .box-event-list .box-event-item .body .content .text,
        .box-event-list .box-event-item .body .content .links {
            display: table-cell;
        }

        .box-event-list .box-event-item .text,
        .box-event-list .box-event-item .text p {
            font-size: 13px;
            color:#fff;
            line-height: 17px;
            font-family: Arial,Helvetica,sans-serif;
        }
        
        .box-event-list .box-event-item .body .content .links {
            padding-left: 27px;
            width: 244px;
        }
            .box-event-list .box-event-item .body .content .links p {
                color:#fff;
            }
            .box-event-list .box-event-item .body .content .links ul {
                list-style: none;
            }

            .box-event-list .box-event-item .body .content .links a {
                font-size: 10px;
                color: #fff;
                text-transform: uppercase;
            }

                .box-event-list .box-event-item .body .content .links a:hover {
                    text-decoration: underline;
                }

        .box-event-list .box-event-item .aws-control .aws-control-select,
        .box-event-list .box-event-item .aws-control .aws-control-select .arrow,
        .box-event-list .box-event-item .aws-control .aws-select-list {
            border-color:#000;
        }

/*=== single download document ===*/

.single-download-document {
    margin-bottom: 36px;
}

    .single-download-document h2 {
        border-bottom: 6px solid #262626;
        color: #000000;
        font-size: 18px;
        margin-bottom: 22px;
        padding-bottom: 12px;
    }

    .single-download-document .row {
        display: table;
        width: auto;
        margin-bottom: 20px;
    }

        .single-download-document .row.last-child,
        .single-download-document .row:last-child {
            margin-bottom: 0;
        }

    .single-download-document .document-item {
        display: table-cell;
        max-width: 33%;
        border-left: 20px solid #fff;
        background-color: #c2d9eb;
    }
    .single-download-document .document-item.gray {
        background-color: #E5E5E7;
    }
    .single-download-document .document-item.gray .download-link {
        background-image: url(../images/desktop/blue-arrow.png);
    }

        .single-download-document .document-item:first-child {
            border-left: none;
        }

    .single-download-document .inner-document-item {
        background: url(../images/desktop/thumb-doc-icon.png) no-repeat 11px 16px;
        padding: 14px 11px 0px 39px;
        height: 52px;
    }

    .single-download-document .download-link {
        background: url(../images/desktop/download-21-desktop.png) no-repeat right top;
        display: block;
        padding-right: 30px;
        width: 144px;
        min-height: 21px;
        font-size: 11px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
    }

        .single-download-document .download-link:hover {
            text-decoration: underline;
            color: #000;
        }

/*=== info note ===*/
.info-note {
    width: 649px;
}

    .info-note h3 {
        font-size: 13px;
        line-height: 17px;
        color: #000;
        margin-bottom: 2px;
    }

    .info-note p {
        font-family: Arial;
        font-size: 13px;
        line-height: 17px;
        color: #000;
        margin-bottom: 16px;
    }

        .info-note p a {
            color: #0060a9;
        }

            .info-note p a:hover {
                text-decoration: underline;
            }

.page-intro.middle-content {
    width: 615px;
    margin-bottom: 37px;
}

/*=== sitemap nav ===*/
.utc-page .sitemap-nav .sitemap-col {
    float: left;
}

.utc-page .sitemap-nav.border-bottom {
    padding-bottom: 12px;
    margin-bottom: 37px;
    border-bottom: 1px solid #636363;
}

.utc-page .sitemap-nav .sitemap-col.col-1 {
    width: 181px;
    padding-right: 5px;
}

.utc-page .sitemap-nav .sitemap-col.col-2 {
    width: 178px;
    padding-right: 5px;
}

.utc-page .sitemap-nav .sitemap-col.col-3 {
    width: 179px;
    padding-right: 5px;
}

.utc-page .sitemap-nav .sitemap-col.col-4 {
    width: 161px;
}

.utc-page .sitemap-nav .sitemap-col li {
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 9px;
    list-style: none;
}

.utc-page .sitemap-nav .sitemap-col ul ul {
    padding: 9px 0 0 17px;
}

    .utc-page .sitemap-nav .sitemap-col ul ul li {
        margin-bottom: 0;
    }

    .utc-page .sitemap-nav .sitemap-col ul ul a {
        display: inline-block;
        margin-left: 8px;
        text-indent: -8px;
    }

.utc-page .sitemap-nav .sitemap-col h3 {
    color: #000;
}

    .utc-page .sitemap-nav .sitemap-col h3,
    .utc-page .sitemap-nav .sitemap-col h3 a {
        font-size: 13px;
        line-height: 17px;
        margin-bottom: 9px;
        text-transform: uppercase;
    }

.utc-page .sitemap-nav .sitemap-col a {
    font-family: Arial;
    font-size: 12px;
    line-height: 15px;
    color: #0060a9;
}

    .utc-page .sitemap-nav .sitemap-col a:hover {
        color: #0060a9;
        text-decoration: underline;
    }

/*=== title line box ===*/
.inner-mega-nav {
    margin-bottom: 34px;
}

    .inner-mega-nav .title {
        position: relative;
    }

    .inner-mega-nav h2 {
        font-size: 18px;
        line-height: 27px;
        color: #6eb8b5;
        text-transform: uppercase;
        margin-bottom: 22px;
    }

    .inner-mega-nav .content {
        background-color: #ececed;
        padding: 9px 12px 11px 11px;
    }

        .inner-mega-nav .content .col-group {
            float: left;
            margin-left: 51px;
        }

            .inner-mega-nav .content .col-group.first-child {
                margin-left: 0;
                width: 238px;
            }

            .inner-mega-nav .content .col-group.second-child {
                width: 238px;
            }

            .inner-mega-nav .content .col-group.last-child {
                width: 113px;
            }

            .inner-mega-nav .content .col-group section {
                float: left;
                margin-right: 12px;
            }

                .inner-mega-nav .content .col-group section.last-child {
                    margin-right: 0;
                }

            .inner-mega-nav .content .col-group.first-child section {
                width: 113px;
            }

            .inner-mega-nav .content .col-group.second-child section {
                width: 113px;
            }

            .inner-mega-nav .content .col-group .image {
                margin-bottom: 8px;
            }

                .inner-mega-nav .content .col-group .image img {
                    width: 113px;
                    height: 77px;
                }

            .inner-mega-nav .content .col-group h4,
            .inner-mega-nav .content .col-group h4 a {
                font-size: 11px;
                line-height: normal;
                color: #000;
                text-transform: uppercase;
                margin-bottom: 0;
            }

                .inner-mega-nav .content .col-group h4 a:hover {
                    text-decoration: underline;
                }

        .inner-mega-nav h3,
		.inner-mega-nav h3 a {
        font-size: 13px;
        line-height: normal;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

			.inner-mega-nav h3 a:hover,
			.inner-mega-nav h3 a:focus {
				text-decoration: underline;
			}

    .inner-mega-nav .more-link {
        background: url(../images/desktop/blue-arrow.png) no-repeat right center;
        font-size: 11px;
        line-height: 21px;
        color: #000;
        text-transform: uppercase;
        display: block;
        position: absolute;
        right: 0;
        bottom: -1px;
        padding-right: 31px;
    }

/*=== numbers box ===*/
.numbers-box {
    margin-bottom: 45px;
}

    .numbers-box header {
        position: relative;
    }

    .numbers-box h3 {
        font-size: 18px;
        line-height: 20px;
        color: #6eb8b5;
        text-transform: uppercase;
        padding-bottom: 12px;
        margin-bottom: 11px;
        border-bottom: 6px solid #e5e5e6;
    }

    .numbers-box header span {
        font-size: 11px;
        color: #000;
        display: block;
        position: absolute;
        right: 0;
        bottom: 21px;
    }

    .numbers-box .content {
        display: table;
        width: 100%;
    }

        .numbers-box .content section {
            display: table-cell;
        }

            .numbers-box .content section.section1 {
                width: 26%;
            }

            .numbers-box .content section.section2 {
                width: 24%;
            }

            .numbers-box .content section.section3 {
                width: 28%;
            }

        .numbers-box .content p {
            font-size: 10px;
            line-height: 13px;
            color: #000;
            text-transform: uppercase;
            margin: 0;
        }

            .numbers-box .content p strong {
                font-size: 30px;
                line-height: normal;
                display: block;
                color: #000;
            }

/*=== title image border ===*/
.title-image-border {
    margin-bottom: 35px;
}

    .title-image-border .title-area {
        padding-bottom: 18px;
        margin-bottom: 12px;
        border-bottom: 1px solid #b5b5b6;
    }

    .title-image-border h3 {
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 9px;
    }

    .title-image-border .title-area p {
        font-family: Arial;
        font-size: 13px;
        color: #000;
        margin: 0;
    }

    .title-image-border .content {
        display: table;
        width: 100%;
    }

        .title-image-border .content h4 {
            font-size: 13px;
            line-height: 16px;
            color: #000;
            margin-bottom: 14px;
            width: 200px;
        }

        .title-image-border .content .left-section,
        .title-image-border .content .right-section {
            display: table-cell;
        }

        .title-image-border .content .left-section {
            width: 448px;
            padding-right: 18px;
            border-right: 1px solid #b5b5b6;
        }

        .title-image-border .content .right-section {
            padding-left: 10px;
        }

/*=== solid link box ===*/
.solid-link-box {
    background-color: #e2f1f0;
    padding: 14px 14px 16px 11px;
    margin-bottom: 48px;
    position: relative;
}

    .solid-link-box .title-area {
        position: relative;
    }

        .solid-link-box .title-area h3 {
            font-size: 13px;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 15px;
        }

        .solid-link-box .more-link {
            background: url("../images/desktop/cyan-arrow.png") no-repeat right center;
            top: 12px;
            color: #000000;
            display: block;
            font-size: 11px;
            line-height: 21px;
            padding-right: 31px;
            position: absolute;
            right: 14px;
            text-transform: uppercase;
        }

            .solid-link-box .more-link:hover,
            .solid-link-box .download-link:hover {
                text-decoration: underline;
            }

        .solid-link-box .download-link {
            font-size: 10px;
            line-height: normal;
            text-transform: uppercase;
            margin-top: 20px;
            display: inline-block;
        }

    .solid-link-box .content {
        display: table;
        width: 100%;
    }

        .solid-link-box .content .left-section,
        .solid-link-box .content .right-section {
            display: table-cell;
            width: 50%;
        }

        .solid-link-box .content .right-section {
            padding-left: 12px;
        }

        .solid-link-box .content p {
            font-size: 13px;
            color: #000;
            margin-bottom: 0;
        }

/*=== blue quote callout boxes ===*/
.quote-callout-container {
    overflow: hidden;
}

    .quote-callout-container div {
        background-color: #CDEAF8;
        width: 315px;
        height: 160px;
        padding:11px 16px 16px 16px;
    }

        .quote-callout-container div h4 {
            font-size:12px;
            margin:20px 0 0 0;
        }
        
        .quote-callout-container div.left {
            float:left;
        }

        .quote-callout-container div.right {
            float:right;
        }

/*=== title border box ===*/
.title-border-box h3 {
    border-bottom: 6px solid #E5E5E6;
    color: #6EB8B5;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    text-transform: uppercase;
}

.title-border-box .row {
    display: table-row;
    width: 100%;
}

.title-border-box .col {
    display: table-cell;
}

.title-border-box.cols4 .col {
    width: 25%;
    padding-right: 18px;
    padding-bottom: 24px;
}

.title-border-box h4 {
    font-size: 12px;
    line-height: 15px;
    color: #000;
    margin-bottom: 0;
}

.title-border-box p {
    font-size: 8px;
    line-height: 12px;
    color: #000;
    margin-bottom: 0;
}




/*==performance-highlights-box==*/

.utc-page .performance-highlights-box {
    background-color: #fff;
    margin: 0 0 16px;
    padding: 0;
    min-height: 150px;
}
    .utc-page .performance-highlights-box.last {
        margin-bottom: 30px;
    }

	.utc-page .performance-highlights-box.no-min-height {
		min-height: 0px;
	}

    .utc-page .performance-highlights-box section {
        float: left;
        width: 171px;
        padding-right: 10px;
    }

    .utc-page .performance-highlights-box .section1 {
    }

    .utc-page .performance-highlights-box .section2 {
    }

    .utc-page .performance-highlights-box .section3 {
    }

    .utc-page .performance-highlights-box .section4 {
        padding-right: 0;
    }

    .utc-page .performance-highlights-box header {
        height: 70px;
        margin: 0 0 10px;
    }

        .utc-page .performance-highlights-box header p {
            margin-bottom: 5px;
            font-size: 12px;
            font-weight: normal;
            line-height: 16px;
            text-transform: none;
            font-family: Arial, helvetica, sans-serif;
        }

            .utc-page .performance-highlights-box header p.first-child {
                font-size: 18px;
                line-height: normal;
                font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
                color: #8b9f3b;
                text-transform: uppercase;
                border-bottom: 6px solid #e5e5e6;
                padding-bottom: 8px;
                margin-bottom: 15px;
            }

    .utc-page .performance-highlights-box p {
        margin: 0;
        font-size: 10px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        word-wrap: break-word;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        -o-hyphens: auto;
        hyphens: auto;
    }

.ie8 .utc-page .performance-highlights-box p {
    font-size: 10px;
    letter-spacing: -0.5px;
}

.ie8 .utc-page .performance-highlights-box header p {
    font-size: 12px;
	letter-spacing: normal;
}

	.ie8 .utc-page .performance-highlights-box header p.first-child {
		font-size: 18px;
	}

.utc-page .performance-highlights-box strong {
    display: block;
    font-size: 30px;
    line-height: normal;
    color: #000;
}

.ie8 .utc-page .performance-highlights-box strong {
    white-space: nowrap;
}

/*==resume-box==*/

.utc-page .resume-box {
    display: block;
    position: relative;
    padding: 18px 14px;
    margin: 0 0 9px;
    background: #6eb8b5;
    overflow: hidden;
}

    .utc-page .resume-box header {
        float: left;
        margin-top: -5px;
        width: 269px;
    }

        .utc-page .resume-box header h2 {
            margin: 0 0 3px;
            font-size: 26px;
            line-height: 27px;
            color: #adf5f8;
            text-transform: uppercase;
			width: 280px;
        }

        .utc-page .resume-box header p {
            margin-bottom: 16px;
            font-weight: bold;
            font-size: 13px;
            font-family: Arial, Helvetica, sans-serif;
            color: #fff;
        }

        .utc-page .resume-box header .more-link {
            position: absolute;
            left: 14px;
            bottom: 11px;
            display: block;
            padding: 8px 35px 8px 0;
            height: 12px;
            font-size: 10px;
            line-height: 12px;
            background: url(../images/arrow-box-blue.gif) no-repeat right center;
            color: #fff;
            text-transform: uppercase;
        }

            .utc-page .resume-box header .more-link:hover {
                text-decoration: underline;
            }

    .utc-page .resume-box section {
        position: relative;
        float: right;
        padding: 11px 191px 11px 11px;
        width: 169px;
        min-height: 128px;
        background: #9be4e5;
    }

        .utc-page .resume-box section h4,
        .utc-page .resume-box section h4 a {
            margin-bottom: 5px;
            font-size: 13px;
            line-height: 16px;
            color: #000;
        }

            .utc-page .resume-box section h4 a:hover {
                text-decoration: underline;
            }

		.utc-page .resume-box section a.text-link {
			color: #000;
		}
		.utc-page .resume-box section a.text-link:hover {
			text-decoration: underline;
		}

        .utc-page .resume-box section p {
            margin-bottom: 5px;
            font-size: 12px;
            color: #000;
        }

        .utc-page .resume-box section .more-link {
            font-size: 10px;
            color: #000;
            text-transform: uppercase;
        }

            .utc-page .resume-box section .more-link:hover {
                text-decoration: underline;
            }

        .utc-page .resume-box section figure {
            position: absolute;
            top: 11px;
            right: 11px;
        }

    .utc-page .resume-box.green {
        background: #8b9f3b;
    }

        .utc-page .resume-box.green header h2 {
            color: #d6e622;
        }

.ie8 .utc-page .resume-box.green header h2 {
    letter-spacing: -1px;
}

.utc-page .resume-box.green header .more-link {
    background-image: url(../images/desktop/green-arrow-box.png);
}

.utc-page .resume-box.green section {
    background: #c1d229;
}

.utc-page .resume-box.orange {
    background: #dd8d19;
}

    .utc-page .resume-box.orange header h2 {
        color: #fdd529;
    }

    .utc-page .resume-box.orange header .more-link {
        background-image: url(../images/desktop/yellow-arrow-box.png);
    }

    .utc-page .resume-box.orange section {
        background: #f4c125;
    }

.utc-page .resume-box.dark-blue {
    background: #0060aa;
}

    .utc-page .resume-box.dark-blue header h2 {
        color: #00afff;
    }

    .utc-page .resume-box.dark-blue header .more-link {
        background-image: url(../images/desktop/dark-blue-arrow-box.png);
    }

    .utc-page .resume-box.dark-blue section {
        background: #0198e7;
    }

.utc-page .search-icon-link,
.utc-page .bars-icon-link {
    display: none;
}

/* community area */

.utc-page .community-area .resume-box.green {
    background: #8b9f3b url(../images/corporate-responsibility/community/resume-box-green-bg.png) no-repeat 151px 0;
}

    .utc-page .community-area .resume-box.green section {
        background: rgba(214, 230, 34, 0.72) none;
    }

.ie8 .utc-page .community-area .resume-box.green section {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72d6e622,endColorstr=#72d6e622);
    zoom: 1;
}

.utc-page .community-area .resume-box.orange {
    background: #dd8d19 url(../images/corporate-responsibility/community/resume-box-orange-bg.png) no-repeat 151px 0;
}

    .utc-page .community-area .resume-box.orange section {
        background: rgba(253, 213, 41, 0.72) none;
    }

.ie8 .utc-page .community-area .resume-box.orange section {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72fdd529,endColorstr=#72fdd529);
    zoom: 1;
}

.utc-page .community-area .resume-box.blue {
    background: #6eb8b5 url(../images/corporate-responsibility/community/resume-box-blue-bg.png) no-repeat 151px 0;
}

    .utc-page .community-area .resume-box.blue section {
        background: rgba(173, 245, 248, 0.72) none;
    }

.ie8 .utc-page .community-area .resume-box.blue section {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#72adf5f8,endColorstr=#72adf5f8);
    zoom: 1;
}

.utc-page .community-area .resume-box.dark-blue {
    background: #0095da url(../images/corporate-responsibility/community/resume-box-dark-blue-bg.png) no-repeat 70px 0;
}

	.utc-page .community-area .resume-box.dark-blue header h2 {
        color: #9fdcf7;
    }

	.utc-page .community-area .resume-box.dark-blue header .more-link {
        background-image: url(../images/desktop/light-blue-arrow-box.png);
    }

    .utc-page .community-area .resume-box.dark-blue section {
        background: rgba(115, 200, 239, 0.72) none;
    }

.ie8 .utc-page .community-area .resume-box.dark-blue section {
    background: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B79FDCF7,endColorstr=#B79FDCF7);
    zoom: 1;
}

.utc-page .community-area .resume-box header {
    width: 295px;
}

.utc-page .resume-box header h3 {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 4px;
    color: #fff;
}

.utc-page .community-area .resume-box header h2 {
    font-size: 24px;
}

.utc-page .community-area .grey-hmenu {
    margin-top: 9px;
}

/*=== social solid box ===*/
.social-solid-box {
    background-color: #e5e5e6;
    padding: 18px 14px 18px 18px;
    margin-bottom: 43px;
}

    .social-solid-box .left-content {
        float: left;
        width: 425px;
    }

    .social-solid-box h2 {
        font-size: 18px;
        line-height: 20px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 40px;
        margin-top: -2px;
    }

    .social-solid-box .social-links-box {
        display: table;
    }

    .social-solid-box .social-links-box a {
        display: table-cell;
        padding-left: 48px;
    }

        .social-solid-box .social-links-box a:first-child {
            padding-left: 0;
        }

        .social-solid-box .social-links-box a h4 {
            margin: 10px 0 0;
            display: block;
            font-size: 10px;
        }

    .social-solid-box .right-content {
        background-color: #fff;
        float: left;
        width: 224px;
        min-height: 118px;
        padding: 14px 22px 18px 11px;
    }

        .social-solid-box .right-content .twitter-link {
            background: url(../images/news/social-media-center/small-twitter-icon.jpg) no-repeat left center;
            font-size: 14px;
            line-height: 15px;
            font-family: Arial;
            color: #000;
            display: inline-block;
            margin-bottom: 16px;
            padding-left: 26px;
        }

			.social-solid-box .right-content .twitter-link:hover {
				text-decoration: underline;
			}

    .social-solid-box .twitter-content p {
        font-size: 11px;
        line-height: 13px;
        color: #000;
        font-family: Arial;
        margin-bottom: 3px;
    }

        .social-solid-box .twitter-content p a {
            color: #0060a9;
        }

            .social-solid-box .twitter-content p a:hover {
                text-decoration: underline;
            }

        .social-solid-box .twitter-content p.date-text {
            font-size: 9px;
            line-height: 14px;
            font-family: Arial;
            font-weight: bold;
            margin-bottom: 0;
        }

/*=== following area ===*/

.following-area {
    overflow:hidden;
}
.following-area h2 {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    padding-bottom: 15px;
    border-bottom: 6px solid #262626;
}

    .following-area h3 {
        margin-left:10px;
    }

.following-area h3,
.following-area h3 a {
        font-size: 16px;
        color: #000;
    margin-bottom: 13px;
}

    .following-area h3 a:hover {
        text-decoration: underline;
    }

.following-area .row {
    padding-bottom: 19px;
    margin-bottom: 15px;
        border-bottom: 6px solid #262626;
        margin-left: -10px;
}
        .following-area .row:last-child {
            border-bottom:0;
        }


.following-area .area-item {
    float: left;
        margin: 0 0 10px 10px;
        padding: 15px 10px;
        width: 151px;
        min-height: 62px;
        background: #e5e5e6;
        text-align:center;
    }

        .following-area .area-item.without-title .social-link {
            margin-top: 13px;
    }

        .following-area .area-item h4 {
            margin:0;
            font-size: 10px;
            line-height: normal;
            color: #000;
            text-align: center;
            text-transform: uppercase;
    }

    .following-area .area-item .section {
        float: left;
        margin-left: 25px;
    }

        .following-area .area-item .section:first-child {
            margin-left: 0 !important;
        }

    .following-area .area-item.pw .section {
        margin-left: 53px;
    }

    .following-area .area-item .section p {
        clear: both;
        font-size: 13px;
        font-family: Arial;
        font-weight: bold;
        color: #000;
        margin-bottom: 0;
        padding-top: 10px;
    }

    .following-area .social-link {
        text-align: center;
        padding-bottom: 10px;
    }

.following-area .social-link a {
    display: inline-block;
    margin-left: 16px;
    background-position: left top;
    background-repeat: no-repeat;
    height: 26px;
}

    .following-area .social-link a.first-child {
        margin-left: 0;
    }

    .following-area .area-item .more-link {
        padding:0;
    }

.following-area .social-link .fb-icon {
    background-image: url(../images/news/social-media-center/fb-link.png);
    width: 12px;
}

    .following-area .social-link .fb-icon:hover {
        background-image: url(../images/news/social-media-center/fb-link-hover.png);
    }

.following-area .social-link .twitter-icon {
    background-image: url(../images/news/social-media-center/twitter-link.png);
    width: 24px;
}

    .following-area .social-link .twitter-icon:hover {
        background-image: url(../images/news/social-media-center/twitter-link-hover.png);
    }

.following-area .social-link .linkedin-icon {
    background-image: url(../images/news/social-media-center/linkedin-link.png);
    width: 25px;
}

    .following-area .social-link .linkedin-icon:hover {
        background-image: url(../images/news/social-media-center/linkedin-link-hover.png);
    }

.following-area .social-link .youtube-icon {
    background-image: url(../images/news/social-media-center/youtube-link.png);
    width: 22px;
}

    .following-area .social-link .youtube-icon:hover {
        background-image: url(../images/news/social-media-center/youtube-link-hover.png);
    }

.following-area .more-link {
    display: block;
    clear: both;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 12px;
    color: #0060a9;
}

    .following-area .more-link:hover {
        text-decoration: underline;
    }


/*=== solid video content ===*/
.solid-video-content {
    background-color: #cceaf8;
    padding: 19px 13px 19px 16px;
}

    .solid-video-content.margin-top {
        margin-top: 48px;
    }

    .solid-video-content .video-item {
        float: left;
        margin-right: 16px;
        position: relative;
    }

        .solid-video-content .video-item img {
            width: 191px;
        }

        .solid-video-content .video-item .play-icon {
            background: url(../images/play-icon/play-39-desktop.png) no-repeat 0 0;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -19px 0 0 -19px;
            width: 39px;
            height: 39px;
        }

	.solid-video-content .video-mobile {
		display: none;
	}

    .solid-video-content .content {
        float: left;
        width: 478px;
    }
		
        .solid-video-content .content h3 {
            font-size: 17px;
            color: #000;
            line-height: 20px;
            margin-bottom: 18px;
            margin-top: -5px;
            margin-left: 8px;
            text-indent: -8px;
        }

        .solid-video-content .content p {
            font-size: 13px;
            color: #000;
            line-height: 15px;
            margin-bottom: 0;
            padding-left: 8px;
        }

            .solid-video-content .content p b {
                font-size: 12px;
            }


/*=== dark jump link box ===*/
.dark-jump-link-box {
    background-color: #636363;
    padding: 10px 11px 17px 11px;
    margin: 0 9px 10px 0;
}

    .dark-jump-link-box img {
        vertical-align: top;
        width: 100%;
        margin-top: 13px;
    }

    .dark-jump-link-box .jump-link {
        background: url(../images/desktop/link-out-21-desktop.png) no-repeat right top;
        display: block;
        font-size: 11px;
        line-height: 13px;
        text-transform: uppercase;
        color: #fff;
        padding: 4px 31px 0 0;
        min-height: 17px;
    }

        .dark-jump-link-box .jump-link:hover {
            text-decoration: underline;
        }

/*=== aside white box ===*/
.aside-white-box {
    background-color: #fff;
    border: 1px solid #080809;
    margin: 0 9px 10px 0;
    padding: 0 12px 5px 9px;
}

    .aside-white-box h3,
    .aside-white-box h4 {
        font-size: 11px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 11px;
        padding-top: 13px;
    }
    .aside-white-box h4 {
        margin-bottom: 6px;
        padding-top: 15px;
    }
    
    .aside-white-box h5 {
        font-size: 12px;
        font-family: Arial;
        font-weight: bold;
        color: #000;
        margin-bottom: 3px;
    }    

    .aside-white-box p {
        font-size: 12px;
        font-family: Arial;
        color: #000;
        margin-bottom: 8px;
    }

        .aside-white-box p a {
            color: #0060a9;
        }

            .aside-white-box p a:hover {
                color: #0060a9;
                text-decoration: underline;
            }

    .aside-white-box .more-link-title {
        font-size: 11px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        display: block;
        margin-top: 6px;
        padding-top: 4px;
        padding-right: 31px;
        background: url(../images/desktop/blue-arrow.png) no-repeat right top;
        min-height: 17px;
    }

        .aside-white-box .more-link-title:hover {
            text-decoration: underline;
        }

/*=== aside form ===*/
.aside-form {
    background-color: #e5e5e6;
    padding: 0;
    margin: 0 9px 10px 0;
}

    .aside-form h3 {
        font-size: 14px;
        line-height: 15px;
        color: #fff;
        padding: 8px 11px 10px;
        background-color: #000;
        margin: 0;
    }

    .aside-form .content {
        padding: 10px 11px 17px;
    }

        .aside-form .content h4 {
            font-size: 11px;
            line-height: 13px;
            color: #000;
            text-transform: uppercase;
            margin-bottom: 9px;
        }

        .aside-form .content input[type=text] {
            border: 1px solid #ccc;
            padding: 0 5px;
            font-size: 9px;
            color: #000;
            line-height: 22px;
            text-transform: uppercase;
            height: 20px;
            width: 127px;
            margin-bottom: 6px;
        }

        .aside-form .content .select-wrapper {
            width: 137px;
            min-height: 22px;
            margin-bottom: 7px;
        }

        .aside-form .content select {
            width: 137px;
        }

    aside .aside-form .aws-control .aws-control-select .value,
    .aside-form .aws-control .aws-select-list li {
        font-size: 9px;
    }

    .aside-form .aws-control .aws-select-list li {
        text-transform: capitalize;
        overflow: hidden;
        /*word-break: break-all;*/
        word-wrap: break-word;
    }

    .aside-form .btn-submit {
        font-size: 11px;
        line-height: 21px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        border: none;
        width: 100%;
        height: 21px;
        background-color: #0060a9;
        cursor: pointer;
        margin-top: 2px;
        -webkit-appearance: none;
    }

    .aside-form p {
        font-size: 12px;
        line-height: 15px;
        color: #000;
        font-family: Arial;
        margin-bottom: 14px;
    }

    .aside-form textarea {
        width: 127px;
        height: 112px;
        font-size: 12px;
        line-height: 15px;
        color: #000;
        font-family: Arial;
        border: 1px solid #ccc;
        margin: 0;
        padding: 5px;
        overflow-y: auto;
        resize: none;
    }

    .aside-form.whitout-title .btn-submit {
        margin-top: 4px;
    }

    .aside-form.whitout-title {
        padding-top: 4px;
    }

/*=== download sidebar ===*/
.download-sidebar {
    background-color: #c2d9eb;
    padding: 14px 9px 11px 10px;
    margin: 0 9px 10px 0;
}

    .download-sidebar h3 {
        font-size: 11px;
        line-height: 13px;
        color: #000;
        text-transform: uppercase;
        margin-bottom: 13px;
    }

        .download-sidebar h3 a,
        .download-sidebar h3 a:hover {
            color: #000;
            cursor: default;
        }

    .download-sidebar .icon {
        text-align: center;
        margin-bottom: 13px;
    }

        .download-sidebar .icon img {
            vertical-align: top;
        }

    .download-sidebar .download-link {
        background: url(../images/desktop/download-21-desktop.png) no-repeat right center;
        display: block;
        font-size: 11px;
        line-height: 21px;
        color: #000;
        text-transform: uppercase;
        padding-right: 31px;
    }

            .download-sidebar .download-link:hover,
		    .download-sidebar .download-link:focus {
            text-decoration: underline;
        }

    .download-sidebar h3.border {
        padding-bottom: 12px;
        margin-bottom: 15px;
        border-bottom: 1px solid #686767;
    }

    .download-sidebar .dropdown-box label {
        font-size: 10px;
        line-height: 12px;
        color: #000;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px;
    }

    .download-sidebar .dropdown-box .select-wrapper {
        margin-bottom: 10px;
    }

        .download-sidebar .dropdown-box .select-wrapper.last-child {
            margin-bottom: 0;
        }

    .download-sidebar .dropdown-box select {
        width: 100%;
    }

.utc-page .download-bottom {
}

    .utc-page .download-bottom .download-sidebar {
        position: relative;
        float: left;
        padding-left: 100px;
        padding-bottom: 40px;
        width: 140px;
        min-height: 70px;
    }

        .utc-page .download-bottom .download-sidebar figure {
            position: absolute;
            top: 15px;
            left: 15px;
        }

        .utc-page .download-bottom .download-sidebar .download-link {
            position: absolute;
            bottom: 20px;
            left: 100px;
            background: none;
            font-size: 10px;
            color: #0060a9;
        }

/*== team ==*/

.utc-page .content-block .more-link {
    font-size:10px;
    text-transform:uppercase;
}

.team-list {
    margin-left: -16px;
}


    .team-list .team-list-separator {
        border-bottom:6px solid #e5e5e6;
        margin-left:16px;
        margin-bottom:16px;
    }

    .team-list .team-list-fourcols {
        max-width: 584px;
    }

    .team-list .team-list-item {
        float: left;
        margin: 0 0 16px 16px;
        width: 130px;
        min-height: 215px;
    }

    .team-list .team-list-fourcols .team-list-item:nth-child(4n+1) {
        clear: both;
    }

        .team-list .team-list-item figure {
            margin-bottom: 8px;
        }

            .team-list .team-list-item figure img {
                max-width: 100%;
                width: 100%;
                vertical-align: top;
            }

        .team-list .team-list-item h3 {
            margin-bottom: 5px;
        }

            .team-list .team-list-item h3,
            .team-list .team-list-item h3 a {
                font-size: 11px;
                color: #0060a9;
                text-transform: uppercase;
            }

        .team-list .team-list-item p {
            font-size: 11px;
        }

        .team-list .team-list-item.highlight {
            display: table;
            float:none;
            margin-bottom:50px;
            width: 100%;
            min-height: 0;
        }

            .team-list .team-list-item.highlight figure {
                display: table-cell;
                width: 350px;
                min-height: 235px;
            }

            .team-list .team-list-item.highlight .team-list-item-info {
                display: table-cell;
                border-left: 16px solid #fff;
                min-height: 235px;
                vertical-align:bottom;
            }

                .team-list .team-list-item.highlight .team-list-item-info h3,
                .team-list .team-list-item.highlight .team-list-item-info h3 a {
                    font-size: 18px;
                }

                .team-list .team-list-item.highlight .team-list-item-info p {
                    margin-bottom:0;
                    font-size: 13px;
                    font-weight: bold;
                }

    .utc-page .content-block .more-link:hover,
    .team-list .team-list-item .team-list-item-info h3 a:hover {
        text-decoration:underline;
    }

/*=== image list box ===*/
.image-list-box {
    background-color: #e5e5e6;
    padding: 16px 14px 14px 14px;
}

    .image-list-box h2 {
        font-size: 11px;
        line-height: 13px;
        color: #636363;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .image-list-box .image-list {
        margin-bottom: 14px;
        list-style: none;
    }

        .image-list-box .image-list li {
            float: left;
            margin-left: 20px;
        }

            .image-list-box .image-list li.last-child {
                margin-left: 15px;
            }

            .image-list-box .image-list li:first-child {
                margin-left: 0;
            }

    .image-list-box .bottom-otions .more-link {
        background: url(../images/desktop/blue-arrow.png) no-repeat right center;
        font-size: 11px;
        line-height: 21px;
        color: #636363;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 30px;
    }

        .image-list-box .bottom-otions .more-link:hover {
            text-decoration: underline;
        }

        .image-list-box .bottom-otions .more-link.left {
            float: left;
        }

        .image-list-box .bottom-otions .more-link.right {
            float: right;
        }

/*== wide-content ==*/
.utc-page .wide-content {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/*=== document area ===*/
.document-area {
    margin-bottom: 40px;
}

    .document-area .download-document {
        background-color: #C2D9EB;
        width: 191px;
        padding: 15px 17px 22px;
    }

        .document-area .download-document.left {
            float: left;
            margin-right: 19px;
			margin-bottom: 24px;
        }

        .document-area .download-document h3 {
            font-size: 14px;
            color: #000;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        .document-area .download-document .icon {
            text-align: center;
            margin-bottom: 8px;
        }

        .document-area .download-document p {
            font-size: 12px;
            font-family: Arial;
            line-height: 14px;
            color: #000;
            margin-bottom: 10px;
        }

        .document-area .download-document select {
            width: 100%;
        }

    .document-area h2 {
        font-size: 18px;
        font-family: Arial;
        color: #000;
        margin-bottom: 19px;
    }

    .document-area p {
        font-size: 13px;
        font-family: Arial;
        color: #000;
        margin-bottom: 19px;
    }


/*=== document collection ===*/
.document-collection {
    display: table;
}
.document-collection h2 {
    display: table-caption;
    font-size: 18px;
    color: #000;
    margin-bottom: 22px;
    padding-bottom: 12px;
    border-bottom: 6px solid #262626;
}

.document-collection .row {
    display: table-row;
    width: 100%;
}

    .document-collection .document-item,
    .document-collection .document-empty {
        display: table-cell;
        border-left: 20px solid #fff;
        width: 33%;
    }

    .document-collection .document-item {
        background-color: #C2D9EB;
        border-left: 20px solid #fff;
        border-bottom: 20px solid #fff;
    }

    .document-collection .document-item:first-child {
        border-left: none;
    }

.document-collection h3 {
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 4px;
    min-height: 25px;
}

.document-collection .inner-document-item {
    position: relative;
    padding: 16px 17px 11px 38px;
}

    .document-collection .inner-document-item .icon {
        position: absolute;
        left: 11px;
        top: 16px;
    }

    .document-collection .inner-document-item select {
        width: 100%;
    }


/*== promo-link ==*/
.utc-page .promo-link {
    background-color: #e5e5e6;
    display: block;
    float: right;
    height: 29px;
    position: relative;
    font-size: 11px;
    line-height: 29px;
    text-transform: uppercase;
    color: #000;
    padding: 0 236px 0 11px;
}

    .utc-page .promo-link:hover {
        text-decoration: underline;
    }

    .utc-page .promo-link .arrow {
        background: url(../images/desktop/black-arrow14x13.png) no-repeat 0 0;
        display: inline-block;
        width: 14px;
        height: 13px;
        position: absolute;
        right: 7px;
        top: 8px;
    }

/*== Sticky-Nav styles ==*/

.utc-page .sticky-nav-wrapper {
    min-height: 85px;
}

	.utc-page [id='1853'] {
		margin-top: -10px;
	}

.utc-page .sticky-nav {
    margin: 0;
    padding: 10px 0;
    background: #fff;
}


    .utc-page .sticky-nav .sticky-nav-inner {
        margin: 0 -10px;
        width: 734px;
        display: table;
        table-layout: fixed;
        border-spacing: 9px;
    }

    .utc-page .sticky-nav .sticky-nav-inner {
    }

.utc-page .wide-content .sticky-nav {
}

    .utc-page .wide-content .sticky-nav .sticky-nav-inner {
        width: 980px;
    }

    .utc-page .sticky-nav.fixed {
        position: fixed;
        top: 95px;
        width: 100% !important;
        z-index: 8; /*
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -20px;
        margin-right: -20px;*/
    }

    .ie8 .utc-page .sticky-nav.fixed {
        margin-left: -500px;
        margin-right: -500px;
        border-left: 500px solid #fff;
        border-right: 500px solid #fff;
    }

    .utc-page .sticky-nav.fixed .sticky-nav-inner {
        margin: 0 -10px;
    }

.utc-page .wide-content .sticky-nav.fixed {
    left: 0;
    right: 0;
}

    .utc-page .wide-content .sticky-nav.fixed .sticky-nav-inner {
        margin:0 auto;
    }

.utc-page .sticky-nav a,
.utc-page .sticky-nav .sticky-nav-cell {
    display: table-cell;
    width: 100%;
    height: 45px;
    border: 1px solid #000;
    font-size: 11px;
    line-height: normal;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    vertical-align: middle;
}

.utc-page .sticky-nav.cols-3 a,
.utc-page .sticky-nav.cols-3 .sticky-nav-cell {
    width: 33.33%;
    height: 60px;
}

.utc-page .sticky-nav.cols-4 a,
.utc-page .sticky-nav.cols-4 .sticky-nav-cell {
    width: 25%;
}

.utc-page .sticky-nav.cols-5 a,
.utc-page .sticky-nav.cols-5 .sticky-nav-cell {
    width: 20%;
}

.utc-page .sticky-nav.cols-6 a,
.utc-page .sticky-nav.cols-6 .sticky-nav-cell {
    width: 16.6%;
}

.utc-page .sticky-nav .sticky-nav-cell span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    border-bottom: 1px solid #000;
    text-align: center;
}

.utc-page .sticky-nav .sticky-nav-cell a {
    display: block;
    width: 50%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border: 0;
    border-left:1px solid #000;
    margin-left:-1px;
    float: left;
    text-align: center;
}

.utc-page .sticky-nav a.active {
    background: url(../images/desktop/white-triangle-down.png) no-repeat center 37px;
    background-color: #0060a9;
    color: #fff;
}

.utc-page .sticky-nav.cols-3 a {
    background-color:#fff;
}

.utc-page .sticky-nav.cols-3 a.active {
    background-color: #0060a9;
    background-position: center 52px;
}

.utc-page .sticky-nav .sticky-nav-cell a.active {
        background-position: center 22px;
    }
.utc-page .sticky-nav .sticky-nav-cell.active {
    background-color: #0060a9;
    color: #fff;
}

.utc-page .glance-item {
    position: relative;
    margin-bottom: 32px;
    min-height: 520px;
}

        .utc-page .glance-item .glance-item:last-child {
            margin-bottom: 0px;
        }

#main.utc-page .following-area .glance-item,
#main.utc-page .following-area .glance-item.active {
    padding-top: 0;
    min-height: 0;
}

    .utc-page .glance-item.last {
        margin-bottom: 79px;
    }

    .utc-page .glance-item .title-area {
        margin-bottom: 10px;
    }

        .utc-page .glance-item .title-area h2 {
            font-size: 18px;
            line-height: 27px;
            text-transform: uppercase;
            color: #000;
            margin: 0;
            float: left;
        }

        .utc-page .glance-item .title-area h3 {
            font-size: 11px;
            line-height: 24px;
            text-transform: uppercase;
            text-align: right;
            color: #000;
            padding-top: 4px;
            margin: 0;
            float: right;
        }

    .utc-page .glance-item > figure img {
        max-width: 100%;
    }

    .utc-page .glance-item img {
        vertical-align: top;
    }

    .utc-page .glance-item .description {
        background-color: #fff;
        position: absolute;
        left: 19px;
        bottom: 20px;
        width: 288px;
        height: 265px;
    }

        .utc-page .glance-item .description .content {
            padding: 20px 10px 14px 20px;
        }

        .utc-page .glance-item .description .logo {
            margin-bottom: 20px;
        }

        .utc-page .glance-item .description p {
            font-size: 13px;
            color: #000;
        }

        .utc-page .glance-item .description .more-link {
            font-size: 10px;
            color: #0060a9;
            text-transform: uppercase;
            display: inline-block;
            padding: 0;
            /*padding-right: 14px;
            background: url(../images/desktop/link-out.png) no-repeat right center;*/
            position: absolute;
            bottom: 15px;
            line-height: 14px;
        }

    .utc-page .glance-item .info-box {
        background-color: #fff;
        position: absolute;
        right: 19px;
        bottom: 20px;
        width: 615px;
        height: 265px;
        border: 0;
    }

        .utc-page .glance-item .info-box .content {
            padding: 18px 10px 14px 20px;
        }

        .utc-page .glance-item .info-box .facts-number {
            float:left;
        }

        .utc-page .glance-item .info-box .facts-box {
            float: right;
            width: 176px;
            margin-right: 15px;
        }

        .utc-page .glance-item .info-box h3 {
            font-size: 11px;
            text-transform: uppercase;
            color: #000;
        }

        .utc-page .glance-item .info-box .facts-box h3 {
            margin-bottom: 9px;
        }

        .utc-page .glance-item .info-box .facts-box p {
            font-family: Arial;
            font-style: normal;
            font-size: 12px;
            color: #000;
            margin-bottom: 6px;
        }

        .utc-page .glance-item .info-box .facts-box .download-link {
            font-size: 10px;
            color: #0060a9;
            text-transform: uppercase;
            display: block;
            padding: 0;
            /*padding-right: 14px;
            background: url(../images/desktop/download.png) no-repeat right center;*/
            position: absolute;
            bottom: 15px;
            left: 20px;
            line-height: 14px;
        }

        .utc-page .glance-item .info-box .number-box {
            float: right;
            width: 93px;
            margin-right: 4px;
            padding-top: 22px;
        }

            .utc-page .glance-item .info-box .number-box p {
                font-size: 10px;
                color: #000;
                text-transform: uppercase;
                margin-bottom: 11px;
            }

            .utc-page .glance-item .info-box .number-box span {
                display: block;
            }

            .utc-page .glance-item .info-box .number-box .number {
                font-size: 20px;
            }

        .utc-page .glance-item .info-box .news-box {
            float: left;
            width: 145px;
            margin-right: 14px;
        }

            .utc-page .glance-item .info-box .news-box h3 {
                margin-bottom: 9px;
            }

            .utc-page .glance-item .info-box .news-box p {
                margin-bottom: 14px;
            }

                .utc-page .glance-item .info-box .news-box p,
                .utc-page .glance-item .info-box .news-box p a {
                    font-family: Arial, helvetica, sans-serif;
                    font-style: normal;
                    font-weight: bold;
                    font-size: 12px;
                    color: #000;
                }

                    .utc-page .glance-item .info-box .news-box p a:hover {
                        text-decoration: underline;
                    }

                    .utc-page .glance-item .info-box .news-box p .date {
                        display: block;
                        font-weight: normal;
                        font-size: 11px;
                        margin-top: 3px;
                    }

            .utc-page .glance-item .info-box .news-box .more-link {
                font-size: 10px;
                color: #0060a9;
                text-transform: uppercase;
                display: inline-block;
                padding: 0;
                /*padding-right: 14px;*/
                /*background: url(../images/desktop/link-out.png) no-repeat right center;*/
                position: absolute;
                bottom: 15px;
                line-height: 14px;
                height: auto;
            }

        .utc-page .glance-item .info-box .brands-box {
            float: left;
            width: 135px;
        }

            .utc-page .glance-item .info-box .brands-box h3 {
                    margin-bottom: 9px;
            }

            .utc-page .glance-item .info-box .brands-box .brand-image {
                margin-bottom: 15px;
            }

                .utc-page .glance-item .info-box .brands-box .brand-image img {
                    max-width: 100%;
                }

            .utc-page .glance-item .info-box .brands-box .more-link {
                font-size: 10px;
                color: #0060a9;
                text-transform: uppercase;
                display: inline-block;
                position: absolute;
                bottom: 15px;
                line-height: 14px;
                height: auto;
                padding: 0;
            }

                .utc-page .glance-item .description .more-link:hover,
                .utc-page .glance-item .info-box .facts-box .download-link:hover,
                .utc-page .glance-item .info-box .news-box .more-link:hover,
                .utc-page .glance-item .info-box .brands-box .more-link:hover {
                    text-decoration: underline;
                }

/*=== caption box ===*/

figure {
    position: relative;
}

    figure .caption-box {
        position: absolute;
        bottom: 5px;
        right: 5px;
    }

    .utc-page .body-content figure .caption-box {
        bottom: 10px;
        right: 10px;
    }

    .utc-page .glance-item figure .caption-box {
        top: 12px;
        bottom: inherit;
        right: 19px;
    }

        figure .caption-box .caption-text {
            display: block;
            position: relative;
            padding: 5px 20px 4px 0;
            font-size: 11px;
            color: #fff;
            text-transform: uppercase;
            min-height: 5px;
        }
        .utc-page .glance-item figure .caption-box .caption-text {
            padding: 5px 30px 4px 0;
            font-size: 12px;
        }

            figure .caption-box .caption-text .info-icon {
                position: absolute;
                overflow:hidden;
                top: -8px;
                right: -8px;
                display: block;
                width: 30px;
                height: 30px;
                background: url("../images/image-caption.png") no-repeat center center;
                cursor: pointer;
            }

        figure .caption-box .caption-content {
            display: none;
            position: absolute;
            bottom:0;
            right: 0;
            background: #fff;
            padding: 10px 27px 10px 10px;
            width: 332px;
            font-size: 10px;
        }

        .utc-page .body-content figure .caption-box .caption-content {
            width: 657px;
        }

        .utc-page .glance-item figure .caption-box .caption-content {
            top: 0;
            bottom:inherit;
            width: 885px;
            font-size: 12px;
        }

        figure .caption-box.open .caption-content {
            display: block;
        }

            figure .caption-box.open .caption-content p {
                margin: 0;
                font-size:10px;
                line-height:normal;
            }

            .utc-page .glance-item figure .caption-box.open .caption-content p {
                font-size:12px;
            }

            figure .caption-box.open .caption-content .close-link {
                display: block;
                position: absolute;
                top: 0px;
                right: 0px;
                width: 28px;
                height: 28px;
                background: url("../images/close-black-box.png") no-repeat center center;
                cursor: pointer;
            }

/* === Our Goals Styles ===*/

.utc-page .category-section:before, .utc-page .category-section:after {
    content: " ";
    display: table;
}

.utc-page .category-section:after {
    clear: both;
}

.utc-page .category-section {
    *zoom: 1;
}

    .utc-page .category-section .category-section-title {
        margin: 30px 0px 16px;
        padding: 0;
        font-size: 26px;
        text-transform: uppercase;
    }

    .utc-page .section-load-more,
    .utc-page .category-section .category-section-gotop {
        overflow: hidden;
        padding: 20px 0;
        background: url(../images/desktop/black-arrow-box-up.png) no-repeat right center;
    }

    .utc-page .category-section .category-section-gotop {
        border-top: 1px solid #C4C4C5;
    }

	    .utc-page .more-loading {
		    overflow: hidden;
		    padding: 20px 0;
	    }

.utc-page .section-load-more {
    background-image: url(../images/desktop/black-arrow-box-down.png);
}

    .utc-page .section-load-more a,
    .utc-page .category-section .category-section-gotop a {
        float: right;
        padding: 0 30px 0 0;
        font-size: 12px;
        line-height: 21px;
        color: #000;
        text-transform: uppercase;
    }

        .utc-page .section-load-more a:hover,
        .utc-page .category-section .category-section-gotop a:hover {
            text-decoration: underline;
        }

.utc-page .category-section .category-section-item {
    padding: 15px 0 20px 0;
    margin: 0 0 25px;
    border-top: 6px solid #252525;
    clear: both;
}

    .utc-page .category-section .category-section-item h2 {
        font-size: 20px;
        line-height: 22px;
        color: #000;
        margin-bottom: 15px;
    }

    .utc-page .category-section .category-section-item h3 {
        font-size: 13px;
        line-height: 16px;
        color: #000;
        margin-bottom: 9px;
    }

    .utc-page .category-section .category-section-item p {
        font-family: Arial,verdana;
        font-weight: normal;
        font-style: normal;
        font-size: 13px;
        color: #000;
        margin-bottom: 35px;
    }

    .utc-page .category-section .category-section-item .table {
        display: table;
    }

        .utc-page .category-section .category-section-item .table .graph,
        .utc-page .category-section .category-section-item .table .description {
            display: table-cell;
            vertical-align: top;
        }

        .utc-page .category-section .category-section-item .table .graph {
            width: 222px;
            padding-right: 25px;
        }

            .utc-page .category-section .category-section-item .table .graph img {
                max-width: 100%;
                min-width: 100%;
            }

        .utc-page .category-section .category-section-item .table .description {
            background: #e6eebd;
            padding: 10px;
        }

            .utc-page .category-section .category-section-item .table .description figure {
                float: right;
                margin-left: 10px;
            }

            .utc-page .category-section .category-section-item .table .description .place {
                display: block;
                margin: 0 0 5px;
                font-size: 10px;
                text-transform: uppercase;
            }

            .utc-page .category-section .category-section-item .table .description h4 {
                font-size: 13px;
                line-height: 16px;
                color: #000;
            }

            .utc-page .category-section .category-section-item .table .description p {
                margin: 0 0 5px;
                font-size: 12px;
                color: #000;
            }

            .utc-page .category-section .category-section-item .table .description .more-link {
                font-size: 10px;
                color: #000;
                text-transform: uppercase;
            }

                .utc-page .category-section .category-section-item .table .description .more-link:hover {
                    text-decoration: underline;
                }

.utc-page .category-section.green .category-section-title {
    color: #8b9f3b;
}

.utc-page .category-section.orange .category-section-title {
    color: #dd8d19;
}

.utc-page .category-section.callipso .category-section-title {
    color: #6eb8b5;
}

.utc-page .category-section.green .category-section-item .description {
    background: #e6eebd;
}

.utc-page .category-section.orange .category-section-item .description {
    background: #f8d6a5;
}

.utc-page .category-section.callipso .category-section-item .description {
    background: #c3efef;
}

.utc-page .category-section.without-borders .category-section-item {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}

/* ===== Footer Styles ========================================================================== */

.utc-page #footer {
    background-color: #000;
        padding: 30px 0 45px;
}

    .utc-page #footer.footer-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .utc-page #footer .inner-footer {
        width: 960px;
        margin: 0 auto;
    }

    .utc-page #footer .top-area {
        min-height: 369px;
    }

    .utc-page #footer .top {
        float: left;
        width: 232px;
        margin-left: 15px;
        padding-bottom: 45px;
    }

        .utc-page #footer .top:first-child {
            margin-left: 0;
        }

        .utc-page #footer .top.last-section {
            margin-left: 12px;
            width: 222px;
        }

            .utc-page #footer .top.last-section nav.last-nav {
                width: 100px;
            }

        .utc-page #footer .top nav {
            float: left;
            width: 92px;
        }

            .utc-page #footer .top nav:first-child {
                margin-right: 28px;
            }

            .utc-page #footer .top nav.news-footer {
                width: 106px;
            }

            .utc-page #footer .top nav.investors-footer {
                width: 95px;
            }

            .utc-page #footer .top nav.suppliers-footer {
                width: 117px;
                margin-right: 4px;
            }



        .utc-page #footer .top h2 {
            margin-bottom: 9px;
        }

            .utc-page #footer .top h2,
            .utc-page #footer .top h2 a {
                font-size: 11px;
                color: #fff;
                text-transform: uppercase;
            }

                .utc-page #footer .top h2 a,
                .utc-page #footer .top h2 a:hover {
                    text-decoration: none;
                    cursor: text;
                }

                    .utc-page #footer .top h2 a.underline:hover {
                        text-decoration: underline;
                        cursor: pointer;
                    }

        .utc-page #footer .top h3 {
            font-size: 10px;
            color: #c2c2c2;
            text-transform: uppercase;
            margin-bottom: 11px;
            padding-top: 7px;
        }

        .utc-page #footer .top li {
            margin-bottom: 13px;
        }

        .utc-page #footer .top a {
            font-size: 12px;
            line-height: 13px;
            color: #c2c2c2;
            text-decoration: none;
            display: inline-block;
        }

            .utc-page #footer .top a:hover,
			.utc-page #footer .top a:focus {
                text-decoration: underline;
            }

        .utc-page #footer .top .bold-list li {
            margin-bottom: 9px;
        }

        .utc-page #footer .top .bold-list a {
            font-size: 11px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
        }

        .utc-page #footer .top .social-link-footer a {
            display: inline-block;
            height: 17px;
            margin-left: 7px;
        }

            .utc-page #footer .top .social-link-footer a:first-child {
                margin-left: 0;
            }

        .utc-page #footer .top .social-link-footer .twitter-icon {
            background: url(../images/desktop/twitter-white.png) no-repeat 0 3px;
            width: 18px;
        }

            .utc-page #footer .top .social-link-footer .twitter-icon:hover,
			.utc-page #footer .top .social-link-footer .twitter-icon:focus {
                background-image: url(../images/desktop/twitter-orange.png);
            }

        .utc-page #footer .top .social-link-footer .linkedin-icon {
            background: url(../images/desktop/linkedin-white.png) no-repeat 0 1px;
            width: 15px;
        }

            .utc-page #footer .top .social-link-footer .linkedin-icon:hover,
			.utc-page #footer .top .social-link-footer .linkedin-icon:focus {
                background-image: url(../images/desktop/linkedin-orange.png);
            }

        .utc-page #footer .top .social-link-footer .youtube-icon {
            background: url(../images/desktop/youtube-white.png) no-repeat 0 0;
            width: 16px;
        }

            .utc-page #footer .top .social-link-footer .youtube-icon:hover,
			.utc-page #footer .top .social-link-footer .youtube-icon:focus {
                background-image: url(../images/desktop/youtube-orange.png);
            }

        .utc-page #footer .top .social-link-footer .flickr-icon {
            background: url(../images/desktop/flicker-white.png) no-repeat 0 5px;
            width: 16px;
        }

            .utc-page #footer .top .social-link-footer .flickr-icon:hover,
			.utc-page #footer .top .social-link-footer .flickr-icon:focus {
                background-image: url(../images/desktop/flicker-orange.png);
            }

    .utc-page #footer .bottom {
        clear: left;
        padding-top: 11px;
        border-top: 1px solid #4b4b4b;
        overflow: hidden;
    }

        .utc-page #footer .bottom p {
            float: left;
            font: 10px/1.3 Arial;
            color: #c2c2c2;
        }

        .utc-page #footer .bottom ul {
            float: right;
            text-align: right;
            margin-top: -4px;
        }

        .utc-page #footer .bottom li {
            float: left;
            margin-left: 22px;
            width: 100px;
            list-style: none;
            text-align: left;
        }

            .utc-page #footer .bottom li:first-child {
                margin-left: 0;
                text-align: left;
            }

            .utc-page #footer .bottom li:last-child {
                text-align: right;
            }

            .utc-page #footer .bottom li a {
                font: 10px/1.3 Helvetica, Arial;
                color: #fff;
                text-transform: uppercase;
            }

            .utc-page #footer .bottom li.special-text a {
                font-size: 14px;
                line-height: 24px;
            }

                .utc-page #footer .bottom li a:hover,
                .utc-page #footer .bottom li a:focus {
                    text-decoration: underline;
                }

/* ===== top-interior-banner ========================================================================== */

.utc-page .top-interior-banner {
    background-color: #e6eebd;
}

    .utc-page .top-interior-banner.blue {
        background-color: #d9e7f2;
    }

    .utc-page .top-interior-banner.green {
        background-color: #e6eebd;
    }

    .utc-page .top-interior-banner.cyan {
        background-color: #e2f1f0;
    }

    .utc-page .top-interior-banner.orange {
        background-color: #f8d6a5;
    }

    .utc-page .top-interior-banner .inner-banner {
        width: 960px;
        margin: 0 auto;
        padding: 46px 0 16px;
    }

    .utc-page .top-interior-banner header {
        width: 345px;
        float: left;
    }

    .utc-page .top-interior-banner article {
        width: 434px;
        float: left;
    }

    .utc-page .top-interior-banner h2 {
        margin-bottom: 7px;
        margin-top: -6px;
    }

        .utc-page .top-interior-banner h2,
        .utc-page .top-interior-banner h2 a {
            font-size: 26px;
            color: #000;
            text-transform: uppercase;
            cursor: default;
        }

            .utc-page .top-interior-banner h2 a:hover {
                cursor: text;
            }

    .utc-page .top-interior-banner p {
        font-size: 16px;
        line-height: 1.3;
        color: #000;
        margin: 0;
    }

    .utc-page .top-interior-banner .media {
        position: relative;
        float: right;
		width: 385px;
    }

    .utc-page .top-interior-banner .video-item {
        border: 3px solid #fff;
    }

	.utc-page .top-interior-banner .random-slideshow-box {
        border: 3px solid #fff;
		margin-bottom: 0px;
    }

    .utc-page article.content-block .video-item {
        float: left;
        margin-bottom: 37px;
        margin-right: 40px;
        position: relative;
    }

        .utc-page .top-interior-banner .video-item img {
            cursor: pointer;
            vertical-align: top;
            width: 100%;
        }

        .utc-page article.content-block .video-item .play-icon,
        .utc-page .top-interior-banner .video-item .play-icon {
            background: url(../images/play-icon/play-desktop.png) no-repeat 0 0;
            display: block;
            cursor: pointer;
            width: 62px;
            height: 62px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -31px 0 0 -31px;
            background-size: 62px 62px;
        }

.ie8 .utc-page article.content-block .video-item .play-icon,
.ie8 .utc-page .top-interior-banner .video-item .play-icon {
    background: url(../images/play-icon/play-desktop.png) no-repeat 0 0 !important;
}

.utc-page article.content-block .video-mobile,
.utc-page .top-interior-banner .video-mobile {
    display: none;
}

.utc-page .top-interior-banner .image-item {
    float: right;
}

    .utc-page .top-interior-banner .image-item.chart {
        margin-top: -21px;
        margin-bottom: -6px;
    }

    .utc-page .top-interior-banner .image-item.outer-border {
        border: 3px solid #fff;
    }

        .utc-page .top-interior-banner .image-item.outer-border img {
            vertical-align: top;
        }

/* ===== main-inner-content ========================================================================== */
.utc-page .main-inner-content {
    width: 960px;
    margin: 0 auto;
    padding: 15px 0 0;
    position: relative;
}

    .utc-page .main-inner-content > div.clearfix > .top-filter {
        float: right;
        width: 714px;
    }

        .utc-page .main-inner-content .align-bottom {
            position: relative;
            padding-bottom: 19px;
        }

            .utc-page .main-inner-content .align-bottom aside.aside-left nav {
                margin-bottom: 0;
            }

            .utc-page .main-inner-content .align-bottom .promo-link {
                position: absolute;
                bottom: 26px;
                right: 0;
                padding: 0 26px 0 11px;
                min-width: 348px;
            }

            .utc-page .main-inner-content .align-bottom .content-block {
                float: right;
                margin-right: 66px;
                padding-bottom: 35px;
                width: 648px;
            }

                .utc-page .main-inner-content .align-bottom .content-block p {
                    margin-bottom: 17px;
                }

/* ===== breadcrumb ========================================================================== */
.utc-page .breadcrumb {
    font: 10px/15px Arial;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
    padding-right: 150px;
	max-width: 715px;
}

    .utc-page .breadcrumb a {
        font: 10px/1.4 Arial;
        color: #000;
        text-decoration: none;
        display: inline-block;
    }

            .utc-page .breadcrumb a:hover,
		    .utc-page .breadcrumb a:focus {
            text-decoration: underline;
        }

/* ===== social-links ========================================================================== */
.utc-page .social-links {
    position: absolute;
    right: 0;
    top: 2px;
}

    .utc-page .social-links .text {
        font-size: 10px;
        color: #969696;
        text-transform: uppercase;
        display: inline-block;
        margin-right: 3px;
        line-height: 15px;
        vertical-align: top;
    }

    .utc-page .social-links a {
        display: inline-block;
        height: 17px;
        -webkit-transition: none !important;
        -moz-transition: none !important;
        -o-transition: none !important;
        -ms-transition: none !important;
        transition: none !important;
    }

        .utc-page .social-links a:last-child {
            margin-right: 0;
        }

    .utc-page .social-links .twitter-icon {
        background: url(../images/desktop/twitter-grey.png) no-repeat 0 2px;
        width: 18px;
        margin-right: 6px;
    }

        .utc-page .social-links .twitter-icon:hover,
        .utc-page .social-links .twitter-icon:focus {
            background-position: 0 -22px;
        }

    .utc-page .social-links .linkedin-icon {
        background: url(../images/desktop/linkedin-grey.png) no-repeat 0 0;
        width: 15px;
        margin-right: 8px;
    }

            .utc-page .social-links .linkedin-icon:hover,
		    .utc-page .social-links .linkedin-icon:focus {
            background-position: 0 -26px;
        }

    .utc-page .social-links .fb-icon {
        background: url(../images/desktop/facebook-grey.png) no-repeat 0 0;
        width: 8px;
        margin-right: 10px;
    }

            .utc-page .social-links .fb-icon:hover,
		    .utc-page .social-links .fb-icon:focus {
            background-position: 0 -34px;
        }

    .utc-page .social-links .mail-icon {
        background: url(../images/desktop/email-grey.png) no-repeat 0 4px;
        width: 15px;
        margin-right: 0;
    }

            .utc-page .social-links .mail-icon:hover,
		    .utc-page .social-links .mail-icon:focus {
            background-position: 0 -14px;
        }

/* ===== body-content ========================================================================== */

.utc-page .body-content {
    float: right;
    padding: 0 0 65px 0;
    width: 714px;
}

.utc-page .body-2cols {
    float: right;
    padding: 0px;
    width: 714px;
}

    .utc-page .body-2cols .body-content {
        float: left;
        width: 468px;
    }

    .utc-page .body-2cols .aside-right {
        float: right;
        width: 222px;
    }

        .utc-page .body-2cols .aside-right.padd-top {
            padding-top: 38px;
        }

.utc-page .no-padd-bottom {
    padding-bottom: 0 !important;
}

	.utc-page .no-padd-bottom nav.left-menu {
		margin-bottom: 28px;
	}

/* ===== Homepage Styles ========================================================================== */

.utc-page .utc-homepage {
    background-color: #e5e5e6;
}

/* Announcement Box */
.utc-page .announcement-box {
    background-color: #484848;
    /*height: 211px;*/
    height: 0;
    overflow: hidden;
}

    .utc-page .announcement-box .inner-announcement-box {
        margin: 0 auto;
        padding: 23px 122px 23px 32px;
        width: 869px;
        min-height: 155px;
        position: relative;
        background-color: #f87500;
        border-bottom: 10px solid #fff;
    }

    .utc-page .announcement-box .image {
        float: left;
        width: 284px;
        margin-right: 35px;
    }

        .utc-page .announcement-box .image img {
            width: 100%;
            vertical-align: top;
        }

    .utc-page .announcement-box .announcement-content {
        float: right;
        width: 550px;
        overflow: hidden;
    }

        .utc-page .announcement-box .announcement-content h3 {
            font-size: 21px;
            color: #fff;
            margin-bottom: 10px;
        }

        .utc-page .announcement-box .announcement-content p.date-text {
            font-size: 11px;
            font-family: Arial;
            font-weight: normal;
            color: #fff;
            margin-bottom: 1px;
        }

        .utc-page .announcement-box .announcement-content p {
            font-size: 12px;
            color: #fff;
            margin-bottom: 0;
        }

        .utc-page .announcement-box .announcement-content .more-link {
            font-size: 11px;
            line-height: 15px;
            color: #fff;
            text-transform: uppercase;
            display: inline-block;
            margin-top: 18px;
        }

            .utc-page .announcement-box .announcement-content .more-link:hover {
                text-decoration: underline;
            }

    .utc-page .announcement-box .close-announcement-box {
        background: url(../images/home/close-box.png) no-repeat left top;
        cursor: pointer;
        display: block;
        width: 16px;
        height: 16px;
        position: absolute;
        top: 20px;
        right: 31px;
    }

    .utc-page .announcement-box.only-text .announcement-content {
        width: 100%;
    }

    .utc-page .announcement-box.only-text .inner-announcement-box {
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: 0;
    }

    .utc-page .announcement-box.only-text .announcement-content h3 {
        margin-top:5px;
        margin-bottom: 5px;
        font-size: 16px;
    }

        .utc-page .announcement-box.only-text .announcement-content h3 .more-link {
            margin-bottom: 0;
        }

    .utc-page .announcement-box.only-text .announcement-content .more-link {
        margin-top: 0px;
        margin-bottom: 5px;
    }

/* Home Mosaic */

.utc-page .home-mosaic {
    background-color: #484848;
    margin-bottom: 24px;
}

    .utc-page .home-mosaic .inner-mosaic {
        width: 1023px;
        margin: 0 auto;
    }

    .utc-page .home-mosaic .row {
        display: table;
        width: 100%;
    }

    .utc-page .home-mosaic .item {
        display: table-cell;
        width: 341px;
        overflow: hidden;
        height: 237px;
    }

        .utc-page .home-mosaic .item.visible-phone {
            display:none;
        }

        .utc-page .home-mosaic .item img {
            /*height: 100%;
            width: auto;*/
        }

    .utc-page .home-mosaic.active .row .item {
        height: 122px;
        width: 341px;
    }

    .utc-page .home-mosaic.active .row .item.no-hover .text h4 {
        display: none;
    }

    .utc-page .home-mosaic.active .row-up.active .item.no-hover .text h4 {
        display: block;
    }


    .utc-page .home-mosaic.active .row.active .item {
        height: 354px;
        width: 261px;
    }
        .utc-page .home-mosaic.active .row.active .item.active {
            width: 503px;
        }

    .utc-page .home-mosaic .item,
    .utc-page .home-mosaic .row,
    .utc-page .home-mosaic .item .content .picture,
    .utc-page .home-mosaic .item .content .picture img,
    .utc-page .home-mosaic .text,
    .utc-page .home-mosaic .item.is4and5 .is4,
    .utc-page .home-mosaic .item.is4and5 .is5 {
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        -ms-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .utc-page .home-mosaic .row .item img {
            width: 341px;
        }

    .utc-page .home-mosaic.active .row.active .item img {
        width: 508px;
    }

    .utc-page .home-mosaic .row .content {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        border-left: 2px solid #fff;
    }

    .utc-page .home-mosaic .row:first-child .content {
        border-bottom: 2px solid #fff;
    }

    .utc-page .home-mosaic .item:first-child .content {
        border-left: none;
    }

    .utc-page .home-mosaic .item .content .picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #222;
    }

        .utc-page .home-mosaic .item .content .picture img {
            width: 100%;
            min-height: 100%;
        }

    .utc-page .home-mosaic .item.is1and2,
    .utc-page .home-mosaic.active .row .item.is1and2,
    .utc-page .home-mosaic .item.is4and5,
    .utc-page .home-mosaic.active .row .item.is4and5 {
        width: 682px;
    }

    .utc-page .home-mosaic.active .row.active .item.is4and5 {
        width: 524px;
    }

        .utc-page .home-mosaic .item.is1and2 .is1and2-row {
            overflow:hidden;
        }
        .utc-page .home-mosaic .item.is1and2 .is1,
        .utc-page .home-mosaic .item.is1and2 .is2,
        .utc-page .home-mosaic .item.is4and5 .is4,
        .utc-page .home-mosaic .item.is4and5 .is5 {
            display:block;
            float:left;
            width:50%;
            height:100%;
            position:relative;
            overflow:hidden;
        }
        .utc-page .home-mosaic .item.is1and2 .is1 {
            margin-left:-2px;
            border-right: 2px solid #FFFFFF;
        }
    .utc-page .home-mosaic .row.active .item.active.is1and2,
    .utc-page .home-mosaic .row.active .item.active.is4and5 {
        width:762px;
    }
    .utc-page .home-mosaic .row.active .item.active.is1and2 .is1 {
        margin-left:-2px;
        border-right:2px solid #fff;
    }

    /*IS1 - status BEGIN*/
    /*group*/
    .utc-page .home-mosaic.active .row.active .item.is1 .content .picture {
        left: -135px;
    }
        .utc-page .home-mosaic.active .row .item.is1and2 .content .is1 .picture {
            top:-75px;
        }

        .utc-page .home-mosaic.active .row.active .item.is1and2 .content .is1 .picture img {
            width:616px;
        }

    /*IS5 - status BEGIN*/
    /*Small*/
    .utc-page .home-mosaic.active .row .item.is4 .content .picture {
        top: -50px;
        left: -20px;
    }
    /*group*/
    .utc-page .home-mosaic.active .row.active .item.is4 .content .picture {
        top: 0;
        left: -196px;
    }
    /*expanded*/
    .utc-page .home-mosaic .row.active .item.is4.active .content .picture {
        left: 0px;
        top: 0px;
    }
    /*IS3 - status BEGIN*/
    .utc-page .home-mosaic .row .item.is3 .content .picture {
        left: 0;
    }

        .utc-page .home-mosaic .row .item.is3 .content .picture img {
            width: 341px;
        }


/*active*/

.utc-page .home-mosaic.active .row .item.is3 .content .picture {
    left: 0;
}

/*group*/
    .utc-page .home-mosaic.active .item.is3 .picture {
        top:-60px;
    }

.utc-page .home-mosaic.active .row.active .item.is3 .content .picture {
    top:0;
    left: -120px;
}

    .utc-page .home-mosaic.active .row.active .item.is3 .content .picture img {
        width: 508px;
    }
/*expanded*/
.utc-page .home-mosaic.active .row.active .item.is3.active .content .picture {
    left: 0;
    top: 0px;
}
/*IS4 - status BEGIN*/
/*normal*/
.utc-page .home-mosaic .row .item.is5 .content .picture {
    left: 0px;
    top: 0px;
}
/*Small*/
.utc-page .home-mosaic.active .row .item.is5 .content .picture {
    top: -80px;
}
/*group*/
.utc-page .home-mosaic.active .row.active .item .content .is5 .picture {
    left: -20px;
    top: 0px;
}
/*expanded*/

/*IS2 - status BEGIN*/
/*Small*/
.utc-page .home-mosaic.active .row .item.is2 .content .picture {
    top: -30px;
    left: -50px;
}
/*group*/
.utc-page .home-mosaic.active .row.active .item.is2 .content .picture {
    left: -65px;
    top: 0px;
}
/*normal*/
.utc-page .home-mosaic .row .item.is2 .content .picture {
    left: -50px;
    top: 0px;
}

.utc-page .home-mosaic .row.active .item.active.is1 .content .picture,
.utc-page .home-mosaic .row.active .item.active.is3 .content .picture,
.utc-page .home-mosaic .row.active .item.active.is4 .content .picture,
.utc-page .home-mosaic .row.active .item.active.is2 .content .picture {
    left: 0;
}

    .utc-page .home-mosaic .item.is4and5 .is4,
    .utc-page .home-mosaic .item.is4and5 .is5 {
        /*width:341px;
        overflow:hidden;*/
    }

    .utc-page .home-mosaic .item.is4and5 .is4 {
        border-right: 2px solid #FFFFFF;
        margin-left: -2px;
    }

    .utc-page .home-mosaic.active .item.is4and5 .is4,
    .utc-page .home-mosaic.active .item.is4and5 .is5 {
        /*width:340px;*/
    }

        .utc-page .home-mosaic.active .item.is4and5 .is4 .picture {
            top: -50px;
        }

        .utc-page .home-mosaic.active .item.is4and5 .is5 .picture {
            top: -70px;
        }

    .utc-page .home-mosaic.active .row.active .item.is4and5 .is4,
    .utc-page .home-mosaic.active .row.active .item.is4and5 .is5 {
        /*width:260px;*/
    }

        .utc-page .home-mosaic.active .row.active .item.is4and5 .is4 .picture {
            top:0;
            left: -195px;
        }

        .utc-page .home-mosaic.active .row.active .item.is4and5 .is5 .picture {
        }

    .utc-page .home-mosaic.active .row.active .item.active.is4and5 .is4,
    .utc-page .home-mosaic.active .row.active .item.active.is4and5 .is5 {
        /*width:380px;*/
    }

        .utc-page .home-mosaic.active .row.active .item.active.is4and5 .is4 .picture {
            left: -70px;
        }

        .utc-page .home-mosaic.active .row.active .item.active.is4and5 .is5 .picture {
            left: -40px;
            top: 0px;
        }

    .utc-page .home-mosaic.active .row .item.is4and5 .bottom-area .more-link.centered {
        left: 50%;
        margin-left: 10px;
        position: absolute;
    }

        .ie8 .utc-page .home-mosaic .row .item.is4and5 .bottom-area .more-link.centered {
            left: 50%;
            margin-left: 10px;
            position: absolute;
        }

    .utc-page .home-mosaic .row .item.is4and5 .bottom-subtitle,
    .utc-page .home-mosaic .row .item .is5 .bottom-subtitle {
        display:block;
        position:absolute;
        top:-15px;
        left:0;
        width:100%;
        font-size:10px;
        text-transform:uppercase;
    }
        .utc-page .home-mosaic .row .item.is4and5 .bottom-subtitle span,
        .utc-page .home-mosaic .row .item .is5 .bottom-subtitle span {
            display: inline-block;
            margin-left: -8px;
            width: 50%;
            text-align: right;
        }

    .utc-page .home-mosaic.active .row .item.is4and5 .bottom-subtitle,
    .utc-page .home-mosaic.active .row.active .item.is4and5 .bottom-subtitle,
    .utc-page .home-mosaic.active .row.active .item.is4and5.active .bottom-subtitle {
        display: none;
    }

    .utc-page .home-mosaic .row .item.no-hover .content h4,
    .utc-page .home-mosaic.active .row.active .item.no-hover .content h4 {
        height:auto;
        overflow: hidden;
    }
    .utc-page .home-mosaic.active .row .item.no-hover .content h4 {
        height:0;
    }

/*=== IE 8/9 : BEGIN ===*/

.ie8 .inner-mosaic, 
.ie9 .inner-mosaic {
    height: 480px !important;
    overflow: hidden;
}

.ie8 .utc-page .home-mosaic .row .item.is4and5 .content .is4,
.ie9 .utc-page .home-mosaic .row .item.is4and5 .content .is4,
.ie8 .utc-page .home-mosaic .row .item.is4and5 .content .is5,
.ie9 .utc-page .home-mosaic .row .item.is4and5 .content .is5 {
    width: 50%;
}

.ie8 .utc-page .home-mosaic .row .item.no-hover .content .picture img,
.ie9 .utc-page .home-mosaic .row .item.no-hover .content .picture img,
.ie8 .utc-page .home-mosaic .row .item.is1and2 .content .is1 .picture img,
.ie9 .utc-page .home-mosaic .row .item.is1and2 .content .is1 .picture img,
.ie8 .utc-page .home-mosaic .row .item.is1and2 .content .is2 .picture img,
.ie9 .utc-page .home-mosaic .row .item.is1and2 .content .is2 .picture img,
.ie8 .utc-page .home-mosaic .row .item.is3 .content .picture img,
.ie9 .utc-page .home-mosaic .row .item.is3 .content .picture img,
.ie8 .utc-page .home-mosaic .row .item.is4and5 .content .is4 .picture img,
.ie9 .utc-page .home-mosaic .row .item.is4and5 .content .is4 .picture img,
.ie8 .utc-page .home-mosaic .row .item.is4and5 .content .is5 .picture img,
.ie9 .utc-page .home-mosaic .row .item.is4and5 .content .is5 .picture img {
    width: 100%;
    height: auto;
}

.ie8 .utc-page .home-mosaic .inner-mosaic .row .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic .inner-mosaic .row .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active.on-no-hover .inner-mosaic .row .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active.on-no-hover .inner-mosaic .row .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-active .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-active .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-active .item.no-hover.ie-active .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-active .item.no-hover.ie-active .text h4,
.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-transition .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-transition .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-transition .item.no-hover.ie-active .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row.ie-transition .item.no-hover.ie-active .text h4 {
    display: block;
}

.ie8 .utc-page .home-mosaic.ie-active .inner-mosaic .row .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active .inner-mosaic .row .item.no-hover .text h4,
.ie8 .utc-page .home-mosaic.ie-active.down-up .inner-mosaic .row .item.no-hover .text h4,
.ie9 .utc-page .home-mosaic.ie-active.down-up .inner-mosaic .row .item.no-hover .text h4 {
    display: none;
}


.ie8 .utc-page .home-mosaic.ie-active.on-no-hover .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active.on-no-hover .row .item.is4and5 .bottom-subtitle {
    display: block;
}

.ie8 .utc-page .home-mosaic.ie-active .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active .row .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.middle-down .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.middle-down .row .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.middle-up .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.middle-up .row .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.up-down .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.up-down .row .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.ie-active .row.ie-active .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active .row.ie-active .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.ie-active .row.ie-transition .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active .row.ie-transition .item.is4and5 .bottom-subtitle,
.ie8 .utc-page .home-mosaic.ie-active .row.ie-active .item.is4and5.ie-active .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active .row.ie-active .item.is4and5.ie-active .bottom-subtitle,
.ie8 .utc-page .home-mosaic.ie-active.middle-down .row .item.is4and5 .bottom-subtitle,
.ie9 .utc-page .home-mosaic.ie-active.middle-down .row .item.is4and5 .bottom-subtitle {
    display: none;
}

/* middle > up > middle */

.ie8 .utc-page .home-mosaic.middle-down .row-up .item .content .picture img,
.ie9 .utc-page .home-mosaic.middle-down .row-up .item .content .picture img,
.ie8 .utc-page .home-mosaic.down-middle .row-up .item .content .picture img,
.ie9 .utc-page .home-mosaic.down-middle .row-up .item .content .picture img {
    width:auto !important;
    height:100% !important;
}

/* middle > down > middle */

.ie8 .utc-page .home-mosaic.up-middle .row-down .item .content .picture,
.ie9 .utc-page .home-mosaic.up-middle .row-down .item .content .picture {
    width:100%;
}
    .ie8 .utc-page .home-mosaic.middle-up .row-down .item .content .picture img,
    .ie9 .utc-page .home-mosaic.middle-up .row-down .item .content .picture img,
    .ie8 .utc-page .home-mosaic.up-middle .row-down .item .content .picture img,
    .ie9 .utc-page .home-mosaic.up-middle .row-down .item .content .picture img,
    .ie8 .utc-page .home-mosaic.middle-up .row-down.ie-transition .item .content .picture img,
    .ie9 .utc-page .home-mosaic.middle-up .row-down.ie-transition .item .content .picture img,
    .ie8 .utc-page .home-mosaic.up-middle .row-down.ie-transition .item .content .picture img,
    .ie9 .utc-page .home-mosaic.up-middle .row-down.ie-transition .item .content .picture img,
    .ie8 .utc-page .home-mosaic.middle-up .row-down.ie-transition-out .item .content .picture img,
    .ie9 .utc-page .home-mosaic.middle-up .row-down.ie-transition-out .item .content .picture img,
    .ie8 .utc-page .home-mosaic.up-middle .row-down.ie-transition-out .item .content .picture img,
    .ie9 .utc-page .home-mosaic.up-middle .row-down.ie-transition-out .item .content .picture img,
    .ie8 .utc-page .home-mosaic.middle-up .row-down.ie-active .item .content .picture img,
    .ie9 .utc-page .home-mosaic.middle-up .row-down.ie-active .item .content .picture img,
    .ie8 .utc-page .home-mosaic.up-middle .row-down.ie-active .item .content .picture img,
    .ie9 .utc-page .home-mosaic.up-middle .row-down.ie-active .item .content .picture img  {
        width: auto;
        height: 100%;
    }
    .ie8 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .content .picture img,
    .ie9 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .content .picture img {
        width:503px;
        height:auto;
    }
    .ie8 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .is4 .content .picture img,
    .ie9 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .is4 .content .picture img,
    .ie8 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .is5 .content .picture img,
    .ie9 .utc-page .home-mosaic.ie-active .row-down.ie-active .item .is5 .content .picture img {
        width:503px;
        height:auto;
    }
.ie8 .utc-page .home-mosaic.up-middle .row-down .item.is3 .content .picture,
.ie9 .utc-page .home-mosaic.up-middle .row-down .item.is3 .content .picture {
    width:503px;
}

/* up > down > up */

.ie8 .utc-page .home-mosaic.down-up .row-down .item .content .picture img,
.ie9 .utc-page .home-mosaic.down-up .row-down .item .content .picture img,
.ie8 .utc-page .home-mosaic.up-down .row-down .item .content .picture img,
.ie9 .utc-page .home-mosaic.up-down .row-down .item .content .picture img {
    width: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 238px !important;
}
.ie8 .utc-page .home-mosaic.down-up .row-down .item.ie-next-active .content .picture img,
.ie9 .utc-page .home-mosaic.down-up .row-down .item.ie-next-active .content .picture img,
.ie8 .utc-page .home-mosaic.up-down .row-down .item.ie-next-active .content .picture img,
.ie9 .utc-page .home-mosaic.up-down .row-down .item.ie-next-active .content .picture img {
    width: 100% !important;
    height: auto !important;
}
.ie8 .utc-page .home-mosaic.down-up .row-up .item .content .picture img,
.ie9 .utc-page .home-mosaic.down-up .row-up .item .content .picture img,
.ie8 .utc-page .home-mosaic.up-down .row-up .item .content .picture img,
.ie9 .utc-page .home-mosaic.up-down .row-up .item .content .picture img {
    width: auto !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 238px !important;
}

.ie8 .utc-page .home-mosaic.up-down.ie-active .row-down.ie-active .item .content .picture img,
.ie9 .utc-page .home-mosaic.up-down.ie-active .row-down.ie-active .item .content .picture img {
    width:100%;
    height:auto;
}

.ie8 .utc-page .home-mosaic.down-up.ie-active .row-down.ie-transition .item .content .picture img,
.ie9 .utc-page .home-mosaic.down-up.ie-active .row-down.ie-transition .item .content .picture img {
    width: auto !important;
    height: 100% !important;
}

/*=== ie 8/9 : END =====*/

.utc-page .home-mosaic img {
    vertical-align: top;
    /*width: 100%;*/
}

.utc-page .home-mosaic .text {
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    display:table;
    height:100%;
}

    .utc-page .home-mosaic .text .text-inner {
        display:table-cell;
        padding:0 30px;
        vertical-align: middle;
    }

.utc-page .home-mosaic .content h3 {
    font-size: 22px;
    line-height: 23px;
    color: #000;
    margin-bottom: 16px;
}

.utc-page .home-mosaic.active .row-up:not(.active) .content h3 {
    margin-bottom: 0;
}

.utc-page .home-mosaic .content h4 {
    font-size: 13px;
    line-height: normal;
    color: #000;
    margin-bottom: 5px;
}

.utc-page .home-mosaic .bottom-area {
    background-color: rgba(0, 0, 0, 0.65);
    padding-left: 10px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: pointer;
    /*min-height: 101px;*/
}

.ie8 .utc-page .home-mosaic .bottom-area {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000');
}

.utc-page .home-mosaic .bottom-area a {
    color: #F87500;
    display: block;
    font-size: 15px;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 20px;
}

.utc-page .home-mosaic .bottom-area p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: normal;
    color: #fff;
}

.utc-page .home-mosaic .bottom-area .arrow {
    background: url("../images/home/orange-arrow-black-box.png") no-repeat 0 0;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 32px;
}

.utc-page .home-mosaic .bottom-area .right-text {
    font-size: 9px;
    color: #f87500;
    text-transform: uppercase;
    line-height: 32px;
    position: absolute;
    right: 15px;
    top: 0;
    display: block;
    -webkit-transition: width 0.25s ease, height 0.25s ease, opacity 0.1s ease !important;
    -moz-transition: width 0.25s ease, height 0.25s ease, opacity 0.1s ease !important;
    -o-transition: width 0.25s ease, height 0.25s ease, opacity 0.1s ease !important;
    -ms-transition: width 0.25s ease, height 0.25s ease, opacity 0.1s ease !important;
    transition: width 0.25s ease, height 0.25s ease, opacity 0.1s ease !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.utc-page .home-mosaic .item.active .bottom-area .right-text.active {
    opacity: 1;
    height: auto;
    -webkit-transition: width 0.25s ease, height 0.25s ease, opacity 0s ease !important;
    -moz-transition: width 0.25s ease, height 0.25s ease, opacity 0s ease !important;
    -o-transition: width 0.25s ease, height 0.25s ease, opacity 0s ease !important;
    -ms-transition: width 0.25s ease, height 0.25s ease, opacity 0s ease !important;
    transition: width 0.25s ease, height 0.25s ease, opacity 0s ease !important;
}

.ie8 .utc-page .home-mosaic .bottom-area .right-text,
.ie9 .utc-page .home-mosaic .bottom-area .right-text {
    display: none;
}

.ie8 .utc-page .home-mosaic .item.ie-active:hover .bottom-area .right-text,
.ie9 .utc-page .home-mosaic .item.ie-active:hover .bottom-area .right-text {
    display: block;
    opacity: 1;
    height: auto;
}

.utc-page .home-mosaic .bottom-area .bottom-text {
    height: 0px;
    width: 740px;
    overflow: hidden;
    -webkit-transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease !important;
    -moz-transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease !important;
    -o-transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease !important;
    -ms-transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease !important;
    transition: width 0.5s ease, height 0.5s ease, opacity 0.5s ease !important;
    opacity: 0;
}

.utc-page .home-mosaic .item.active .bottom-area .bottom-text {
    /*min-height: 48px;*/
}

    .utc-page .home-mosaic .item.active .bottom-area .bottom-text {
        height: auto;
        opacity: 1;
    }

.utc-page .home-mosaic .bottom-area .more-link {
    display: inline-block;
    margin-bottom: 5px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
    background: url("../images/home/orange-arrow.png") no-repeat scroll right center transparent;
    color: #FFFFFF;
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    text-transform: uppercase;
}

    .utc-page .home-mosaic .bottom-area .more-link:hover {
        text-decoration: underline;
    }

.utc-page .home-mosaic .item.active .bottom-area {
    top: auto;
    bottom: 0;
    margin-top: 0;
    padding-bottom: 5px;
}

    .utc-page .home-mosaic .item.active .bottom-area .arrow,
    .utc-page .home-mosaic .item.ie-active:hover .bottom-area .arrow {
        display: none;
    }

.utc-page .home-mosaic .item.is3 .bottom-area .bottom-text {
    width:480px;
}

/* Home Slider */
.utc-page .home-slider {
    /*background: url(../images/home/slider/homepage-bg-sky-desktop_2x.jpg) no-repeat center top #262626;*/
    background-size: 2048px auto;
    padding: 32px 0 33px;
    margin-bottom: 24px;
}
    /*.ie8 .utc-page .home-slider {
        filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Style Library/utc/images/home/slider/homepage-bg-sky-desktop.jpg', sizingMethod='scale');
        -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/Style Library/utc/images/home/slider/homepage-bg-sky-desktop.jpg', sizingMethod='scale')";
    }*/

    .utc-page .home-slider img {
        vertical-align: top;
        width: 100%;
    }

    .utc-page .home-slider .close-slider-modal {
        display: none;
        background: url(../images/home/close-black-box.png) no-repeat 0 0;
        width: 21px;
        height: 21px;
        position: absolute;
        top: -27px;
        right: 0;
        cursor: pointer;
    }

    .utc-page .home-slider .inner-wrapper {
        width: 960px;
        height: 411px;
        margin: 0 auto;
        position: relative;
    }

    .utc-page .home-slider .slider-wrapper {
        width: 960px;
        height: 411px;
        position: relative;
        overflow: hidden;
    }

    .utc-page .home-slider .background-images {
        overflow: hidden;
        position: relative;
        width: 960px;
        height: 411px;
        overflow: hidden;
    }

    .utc-page .home-slider .background-wrapper {
        position: absolute;
        bottom: -411px;
    }

    .utc-page .home-slider .inner-wrapper .inner-image-item {
        position: relative;
    }

    .utc-page .home-slider .inner-wrapper .image-item {
        display: none;
        height: 411px;
        width: 960px;
    }

        .utc-page .home-slider .inner-wrapper .image-item.active {
            display: block;
        }

        .utc-page .home-slider .inner-wrapper .image-item.active-next {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            padding-left: 100%;
            z-index: 9;
        }

    .utc-page .home-slider .grid .row {
        border-top: 3px solid transparent;
    }

        .utc-page .home-slider .grid .row:first-child {
            border-top: none;
        }

    .utc-page .home-slider .grid .grid-item {
        float: left;
        width: 318px;
        height: 204px;
        position: relative;
        border-left: 3px solid transparent;
        cursor: pointer;
    }

        .utc-page .home-slider .grid .grid-item.text-item {
            cursor: default;
        }

        .utc-page .home-slider .grid .grid-item:first-child {
            border-left: none;
        }

    .utc-page .home-slider .grid .text-item {
        background-color: #262626;
    }

    .utc-page .home-slider .grid .text {
        background-color: #262626;
        padding: 18px 13px 0 15px;
    }

        .utc-page .home-slider .grid .text h3 {
            font-size: 21px;
            color: #fff;
            margin-bottom: 24px;
        }

        .utc-page .home-slider .grid .text p {
            font-size: 12px;
            color: #fff;
            margin-bottom: 6px;
        }

    .utc-page .home-slider .grid .action-link {
        background-color: rgba(0,0,0,0.65);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /*height: 32px;*/
        line-height: 32px;
        font-size: 15px;
        color: #f87500;
        padding-left: 10px;
    }

        .utc-page .home-slider .grid .action-link .arrow {
            background: url(../images/home/orange-arrow-black-box.png) no-repeat 0 0;
            width: 32px;
            height: 32px;
            display: block;
            position: absolute;
            right: 0px;
            top: 0;
        }

    .utc-page .home-slider .text-box {
        background-color: rgba(0, 0, 0, 0.65);
        width: 331px;
        min-height: 168px;
        position: absolute;
        top: 18px;
        left: 14px;
    }

        .utc-page .home-slider .text-box .text-box-content {
            padding: 14px 14px 45px;
        }

    .utc-page .home-slider .text-box-content h2 {
        font-size: 16px;
        line-height: 18px;
        color: #f87500;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .utc-page .home-slider .text-box-content h3 {
        font-size: 17px;
        line-height: 20px;
        color: #fff;
        margin-bottom: 10px;
    }


    .utc-page .home-slider .text-box-content .more-link {
        background: url("../images/home/orange-arrow.png") no-repeat scroll right center transparent;
        color: #FFFFFF;
        display: inline-block;
        font-size: 11px;
        height: 21px;
        line-height: 21px;
        padding-right: 32px;
        text-transform: uppercase;
        position: absolute;
        bottom: 14px;
    }

        .utc-page .home-slider .text-box-content .more-link:hover {
            text-decoration: underline;
        }

.ie8 .utc-page .home-slider .text-box,
.ie8 .utc-page .home-slider .caption,
.ie8 .utc-page .home-slider .slider-nav,
.ie8 .utc-page .home-slider .grid .action-link {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000'); /* IE */
}

.utc-page .home-slider .camera-icon {
    background: url("../images/home/camera-white-icon.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    position: absolute;
    bottom: 47px;
    left: 14px;
    width: 25px;
    height: 22px;
}

.utc-page .home-slider .caption {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    bottom: 47px;
    left: 14px;
    min-height: 98px;
    width: 304px;
    display: none;
}

    .utc-page .home-slider .caption .text {
        padding: 12px 39px 12px 16px;
    }

    .utc-page .home-slider .caption p {
        color: #FFFFFF;
        font-family: Arial;
        font-size: 12px;
        margin: 0;
    }

.utc-page .home-slider .slider-nav {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 31px;
    z-index: 9;
}

    .utc-page .home-slider .slider-nav .prev-link,
    .utc-page .home-slider .slider-nav .next-link {
        display: block;
        position: absolute;
        bottom: 5px;
        font-size: 10px;
        line-height: 21px;
        text-transform: uppercase;
        color: #fff;
    }

    .utc-page .home-slider .slider-nav .prev-link {
        background: url(../images/home/previous.png) no-repeat left top;
        padding-left: 31px;
        left: 6px;
    }

    .utc-page .home-slider .slider-nav .next-link {
        background: url(../images/home/next.png) no-repeat right top;
        padding-right: 31px;
        right: 6px;
    }



/* Slider */
.utc-page .slider {
    background-color: #262626;
    overflow: hidden;
    margin-bottom: 22px;
}

    .utc-page .slider img {
        vertical-align: top;
    }

    .utc-page .slider .inner-wrapper {
        margin: 0 auto;
        width: 960px;
        position: relative;
    }

        .utc-page .slider .inner-wrapper .background-images {
            position: relative;
            overflow: hidden;
            margin: 0 -32px;
            width: 1024px;
            height: 476px;
        }

        .utc-page .slider .inner-wrapper .image-item {
            display: none;
        }

            .utc-page .slider .inner-wrapper .image-item.active {
                display: block;
            }

            .utc-page .slider .inner-wrapper .image-item.active-next {
                display: block;
                position: absolute;
                left: 0;
                top: 0px;
                padding-left: 100%;
            }

    .utc-page .slider .text-box {
        position: absolute;
        left: 0px;
        top: 28px;
        width: 347px;
    }

        .utc-page .slider .text-box .text-box-content {
            padding: 18px 11px 11px 13px;
            background-color: rgba(0, 0, 0, 0.65);
        }

.ie8 .utc-page .slider .text-box .text-box-content {
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000');*/ /* IE */
}

.utc-page .slider .text-box-content h3 {
    font-size: 19px;
    color: #fff;
    line-height: 21px;
    margin-bottom: 20px;
}

.utc-page .slider .text-box-content .text-slider {
    position: relative;
    background-color: rgba(0,0,0,0.7);
    padding: 14px;
    min-height: 105px;
}

.ie8 .utc-page .slider .text-box-content .text-slider {
    /*filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000');*/ /* IE */
}

.utc-page .slider .text-box-content .text-slider .text-item {
    display: none;
}

    .utc-page .slider .text-box-content .text-slider .text-item.active {
        display: block;
    }

    .utc-page .slider .text-box-content .text-slider .text-item.active-next {
        position: absolute;
        top: 14px;
        left: 14px;
        right: 14px;
    }

.utc-page .slider .text-box-content .text-slider h4 {
    font-size: 12px;
    color: #f87500;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.utc-page .slider .text-box-content .text-slider p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 19px;
    min-height: 48px;
}

.utc-page .slider .text-box-content .text-slider .more-link {
    background: url("../images/home/orange-arrow.png") no-repeat right center;
    color: #000000;
    display: inline-block;
    font-size: 11px;
    color: #fff;
    height: 21px;
    line-height: 21px;
    text-transform: uppercase;
    padding-right: 32px;
}

.utc-page .body-2cols .slider .text-box-content .text-slider .more-link {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url(../images/desktop/black-arrow-right.png);
}

.utc-page .slider .text-box-content .text-slider .more-link:hover {
    text-decoration: underline;
}

.utc-page .slider .slider-nav {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: -15px;
    right: -32px;
    bottom: 0;
    height: 50px;
    padding-left: 46px;
}

.ie8 .utc-page .slider .slider-nav {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000'); /* IE */
}

.utc-page .slider .slider-nav a {
    display: block;
    float: left;
    margin-left: 72px;
    font-size: 17px;
    line-height: 50px;
    color: #fff;
}

    .utc-page .slider .slider-nav a:first-child {
        margin-left: 0;
    }

    .utc-page .slider .slider-nav a.active,
    .utc-page .slider .slider-nav a:hover {
        color: #f87500;
    }

    .utc-page .slider .slider-nav a.active {
        background: url(../images/home/orange-triangle-big.png) no-repeat center top;
    }

.utc-page .slider .camera-icon {
    background: url(../images/home/camera-white-icon.png) no-repeat 0 0;
    display: block;
    width: 25px;
    height: 22px;
    position: absolute;
    left: 32px;
    bottom: 67px;
    cursor: pointer;
}

.utc-page .slider .caption {
    background-color: rgba(0, 0, 0, 0.65);
    width: 345px;
    min-height: 81px;
    position: absolute;
    left: 32px;
    bottom: 67px;
    display: none;
}

.ie8 .utc-page .slider .caption {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#aa000000', endColorstr='#aa000000'); /* IE */
}

.utc-page .slider .caption .text {
    position: relative;
    padding: 7px 39px 21px 15px;
}

.utc-page .slider .caption p {
    font-family: Arial;
    font-size: 12px;
    color: #fff;
    margin: 0;
}

.utc-page .home-slider .caption .close-caption,
.utc-page .slider .caption .close-caption {
    background: url(../images/home/close-white-icon.png) no-repeat 0 0;
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 11px;
    right: 11px;
    cursor: pointer;
}

.utc-page .body-2cols .slider {
}

    .utc-page .body-2cols .slider .inner-wrapper {
        width: 714px;
    }

        .utc-page .body-2cols .slider .inner-wrapper .background-images {
            margin: 0;
            width: 714px;
            height: 330px;
        }

        .utc-page .body-2cols .slider .inner-wrapper .image-item img {
            min-width: 100%;
        }

    .utc-page .body-2cols .slider .text-box {
        top: 0;
    }

        .utc-page .body-2cols .slider .text-box .text-box-content {
            background: none;
        }

    .utc-page .body-2cols .slider .text-box-content .text-slider {
        padding: 0;
        background: none;
    }

        .utc-page .body-2cols .slider .text-box-content .text-slider .text-item {
            position: absolute;
            left: 0;
            top: 0;
            width: 323px;
            min-height: 160px;
        }

            .utc-page .body-2cols .slider .text-box-content .text-slider .text-item.active-next {
                left: 0;
                top: 0;
                padding: 0;
                min-height: 160px;
            }

    .utc-page .body-2cols .slider .text-box-content h3 {
        margin-bottom: 11px;
        font-size: 26px;
        line-height: 27px;
        text-transform: uppercase;
    }

    .utc-page .body-2cols .slider .text-box-content h4 {
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: 15px;
        color: #fff;
        margin-bottom: 11px;
    }

    .utc-page .body-2cols .slider .text-box-content h5 {
        font-size: 20px;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        color: #fff;
        margin-bottom: 11px;
    }

    .utc-page .body-2cols .slider .text-box-content .text-slider p {
        margin-bottom: 10px;
        min-height: 0;
        font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    }

        .utc-page .body-2cols .slider .text-box-content .text-slider p,
        .utc-page .body-2cols .slider .text-box-content .text-slider p strong {
            color: #fff;
        }

            .utc-page .body-2cols .slider .text-box-content .text-slider p strong {
                font-size: 13px;
            }

/* gray-boxes-wrapper */

.utc-page .utc-homepage .gray-boxes-wrapper {
    width: 960px;
    margin: 0 auto 17px;
}

.utc-page .gray-boxes-wrapper .gray-box-text {
    background-color: #969696;
    float: left;
    position: relative;
    width: 220px;
    min-height: 239px;
}

    .utc-page .gray-boxes-wrapper .gray-box-text .content {
        padding: 14px 20px 29px 12px;
    }

    .utc-page .gray-boxes-wrapper .gray-box-text h3 {
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .utc-page .gray-boxes-wrapper .gray-box-text p {
        margin-bottom: 17px;
    }

        .utc-page .gray-boxes-wrapper .gray-box-text p,
        .utc-page .gray-boxes-wrapper .gray-box-text p a {
            font-weight: bold;
            font-size: 12px;
            font-family: Arial, helvetica, sans-serif;
            color: #fff;
        }

            .utc-page .gray-boxes-wrapper .gray-box-text p a:hover {
                text-decoration: underline;
            }

    .utc-page .gray-boxes-wrapper .gray-box-text .date {
        display: block;
        font-size: 11px;
        font-weight: normal;
		margin-top: 5px;
    }

    .utc-page .gray-boxes-wrapper .gray-box-text .more-link {
        background: url(../images/home/blue-arrow.png) no-repeat right center;
        font-size: 11px;
        text-transform: uppercase;
        line-height: 21px;
        color: #000;
        display: block;
        height: 21px;
        padding-right: 30px;
        position: absolute;
        bottom: 15px;
        left: 13px;
    }

        .utc-page .gray-boxes-wrapper .gray-box-text .more-link:hover {
            text-decoration: underline;
        }

.utc-page .utc-homepage .gray-boxes-wrapper .gray-box-image {
    float: right;
    width: 714px;
}

.utc-page .gray-boxes-wrapper .gray-box-image .news-item {
    background-color: #969696;
    float: left;
    margin-left: 24px;
    width: 222px;
}

    .utc-page .gray-boxes-wrapper .gray-box-image .news-item .content {
        padding: 9px 11px 0px 11px;
        min-height: 239px;
    }

    .utc-page .gray-boxes-wrapper .gray-box-image .news-item:first-child {
        margin-left: 0;
    }

    .utc-page .gray-boxes-wrapper .gray-box-image .news-item figure {
        margin-bottom: 9px;
    }

    .utc-page .gray-boxes-wrapper .gray-box-image .news-item img {
        width: 100%;
    }

    .utc-page .gray-boxes-wrapper .gray-box-image .news-item p {
        font-size: 13px;
        line-height: 17px;
        color: #fff;
    }

        .utc-page .gray-boxes-wrapper .gray-box-image .news-item p a {
            color: #fff;
        }

            .utc-page .gray-boxes-wrapper .gray-box-image .news-item p a:hover {
                color: #fff;
                text-decoration: underline;
            }

/* shared-area */
.utc-page .shared-area {
    width: 960px;
    margin: 0 auto 17px;
}

    .utc-page .shared-area .twitter-slider {
        background-color: #fff;
        float: left;
        width: 714px;
        height: 44px;
        overflow: hidden;
        position: relative;
    }

        .utc-page .shared-area .twitter-slider .username {
            padding: 16px 0 15px 11px;
            position: absolute;
            top: 0;
            left: 0;
            font-weight: bold;
            font-family: Arial, helvetica,sans-serif;
            font-size: 12px;
            color: #000;
			z-index: 1000;
        }

		.utc-page .shared-area .twitter-slider .username a {
			color: #000;
			vertical-align: top;
		}

		.utc-page .shared-area .twitter-slider .username a:hover {
			text-decoration: underline;
		}

		.utc-page .shared-area .twitter-slider .username img {
			margin-right: 9px;
            width: 17px;
            height: 12px;
		}

        .utc-page .shared-area .twitter-slider ul {
            position: absolute;
            width: 100%;
        }

        .utc-page .shared-area .twitter-slider li {
            list-style: none;
            overflow: hidden;
        }

        .utc-page .shared-area .twitter-slider .post {
            margin: 13px 10px 13px 79px;
            padding: 0;
            font-weight: normal;
            font-family: Arial, helvetica,sans-serif;
            font-size: 12px;
            line-height: 18px;
            color: #000;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }

            .utc-page .shared-area .twitter-slider .post a {
                color: #0060a9;
            }

                .utc-page .shared-area .twitter-slider .post a:hover {
                    color: #0060a9;
                    text-decoration: underline;
                }

    .utc-page .shared-area .social-links {
        position: static;
        float: right;
        background-color: #fff;
        padding: 8px 0 11px 0;
        text-align: center;
        width: 222px;
    }

        .utc-page .shared-area .social-links .text {
            font-size: 10px;
            line-height: 20px;
            color: #969696;
            text-transform: uppercase;
            display: inline-block;
            margin-right: 3px;
            margin-top: -2px;
            vertical-align: middle;
        }

        .utc-page .shared-area .social-links a {
            display: inline-block;
            height: 20px;
            -webkit-transition: none !important;
            -moz-transition: none !important;
            -o-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }

        .utc-page .shared-area .social-links .twitter-icon {
            background: url(../images/home/twitter-grey.png) no-repeat 0 8px;
            width: 17px;
            margin-right: 6px;
        }

            .utc-page .shared-area .social-links .twitter-icon:hover {
                background-position: 0 -16px;
            }

        .utc-page .shared-area .social-links .linkedin-icon {
            background: url(../images/home/linkedin-grey.png) no-repeat 0 7px;
            width: 15px;
            margin-right: 8px;
        }

            .utc-page .shared-area .social-links .linkedin-icon:hover {
                background-position: 0 -19px;
            }

        .utc-page .shared-area .social-links .fb-icon {
            background: url(../images/home/facebook-grey.png) no-repeat 0 5px;
            width: 9px;
            margin-right: 10px;
        }

            .utc-page .shared-area .social-links .fb-icon:hover {
                background-position: 0 -29px;
            }

        .utc-page .shared-area .social-links .mail-icon {
            background: url(../images/home/email-grey.png) no-repeat 0 9px;
            width: 15px;
            margin-right: 0;
        }

            .utc-page .shared-area .social-links .mail-icon:hover {
                background-position: 0 -9px;
            }

/* ===== Article Styles ========================================================================== */

/*=== content block ===*/

.utc-page .content-block {
    position: relative;
    padding-bottom: 37px;
}

    .utc-page .content-block h1 {
        /*font-weight: bold;*/
        font-size: 24px;
        /*font-family: Arial;*/
        color: #000;
        margin-bottom: 6px;
    }

		.ie8 .utc-page .content-block h1 {
			/*font-weight: bold !important;*/
		}

        .utc-page .content-block h1.bigger {
            font-size: 30px;
            line-height: 33px;
        }

    .utc-page .content-block h2 {
        font-size: 14px;
        color: #000;
        margin-bottom: 9px;
    }
    .utc-page .content-block h2.vspace {
        margin-bottom: 32px;
    }
    .utc-page .content-block .box-left.valign-img {
        margin-top: 3px;
    }

    .utc-page .content-block .date-text {
        font-weight: bold;
        font-size: 12px;
        font-family: Arial;
        color: #000;
        margin-bottom: 31px;
    }

    .utc-page .content-block .video-player {
        margin-bottom: 37px;
    }

        .utc-page .content-block .video-player .image {
            display: block;
            position: relative;
            margin-bottom: 14px;
        }

        .utc-page .content-block .video-player .play-icon {
            background: url(../images/desktop/video-play.png) no-repeat 0 0;
            display: block;
            cursor: pointer;
            width: 68px;
            height: 92px;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -45px 0 0 -24px;
        }

    .utc-page .content-block figcaption {
        margin-top: 15px;
        font-size: 11px;
        font-family: Arial;
        color: #000;
        line-height: 13px;
    }

    .utc-page .content-block p {
        font-size: 13px;
        font-family: Arial;
        line-height: 17px;
        color: #000;
        margin-bottom: 17px;
    }

.utc-page .video-player .flowplayer.is-paused .fp-timeline {
		display: none;
	}

	.utc-page .video-player .flowplayer.is-paused.is-mouseover .fp-timeline,
	.utc-page .video-player .flowplayer.is-playing .fp-timeline {
		display: block;
	}

.utc-page .slide-show {
    float: left;
    margin-right: 40px;
    margin-bottom: 37px;
    position: relative;
}

    .utc-page .slide-show .image-block {
        position:relative;
    }

    .utc-page .slide-show .show-slide-link {
        display: inline-block;
        background-color: #fff;
        padding-left: 8px;
        font-size: 12px;
        color: #000;
        line-height: 35px;
        text-transform: uppercase;
        position: absolute;
        left: 11px;
        bottom: 11px;
    }

        .utc-page .slide-show .show-slide-link .arrow {
            display: inline-block;
            float: right;
            background: #fff url(../images/desktop/black-arrow-box-upper-right.png) no-repeat center center;
            width: 37px;
            height: 35px;
        }

    .utc-page .slide-show.centered {
        float: none;
        max-width: 648px;
        margin-right:0;
        text-align: center;
    }
        .utc-page .slide-show.centered .image-block {
            display: inline-block;
        }

.utc-page .content-block .tag-links {
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

    .utc-page .content-block .tag-links a {
        color: #636363;
        text-decoration: none;
    }

        .utc-page .content-block .tag-links a:hover {
            color: #0060a9;
            text-decoration: underline;
        }

.utc-page .content-block .social-links {
    right: 0;
    bottom: 0;
    top: auto;
}

/*=== aside left ===*/
.utc-page .aside-left {
    float: left;
    width: 170px;
    /*padding-left: 9px;*/
    padding-bottom: 65px;
}

    /*== left menu (MOVE TO GLOBAL) ==*/
    .utc-page .aside-left .left-menu {
        float: none;
        margin-bottom: 47px;
		width: 161px;
    }

    .ie8 .utc-page .aside-left .picture img {
        width: 100%;
        height:auto;
    }

.ie8 .utc-page .aside-left .download-sidebar .picture img {
    width: auto;
}

/*== flat-gray ==*/

.gray-flat {
    background: #e5e5e6;
    padding: 16px 11px;
    margin: 0 0 10px 0;
}

    .gray-flat h1 {
        font-size: 10px;
        text-transform: uppercase;
        margin-bottom: 14px;
    }

    .gray-flat.tweets h1 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-left: 26px;
        background: url(../images/desktop/twitter-feed-blue.png) no-repeat left center;
    }

		.gray-flat.tweets h1 a {
			color: #000;
		}

		.gray-flat.tweets h1 a:hover {
			text-decoration: underline;
		}

.ie8 .gray-flat.tweets h1 {
    font-weight: 700 !important;
}

.gray-flat ul.social-list {
    padding: 0;
    margin: 0;
    display: table;
}

    .gray-flat ul.social-list li {
        list-style: none;
        display: table-cell;
        vertical-align: middle;
        padding-left: 18px;
    }

        .gray-flat ul.social-list li a {
            display: block;
        }

        .gray-flat ul.social-list li:first-child {
            padding-left: 0;
        }

        .gray-flat ul.social-list li img {
            vertical-align: top;
        }

            .gray-flat ul.social-list li img.hover {
                display: none;
            }

        .gray-flat ul.social-list li a:hover img {
            display: none;
        }

        .gray-flat ul.social-list li a:hover .visible-phone img {
            display: block;
        }

        .gray-flat ul.social-list li a:hover img.hover {
            display: block;
        }

.gray-flat.tweets .tweets-content {
    position: relative;
    height: 350px;
    overflow: auto;
}

.gray-flat.tweets ul {
}

    .gray-flat.tweets ul li {
        margin-bottom: 15px;
        list-style: none;
    }

.gray-flat.tweets li p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    color: #000;
}

    .gray-flat.tweets li p a {
        color: #0060a9;
    }

        .gray-flat.tweets li p a:hover {
            text-decoration: underline;
        }

.gray-flat.tweets li span.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: 600;
    color: #000;
}

.gray-flat.rss {
    padding: 12px 11px;
}

    .gray-flat.rss a {
        background: url(../images/desktop/rss-black.png) no-repeat left top;
        padding: 0 0 0 24px;
        font-size: 10px;
        text-transform: uppercase;
        color: #0060a9;
        line-height: 15px;
        display: inline-block;
        vertical-align: top;
    }

        .gray-flat.rss a:hover {
            color: #0060a9;
            text-decoration: underline;
        }

.aside-left .gray-flat {
    padding: 14px 11px;
	margin-right: 9px;
}

    .aside-left .gray-flat h1 {
        font-size: 11px;
    }

    .aside-left .gray-flat ul.social-list li {
        padding-left: 15px;
    }

        .aside-left .gray-flat ul.social-list li:first-child {
            padding-left: 0;
        }

/*== box-dark-gray ==*/

.box-dark-gray {
    overflow: hidden;
    background: #b4b4b5;
    padding: 19px 17px;
}

    .box-dark-gray h2 {
        color: #fff;
        margin-bottom: 15px;
        font-size: 13px;
        text-transform: uppercase;
    }

    .box-dark-gray p {
        margin-bottom: 20px;
    }

        .box-dark-gray p,
        .box-dark-gray p a {
            color: #fff;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            font-weight: normal; /*600*/
        }

            .box-dark-gray p a:hover {
                text-decoration: underline;
            }

    .box-dark-gray span.date {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: normal;
    }

    .box-dark-gray .more-arrow-link {
        display: block;
        float: left;
        padding: 4px 30px 4px 0;
        font-size: 11px;
        color: #000;
        line-height: 14px;
        text-transform: uppercase;
        background: url(../images/desktop/blue-arrow.png) no-repeat right center;
    }

        .box-dark-gray .more-link:hover,
        .box-dark-gray .more-arrow-link:hover {
            text-decoration: underline;
        }

/*== box-stock-information ==*/

.box-stock-information {
    overflow: hidden;
    margin: 0 0 10px;
    padding: 11px;
    background: #e5e5e6;
}

    .box-stock-information h2 {
        font-size: 13px;
        color: #000;
        text-transform: uppercase;
    }

    .box-stock-information p {
        margin: 0 0 15px;
        font-size: 14px;
    }

        .box-stock-information p strong {
            font-size: 20px;
            color: #f87500;
        }

        .box-stock-information p .up-arrow {
            font-size: 19px;
        }

    .box-stock-information .data-list {
        margin-bottom: 15px;
    }

        .box-stock-information .data-list li {
            margin-bottom: 5px;
            text-transform: uppercase;
            list-style: none;
            position: relative;
            font-size: 12px;
        }

            .box-stock-information .data-list li span {
                position: absolute;
                top: 0px;
                right: 0px;
            }

    .box-stock-information .more-arrow-link {
        display: block;
        float: left;
        padding: 4px 30px 4px 0;
        font-size: 11px;
        color: #000;
        line-height: 14px;
        text-transform: uppercase;
        background: url(../images/desktop/orange-arrow-box.png) no-repeat right center;
    }

        .box-stock-information .more-arrow-link:hover {
            text-decoration: underline;
        }

/*== box-white ==*/

.box-white {
    margin: 0px 9px 10px 0px;
    padding: 15px 10px 5px;
    border: 1px solid #080809;
}

    .box-white h2 {
        font-size: 11px;
        text-transform: uppercase;
    }

    .box-white p {
        font-size: 12px;
    }

        .box-white p a {
        }

			.box-white p a:hover {
				text-decoration: underline;
			}

/*== box background ==*/
.box-background {
    position: relative;
    margin: 0 9px 10px 0;
}

    .box-background .background img {
        width: 100%;
        height: auto;
        vertical-align: top;
    }

    .box-background .content {
        position: absolute;
        top: 15px;
        left: 11px;
        width: 139px;
    }

        .box-background .content h3 {
            font-size: 11px;
            line-height: 13px;
            color: #fff;
            text-transform: uppercase;
            width: 134px;
        }

            .box-background .content h3 a {
                font-size: 11px;
                line-height: 13px;
                color: #fff;
                text-transform: uppercase;
            }

                .box-background .content h3 a:hover {
                    text-decoration: underline;
                }

        .box-background .content .more-link {
            background: url("../images/home/blue-arrow.png") no-repeat right center;
            font-size: 11px;
            line-height: 21px;
            color: #fff;
            text-transform: uppercase;
            display: block;
        }

            .box-background .content .more-link:hover {
                text-decoration: underline;
            }

/*== box-gray ==*/

.box-gray {
    margin: 0px 9px 10px 0px;
    padding: 11px 11px 11px;
    background: #e5e5e6;
}

    .aside-left.no-float .box-gray { /*fixed for no-float implementation on aside*/
        overflow: hidden;
    }

	.box-gray.light-blue {
		background-color: #c2d9eb;
	}

    .box-gray.just-link {
        padding: 9px 11px;
    }

    .aside-right .box-gray.just-link {
        margin-right: 0;
    }

        .aside-right .box-gray.just-link .more-arrow-link {
            width: 175px;
        }

    .box-gray h2 {
        padding: 0;
        margin-bottom: 11px;
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
    }

        .box-gray h2,
        .box-gray h2 a {
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
        }

            .box-gray h2.with-separator {
                padding-top: 3px;
                padding-bottom: 15px;
                margin-bottom: 14px;
                border-bottom: 1px solid #686767;
            }


            .box-gray h2 .blue-arrow,
            .box-gray h2 .black-arrow {
                margin: -5px 0;
                padding: 5px 25px 4px 0;
                display: block;
            }

            .box-gray h2 .blue-arrow {
                background: url(../images/desktop/blue-arrow.png) no-repeat right center;
            }

            .box-gray h2 .black-arrow {
                background: url(../images/desktop/black-arrow-box.png) no-repeat right center;
            }

    .box-gray .link-list p {
        margin-top: 15px;
    }

        .box-gray .link-list p:first-child {
            margin-top: 0;
        }

    .box-gray figure {
        margin: 0 0 5px;
    }

        .box-gray figure img {
            max-width: 100%;
        }

        .box-gray figure.video-item {
            position: relative;
        }

            .box-gray figure.video-item .play-icon {
                    background: url(../images/play-icon/play-39-desktop.png) no-repeat 0 0;
                display: block;
                    width: 39px;
                    height: 39px;
                position: absolute;
                left: 50%;
                top: 50%;
                    margin: -19px 0 0 -19px;
            }

            .box-gray figure.video-item img {
                border: 1px solid #010101;
            }

    .box-gray p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 0;
    }

        .box-gray p a {
            color: #000;
        }

        .box-gray p.blue a {
            color: #0060a9;
        }

    .box-gray .link-out {
        font-size: 10px;
        color: #0060a9;
        text-transform: uppercase;
    }

        .box-gray .link-out .icon-link-out {
            margin-left: 4px;
        }

    .box-gray .out-link {
        font-size: 10px;
        color: #0060a9;
        text-transform: uppercase;
    }

    .box-gray .out-link-arrow {
        background: url("../images/desktop/link-out.png") no-repeat right center;
        font-size: 10px;
        color: #0060a9;
        text-transform: uppercase;
        display: inline-block;
        padding-right: 15px;
    }

    .box-gray a:hover {
        text-decoration: underline;
    }

    .box-gray .more-link-bottom {
        border-top: 1px solid #686767;
        margin-top: 15px;
        padding-top: 7px;
    }

        .box-gray .more-link-bottom a {
            background: url("../images/desktop/blue-arrow.png") no-repeat scroll right center transparent;
            font-size: 11px;
            line-height: 21px;
            color: #000;
            display: block;
            height: 21px;
            padding-right: 33px;
            text-transform: uppercase;
        }

    .box-gray p label {
        display: block;
        margin: 0 0 10px;
        font-size: 10px;
    }

    .box-gray p select {
        width: 100%;
        font-size: 10px;
        height: 24px;
        line-height: 24px;
        padding: 5px 0;
    }

    .box-gray .more-link,
    .box-gray .more-arrow-link {
        font-size: 10px;
        line-height: normal;
        color: #0060a9;
        text-transform: uppercase;
    }

        .box-gray .more-link:hover,
            .box-gray .more-arrow-link:hover,
		    .box-gray .more-link:focus,
            .box-gray .more-arrow-link:focus {
            text-decoration: underline;
        }

    .box-gray .more-arrow-link,
    .box-gray.text-black .more-arrow-link.blue {
        /*float: left;*/
        display: table-cell;
        padding: 0 25px 0 0;
        width: 114px;
        font-size: 11px;
        color: #000;
        line-height: 14px;
        height: 21px;
        vertical-align: middle;
        background: url(../images/desktop/blue-arrow.png) no-repeat right center;
    }

        .box-gray .more-arrow-link.black,
        .box-gray.text-black .more-arrow-link {
            background: url(../images/desktop/black-arrow-box.png) no-repeat right center;
        }


/*=== single filter ===*/
.single-filter {
    margin-bottom: 35px;
    position: relative;
}

    .single-filter label {
        color: #636363;
        display: block;
        font-size: 10px;
        margin: 0 0 9px;
        text-transform: uppercase;
    }

    .single-filter select {
        width: 160px;
    }

    .single-filter .more-link {
        background: url("../images/desktop/blue-arrow.png") no-repeat scroll right center;
        font-size: 11px;
        line-height: 21px;
        color: #000;
        text-transform: uppercase;
        display: block;
        padding-right: 30px;
        position: absolute;
        right: 0;
        top: 21px;
    }

        .single-filter .more-link:hover {
            text-decoration: underline;
        }

/*=== random slideshow box ===*/
.random-slideshow-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 37px;
}

    .random-slideshow-box .image-item {
        display: none;
        position: relative;
    }

        .random-slideshow-box .image-item img {
            vertical-align: top;
        }

        .random-slideshow-box .image-item .inner-image-item {
            position: relative;
        }

        .random-slideshow-box .image-item.active {
            display: block;
        }

        .random-slideshow-box .image-item.active-next {
            display: block;
            padding-left: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index:2;
        }

        .random-slideshow-box .image-item .text {
            background-color: rgba(54,54,54,0.65);
            position: absolute;
            left: 15px;
            top: 18px;
            width: 263px;
            padding: 11px 26px 15px 14px;
        }

.ie8 .random-slideshow-box .image-item .text {
    background-color: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#65363636,endColorstr=#65363636);
    zoom: 1;
}

.random-slideshow-box .image-item .text p {
    font-size: 19px;
    line-height: 23px;
    color: #fff;
}

/*=== video gallery ===*/
.video-gallery-box {
    padding-top: 16px;
}

    .video-gallery-box .video-gallery-row {
        padding-bottom: 15px;
        margin-bottom: 16px;
        border-bottom: 1px solid #bfbfc0;
    }

        .video-gallery-box .video-gallery-row.last-row {
            margin-bottom: 0;
            /*border-bottom: none;*/
        }

    .video-gallery-box .video-content {
        float: left;
        width: 225px;
        margin-left: 19px;
    }

        .video-gallery-box .video-content:first-child {
            margin-left: 0;
        }

        .video-gallery-box .video-content .video-item {
            position: relative;
            margin-bottom: 14px;
        }

            .video-gallery-box .video-content .video-item img {
                vertical-align: top;
                width: 225px;
            }

        .video-gallery-box .video-content h3,
        .video-gallery-box .video-content h3 a {
            font-size: 16px;
            line-height: 18px;
            font-family: Arial;
            font-weight: bold;
            color: #000;
            margin-bottom: 4px;
        }

            .video-gallery-box .video-content h3 a:hover {
                text-decoration: underline;
            }

        .video-gallery-box .video-content .date-text {
            font-size: 12px;
            line-height: 15px;
            font-family: Arial;
            font-weight: normal;
            color: #000;
            margin-bottom: 0;
        }

        .video-gallery-box .video-content .play-icon {
            background: url(../images/play-icon/play-39-desktop.png) no-repeat 0 0;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -19px 0 0 -19px;
            width: 39px;
            height: 39px;
            cursor: pointer;
        }

/*=== video gallery detail  ===*/
.utc-page .video-gallery-detail .content-block h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 9px;
}

.utc-page .video-gallery-detail .content-block .video-player figcaption {
    margin-top: 16px;
}

.utc-page .video-player,
.utc-page .video-gallery-detail .content-block .video-player {
    position: relative;
    overflow: hidden;
}

.utc-page .video-gallery-detail .content-block .video-player {
    margin-bottom: 34px;
}

    .utc-page .video-player img.video-thumb,
    .utc-page .video-gallery-detail .content-block .video-player img.video-thumb,
	.slideshow .slideshow-video img.video-thumb {
        position: absolute;
        top: 0;
		bottom: 0;
        width: 100%;
		margin: auto;
    }

	.ie8 .utc-page .video-gallery-detail .content-block .video-player .flowplayer {
		position: static;
	}

.utc-page .video-gallery-detail .content-block .news-list h1 {
    padding-bottom: 11px;
    border-bottom-width: 6px;
}

.utc-page .video-gallery-detail .news-list article {
    padding: 16px 15px 15px 185px;
    border-top: none;
    border-bottom: 1px solid #C4C4C5;
}

    .utc-page .video-gallery-detail .news-list article figure.graph {
        margin-left: -185px;
        position: relative;
    }

        .utc-page .video-gallery-detail .news-list article figure.graph .play-icon {
            background: url(../images/play-icon/play-39-desktop.png) no-repeat 0 0;
            display: block;
            position: absolute;
            left: 50%;
            top: 50%;
            margin: -19px 0 0 -19px;
            width: 39px;
            height: 39px;
            cursor: pointer;
        }

    .utc-page .video-gallery-detail .news-list article h4 {
        margin-bottom: 4px;
    }

/*== filter-list ==*/
.filter-title {
    font-size:14px;
}
.filter-list {
    display: table;
    padding: 0 0 20px;
}

    .filter-list li {
        display: table-cell;
        padding: 0 20px 20px 0;
        width: 160px;
    }

        .filter-list li label {
            display: block;
            font-size: 10px;
            color: #636363;
            text-transform: uppercase;
            margin: 0 0 5px;
        }

        .filter-list li select {
            width: 100%;
        }

        .filter-list li.years-item {
            width: 106px;
        }
        .filter-list li.submit-list-item {
            width:35px;
            padding-right:0;
            text-align:right;
        }
            .filter-list li.submit-list-item label {
                width:100%;
            }
            .filter-list li.submit-list-item .btn {
                text-align:center;
                display:inline-block;
                padding: 0;
                background: none repeat scroll 0 0 #0060A9;
                border: 0 none;
                color: #FFFFFF;
                cursor: pointer;
                width: 35px;
                height: 24px;
                font-weight: bold;
                line-height: 24px;
                text-transform: uppercase;
                -webkit-appearance: none;
            }

    .utc-page .filter-list .aws-control .aws-control-select .value {
        font-size: 11px !important;
        line-height: 22px !important;
    }

.news-list {
}

    .news-list h1,
    .utc-page .content-block .news-list h1 {
        padding-bottom: 16px;
        margin: 0;
        font-size: 20px;
        border-bottom: 5px solid #000;
    }

	.news-list h1.empty-h1,
	.utc-page .content-block .news-list h1.empty-h1 {
		padding-bottom: 3px;
	}

    .news-list article {
        overflow: hidden;
        padding: 15px 15px 15px 185px;
        border-bottom: 1px solid #c4c4c5;
    }
    .news-list article.small {
        padding-left: 124px;
    }

        .news-list article.first-child {
        }

        .news-list article figure.graph {
            float: left;
            margin-left: -185px;
        }
        .news-list article.small figure.graph {
            margin-left: -124px;
        }

		.news-list article h4 {
            margin-bottom: 10px;
        }

        .news-list article h4.less-margin {
            margin-bottom: 3px !important;
        }

            .news-list article h4,
            .news-list article h4 a {
                font-size: 16px;
                color: #000;
				line-height: 19px;
            }

                .news-list article h4 a:hover {
                    text-decoration: underline;
                }
        .news-list article h5 {
            margin-bottom: 10px;
            font-size: 10px;
            text-transform: uppercase;
        }

        .news-list article p {
            font-size: 12px;
        }

            .news-list article p.text {
                margin-top: -7px;
            }

        .news-list article a.more-link {
            font-size: 11px;
            line-height: 21px;
            color: #0060a9;
            text-transform: uppercase;
            display: inline-block;
            padding-right: 30px;
        }

			.news-list .inthenews-list article a.more-link {
				font-size: 10px;
				line-height: 15px;
			}

.photo-gallery-list {
    overflow: hidden;
}

    .photo-gallery-list .row {
        overflow: hidden;
        border-top: 1px solid #bfbfc0;
        padding-top: 18px;
    }

        .photo-gallery-list .row:first-child {
            border: 0;
        }

    .photo-gallery-list .photo-content {
        position: relative;
        float: left;
        margin: 0 0 15px 18px;
        padding: 11px 12px 10px 12px;
        width: 202px;
        border-bottom: 10px solid;
        background: #e5e5e6;
        list-style: none;
    }

        .photo-gallery-list .photo-content.cyan {
            border-bottom-color: #6eb8b5;
        }

        .photo-gallery-list .photo-content.orange {
            border-bottom-color: #dd8d19;
        }

        .photo-gallery-list .photo-content.green {
            border-bottom-color: #8b9f3b;
        }

        .photo-gallery-list .photo-content.blue {
            border-bottom-color: #0060a9;
        }

        .photo-gallery-list .photo-content:first-child {
            margin-left: 0;
        }

        .photo-gallery-list .photo-content figure.photo-item {
            margin: 0 0 11px;
            min-height: 135px;
        }

        .photo-gallery-list .photo-content h3,
        .photo-gallery-list .photo-content h3 a {
            font-size: 12px;
            color: #000;
            line-height: 14px;
        }

        .photo-gallery-list .photo-content h3 {
            margin-bottom: 17px;
        }

            .photo-gallery-list .photo-content h3 a:hover {
                text-decoration: underline;
            }

        .photo-gallery-list .photo-content .more-link-icon {
            display: block;
            position: absolute;
            bottom: 11px;
            right: 11px;
            width: 21px;
            height: 21px;
            background: url("../images/desktop/blue-arrow.png") no-repeat scroll right center transparent;
        }


/*=== Grey H Menu ===*/
.utc-page .grey-hmenu {
    background-color: #636363;
    padding: 16px 8px 18px 14px;
    margin-top: 20px;
}
.utc-page .body-2cols .grey-hmenu.community-box {
    margin-bottom: 75px;
}

    .utc-page .grey-hmenu h3 {
        font-size: 11px;
        line-height: 13px;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 15px;
    }

    .utc-page .grey-hmenu .options {
        display: table;
        width: 100%;
    }

        .utc-page .grey-hmenu .options a {
            display: table-cell;
            font-family: Arial;
            font-size: 11px;
            font-weight: bold;
            color: #fff;
            border-left: 1px solid #d1d1d1;
        }

            .utc-page .grey-hmenu .options a:first-child {
                padding-left: 0;
                border-left: none;
            }

            .utc-page .grey-hmenu .options a:hover {
                text-decoration: underline;
            }

            .utc-page .grey-hmenu .options a.last-child {
                padding-right: 0;
            }

        .utc-page .grey-hmenu .options .bis {
            padding-left: 14px;
			width: 137px;
        }

        .utc-page .grey-hmenu .options .pw {
            padding-left: 14px;
            width: 123px;
        }

        .utc-page .grey-hmenu .options .utas {
            padding-left: 14px;
            width: 122px;
        }

        .utc-page .grey-hmenu .options .sikorsky {
            padding-left: 14px;
			width: 85px;
        }

		.utc-page .grey-hmenu .options .utrc {
            padding-left: 14px;
        }

/*=== related stories ===*/
.utc-page .related-stories {
    background-color: #e5e5e6;
    padding: 15px 11px 12px 11px;
    margin-right: 9px;
    margin-bottom: 10px;
}

    .utc-page .related-stories .content-item {
        padding-bottom: 17px;
        margin-bottom: 18px;
        border-bottom: 1px solid #686767;
    }

    /*.utc-page .related-stories .content-item.last-child {
            margin-bottom: 12px;
        }

        .utc-page .related-stories .content-item.second-child {
            padding-bottom: 25px;
        }*/

    .utc-page .related-stories h3 {
        font-size: 11px;
        color: #000;
        text-transform: uppercase;
        padding-bottom: 14px;
        margin-bottom: 18px;
        border-bottom: 1px solid #686767;
    }

    .utc-page .related-stories figure {
        margin-bottom: 5px;
    }

    .utc-page .related-stories p {
        color: #000000;
        font-family: Arial;
        font-size: 12px;
        line-height: 13px;
        margin-bottom: 0px;
    }

        .utc-page .related-stories p.blue a {
            color: #0060A9;
            font-family: Arial;
            font-size: 12px;
            line-height: 13px;
        }

            .utc-page .related-stories p.blue a:hover {
                text-decoration: underline;
            }

    .utc-page .related-stories .read-more-link {
        font-size: 10px;
        color: #0060a9;
        text-transform: uppercase;
    }

        .utc-page .related-stories .read-more-link:hover {
            text-decoration: underline;
        }

    .utc-page .related-stories .more-link {
        background: url(../images/desktop/black-arrow-box.png) no-repeat right center;
        display: block;
        height: 21px;
        padding-right: 21px;
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase;
        color: #000;
    }

        .utc-page .related-stories .more-link:hover {
            text-decoration: underline;
        }

        .utc-page .related-stories .more-link.blue {
            background: url("../images/desktop/blue-arrow.png") no-repeat right center;
        }

/*== box-left ==*/

.utc-page .content-block .box-left {
    float: left;
    width: 223px;
    margin: 0 20px 20px 0;
}

    .utc-page .content-block .box-left h3 {
        font-size: 11px;
        text-transform: uppercase;
    }

    .utc-page .content-block .box-left img {
        margin-bottom: 10px;
    }

    .utc-page .content-block .box-left p {
        font-size: 12px;
    }

    .utc-page .content-block .box-left figcaption {
    }

        .utc-page .content-block .box-left figcaption p {
            font-size: 16px;
            line-height: 20px;
            color: #636363;
        }

            .utc-page .content-block .box-left p a,
            .utc-page .content-block .box-left figcaption p a {
                color: #0060a9;
            }

                .utc-page .content-block .box-left p a:hover,
                .utc-page .content-block .box-left figcaption p a:hover {
                    text-decoration: underline;
                }

    .utc-page .content-block .box-left.gray {
        padding: 15px;
        background: #e5e5e6;
		margin-bottom: 50px;
    }

/* ===== SlideShow Styles ========================================================================== */

.slideshow {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    zoom: 1;
    z-index: 10;
}

.ie8 .slideshow {
    background: url(../images/bg-ie-transparent.png) repeat left top;
}

.slideshow:not([dummy]) {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='false');
}

.utc-mobile-page-body.ajax-content .slideshow {
    top: -100px;
}


.slideshow .slideshow-container {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -480px;
    padding: 30px;
    width: 900px;
    min-height: 400px;
    background: #686767;
}

/*slideshow images*/
.slideshow .slideshow-images {
    position: relative;
    overflow: hidden;
    /*height: 600px;*/
}

    .slideshow .slideshow-images .item-list {
    }

        .slideshow .slideshow-images .item-list .slideshow-item {
            position: absolute;
            display: none;
            width: 900px;
            background: #686767;
            text-align: center;
        }

            .slideshow .slideshow-images .item-list .slideshow-item.active {
                position: relative;
                display: block;
            }

            .slideshow .slideshow-images .item-list .slideshow-item.active-next,
            .slideshow .slideshow-images .item-list .slideshow-item.active-prev {
                display: block;
                position: absolute;
                top: 0;
                z-index: 10;
            }

            .slideshow .slideshow-images .item-list .slideshow-item.active-next {
                right: -100%;
            }

            .slideshow .slideshow-images .item-list .slideshow-item.active-prev {
                left: -100%;
            }

.slideshow .slideshow-caption {
    padding: 10px 0 0;
    min-height: 30px;
    font-size: 13px;
    line-height: normal;
    color: #fff;
}

/*slideshow video*/
.slideshow.video .slideshow-container {
    background: none;
}

.slideshow .slideshow-video {
    margin: 0 -30px -30px;
    position: relative;
    overflow: hidden;
    background: #000;
    /*height: 540px;*/
}

    .slideshow .slideshow-video img {
        width: 100%;
        height: auto;
    }

.slideshow .prev-link,
.slideshow .next-link {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -52px;
    z-index: 10;
    background-color: rgba(0,0,0,0.5);
    background-position: center center;
    background-repeat: no-repeat;
}

.slideshow .close-link {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/white-close.png) no-repeat center center;
    width: 30px;
    height: 30px;
    z-index: 10;
}

.slideshow .prev-link {
    left: 30px;
    background-image: url(../images/white-arrow-left-26x24.png);
}

.slideshow .next-link {
    right: 30px;
    background-image: url(../images/white-arrow-right-26x24.png);
}

    .slideshow .prev-link:hover,
    .slideshow .next-link:hover {
        background-color: rgba(0,0,0,0.7);
    }

/*slideshow content*/
.slideshow.mosaic-info .slideshow-container {
    padding: 15px;
    width: 930px;
    min-height: 415px;
    background: #fff;
}

.slideshow.mosaic-info h1 {
    margin-top: 11px;
    margin-bottom: 42px;
    font-size: 26px;
    text-transform: uppercase;
    /* Gotham Black */
    font-family: 'Gotham SSm 8r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 800;
    font-style: normal;
}

.slideshow.mosaic-info h2 {
    margin-bottom: 15px;
    font-size: 13px;
    text-transform: uppercase;
    /* Gotham Black */
    font-family: 'Gotham SSm 8r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 800;
    font-style: normal;
}

.slideshow.mosaic-info h3 {
    margin: 0;
    font-size: 12px;
    color: #f87500;
    /* Gotham Medium */
    font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 500;
    font-style: normal;
}

.slideshow.mosaic-info .close-link {
    top: -25px;
    /*width: 22px;
    height: 22px;
    background-color: #000;*/
}

.slideshow.mosaic-info figure {
    margin: 0 0 10px;
}

    .slideshow.mosaic-info figure img {
        width: 100%;
    }

.slideshow.mosaic-info .slideshow-container .info-column {
    float: left;
    margin-right: 25px;
}

    .slideshow.mosaic-info .slideshow-container .info-column.last-child {
        margin-right: 0;
    }

    .slideshow.mosaic-info .slideshow-container .info-column .info-mosaic-item {
        float: left;
        margin-right: 10px;
        width: 165px;
    }

        .slideshow.mosaic-info .slideshow-container .info-column .info-mosaic-item.item-separator {
            margin-right: 35px;
        }

    .slideshow.mosaic-info .slideshow-container .info-column.last-child .info-mosaic-item.last-child {
        margin-right: 0;
    }

    .slideshow.mosaic-info .slideshow-container .info-column .info-mosaic-item h3 {
        margin-bottom: 5px;
    }

.mosaic-info-link {
    position: absolute;
    bottom: 10px;
    right: 14px;
    width: 21px;
    height: 21px;
    background: url(../images/home/image-caption.png) no-repeat 0 0 #fff;
    z-index: 9;
}

    .mosaic-info-link:hover {
        background: url(../images/home/image-caption-orange.png) no-repeat 0 0 #fff;
    }

/* investor styles */
.utc-page .three-boxes-investor {
    margin-bottom: 38px;
}

	.utc-page .three-boxes-investor .info-box-content a.event-link {
		color: #000;
	}
	.utc-page .three-boxes-investor .info-box-content a.event-link:hover {
		text-decoration: underline;
	}

.utc-page .info-box {
    float: left;
    margin-left: 20px;
    width: 222px;
    min-height: 222px;
    position: relative;
    border: 1px solid #fff;
}

    .utc-page .info-box:first-child {
        margin-left: 0;
    }

    .utc-page .info-box.blue {
        background-color: #cceaf8;
        border-color: #cceaf8;
    }

    .utc-page .info-box.white {
        background-color: #fff;
        border-color: #000;
        width: 224px;
    }

    .utc-page .info-box.gray {
        background-color: #e5e5e6;
        border-color: #e5e5e6;
    }

    .utc-page .info-box .info-box-content {
        padding: 15px 13px 13px 16px;
    }

    .utc-page .info-box h3 {
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
        margin-bottom: 21px;
    }

    .utc-page .info-box.gray h3 {
        margin-bottom: 11px;
    }

    .utc-page .info-box p {
        font-family: Arial, helvetica, sans-serif;
        font-size: 12px;
        color: #000;
        margin-bottom: 0;
    }

        .utc-page .info-box p.date-info {
            margin-bottom: 10px;
            font-size: 10px;
            word-spacing: -1px;
        }

    .utc-page .info-box .media-links {
        position: absolute;
        bottom: 17px;
    }

        .utc-page .info-box .media-links a {
            font-family: Arial;
            font-size: 11px;
            color: #0060a9;
        }

            .utc-page .info-box .media-links a:hover {
                text-decoration: underline;
            }

    .utc-page .info-box .tax-info {
        margin-bottom: 14px;
    }

        .utc-page .info-box .tax-info p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .utc-page .info-box .tax-info .up-arrow {
            font-size: 19px;
        }

        .utc-page .info-box .tax-info p b {
            color: #F87500;
            font-size: 20px;
        }

    .utc-page .info-box .tax-table {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #000;
        width: 100%;
    }

        .utc-page .info-box .tax-table td {
            text-align: right;
        }

            .utc-page .info-box .tax-table td:first-child {
                text-align: left;
            }

    .utc-page .info-box .more-link {
        display: inline-block;
        font-size: 10px;
        line-height: 21px;
        color: #000;
        height: 21px;
        padding-right: 36px;
        text-transform: uppercase;
        position: absolute;
        bottom: 13px;
    }

    .utc-page .info-box.white .more-link {
        background: url("../images/desktop/blue-arrow.png") no-repeat right center;
        padding-right: 40px;
    }

        .utc-page .info-box.white .more-link:hover {
            text-decoration: underline;
        }

    .utc-page .info-box.gray .more-link {
        background: url("../images/desktop/orange-arrow-box.png") no-repeat right center;
    }

        .utc-page .info-box.gray .more-link:hover {
            text-decoration: underline;
        }

.utc-page .image-content-box h2 {
    font-size: 20px;
    color: #000;
    padding-bottom: 12px;
    margin-bottom: 16px;
    border-bottom: 6px solid #252525;
}

.utc-page .image-content-box .more-link {
    background: url("../images/desktop/blue-arrow.png") no-repeat right center;
    display: inline-block;
    font-size: 10px;
    line-height: 21px;
    color: #000;
    height: 21px;
    padding-right: 33px;
    text-transform: uppercase;
    float: right;
}

    .utc-page .image-content-box .more-link:hover {
        text-decoration: underline;
    }

.utc-page .image-content-box .item-content {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #b5b5b6;
}

.utc-page .image-content-box .text {
    overflow: hidden;
}

.utc-page .image-content-box figure {
    float: left;
    margin-right: 24px;
    width: 103px;
}

.utc-page .image-content-box img {
    width: 100%;
}

.utc-page .image-content-box .text h3,
.utc-page .image-content-box .text h3 a {
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

	.utc-page .image-content-box .text h3 a:hover {
		text-decoration: underline;
	}

.utc-page .image-content-box .text h3 {
    margin-bottom: 2px;
}

.utc-page .image-content-box .text p {
    font-family: Arial;
    font-size: 11px;
    line-height: 17px;
    color: #000;
    margin-bottom: 0;
}



/*=== document list ===*/
.document-list h2 {
    font-size: 18px;
    line-height: 22px;
    color: #0095da;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 6px solid #e5e5e6;
}
.document-list .content {
    margin-bottom: 44px;
}
.document-list .doc-item {
    padding-bottom: 21px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c5;
}
.document-list .doc-item h3 {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 12px;
}
.document-list .doc-item .image {
    float: left;
    margin-right: 24px;
}
    .document-list .doc-item .image img {
        vertical-align: top;
    }
.document-list .doc-item p {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 26px;
}
.document-list .doc-item a:hover {
    text-decoration: underline;
}
.document-list .doc-item .next-link,
.document-list .doc-item .download-box-link {
    font-size: 10px;
    line-height: 21px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
    margin-bottom: 12px;    
}
.document-list .doc-item .next-link .arrow,
.document-list .doc-item .download-box-link .arrow {
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    float: right;
    background: url(../images/desktop/blue-arrow.png) no-repeat right center;
}
.document-list .doc-item .download-box-link {
    margin-bottom: 0;
}
.document-list .doc-item .download-box-link .arrow {
    background: url(../images/desktop/download-21-desktop.png) no-repeat right center;
}
.document-list .doc-item .download-link {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    color: #0060a9;
    padding-right: 13px;
    background: url(../images/desktop/download.png) no-repeat right center;
}
.document-list .doc-item .single-link {
    font-size: 11px;
    line-height: 13px;
    display: inline-block;
    color: #0060a9;
    margin-bottom: 9px;
}


/*== report box ==*/

.report-table {
    overflow: hidden;
    border: 2px solid #000000;
    padding: 20px;
}

    .report-table table {
        margin-bottom: 48px;
    }

    .report-table h4 {
        margin-bottom: 15px;
        color: #000;
        font-size: 13px;
        text-transform: uppercase;
    }

    .report-table th {
        padding: 5px 0px;
        font-size: 10px;
        text-align: left;
    }

    .report-table td {
        margin: 8px;
        padding: 5px 0px;
        vertical-align: top;
        font-size: 11px;
    }



    .report-table .more-arrow-link {
        display: block;
        float: left;
        padding: 4px 30px 4px 0;
        font-size: 11px;
        color: #000;
        line-height: 14px;
        text-transform: uppercase;
        background: url(../images/desktop/blue-arrow.png) no-repeat right center;
    }

        .report-table .more-link:hover,
        .report-table .more-arrow-link:hover {
            text-decoration: underline;
        }

.report-graphic-table {
    padding-bottom:15px;
}

    .report-graphic-table table {
        width: 100%;
    }

        .report-graphic-table table th,
        .report-graphic-table table .title-text {
            padding-bottom:5px;
            color:#000;
            font-size:11px;
            text-align:left;
        }

        .report-graphic-table table .title-text {
            font-size:14px;
            margin:10px 0 0 0;
        }

            .report-graphic-table table th span,
            .report-graphic-table table .title-text span {
                font-size:9px;
            }
            .report-graphic-table table .title-text sup,
            .report-graphic-table table th sup {
                font-size: 9px;
                line-height: 0;
                position: relative;
                top: -3px;    
            }

        .report-graphic-table table td {
            padding-right:15px;
        }
            .report-graphic-table table td img {
                width:auto;
                max-width:100%;
            }


/*================================================================================================================================================
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 ================================================================================================================================================*/

.jspContainer {
    overflow: hidden;
    position: relative;
    -ms-touch-action: pinch-zoom; /* Direct panning (pan-x pan-y) pointer events to JavaScript code. */
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
        background: #cececf;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    /*background: red;*/
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #E5E5E6;
    position: relative;
}

.jspDrag {
    background: #969696;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 5px;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    .jspArrow.jspDisabled {
        cursor: default;
        background: #80808d;
    }

.jspVerticalBar .jspArrow {
    height: 16px;
}

.jspHorizontalBar .jspArrow {
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

/*=== Event Detail ===*/

.utc-page figure.event-image {
}

    .utc-page figure.event-image .picture {
        display: inline-block;
        margin-bottom: 10px;
        border-bottom: 7px solid;
    }

    .utc-page figure.event-image.cyan .picture {
        border-bottom-color: #6eb8b5;
    }

    .utc-page figure.event-image.orange .picture {
        border-bottom-color: #dd8d19;
    }

    .utc-page figure.event-image.green .picture {
        border-bottom-color: #8b9f3b;
    }

    .utc-page figure.event-image.blue .picture {
        border-bottom-color: #0060a9;
    }

    .utc-page figure.event-image .picture img {
        vertical-align: top;
    }

    .utc-page figure.event-image figcaption {
        position: relative;
    }

        .utc-page figure.event-image figcaption p {
            margin-bottom: 10px;
            font-size: 11px;
			line-height: 13px;
        }

        .utc-page figure.event-image figcaption h4 {
            text-transform: uppercase;
            font-size: 11px;
			margin-top: 25px;
        }

        .utc-page figure.event-image figcaption .social-links {
            position: absolute;
            bottom: 0;
            right: 0;
        }

.utc-page .navigation-list {
    overflow: hidden;
}

    .utc-page .navigation-list li {
        background-repeat: no-repeat;
        list-style: none;
        line-height: 21px;
    }

        .utc-page .navigation-list li.prev {
            float: left;
            background-position: left center;
            background-image: url(../images/desktop/blue-arrow-back.png);
        }

        .utc-page .navigation-list li.next {
            float: right;
            background-position: right center;
            background-image: url(../images/desktop/blue-arrow.png);
        }

        .utc-page .navigation-list li a {
            display: block;
            font-size: 11px;
            color: #000;
            text-transform: uppercase;
        }

            .utc-page .navigation-list li a:hover {
                text-decoration: underline;
            }

        .utc-page .navigation-list li.prev a {
            padding-left: 30px;
        }

        .utc-page .navigation-list li.next a {
            padding-right: 30px;
        }

/*== Login Page ==*/

html.login #main.utc-page {
    background: #fff;
}

html.login .utc-page #header .body,
html.login .utc-page #header .body .container {
    padding: 0;
    min-height: 95px;
    height: auto;
}

html.login, html.login body, html.login form, html.login #main {
    box-sizing: border-box;
    height: 100%;
}

    html.login .utc-page #header {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    html.login .utc-page .login-form-wrapper {
        height: 100%;
    }

    html.login .utc-page .login-form {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -62px;
        margin-left: -160px;
        width: 320px;
    }

        html.login .utc-page .login-form h2 {
            margin-bottom: 52px;
            font-size: 22px;
            line-height: 25px;
            text-transform: uppercase;
            letter-spacing: -1px;
            /* Gotham Black */
            font-family: 'Gotham SSm 8r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
            font-weight: 800;
            font-style: normal;
        }

        html.login .utc-page .login-form p {
            margin-top: 20px;
            margin-bottom: 10px;
            font-size: 11px;
            text-transform: uppercase;
            /* Gotham Bold */
            font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
            font-weight: 700;
            font-style: normal;
        }

.ie8 .utc-page .login-form h2,
.ie8 .utc-page .login-form p {
    font-weight: normal !important;
    font-style: normal !important;
}

html.login .utc-page .login-form label,
html.login .utc-page .login-form .field-list li.action input {
    font-size: 11px;
    text-transform: uppercase;
    /* Gotham Bold */
    font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Arial, Helvetica, Sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-appearance: none;
}

html.login .utc-page .login-form .field-list {
    display: table;
    width: 100%;
}

    html.login .utc-page .login-form .field-list li {
        display: table-cell;
        list-style: none;
    }

        html.login .utc-page .login-form .field-list li.caption {
            padding-right: 10px;
            width: 75px;
        }

        html.login .utc-page .login-form .field-list li.field {
        }

            html.login .utc-page .login-form .field-list li.field input {
                width: 100%;
                margin: 0;
                padding: 2px 0;
                height: 16px;
                line-height: 16px;
                border: 1px solid #ccc;
                font-size: 11px;
                text-indent: 2px;
            }

        html.login .utc-page .login-form .field-list li.action {
            padding-left: 10px;
            width: 70px;
        }

            html.login .utc-page .login-form .field-list li.action input {
                color: #fff;
                width: 100%;
                height: 22px;
                line-height: 22px;
                text-transform: uppercase;
                background: #0060a9;
                border: 0;
                cursor: pointer;
            }

.imported-image {
	margin-bottom: 20px;
}

.login-bar .commands {
	float: right;
	width: 100px;
	line-height: 43px;
}
	.login-bar .commands .login {
		color: #fff;
	}
		.login-bar .commands .login:hover {
			text-decoration: underline;
		}
	.login-bar .commands .close {
		margin-left: 10px;
		border: 1px solid #fff;
		padding: 0px 4px 1px 4px;
		color: #fff;
	}

/*=== survey page ===*/

#main.survey-form {
}

    #main.survey-form .w50p {
        float: left;
        width: 50%;
    }
    #main.survey-form .w100p {
        float: none;
        width: 100%;
    }

    #main.survey-form #header {
        height:66px;
        background:#000;
    }

        #main.survey-form #header .body {
            width: 550px;
            height: 66px;
            margin: 0 auto;
            padding: 0;
        }
            #main.survey-form #header .body .container {
                margin: 0;
                padding: 10px 0 0;
                width: auto;
            }
    #main.survey-form #mobile-navigation {
        margin: 0 auto;
        padding:30px 0;
        width: 550px;
    }
        #main.survey-form #mobile-navigation section {
            padding-bottom:10px;
        }
        #main.survey-form #mobile-navigation h1 {
            margin:0 0 20px;
            font-size: 26px;
            color: #0060a9;
        }
        #main.survey-form #mobile-navigation h3 {
            margin: 0 0 10px;
            padding: 0;
            font-size: 12px;
            font-weight: bold;
            color: #000;
        }
        #main.survey-form #mobile-navigation p {
            font-size:11px;
            margin:0 0 10px;
        }
        #main.survey-form #mobile-navigation ol,
        #main.survey-form #mobile-navigation ol li {
            margin: 0;
            list-style: none;
        }
            #main.survey-form #mobile-navigation ol li {
                
            }
                #main.survey-form #mobile-navigation ol li p {
                    position:relative;
                    padding-left:20px;
                }
                #main.survey-form #mobile-navigation ol li .aws-checkbox-wrapper {
                    position:absolute;
                    top:0px;
                    left:0px;
                }
        #main.survey-form #mobile-navigation input.text,
        #main.survey-form #mobile-navigation textarea {
            position:relative;
            margin:0;
            padding:0;
            font-family:Arial, helvetica, sans-serif;
            font-size: 12px;
            color: #000;
            border: 1px solid #ccc;
        }
            #main.survey-form #mobile-navigation input.text:focus,
            #main.survey-form #mobile-navigation textarea:focus {
                    -webkit-box-shadow: 0 0 3px #00f;
                    -moz-box-shadow: 0 0 3px #00f;
                    box-shadow: 0 0 3px #00f;
            }
            .ie8 #main.survey-form #mobile-navigation input.text:focus,
            .ie8 #main.survey-form #mobile-navigation textarea:focus {
                zoom: 1;
            }
        #main.survey-form #mobile-navigation input.text {
            height: 20px;
            line-height: 20px;
        }
        #main.survey-form #mobile-navigation input.w100p {
            width:100%;
        }
            #main.survey-form #mobile-navigation ol li.w100p p {
                padding-left:0px;
            }
        #main.survey-form #mobile-navigation table {
            margin:0 0 10px;
            width:100%;
        }
            #main.survey-form #mobile-navigation table th,
            #main.survey-form #mobile-navigation table td {
                font-weight:normal;
                font-size: 11px;
            }
            #main.survey-form #mobile-navigation table th {
                padding-top:10px;
                padding-bottom:10px;
                text-align:center;
                border-bottom:1px solid #000;
            }
            #main.survey-form #mobile-navigation table td {
                padding-top:10px;
                height:20px;
                    width:11.11%;
                text-align:center;
                vertical-align:middle;
            }
                #main.survey-form #mobile-navigation table td:first-child {
                    
                    text-align:left;
                }
    #main.survey-form .btn-submit {
        background-color: #0060a9;
        border: none;
        font-size: 11px;
        line-height: 21px;
        text-transform: uppercase;
        color: #fff;
        height: 21px;
        padding: 0 14px;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-border-radius:0; 
        border-radius:0;
    }

/*=== search results ===*/

.psearch-results-form {
}

    .psearch-results-form .ms-sbcell input.ms-sbplain {
        padding: 0 10px;
        width: 660px !important;
        height: 30px;
        border: 1px solid #ccc !important;
        font-family: Arial;
        font-size: 11px;
        color: #000;
        line-height: 30px;
        text-transform: uppercase;
    }

    .psearch-results-form .ms-sbcell.ms-sbgo {
        vertical-align: middle;
    }

        .psearch-results-form .ms-sbcell.ms-sbgo a {
            display: inline;
            margin: 0;
        }

            .psearch-results-form .ms-sbcell.ms-sbgo a img {
                display: block;
            }

.psearch-results-count {
}

    .psearch-results-count .s4-wpTopTable {
        margin: 0 0 8px;
    }

    .psearch-results-count .srch-stats {
        margin: 0;
        padding: 0 0 7px;
        font-size: 12px;
        color: #4f4f4f;
        border-bottom: 6px solid #000;
    }
        .psearch-results-count .srch-stats b {
            font-weight: normal;
        }

.psearch-results-items {
}

    .psearch-results-items .s4-wpTopTable {
        margin: 0;
    }

    .psearch-results-items .ms-WPBody {
        margin: 0;
        padding: 0;
    }

        .psearch-results-items .ms-WPBody .srch-results {
            margin: 0;
            padding: 0;
            max-width: 100%;
        }

            .psearch-results-items .ms-WPBody .srch-results > div {
            }

                .psearch-results-items .ms-WPBody .srch-results > div .srch-Title2 {
                    margin: 0;
                    padding: 0;
                }

                    .psearch-results-items .ms-WPBody .srch-results > div .srch-Title2 .srch-Title3 {
                        margin: 0 0 2px;
                        padding: 0;
                    }

                        .psearch-results-items .ms-WPBody .srch-results > div .srch-Title2 .srch-Title3 a {
                            font-weight: bold !important;
                            font-family: Arial, helvetica,sans-serif !important;
                            font-size: 16px !important;
                            line-height: normal !important;
                            color: #000 !important;
                            text-decoration: none !important;
                        }

                            .psearch-results-items .ms-WPBody .srch-results > div .srch-Title2 .srch-Title3 a:hover {
                                text-decoration: underline !important;
                            }

                .psearch-results-items .ms-WPBody .srch-results > div .srch-Description2 {
                    margin: 0;
                    font-size: 13px;
                    line-height: normal;
                    color: #000;
                }

                .psearch-results-items .ms-WPBody .srch-results > div .srch-Metadata2 {
                    border-bottom: 1px solid #B5B5B6;
                    margin-bottom: 10px !important;
                    padding-bottom: 10px;
                }

                .psearch-results-items .ms-WPBody .srch-results > div .srch-Metadata2,
                .psearch-results-items .ms-WPBody .srch-results > div .srch-Metadata2 span {
                    margin: 0;
                    font-size: 13px;
                    line-height: normal;
                    color: #636363 !important;
                }

.psearch-results-pager {
}

    .psearch-results-pager .s4-wpTopTable {
        margin: 0;
    }

    .psearch-results-pager .ms-WPBody {
        margin: 0;
        padding: 0;
    }

        .psearch-results-pager .ms-WPBody .srch-Page {
            padding: 0;
        }

            .psearch-results-pager .ms-WPBody .srch-Page strong,
            .psearch-results-pager .ms-WPBody .srch-Page a,
            .psearch-results-pager .ms-WPBody .srch-Page a:hover {
                display: inline-block;
                margin-left: 0;
                margin-right: 20px;
                padding-left: 0;
                padding-right: 0;
                background: none;
                border: none;
            }

            .psearch-results-pager .ms-WPBody .srch-Page a {
                color: #0060a9 !important;
            }

                .psearch-results-pager .ms-WPBody .srch-Page a:hover {
                    text-decoration: underline !important;
                }

            .psearch-results-pager .ms-WPBody .srch-Page strong {
                color: #000 !important;
            }

/*=== IE8 wihtout media queries ===*/

/* @media screen and (min-width: 980px) */

.ie8 .utc-page .home-slider .caption .close-caption,
.ie8 .utc-page .slider .caption .close-caption {
    display: none;
}

.ie8 .touch-supported .utc-page .home-slider .caption .close-caption,
.ie8 .touch-supported .utc-page .slider .caption .close-caption {
    display: block;
}

.ie8 .utc-page .sticky-nav a.bis {
    padding-left: 10px;
    padding-right: 10px;
}

.ie8 .desktop-width-648 {
    width: 648px;
}
    .ie8 .desktop-width-648 h2.utcElement-TitleContentAreaHeading2,
    .ie8 .desktop-width-648 .title-content-area h2 {
        margin-right: -66px;
        padding-right: 66px;
    }

/*=== max with content  ===*/
.ie8 .page-intro p,
.ie8 .page-intro h3,
.ie8 .page-intro-small p,
.ie8 .document-area,
.ie8 .utc-page .content-block p,
.ie8 .utc-page .content-block h1,
.ie8 .utc-page .content-block figcaption {
	max-width: 648px;
}

.ie8 .utc-page .aside-left .left-menu {
    /*width: 180px;*/
}

/* @media (min-width: 540px) */

.ie8 #main.utc-page #mobile-navigation {
    padding-top: 95px;
    position: relative;
    z-index: 1;
}

.ie8 #main.utc-page #header {
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}

.ie8 #mobile-navigation .mobile-container .utc-mobile-page {
    display: none;
}

    .ie8 #mobile-navigation .mobile-container .utc-mobile-page:first-child {
        display: block;
    }

.ie8 #header .search-box,
.ie8 #search {
    display: none !important;
}

/* Site Feedback Styles */
.feedback-table {
    margin: 10px;
}

.feedback-table td {
    padding: 10px;
    border: 1px solid white;
    width: 50%;
    background: lightgrey;
}

#site-feedback-left {
    float: left;
    background: lightgrey;
    border: 1px solid black;
    padding: 2px;
}

/* Content Curation Styles */

.content-curation-menu {
	border: 1px solid #aaa;
	padding: 10px;
}
	.content-curation-menu .btn-submit {
		background-color: #0060a9;
		border: none;
		font-size: 11px;
		line-height: 21px;
		text-transform: uppercase;
		color: #fff;
		height: 21px;
		padding: 0 14px;
		cursor: pointer;
		margin-left: 20px;
        -webkit-appearance: none;
	}

.megamenu-overlay {
    background: none repeat scroll 0 0 #000000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter:alpha(opacity=50);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
}

.page-intro-paragraph-container {
    margin-bottom: 30px;
}

div.inline-download-link {
    margin-bottom: 9px;
}

.utc-page figure.image-only,
.utc-page figure.video-player {
    margin-bottom: 37px;
}

.btn-submit:hover {
    text-decoration: underline;
}

.visible-print {
    display: none;
}
