/* ==========================================================================
   UPM Global Styles
   ========================================================================== */

/* ==========================================================================
   General
   ========================================================================== */
html,
body {
    height: 100%;
    font-size: 13px;
    line-height: 1.3em;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    html.lt-ie9,
    body.lt-ie9 {
        height: auto;
    }

body {
    background: #ccc;
    font-family: arial, helvetica, sans-serif;
    overflow-y: scroll;
}

#s4-workspace {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    overflow: hidden !important;
}

#s4-titlerow {
    background-color: transparent;
    margin: 0;
    padding: 0;
    height: auto;
}

#s4-bodyContainer {
    padding-bottom: 0;
}

p {
    margin: 0;
    padding: 0 0 1.25em 0;
}

    .ms-rtestate-field p, p.ms-rteElement-P {
        line-height: 1.4;
    }

img {
    height: auto;
}

a {
    color: #000;
    text-decoration: none;
}

    a:visited {
        color: #000;
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

    a:active {
        color: #000;
        text-decoration: none;
    }

div#mainbody a {
    color: #176CA0;
}

    div#mainbody a:hover {
        color: #202020;
        text-decoration: none;
    }

.page-wrapper {
    background: #fff;
    margin: 0 auto;
}

.section-wrapper,
.section-content {
    max-width: auto;
    margin: 0 auto;
    position: relative;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 100%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Header
   ========================================================================== */
.header-container {
    width: 100%;
    font-family: "futura-pt", arial, helvetica, sans-serif;
}

.region-selector {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    font-family: "futura-pt", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
}

    .region-selector .selections {
        display: none;
        background: #e2e2e2;
        padding: 9px 5% 10px 5%;
        font-size: 12px;
        text-transform: none;
    }

        .region-selector .selections .select-region,
        .region-selector .selections .select-language,
        .region-selector .selections .go,
        .region-selector .selections .close {
            color: #888;
            padding-top: 20px;
        }

        .region-selector .selections .close {
            float: right;
            width: 25%;
            text-align: right;
            font-size: 14px;
            opacity: 1 !important;
            font-weight: normal !important;
        }

            .region-selector .selections .close a {
                color: #888;
                outline: none;
                display: block;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) no-repeat right -19px;
                background-size: 200px 500px;
                padding-right: 20px;
                height: 18px;
                background-position: right -483px;
            }

                .region-selector .selections .close a:hover {
                    text-decoration: none;
                    color: #404040;
                }

        .region-selector .selections .go {
            float: left;
            width: 10%;
            text-align: left;
            font-size: 16px;
            font-weight: normal;
            margin-top: 5px;
        }

            .region-selector .selections .go a {
                color: #888;
                outline: none;
                display: block;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) no-repeat right -19px;
                padding-right: 20px;
                height: 20px;
            }

            .region-selector .selections .go a {
                background-position: 25px -71px;
            }

                .region-selector .selections .go a:hover {
                    text-decoration: none;
                    color: #404040;
                }

        .region-selector .selections label {
            font-size: 14px;
            display: block;
            padding-bottom: 4px;
        }

        .region-selector .selections select {
            color: #666;
            font-size: 16px;
        }

    .region-selector .current-region,
    .region-selector .current-language {
        color: #404040;
        font-size: 12px;
        margin-top: 0;
        padding: 5px 0 6px 0;
        outline: none;
    }

        .region-selector .current-region em,
        .region-selector .current-language em {
            font-family: arial, helvetica, sans-serif;
            padding-right: 2px;
            vertical-align: -1px;
        }

        .region-selector .current-region span,
        .region-selector .current-language span {
            display: block;
            padding-top: 4px;
            background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) no-repeat right 5px;
            background-size: 200px 500px;
            padding-right: 20px;
        }

        .region-selector .current-region:hover,
        .region-selector .current-language:hover {
            text-decoration: none;
        }

    .region-selector .current-region {
        float: left;
        padding-left: 5%;
        outline: none;
    }

    .region-selector .current-language {
        float: right;
        padding-right: 5%;
    }

    .region-selector .list-wrap {
        display: none;
    }

.language-selector {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    font-family: "futura-pt", arial, helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 400 !important;
}

    .language-selector .current-simpleLanguage {
        color: #404040;
        font-size: 12px;
        margin-top: 0;
        padding: 5px 0 6px 0;
        outline: none;
    }

        .language-selector .current-simpleLanguage em {
            font-family: arial, helvetica, sans-serif;
            padding-right: 2px;
            vertical-align: -1px;
        }

        .language-selector .current-simpleLanguage span {
            display: block;
            padding-top: 4px;
            background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) no-repeat right 5px;
            background-size: 200px 500px;
            padding-right: 20px;
        }

        .language-selector .current-simpleLanguage:hover {
            text-decoration: none;
        }

    .language-selector .current-simpleLanguage {
        float: left;
        padding-left: 5%;
        outline: none;
    }

    .language-selector .list-wrap {
        display: none;
    }

    .language-selector .simple-language-selector {
        display: none;
        position: absolute;
        top: 10px;
        left: 105px;
        z-index: 100;
    }

        .language-selector .simple-language-selector .selections {
            width: 190px;
        }

        .language-selector .simple-language-selector ul {
            border: 1px solid black;
            background-color: white;
            margin: 0;
            padding-left: 0;
        }

        .language-selector .simple-language-selector li {
            padding: 8px 8px 8px 8px;
            list-style-type: none;
            border-top: 1px solid #E1E1E1 !important;
            line-height: 24px;
        }

        .language-selector .simple-language-selector a {
            background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/LeftNavArrow.png");
            background-repeat: no-repeat;
            background-position: left 0 top 0;
            display: block;
            padding-left: 13px !important;
            color: #808080;
        }

            .language-selector .simple-language-selector a.selected {
                color: #808080;
            }

            .language-selector .simple-language-selector a:hover {
                background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/LeftNavArrowSelected.png");
                color: #303030 !important;
            }

.language-selector-modal {
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 90;
}

.site-info {
    padding: 0 5% 12px 5%;
}

    .site-info .site-title {
        float: left;
        font-family: 'futura-pt', arial, helvetica, sans-serif;
        font-weight: 300;
        font-size: 31px;
        line-height: 40px;
        margin: 15px 0 0 0;
        padding: 0;
        text-transform: uppercase;
    }

        .site-info .site-title strong {
            font-family: 'futura-pt', arial, helvetica, sans-serif;
            font-weight: 700;
        }

        .site-info .site-title a:hover {
            text-decoration: none;
        }

    .site-info .logo {
        float: right;
        display: block;
    }

    .site-info .mobile {
        display: none;
    }

.main-navigation {
    position: relative;
    width: 100%;
    z-index: 9;
    height: 37px;
}

    .main-navigation .buttons {
        background: #4b4b4b;
        background: transparent url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/gradients_tiny.png) 0 0 repeat-x;
        background-size: 4px 150px;
        position: relative;
        padding: 0 5% 0 0;
        border-bottom: 1px solid #2a2a2a;
    }

        .main-navigation .buttons a {
            outline: none;
        }

        .main-navigation .buttons .home {
            display: block;
            float: left;
            text-indent: -999em;
            width: 18px;
            height: 18px;
            padding: 11px 14px;
            background: transparent url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/buttons.png) no-repeat 10px 9px;
            background-size: 24px;
            border-right: 1px solid #393939;
        }

            .main-navigation .buttons .home:hover {
                background-color: #333 !important;
                border-color: #333;
            }

        .main-navigation .buttons .menu,
        .main-navigation .buttons .search-button {
            display: block;
            float: right;
            text-indent: -999em;
            width: 50px;
            height: 18px;
            padding: 11px 0;
        }

            .main-navigation .buttons .menu:hover,
            .main-navigation .buttons .search-button:hover,
            .main-navigation .buttons .menu.active,
            .main-navigation .buttons .search-button.active {
                background-color: #333 !important;
                border-color: #333;
            }

        .main-navigation .buttons .menu {
            border: 1px solid #393939;
            border-top: 0;
            border-bottom: 0;
            background: transparent url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/buttons.png) no-repeat 13px -24px;
            background-size: 24px auto;
        }

        .main-navigation .buttons .search-button {
            background: transparent url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/buttons.png) no-repeat 13px -57px;
            background-size: 24px auto;
            margin-right: -16px;
        }

    .main-navigation ul {
        padding: 0;
        margin: 0;
    }

    .main-navigation .navigation-wrapper {
        position: absolute;
        width: 100%;
        overflow: hidden;
        left: -999em;
    }

        .main-navigation .navigation-wrapper.active {
            left: 0;
            display: none;
        }

    .main-navigation .navigation-slider {
        position: absolute;
        width: 100%;
    }

        .main-navigation .navigation-slider ul {
            background: #333;
            width: 100%;
            -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
            -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.5);
            border: none;
        }

    .main-navigation .ms-core-listMenu-root {
        width: 100%;
        position: relative;
        font-size: 16px;
        font-weight: 400;
        line-height: 21px;
    }

        .main-navigation .ms-core-listMenu-root li {
            display: block;
            border-top: 1px solid #2a2a2a;
            line-height: 25px;
        }

            .main-navigation .ms-core-listMenu-root li a {
                display: block;
                float: left;
                max-width: 65%;
                padding: 8px 0 8px 16px;
                text-decoration: none;
                outline: none;
                color: #ddd;
                -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            }

    .main-navigation .menu-item-text {
        color: #fff;
    }

    .main-navigation .ms-core-listMenu-root li:first-child {
        border: 0;
    }

    .main-navigation .ms-core-listMenu-root li.selected {
        background: #272727 !important;
    }

    .main-navigation .ms-core-listMenu-root li.dynamic-children .additional-background {
        background-image: none;
    }

    .main-navigation .ms-core-listMenu-root li.dynamic-children span.category {
        padding: 8px 4px;
        width: 22px;
        height: 25px;
        float: right;
        display: block;
        background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) right -185px no-repeat !important;
        background-size: 100px 250px !important;
        text-indent: -9999px;
        margin-right: 36px;
        cursor: pointer;
    }

        .main-navigation .ms-core-listMenu-root li.dynamic-children span.category:hover,
        .main-navigation .ms-core-listMenu-root li.dynamic-children span.category:focus,
        .main-navigation .ms-core-listMenu-root li.dynamic-children span.category.focus {
            background-position: right -21px !important;
        }

    .main-navigation .ms-core-listMenu-root li.dynamic-children ul {
        display: none;
        width: 100%;
        position: absolute;
        top: 0;
    }

        .main-navigation .ms-core-listMenu-root li.dynamic-children ul li {
            margin-left: 47px;
        }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li span.category {
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) right -185px no-repeat !important;
                background-size: 100px 250px !important;
            }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li a {
                background: none;
                padding-left: 16px;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) 0px -69px no-repeat !important;
                background-size: 100px 250px !important;
                margin-left: 16px;
            }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.parent a {
                padding-left: 16px !important;
                margin-left: 0 !important;
                background: none !important;
            }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.dynamic-children ul li a {
                background: none;
            }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.dynamic-children ul li.dynamic-children ul li a {
                background: none;
            }

            .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.back {
                overflow: visible;
                float: left;
                width: 47px;
                height: 0px;
                margin-left: 0 !important;
            }

                .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.back a {
                    display: block;
                    max-width: none;
                    margin: 0;
                    padding: 0 !important;
                    border-right: 1px solid #2a2a2a;
                    width: 46px;
                    background: #404040 url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) 17px -182px no-repeat !important;
                    background-size: 100px 250px !important;
                    text-indent: -9999px;
                }

                .main-navigation .ms-core-listMenu-root li.dynamic-children ul li.back.selected a {
                    background-color: #272727 !important;
                }

    .main-navigation .ms-core-listMenu-root li.dynamic-children.active ul {
        display: block;
    }

        .main-navigation .ms-core-listMenu-root li.dynamic-children.active ul ul {
            display: none;
        }

    .main-navigation .ms-core-listMenu-root li.dynamic-children.active .active ul {
        display: block;
    }

        .main-navigation .ms-core-listMenu-root li.dynamic-children.active .active ul ul {
            display: none;
        }

        .main-navigation .ms-core-listMenu-root li.dynamic-children.active .active ul .active ul {
            display: block;
        }

            .main-navigation .ms-core-listMenu-root li.dynamic-children.active .active ul .active ul ul {
                display: none;
            }

    .main-navigation .ms-core-listMenu-root li a:hover,
    .main-navigation .ms-core-listMenu-root li:first-child a:hover {
        color: #ffffff !important;
        text-decoration: none !important;
    }

    .main-navigation .search-wrapper {
        height: 0;
        overflow: hidden;
        -webkit-transition: all all 0.4s;
        -moz-transition: all all 0.4s;
        transition: all all 0.4s;
        position: absolute;
        width: 100%;
    }

    .main-navigation .search {
        background: #353535;
        padding: 10px;
        position: relative;
    }

        .main-navigation .search input {
            -webkit-appearance: none;
            border-radius: 0;
        }

        .main-navigation .search .field-wrapper {
            padding-right: 50px;
            background: #575757;
        }

            .main-navigation .search .field-wrapper input {
                -webkit-appearance: none;
                outline: none;
                display: block;
                width: 100%;
                padding: 6px 8px;
                border: 0;
                color: #f5f5f5;
                font-size: 16px;
                background: #575757;
            }

                .main-navigation .search .field-wrapper input::-webkit-input-placeholder {
                    color: #777;
                }

                .main-navigation .search .field-wrapper input:-moz-placeholder {
                    color: #777;
                }

                .main-navigation .search .field-wrapper input::-moz-placeholder {
                    color: #777;
                }

                .main-navigation .search .field-wrapper input:-ms-input-placeholder {
                    color: #777;
                }

                .main-navigation .search .field-wrapper input.placeholder {
                    color: #777;
                }

        .main-navigation .search .submit {
            padding: 0;
            display: block;
            background: #575757 url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons.png) 15px -24px no-repeat;
            background-size: 100px 250px;
            position: absolute;
            top: 10px;
            bottom: 20px;
            right: 10px;
            width: 40px;
            text-indent: -999em;
            text-transform: capitalize;
            border: 0;
        }

            .main-navigation .search .submit:focus,
            .main-navigation .search .submit:hover {
                background-color: #2a2a2a;
            }

.site-name {
    color: #202020 !important;
    text-transform: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   Main
   ========================================================================== */
.main {
    padding: 0;
    color: #606060;
}

    .main h1,
    .main h2,
    .main h3,
    .main h4,
    .main h5,
    .main h6,
    .main .caption {
        font-family: "futura-pt", arial, helvetica, sans-serif;
        color: #202020;
        line-height: 1.16em;
        font-weight: normal;
    }

    .main h2 {
        font-size: 28px;
        letter-spacing: -0.02em;
    }

    .main .caption {
        color: #202020;
        font-size: 1.6em;
        padding-bottom: .75em;
        letter-spacing: -0.035em;
    }

        .main .caption.image {
            padding-bottom: 0;
        }

    .main h1 {
        margin: 0;
        padding: 0 0 .25em 0;
        font-weight: normal;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: -0.03em;
    }

    .main h3 {
        font-size: 16px;
        font-weight: 700;
        margin-top: 16px;
        margin-bottom: 10px;
    }

    .main h4 {
        color: #606060;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.01em;
    }

    /*Hide left navigation*/
    .main .secondary-navigation, #sideNavBox {
        display: none;
    }

.mainSideNav {
    float: left;
    min-height: 1px;
    margin-left: 20px;
    margin-top: 18px;
    width: 220px;
}

/*Align rest of the page to left align in mobile view*/
#contentBox {
    margin-left: 20px;
    margin-right: 20px;
    min-width: 200px;
}

.main-navigation .search-wrapper {
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.footer-container {
    margin-top: 10px;
}

footer a {
    color: #b1b1b1;
}

    footer a:hover {
        color: #fff;
    }

footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    footer ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

footer .footer-mega {
    background: #404040;
    padding-bottom: 1em;
    color: #fff;
}

    footer .footer-mega .contact {
        color: #b1b1b1;
    }

        footer .footer-mega .contact a {
            color: #b1b1b1;
        }

        footer .footer-mega .contact .title {
            font-family: "futura-pt", arial, helvetica, sans-serif;
            color: #fff;
            font-size: 17px;
            border-bottom: 1px solid #5a5a5a;
            padding-bottom: 6px;
            margin-bottom: 12px;
        }

        footer .footer-mega .contact .info {
            font-size: 12px;
            line-height: 1.4em;
        }

            footer .footer-mega .contact .info p {
                padding-bottom: 1em;
            }

        footer .footer-mega .contact .links {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 16px;
            font-family: "futura-pt", arial, helvetica, sans-serif;
        }

            footer .footer-mega .contact .links .newsletter strong {
                display: block;
                font-weight: normal;
                color: #fff;
                margin-right: 15px;
                font-style: italic;
                padding-bottom: 1px;
            }

            footer .footer-mega .contact .links .newsletter a {
                font-family: arial, helvetica, sans-serif;
                display: block;
                margin-right: 33px;
                font-size: 12px;
            }

    footer .footer-mega .navigation li {
        font-family: "futura-pt", arial, helvetica, sans-serif;
        font-size: 16px;
        color: #cccccc;
    }

        footer .footer-mega .navigation li:first-child {
            margin-left: 0;
            margin-top: 35px;
        }

        footer .footer-mega .navigation li a {
            display: block;
            color: #cccccc;
            float: left;
            clear: left;
        }

            footer .footer-mega .navigation li a:hover {
                color: #eeeeee;
            }

        footer .footer-mega .navigation li ul {
            clear: left;
            margin-top: 3px;
            border-top: 1px solid #5a5a5a;
            padding-top: 8px;
            padding-bottom: 14px;
            width: 100%;
            overflow: hidden;
        }

            footer .footer-mega .navigation li ul li {
                font-family: arial, helvetica, sans-serif;
                font-size: .75em;
                color: #cccccc;
                width: 100%;
                margin-left: 0;
                padding: 3px 0;
                clear: left;
            }

                footer .footer-mega .navigation li ul li:first-child {
                    margin-top: 0;
                }

footer .footer-general {
    background: #393939;
    padding-bottom: 0;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color: #666;
}

    footer .footer-general .links {
        margin-top: 25px;
        margin-bottom: 16px;
    }

        footer .footer-general .links ul li {
            margin-bottom: 4px;
            display: block;
            width: 100%;
            overflow: hidden;
        }

            footer .footer-general .links ul li:first-child {
                margin-bottom: 8px;
            }

            footer .footer-general .links ul li a {
                display: block;
                float: left;
                width: auto;
                padding: 2px 0;
            }

    footer .footer-general .social {
        margin-top: 25px;
        margin-bottom: 16px;
        overflow: hidden;
    }

        footer .footer-general .social a {
            display: block;
            float: left;
            height: 39px;
            margin-right: 6px;
            overflow: hidden;
            text-indent: -9999px;
            width: 35px;
        }

html.lt-ie9 footer .footer-general .social a {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/icons_social.png) no-repeat;
}

footer .footer-general .social a.facebook {
    background-position: 0px 0px;
}

footer .footer-general .social a.twitter {
    background-position: 0px -31px;
}

footer .footer-general .social a.googleplus {
    background-position: 0px -62px;
}

footer .footer-general .social a.linkedin {
    background-position: 0px -93px;
}

footer .footer-general .social a.youtube {
    background-position: 0px -124px;
}

footer .container_6 {
    padding: 0px 5%;
}

    footer .container_6 .grid_6,
    footer .container_6 .grid_4,
    footer .container_6 .grid_2,
    footer .container_6 .grid_3 {
        display: block;
        float: none;
        clear: both;
        margin-left: 0;
        margin-right: 0;
    }

footer a:visited {
    color: #b1b1b1;
}

footer a:hover {
    color: #eeeeee;
}

footer .footer-general .social img {
    display: block;
    float: left;
    height: 31px;
    margin-right: -5px;
    margin-top: 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 31px;
}

/* ==========================================================================
   Carousel
   ========================================================================== */
.caroufredsel_wrapper {
    padding: 0;
    margin: 0 auto !important;
    max-height: 280px;
}

.carousel {
    position: relative;
}

    .carousel .pager-container {
        clear: both;
        float: left;
        overflow: hidden;
        width: 100%;
        margin: 4px 0 0 0;
    }

    .carousel .pager {
        float: left;
        left: 50%;
        margin: 0 auto;
        position: relative;
    }

        .carousel .pager a {
            float: left;
            position: relative;
            right: 50%;
            display: block;
            text-indent: -9999px;
            float: left;
            width: 12px;
            height: 12px;
            background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/pager.png) no-repeat top left;
            margin-left: 8px;
        }

            .carousel .pager a:first-child {
                margin-left: 0;
            }

            .carousel .pager a.selected {
                background-position: 0px -12px;
            }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
       * Don't show links for images, or javascript/internal links
       */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* .main-brand-area */
.main-brand-area {
    padding-bottom: 1.25em;
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png") repeat-x bottom left;
}

    .main-brand-area .pager-container {
        margin: 20px 0 8px 0;
    }

    .main-brand-area a:hover {
        text-decoration: none;
    }

    .main-brand-area ul {
        margin: 0;
        padding: 0;
        line-height: 2.25em;
    }

        .main-brand-area ul li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            background-repeat: no-repeat;
            background-position: top right;
            font-family: 'futura-pt', arial, helvetica, sans-serif;
            font-weight: 300;
            text-transform: uppercase;
            font-size: 28px;
            background-size: auto 180px;
        }

            .main-brand-area ul li p {
                margin: 0;
                padding: 194px 5% 0 5%;
            }

            .main-brand-area ul li strong {
                display: block;
                font-family: "futura-pt", arial, helvetica, sans-serif;
                font-weight: normal;
            }

@media only screen and (min-width: 960px) {
    .main-brand-area {
        padding-bottom: 3px;
        background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png) repeat-x bottom left;
    }

        .main-brand-area .carousel {
            max-height: 314px;
            overflow: hidden;
        }

        .main-brand-area .pager-container {
            margin: 0;
            position: absolute;
            left: 12px;
            top: 42px;
            z-index: 2;
        }

            .main-brand-area .pager-container .pager {
                left: 10px;
            }

                .main-brand-area .pager-container .pager a {
                    left: 0;
                    right: auto;
                }

        .main-brand-area ul {
            padding: 0 10px;
        }

            .main-brand-area ul li {
                font-size: 54px;
                line-height: 1em;
                background-size: auto;
                float: left;
                height: 314px;
            }

                .main-brand-area ul li p {
                    width: 510px;
                    padding-top: 78px;
                    padding-left: 0;
                    padding-right: 0;
                }
}

@media only screen and (min-width: 1280px) {
    .main-brand-area ul li {
        font-size: 50px;
        line-height: 1em;
    }

        .main-brand-area ul li p {
            width: 520px;
        }
}

@media (max-width: 478px) {
    #tweet .tweet_list .tweet_first .date {
        margin-bottom: 18px;
    }
}


/* ==========================================================================
   Product Carousel
   ========================================================================== */

.product-carousel {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .product-carousel a {
        color: #606060;
    }

        .product-carousel a:hover {
            color: #000;
            text-decoration: none;
        }

    .product-carousel .content {
        padding: 0 5% 0 5%;
    }

    .product-carousel .section-title {
        margin: 0;
        padding: 0 0 12px 0;
    }

    .product-carousel .carousel {
        margin-left: -4px;
        margin-bottom: 4px;
        max-height: 280px;
    }

        .product-carousel .carousel ul {
            width: 280px;
            margin: 0 0 1.5em 0;
            padding-bottom: 4px;
            padding-left: 0px;
            padding-top: 4px;
            width: 100%;
            overflow: hidden;
        }

            .product-carousel .carousel ul li {
                padding: 0 0 23px 0;
                margin: 0 0;
                list-style-type: none;
                float: left;
                width: 280px;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/carousel_product.png) no-repeat bottom left;
                background-position: -221px bottom;
            }

html.lt-ie9 .product-carousel .carousel ul li {
    padding-bottom: 22px;
}

.product-carousel .carousel ul li:first-child {
    margin-left: 0;
}

.product-carousel .carousel a.prev,
.product-carousel .carousel a.next {
    display: block !important;
    width: 28px;
    height: 69px;
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/arrows.png) no-repeat top left;
    position: absolute;
    top: 50%;
    left: -6px;
    text-indent: -9999px;
    cursor: pointer;
    margin-top: -38px;
}

    .product-carousel .carousel a.prev:hover,
    .product-carousel .carousel a.next:hover {
        background-position: 0px -72px;
    }

.product-carousel .carousel a.next {
    background-position: top right;
    left: auto;
    right: -5px;
}

    .product-carousel .carousel a.next:hover {
        background-position: right -72px;
    }

.product-carousel .carousel a.prev {
    left: -5px;
}


@media (min-width: 620px) and (max-width: 960px) {
    .product-carousel .carousel a.next {
        right: -31px;
    }

    .product-carousel .carousel a.prev {
        left: -31px;
    }
}

@media (min-width: 479px) and (max-width: 619px) {
    .product-carousel .carousel a.next {
        right: 44px;
    }

    .product-carousel .carousel a.prev {
        left: 45px;
    }
}

@media (max-width: 345px) {
    .product-carousel .content {
        padding: 0;
    }
}

.product-carousel .product {
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
    background: #fff;
}

html.lt-ie9 .product-carousel .product {
    border: 1px solid #ddd;
}

.product-carousel .product .image {
    padding: 1px;
    margin-bottom: 12px;
    text-align: center;
}

    .product-carousel .product .image img {
        width: 100%;
        height: auto;
    }

.product-carousel .product .title {
    padding: 0 8px;
    color: #202020;
    font-family: 'futura-pt', arial, helvetica, sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
}

    .product-carousel .product .title h3 {
        font-family: 'futura-pt', arial, helvetica, sans-serif;
        font-weight: 700;
        font-size: 17px;
        margin: 0 0 4px 0;
        padding: 0;
    }

.product-carousel .product .description {
    padding: 0 8px 1em 8px;
    text-align: center;
    line-height: 1.2em;
}

.product-carousel .sorter {
    display: none;
}



@media only screen and (min-width: 960px) {
    .product-carousel .content {
        padding: 0 10px;
    }

    .product-carousel .carousel {
        margin-bottom: 10px;
        max-height: 500px;
    }

        .product-carousel .carousel ul li {
            margin: 0;
            margin-left: 20px;
            width: 220px;
            background-position: 0px bottom;
        }

            .product-carousel .carousel ul li:first-child {
                margin-left: 0;
            }

    .product-carousel .sorter {
        display: block;
        text-align: center;
        font-size: 12px;
        margin: 20px 0 25px 0;
        padding: 7px 0 5px 0;
        border: 1px solid #e8e8e8;
        border-left: 0;
        border-right: 0;
        background: #ffffff;
        background: -webkit-gradient(radial, left bottom, left top, color-stop(0, #f2f2f2), color-stop(1, #ffffff));
        background: -ms-radial-gradient(bottom, #f2f2f2 0%, #f2f2f2 100%);
        background: -moz-radial-gradient(center bottom, #f2f2f2 0%, #ffffff 100%);
        color: #e8e8e8;
    }

        .product-carousel .sorter a {
            color: #969696;
        }

            .product-carousel .sorter a.active {
                color: #575757;
            }

            .product-carousel .sorter a:hover {
                color: #575757;
            }

        .product-carousel .sorter ul {
            margin: 0;
            padding: 0;
        }

            .product-carousel .sorter ul li {
                margin: 0;
                padding: 0;
                list-style-type: none;
                border-left: 1px solid #666;
                display: inline;
                padding: 0 8px 0 12px;
            }

                .product-carousel .sorter ul li:first-child {
                    border-left: 0;
                }

    .product-carousel .catalog-links .product-link {
        overflow: hidden;
        font-size: 13px;
    }

        .product-carousel .catalog-links .product-link .image {
            float: left;
            width: auto;
            margin-right: 12px;
        }

        .product-carousel .catalog-links .product-link .title {
            margin: 12px 10px 0 0;
        }
}

.product-carousel .carousel ul li {
    background-position: -221px bottom;
    height: 170px;
    margin-left: 6.5px;
    width: 270px;
}

    .product-carousel .carousel ul li:first-child {
        margin-left: 0;
    }


/* END .product-carousel */

/* .latest-news */
.latest-news {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png) repeat-x bottom left;
    padding-top: 20px;
    padding-bottom: 1em;
    font-size: 13px;
}

    .latest-news .content {
        padding: 0 5% 0 5%;
    }

    .latest-news .section-title {
        margin: 0;
        padding: 0 0 8px 0;
    }

    .latest-news ul.header-links {
        margin: 0 0 12px 0;
        padding: 0;
        font-size: 13px;
        width: 100%;
        overflow: hidden;
    }

        .latest-news ul.header-links li {
            margin: 0 0 0 13px;
            padding: 0 0 0 10px;
            border-left: 1px solid #d9d9d9;
            float: left;
            list-style-type: none;
        }

            .latest-news ul.header-links li:first-child {
                margin: 0;
                padding: 0;
                border-left: none;
            }

            .latest-news ul.header-links li a {
                color: #176ca0;
            }

    .latest-news .item-list {
        clear: both;
    }

        .latest-news .item-list .grid_3 {
            margin-left: 0;
        }

        .latest-news .item-list img {
            width: 100%;
            max-width: 560px;
            height: auto;
        }

        .latest-news .item-list .item {
            color: #606060;
            padding: 10px 0 10px 0;
            font-size: 13px;
            line-height: 1.2em;
            border-bottom: 1px solid #eee;
        }

            .latest-news .item-list .item a {
                color: #606060;
            }

                .latest-news .item-list .item a:hover {
                    color: #202020;
                    text-decoration: none;
                }

            .latest-news .item-list .item span.date {
                display: block;
                font-size: 11px;
            }

            .latest-news .item-list .item strong {
                display: block;
                font-weight: normal;
            }

    .latest-news .tweet-list {
        padding: 18px 0 0 0;
        position: relative;
        background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_twitter_2x.png) no-repeat 0px 10px;
        background-size: 32px 27px;
    }

html.lt-ie9 .latest-news .tweet-list {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_twitter.png) no-repeat 0px 10px;
}

.latest-news .tweet-list .item {
    display: none;
    padding-bottom: 12px;
}

    .latest-news .tweet-list .item:first-child {
        display: block;
    }

    .latest-news .tweet-list .item span.author {
        display: block;
        margin-left: 38px;
        font-size: 10px;
        color: #808080;
    }

        .latest-news .tweet-list .item span.author a {
            color: #808080;
        }

            .latest-news .tweet-list .item span.author a:hover {
                color: #202020;
            }

    .latest-news .tweet-list .item span.message {
        display: block;
        margin-top: 12px;
        color: #606060;
    }

        .latest-news .tweet-list .item span.message a {
            color: #176ca0;
        }

            .latest-news .tweet-list .item span.message a:hover {
                color: #202020;
            }

@media only screen and (min-width: 960px) {
    .latest-news {
        padding-top: 46px;
        padding-bottom: 2em;
    }

        .latest-news .content {
            padding: 0 10px;
        }

        .latest-news .section-title {
            float: left;
            width: auto;
            padding: 0 0 20px 0;
        }

        .latest-news ul.header-links {
            float: left;
            margin: 11px 0 0 0;
            width: auto;
        }

            .latest-news ul.header-links li {
                margin: 0 0 0 13px;
            }

                .latest-news ul.header-links li:first-child {
                    margin-left: 16px;
                }

        .latest-news .item-list .grid_3 {
            border-left: 1px solid #eee;
            margin-left: 9px;
            min-height: 128px;
        }

            .latest-news .item-list .grid_3:first-child {
                border-left: none;
                margin-left: 0;
            }

        .latest-news .item-list .item {
            padding-left: 10px;
            padding-bottom: 0;
            padding-top: 0;
            border-bottom: none;
        }

            .latest-news .item-list .item:first-child {
                padding-bottom: 12px;
            }

            .latest-news .item-list .item a.first-item {
                font-size: 18px;
                color: #202020;
                line-height: 1.1em;
                font-family: "futura-pt", arial, helvetica, sans-serif;
            }

        .latest-news .tweet-list {
            margin-top: 36px;
            border-top: 1px solid #eee;
            padding-left: 48px;
            background-position: 0px 16px;
        }

            .latest-news .tweet-list .item {
                display: block;
            }

                .latest-news .tweet-list .item span.author {
                    margin-left: 0;
                }

                .latest-news .tweet-list .item span.message {
                    margin-top: 0;
                }
}

@media only screen and (min-width: 1280px) {
    .latest-news .item-list .grid_3 {
        min-height: 154px;
    }
}
/* /.latest-news */
/* .innovations */
.innovations {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png) repeat-x bottom left;
    padding-top: 20px;
    padding-bottom: 1em;
    font-size: 13px;
}

    .innovations .content {
        padding: 0 5% 0 5%;
    }

    .innovations .section-title {
        margin: 0;
        padding: 0 0 8px 0;
    }

    .innovations ul.header-links {
        margin: 0;
        padding: 0;
        font-size: 13px;
        width: 100%;
        overflow: hidden;
    }

        .innovations ul.header-links li {
            margin: 0 0 0 13px;
            padding: 0 0 0 10px;
            border-left: 1px solid #d9d9d9;
            float: left;
            list-style-type: none;
        }

            .innovations ul.header-links li:first-child {
                margin: 0;
                padding: 0;
                border-left: none;
            }

            .innovations ul.header-links li a {
                color: #176ca0;
            }

    .innovations .item-list {
        clear: both;
    }

        .innovations .item-list .grid_3 {
            margin-left: 0;
            display: none;
        }

            .innovations .item-list .grid_3:first-child,
            .innovations .item-list .grid_3.links {
                display: block;
            }

        .innovations .item-list img {
            width: 100%;
            max-width: 560px;
            height: auto;
        }

        .innovations .item-list .item {
            color: #606060;
            padding: 10px 0 12px 0;
            font-size: 13px;
            border-bottom: 1px solid #eee;
            line-height: 1.15em;
        }

            .innovations .item-list .item a {
                color: #606060;
            }

                .innovations .item-list .item a:hover {
                    color: #202020;
                    text-decoration: none;
                }

                .innovations .item-list .item a strong {
                    margin: 14px 0 8px 0;
                    display: block;
                    font-family: 'futura-pt', arial, helvetica, sans-serif;
                    font-weight: 700;
                    font-size: 17px;
                    font-weight: normal;
                    color: #202020;
                }

            .innovations .item-list .item.links {
                border-bottom: none;
            }

                .innovations .item-list .item.links ul {
                    margin: 0;
                    padding: 0;
                }

                    .innovations .item-list .item.links ul li {
                        margin: 0 0 2px 0;
                        padding: 0;
                        list-style-type: none;
                        line-height: 1.25em;
                    }

                        .innovations .item-list .item.links ul li a {
                            display: block;
                            background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_innovations_links_2x.png) no-repeat center left;
                            background-size: 32px 30px;
                            padding: 8px 0 7px 40px;
                        }

html.lt-ie9 .innovations .item-list .item.links ul li a {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_innovations_links.png) no-repeat center left;
}

@media only screen and (min-width: 960px) {
    .innovations {
        padding-top: 42px;
        padding-bottom: 2em;
    }

        .innovations .content {
            padding: 0 10px;
        }

        .innovations .section-title {
            float: left;
            width: auto;
            padding: 0 0 20px 0;
        }

        .innovations ul.header-links {
            float: left;
            margin: 11px 0 0 0;
            width: auto;
        }

            .innovations ul.header-links li {
                margin: 0 0 0 13px;
            }

                .innovations ul.header-links li:first-child {
                    margin-left: 16px;
                }

        .innovations .item-list .grid_3 {
            display: block;
            border-left: 1px solid #eee;
            margin-left: 9px;
            min-height: 220px;
        }

            .innovations .item-list .grid_3:first-child {
                border-left: none;
                margin-left: 0;
            }

        .innovations .item-list .item {
            margin-left: 10px;
            padding-bottom: 1.25em;
            padding-top: 0;
            border-bottom: none;
            min-width: 220px;
        }

            .innovations .item-list .item.first {
                margin-left: 0;
            }

            .innovations .item-list .item a.first-item {
                font-size: 18px;
                color: #202020;
                line-height: 1.2em;
                font-family: "futura-pt", arial, helvetica, sans-serif;
            }
}

@media only screen and (min-width: 1280px) {
    .innovations .item-list .grid_3 {
        min-height: 210px;
    }

    .innovations .item-list .item {
        min-width: 270px;
    }
}
/* /.innovations */ /* .contact-points */
.contact-points {
    background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png) repeat-x bottom left;
    padding-top: 20px;
    padding-bottom: 1em;
    font-size: 13px;
}

    .contact-points .content {
        width: auto !important;
    }

    .contact-points .section-title {
        margin: 0;
        padding: 0 0 8px 0;
    }

    .contact-points .map {
        margin-top: 6px;
    }

        .contact-points .map img {
            width: 100%;
            max-width: 560px;
        }

    .contact-points .details {
        margin-top: 13px;
        font-size: 12px;
        line-height: 1.2em;
    }

        .contact-points .details p {
            margin: 0;
            padding: 0 0 12px 0;
        }

    .contact-points .links {
        border-top: 1px solid #eee;
        margin-bottom: 14px;
        padding-top: 16px;
        width: 100%;
        overflow: hidden;
    }

        .contact-points .links p {
            display: block;
            width: 49%;
            margin: 0;
            padding: 0;
            float: right;
        }

            .contact-points .links p:first-child {
                float: left;
            }

            .contact-points .links p a {
                display: block;
                color: #176ca0;
                padding: 8px 0 8px 40px;
                margin-bottom: 9px;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_contact_icons.png) no-repeat;
                height: 15px;
                overflow: hidden;
            }

                .contact-points .links p a:hover {
                    color: #202020;
                    text-decoration: none;
                }

                .contact-points .links p a.call-us {
                    background-position: 0px 0px;
                }

                .contact-points .links p a.visit-us {
                    background-position: 0px -31px;
                }

                .contact-points .links p a.email-us {
                    background-position: 0px -62px;
                }

                .contact-points .links p a.people-finder {
                    background-position: 0px -93px;
                }

    .contact-points .follow-us {
        border-top: 1px solid #eee;
        padding-top: 16px;
    }

    .contact-points .newsletter {
        text-align: center;
        margin-bottom: 16px;
    }

        .contact-points .newsletter a {
            color: #176ca0;
            display: block;
        }

            .contact-points .newsletter a:hover {
                color: #202020;
                text-decoration: none;
            }

    .contact-points .social {
        border-top: 1px solid #eee;
        padding-top: 16px;
        overflow: hidden;
    }

        .contact-points .social p {
            display: block;
            width: 49%;
            margin: 0;
            padding: 0;
            float: right;
        }

            .contact-points .social p:first-child {
                float: left;
            }

            .contact-points .social p a {
                display: block;
                color: #176ca0;
                padding: 8px 0 8px 40px;
                margin-bottom: 9px;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_social_icons.png) no-repeat;
                height: 15px;
                overflow: hidden;
            }

                .contact-points .social p a:hover {
                    color: #202020;
                    text-decoration: none;
                }

                .contact-points .social p a.facebook {
                    background-position: 0px 0px;
                }

                .contact-points .social p a.twitter {
                    background-position: 0px -31px;
                }

                .contact-points .social p a.googleplus {
                    background-position: 0px -62px;
                }

                .contact-points .social p a.linkedin {
                    background-position: 0px -93px;
                }

                .contact-points .social p a.youtube {
                    background-position: 0px -124px;
                }

@media only screen and (min-width: 960px) {
    .contact-points {
        padding-top: 42px;
        padding-bottom: 2em;
    }

        .contact-points .content {
            padding: 0 10px;
        }

        .contact-points .section-title {
            padding: 0 0 20px 0;
        }

        .contact-points .contact-info,
        .contact-points .follow-us {
            /*width: 50%;
    float: left;*/
            overflow: hidden;
        }

        .contact-points .follow-us {
            width: 470px;
            border: none;
            padding-top: 0;
        }

            .contact-points .follow-us .section-title {
                margin-left: 10px;
            }

        .contact-points .details p {
            padding: 0 0 6px 0;
        }

        .contact-points .links {
            border: none;
            padding-top: 8px;
        }

            .contact-points .links p {
                display: inline;
                float: none;
                width: auto;
            }

                .contact-points .links p a {
                    float: left;
                    width: auto;
                    padding-left: 36px;
                    margin-right: 14px;
                }

        .contact-points .newsletter {
            border-left: 1px solid #eee;
            min-height: 164px;
        }

        .contact-points .social {
            min-height: 164px;
            border-left: 1px solid #eee;
            border-top: 0;
            padding-top: 0;
            padding-left: 10px;
            width: 218px;
        }
}

@media only screen and (min-width: 1280px) {
    .contact-points .follow-us {
        width: auto;
    }

    .contact-points .social {
        width: 278px !important;
    }
}
/* /.contact-points */ /* .banners */

.banners {
    padding-top: 20px;
    padding-bottom: 1em;
}

    .banners .content {
        padding: 0 5% 0 5%;
        width: auto !important;
    }

    .banners li img {
        width: 100%;
        max-width: 560px;
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
        display: block;
        margin-bottom: 12px;
    }

    .banners .carousel {
        margin-left: -4px;
    }

        .banners .carousel .caroufredsel_wrapper {
            padding: 4px;
        }

        .banners .carousel ul {
            margin: 0;
            padding: 4px;
        }

            .banners .carousel ul li {
                width: 280px;
                margin-left: 10px;
            }

                .banners .carousel ul li:first-child {
                    margin-left: 0;
                }

@media only screen and (min-width: 960px) {
    .banners {
        padding-top: 10px;
        padding-bottom: 1em;
    }

        .banners .content {
            padding: 0 10px;
        }

        .banners .carousel ul li {
            width: 220px;
        }

        .banners li img {
            margin-bottom: 0px;
        }
}

@media only screen and (min-width: 1280px) {
    .banners .carousel ul li {
        width: 280px;
    }
}

/* ==========================================================================
   Contact Viewer and contact filter
========================================================================== */
.contact-viewer .contact-points {
    background: none;
    padding-top: 20px;
    padding-bottom: 1em;
    font-size: 13px;
}

    .contact-viewer .contact-points .content {
        width: auto !important;
    }

    .contact-viewer .contact-points .span3 {
        margin-left: 0 !important;
    }

    .contact-viewer .contact-points .section-title, .contact-Filter .section-title {
        margin: 0;
        padding: 0 0 8px 0;
    }

    .contact-viewer .contact-points .map {
        margin-top: 6px;
    }

        .contact-viewer .contact-points .map img {
            width: 100%;
            max-width: 360px;
        }

    .contact-viewer .contact-points .details {
        margin-top: 2px;
        font-size: 12px;
        line-height: 1.2em;
    }

        .contact-viewer .contact-points .details p {
            margin: 0;
            padding: 0 0 12px 0;
        }

    .contact-viewer .contact-points .links {
        border-top: 1px solid #eee;
        margin-bottom: 14px;
        padding-top: 16px;
        width: 100%;
        overflow: hidden;
    }

    .contact-viewer .contact-points .faxDetails {
        float: left;
        margin-left: 0px;
    }

    .contact-viewer .contact-points .links p {
        display: block;
        width: 60%;
        margin: 0;
        padding: 0;
        float: left;
    }

        .contact-viewer .contact-points .links p:first-child {
            float: left;
        }

        .contact-viewer .contact-points .links p a {
            display: block;
            color: #176ca0;
            padding: 8px 0 9px 35px;
            margin-bottom: 9px;
            background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_contact_icons.png) no-repeat;
            height: 15px;
            overflow: hidden;
        }

            .contact-viewer .contact-points .links p a:hover {
                color: #202020;
                text-decoration: none;
            }

            .contact-viewer .contact-points .links p a.call-us {
                background-position: 0px 0px;
            }

            .contact-viewer .contact-points .links p a.visit-us {
                background-position: 0px -31px;
            }

            .contact-viewer .contact-points .links p a.email-us {
                background-position: 0px -62px;
            }

            .contact-viewer .contact-points .links p a.people-finder {
                background-position: 0px -93px;
            }

    .contact-viewer .contact-points .follow-us {
        border-top: 1px solid #eee;
        padding-top: 16px;
    }

    .contact-viewer .contact-points .newsletter {
        text-align: center;
        margin-bottom: 16px;
    }

        .contact-viewer .contact-points .newsletter a {
            color: #176ca0;
            display: block;
        }

            .contact-viewer .contact-points .newsletter a:hover {
                color: #202020;
                text-decoration: none;
            }

    .contact-viewer .contact-points .social {
        border-top: 1px solid #eee;
        padding-top: 16px;
        overflow: hidden;
    }

        .contact-viewer .contact-points .social p {
            display: block;
            width: 49%;
            margin: 0;
            padding: 0;
            float: right;
        }

            .contact-viewer .contact-points .social p:first-child {
                float: left;
            }

            .contact-viewer .contact-points .social p a {
                display: block;
                color: #176ca0;
                padding: 8px 0 8px 40px;
                margin-bottom: 9px;
                background: url(/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_social_icons.png) no-repeat;
                height: 15px;
                overflow: hidden;
            }

                .contact-viewer .contact-points .social p a:hover {
                    color: #202020;
                    text-decoration: none;
                }

                .contact-viewer .contact-points .social p a.facebook {
                    background-position: 0px 0px;
                }

                .contact-viewer .contact-points .social p a.twitter {
                    background-position: 0px -31px;
                }

                .contact-viewer .contact-points .social p a.googleplus {
                    background-position: 0px -62px;
                }

                .contact-viewer .contact-points .social p a.linkedin {
                    background-position: 0px -93px;
                }

                .contact-viewer .contact-points .social p a.youtube {
                    background-position: 0px -124px;
                }


    .contact-viewer .contact-points .links p a.email-us {
        float: left;
    }

    .contact-viewer .contact-points .links p a.visit-us {
        float: left;
        margin-right: 0px;
    }

.contact-viewer .details.grid_3.omega {
    width: 100%;
}


.contact-Filter .region-selector .selections {
    display: none;
    background: none;
    padding: 0px;
    font-size: 12px;
    text-transform: none;
}

.contact-Filter .selections .select-language {
    padding-top: 15px;
}

.region-selector .selections .select-region select, .region-selector .selections .select-language select {
    float: left;
    font-size: 13px;
    padding: 4px 2px;
    width: 150px;
}

.contact-result-viewer .region-selector .selections .select-region {
    clear: none;
    color: #888888;
    float: left;
    font-size: 16px;
    padding-left: 0;
    width: 30%;
}

.contact-result-viewer .region-selector .selections .line_heading {
    margin: 0 0 10px;
}

.ms-core-navigation {
    font-family: "futura-pt",arial,helvetica,sans-serif !important;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-item, .ms-core-listMenu-verticalBox li.static > .ms-core-listMenu-item {
    font-family: "futura-pt",arial,helvetica,sans-serif !important;
    font-size: 16px;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static {
    border-top: 1px solid #E1E1E1 !important;
    line-height: 24px;
}

    .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > ul.static > li.static {
        margin-left: 0;
    }

    .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > a > .additional-background {
        background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/LeftNavArrow.png");
        background-repeat: no-repeat;
        background-position: left 0 top 0;
        display: block;
        padding-left: 13px !important;
        color: #808080;
    }

    .ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > a:hover > .additional-background {
        background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/LeftNavArrowSelected.png");
        color: #202020;
    }

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.selected > a > .additional-background {
    background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/LeftNavArrowSelected.png");
    background-repeat: no-repeat;
    background-position: left 0 top 0;
    padding-left: 13px !important;
    color: #202020;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static:last-child {
    border-top: 1px solid #E1E1E1 !important;
    background-image: none;
    border-bottom: 1px solid #E1E1E1 !important;
    margin-left: 17px;
}

.ms-core-listMenu-verticalBox .ms-core-listMenu-selected:link, .ms-core-listMenu-verticalBox .ms-core-listMenu-selected:visited, .ms-core-listMenu-verticalBox .ms-core-listMenu-selected {
    background-color: transparent !important;
    color: #202020;
}

.ms-core-listMenu-item, .ms-core-listMenu-item:link, .ms-core-listMenu-item:visited, .ms-tv-item:link, .ms-tv-item:visited, .ms-tv-header:link, .ms-tv-header:visited {
    background-color: transparent !important;
}

    .ms-core-listMenu-item:hover, .ms-tv-item:hover, .ms-tv-header:hover {
        color: #303030 !important;
        text-decoration: none !important;
    }

input[type="searchbtn"] {
    cursor: pointer;
}

input[type="submit"] {
    min-width: 1em;
}

/* Breadcrumb */

.ms-pagebreadcrumb {
    font-size: 12px;
    margin-top: 0;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .ms-pagebreadcrumb a, .ms-pagebreadcrumb a:visited, .ms-pagebreadcrumb a:active, .ms-pagebreadcrumb a:hover {
        color: #909090 !important;
    }

.mainBoxBreadcrumb {
    margin-left: 5px;
    min-height: 1px;
}

.mainBreadcrumb > span {
    color: #404040 !important;
}

ul.s4-breadcrumb, ul.s4-breadcrumb ul {
    color: #404040 !important;
}

span.ms-sitemapdirectional, div.breadcrumb span span.current {
    color: #404040 !important;
}

/* END - Breadcrumb */

/*Social Media Links*/
.SocialMediaLink {
    color: #176CA0 !important;
}

    .SocialMediaLink:hover {
        color: #202020 !important;
        text-decoration: none;
    }

.SocialMedia .footer-general {
    background: none;
    color: #666666;
    font-family: arial,helvetica,sans-serif;
    font-size: 12px;
    padding-bottom: 0;
}

.SocialMedia .container_6 {
    margin: 0;
    padding: 1px 0;
}

.SocialMedia .section-wrapper {
    margin: -27px;
    position: relative;
}

.SocialMedia .footer-general .social a {
    display: block;
    float: left;
    margin-right: 6px;
    overflow: hidden;
    padding: 7px 4px 3px 23px;
    width: 130px !important;
    color: #176CA0;
    text-indent: 0px;
    font-size: 13px;
}

    .SocialMedia .footer-general .social a:hover {
        display: block;
        float: left;
        margin-right: 6px;
        overflow: hidden;
        padding: 7px 4px 3px 23px;
        width: 130px !important;
        color: #202020;
    }

.SocialMedia .footer-general .social img {
    display: block;
    float: left;
    margin-right: 4px;
    margin-top: -6px;
    overflow: hidden;
    width: 31px;
}

.SocialMedia .SocialMediaImg {
    height: 30px;
    margin-bottom: 0;
    margin-right: 12px;
}

.SocialMediaUl {
    list-style: none;
    margin-left: 0px;
    padding: 0;
    width: 100%;
}

/*Social Links complete*/

.caroufredsel_wrapper {
    position: relative !important;
}

.carousel-brand a {
    color: black;
}

    .carousel-brand a:visited {
        color: black;
    }

    .carousel-brand a:hover {
        color: black;
    }


/* ==========================================================================
   Page Layouts
   ========================================================================== */

.wideOnLeftTitle {
    font-size: 20px;
}

.wideOnRightHalfLeft, .wideOnLeftHalfLeft, .internetSectionHalfLeft {
    float: left;
    width: 49%;
}

.wideOnRightHalfRight, .wideOnLeftHalfRight, .internetSectionHalfRight {
    float: right;
    width: 49%;
}

@media (max-width: 480px) {
    .wideOnRightHalfLeft, .wideOnLeftHalfLeft, .internetSectionHalfLeft {
        float: left;
        width: 100%;
    }

    .wideOnRightHalfRight, .wideOnLeftHalfRight, .internetSectionHalfRight {
        float: left;
        width: 100%;
    }
}

.pageClear {
    clear: both;
}

/* Horizontal dividers */

.horizontalDivider img {
    display: block;
    height: auto;
    width: 100%;
    margin-left: -10px;
    margin-right: auto;
    max-width: 104%;
}

.horizontalDividerWide {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/divider_section.png") repeat-x bottom left;
    height: 3px;
    left: 0px;
    position: absolute;
    right: 0px;
}

/* END - Horizontal divider */

@media only screen and (max-width: 960px) {
    .internetSectionWPHorizontal > .ms-webpart-zone.ms-fullWidth {
        display: block;
    }

        .internetSectionWPHorizontal > .ms-webpart-zone.ms-fullWidth > .ms-webpart-cell-horizontal {
            display: block;
        }

        .internetSectionWPHorizontal > .ms-webpart-zone.ms-fullWidth > .ms-webpartzone-cell {
            /*margin: auto;*/
        }
}

/*Summary link webpart*/

.slm-layout-main.groupmarker ul li {
    line-height: 1.25em;
    list-style-type: none;
    margin: 0 0 2px;
    padding: 0;
}

.slm-layout-main.groupmarker .list {
    padding-left: 0px !important;
}

.slm-layout-main {
    margin-left: 0px !important;
}

.bluearrow {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/module_innovations_links_2x.png") no-repeat scroll left center transparent;
    display: block;
    padding: 8px 0 7px 40px;
    text-decoration: none !important;
    color: #5698BF !important;
    font-size: 18px;
    margin-bottom: 10px;
    background-size: 32px 30px;
    font-family: "futura-pt", arial, helvetica, sans-serif !important;
    line-height: 16px;
}

    .bluearrow:hover {
        color: #5698BF !important;
        text-decoration: none;
    }

.DownArrow {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/sl_arrow_down.png") no-repeat scroll left center transparent;
    display: block;
    padding: 8px 0 7px 40px;
    text-decoration: none !important;
    color: #5698BF !important;
    font-size: 18px;
    margin-bottom: 10px;
    background-size: 32px 30px;
    font-family: "futura-pt", arial, helvetica, sans-serif !important;
    line-height:16px;
}

    .DownArrow:hover {
        color: #5698BF !important;
        text-decoration: none;
    }

.SummaryLinksArrow {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/SummaryLinkArow.png") no-repeat scroll left center transparent;
    display: block;
    padding: 5px 0 0 40px;
    text-decoration: none !important;
    color: #176ca0 !important;
    font-size: 13px;
    margin-bottom: 0;
    background-size: 32px 30px;
    color: #5f98be;
}

.SummaryLinksArrow {
    color: #176ca0 !important;
    text-decoration: none;
}

.WhiteSpace {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/WhiteSpace.png") no-repeat scroll left center transparent;
    display: block;
    padding: 0 0 0 40px;
    text-decoration: none !important;
    color: #176ca0 !important;
    font-size: 13px;
    margin-bottom: 0;
    background-size: 32px 30px;
    color: #176ca0;
}

.WhiteSpace {
    color: #176ca0 !important;
    text-decoration: none;
}

.readMoreDescription, .summaryDownload, .readmoreLeft, .relatedlinks, .phoneNumberContact {
    color: #176CA0 !important;
}

    .readMoreDescription:hover, .summaryDownload:hover, .readmoreLeft:hover, .relatedlinks:hover, .phoneNumberContact:hover {
        color: #202020 !important;
        text-decoration: none;
    }

.rss {
    background-image: url("/_layouts/15/images/rss.gif");
    background-repeat: no-repeat;
    padding-left: 20px;
}

div.slm-layout-main ul.list li h3 {
    color: #606060 !important;
}

/*Ribbon Changes - for page layout popup*/

.ms-cui-menu {
    overflow-y: scroll !important;
}

.dfwp-column {
    margin-left: 0;
}

.sectionbanner {
    font-size: 13px;
    padding-bottom: 1em;
    padding-top: 20px;
    background: none;
    max-width: 270px;
}

.ms-core-pageTitle {
    white-space: normal !important;
}

.main li > h4 {
    margin: 1px 0 1px 0;
}

/*Webpart title */

.ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
    font-family: "futura-pt", arial, helvetica, sans-serif !important;
    font-weight: 400 !important;
    font-size: 24px !important;
    color: #202020 !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ms-webpart-titleText nobr {
    white-space: normal !important;
}

.ms-webpart-titleText {
    text-align: left !important;
}

/*Change taxonomy edit field width in webpart edit window*/
.ms-taxonomy-fieldeditor {
    width: 190px !important;
}

.ms-taxonomy-control-holder {
    width: 214px;
}

.ms-cui-gallerybutton-Size72by96 {
    height: 115px !important;
}

/* Scrollbar with fixed ribbon */

#aspnetForm > span {
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
}

.ms-cui-topBar2 {
    background: none repeat scroll 0 0 threedhighlight;
}

#suiteBarRight {
    background-color: #fff !important;
}

/* End of - Scrollbar with fixed ribbon */

/*Search result customization*/
/*Search result customization*/

.ms-srch-item {
    clear: both;
    padding: 5px 20px 5px 10px;
    width: auto;
    border-bottom: 1px solid #EEEEEE;
    min-height: 70px;
}

.ms-srch-resultFooter {
    float: left;
    margin-top: -55px;
}

#ResultFooter {
    display: none;
}

.ms-srch-result-groups {
    margin-bottom: 60px;
}

.ms-srch-result #Paging {
    list-style-type: none;
    margin: 45px 0 30px;
    padding: 4px;
    text-align: center;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
}

.ms-srch-result #PagingLink a {
    color: #0072C6;
    font-weight: bold;
}

.ms-srch-result #PagingSelf a, .ms-srch-result #PagingSelf a:hover {
    font-weight: bold;
    color: black;
}

.ms-promlink-button {
    border-style: none;
    border-width: 1px;
    display: inline-block;
    height: 16px;
    padding: 4px;
    width: 16px;
}

.ms-srch-pagingNext {
    left: -105px;
    position: absolute;
    top: -1px;
    width: 122px;
}

.ms-srch-pagingNext, .ms-srch-pagingPrev {
    max-width: 122px !important;
}

.ms-srch-item-body {
    width: 600px;
}


#SearchBox {
    margin-left: -5px;
}

/*Sharepoint Loading image customization*/
.ms-dlgLoadingTextDiv {
    margin-top: 15px !important;
}

    .ms-dlgLoadingTextDiv img {
        margin-top: -18px !important;
    }

.upmLink {
    padding: 0 0 0.25em;
}

    .upmLink a, .upmLink a:visited {
        color: #176CA0;
    }

        .upmLink a:hover {
            color: #202020;
        }

#SearchBox input {
    width: 300px;
}

/* background for slow loading*/
#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #CCCCCC;
}

/*Insert menu items  where not showing up fix*/
.ms-cui-menu {
    position: fixed !important;
}

.ms-srch-item-summary {
    width: 80% !important;
}

/*Added margin to fix ipad margin issue*/
.addMargin {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.resetMargin {
    margin-left: auto;
    margin-right: auto;
}

/*Left nav styling update*/
.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static {
    padding-left: 20px;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > ul.static > li.static > ul.static > li.static {
    padding-left: 20px;
}

.threeColumsTitle, .wideOnLeftTitle, .wideOnRightTitle, .internetSectionTitle {
    padding-bottom: 14px;
}

.ms-srch-ellipsis, .ms-srch-hover-title {
    line-height: 1.45em !important;
}

.SocialMediaLi {
    float: left;
    min-width: 135px;
    padding-bottom: 8px;
}

.SocialMediaUl {
    list-style: none;
    margin-left: 0px;
    padding: 0;
    width: 100%;
}

.ms-WPBorder {
    border: none;
}

.mainSideNav .ms-core-listMenu-root li {
    margin-left: 17px;
}

    .mainSideNav .ms-core-listMenu-root li a {
        margin-left: -20px;
    }

.mainSideNav .ms-navedit-editLinksIconWrapper {
    margin-left: 15px;
}

.contactViewerEmail {
    float: none !important;
}

.contactViewervisit-us {
    float: none !important;
}

.liftUp .liftUpImg {
    margin: 5px 5px 5px 0px;
}

.liftUp a p {
    color: #666;
    line-height: 1.4;
}

.liftUp a:hover p {
    color: #666;
    text-decoration: none;
}

.liftUpTitle {
    color: #444;
}

/* Twitter Feed webpart styles */

#imageLoader {
    background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/loader.gif");
    height: 32px;
    width: 32px;
    position: relative;
    z-index: 1000;
    left: 50%;
    top: 50%;
}

.content ul.tweet_list {
    margin: 10px 0;
}

    .content ul.tweet_list li {
        list-style-type: none;
        padding: 0 0 10px 0;
    }

#tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tweet ul.tweet_list li a.date {
    display: inline-block;
    font-size: 10px;
    margin: 5px 0 7px 0;
    color: #808080 !important;
    text-decoration: none !important;
    padding-left: 2px;
}

#tweet ul.tweet_list li span.datePart {
    font-size: 10px;
    color: #808080 !important;
    text-decoration: none !important;
}

#tweet ul.tweet_list li span.tweet_text {
    display: block;
}

#tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
    padding-right: .5em;
    float: left;
}

    #tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
        vertical-align: middle;
    }

#tweet .tweet_list .tweet_odd, #tweet .tweet_list .tweet_even {
    width: 90%;
}

    #tweet .tweet_list .tweet_even .datePart,
    #tweet .tweet_list .tweet_odd .datePart, #tweet .tweet_list .tweet_even .date, #tweet .tweet_list .tweet_odd .date {
        line-height: 14px !important;
    }

.twitterFeed {
    margin-top: 5px;
}

#tweet {
    float: left;
    width: 90%;
}

.twitterMain {
    width: 100%;
}

.clear {
    clear: both;
    padding: 6px 0 7px 0;
}

.twitterImageDiv {
    float: left;
    margin-right: 15px;
}

    .twitterImageDiv img {
        height: 35px !important;
        width: 35px !important;
    }

.fullDiv {
    float: left !important;
}
/* END - Twitter Feed webpart styles */

/*Global Navigation arrow*/
.arrowBackground {
    background-image: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Bg/breadcrumb_arrow.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 6px;
    margin-right: 5px;
}

/* Product Search stylings */

/* Product search box */
.ms-srch-sbLarge > input, .ms-srch-sbLarge > input:focus {
    border: 0 none !important;
    border-radius: 0 0 0 0;
    box-shadow: none !important;
    height: 20px !important;
    line-height: 20px !important;
    margin: 0 6px 0 8px !important;
    padding-left: 5px !important;
    width: 200px !important;
}

.ms-srch-sb-border, .ms-srch-sb-border:hover, .ms-srch-sb-borderFocused {
    border: 1px solid #e1e1e1 !important;
    border-radius: 20px 20px 20px 20px;
    height: 30px;
}

.ms-srch-sbLarge-searchImg {
    display: none;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/search-detail.gif") no-repeat scroll 0 0 transparent;
    margin: 2px 0 0 3px;
}

.ms-promlink-header {
    border-top: 1px solid #e1e1e1;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 10px;
    width: 100%;
}

.ms-srch-sb-borderFocused {
    border: none;
}

.fullwide #SearchBox {
    float: right;
}

.fullwide .ms-srch-sbLarge > input, .fullwide .ms-srch-sbLarge > input:focus {
    width: 150px !important;
}

/* END - Product Search stylings */

.footer-general .links {
    width: 60% !important;
}

/*Bullet points left alignment*/
menu, ol, ul {
    padding-left: 15px;
}

/*Provided by SIMe team for bug #5221*/
.ms-rtestate-field ul, .ms-rtestate-field ol {
    margin-top: 0;
    display: table;
}

@media screen and (min-width: 479px) and (max-width: 865px) {
    .ms-webpart-titleText.ms-webpart-titleText, .ms-webpart-titleText > a {
        margin-top: 20px;
    }
}

.logoMobile {
    height: 40px;
    margin-top: 28px;
    width: 34px;
}

.logoMobileNoRegionSelector {
    height: 40px;
    margin-top: 21px;
    width: 34px;
}

/*removing the blue frame from the search box*/
input[type="search"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wideOnLeftWPBottomAddthis {
    float: right;
}

.addthisIcon {
    width: 100%;
}

.wideOnRightAddthis {
    width: 100%;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > ul.static > li.static > ul.static > li.static > ul.static > li.static {
    display: none;
}

.ms-core-listMenu-verticalBox > .ms-core-listMenu-root > li.static > ul.static > li.static > ul.static > li.selected > ul.static > li.static {
    display: block;
}

/* HTML Carousel */

#upm-frontpage-slider-wrapper {
    width: 100%;
    position: relative;
    font-family: "futura-pt", arial, helvetica, sans-serif;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
}

    #upm-frontpage-slider-wrapper ol, #upm-frontpage-slider-wrapper ul, #upm-frontpage-slider-wrapper li {
        margin: 0;
        padding: 0;
    }

    #upm-frontpage-slider-wrapper #upm-frontpage-slider {
        background: #fff;
    }

        #upm-frontpage-slider-wrapper #upm-frontpage-slider .slides li {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            position: relative;
            overflow: hidden;
        }

            #upm-frontpage-slider-wrapper #upm-frontpage-slider .slides li img {
                max-width: 100%;
                max-height: 100%;
            }

@media all and (max-width: 879px) {
    #upm-frontpage-slider-wrapper #upm-frontpage-slider .slides li img {
        display: block;
        position: relative;
        right: auto;
        margin: 0 auto;
    }
}

@media all and (min-width: 880px) {
    #upm-frontpage-slider-wrapper #upm-frontpage-slider .slides li img {
        position: absolute;
        right: 0;
        top: 0;
        height: auto;
        max-width: 100%;
    }
}

#upm-frontpage-slider-wrapper .flex-viewport ul.slides li {
    display: none;
}

@media all and (min-width: 880px) {
    #upm-frontpage-slider-wrapper .flex-viewport ul.slides li {
        min-height: 315px;
    }
}

#upm-frontpage-slider-wrapper .flex-viewport ul.slides li.flex-active-slide {
    display: block;
}

#upm-frontpage-slider-wrapper .flex-control-paging {
    position: absolute;
    top: 20px;
    left: -2px;
    list-style-type: none;
}

@media all and (max-width: 879px) {
    #upm-frontpage-slider-wrapper .flex-control-paging {
        top: 10px;
    }
}

#upm-frontpage-slider-wrapper .flex-control-paging li {
    float: left;
    cursor: pointer;
}

    #upm-frontpage-slider-wrapper .flex-control-paging li a {
        background: url('/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/button_inactive_retina.png');
        background-size: 100%;
        display: block;
        float: left;
        height: 23px;
        width: 23px;
        color: transparent;
        text-indent: -10000px;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }

        #upm-frontpage-slider-wrapper .flex-control-paging li a.flex-active {
            background: url('/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/button_active_retina.png');
            background-size: 100%;
        }

#upm-frontpage-slider-wrapper .content {
    height: 100%;
    width: 100%;
    position: relative;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

    #upm-frontpage-slider-wrapper .content a {
        color: #202020;
        text-decoration: none;
    }

    #upm-frontpage-slider-wrapper .content h2 {
        color: #202020;
        font-size: 55px !important;
        font-weight: 400;
        letter-spacing: -0.02em;
        margin: 61px 0 11px 0;
        padding: 0;
        text-transform: uppercase;
        display: block;
        position: relative;
        left: 0;
        line-height: 1;
    }

        #upm-frontpage-slider-wrapper .content h2 span.thin {
            font-weight: 300;
        }

@media all and (min-width: 880px) {
    #upm-frontpage-slider-wrapper .content h2 span.break {
        display: block;
    }
}

@media all and (max-width: 879px) {
    #upm-frontpage-slider-wrapper .content h2 {
        margin: 20px 0 10px 0 !important;
    }
}

@media only screen and (max-width: 580px) {
    #upm-frontpage-slider-wrapper .content h2 {
        font-size: 30px !important;
        margin: 20px 0 0 0 !important;
        left: -2px !important;
    }
}

#upm-frontpage-slider-wrapper .content p {
    font-size: 28px;
    font-weight: 300;
    margin: 0 0 0.3em 0;
    padding: 0;
    letter-spacing: -0.01em;
    line-height: 110%;
}

@media all and (max-width: 879px) {
    #upm-frontpage-slider-wrapper .content p {
        font-size: 20px !important;
        margin: 0 0 20px 0 !important;
    }
}

/* END - HTML Carousel */
/* Photo Gallery */

ul.gallery {
    margin: 0 !important;
    padding: 0;
}

    ul.gallery li {
        list-style-type: none !important;
        display: inline-block;
        float: left;
        padding: 0 !important;
        border-bottom: 1px solid #D5D6D5;
    }

        ul.gallery li a img {
            display: table-cell;
            vertical-align: middle;
            height: auto;
            width: 150px;
            padding: 0px;
            text-align: center;
            vertical-align: middle;
            margin: 10px 5px 5px 5px;
            border: none;
            padding-bottom: 10px;
        }

/* END - Photo Gallery */

/* Feedback */

.feedbackForm .feedbackFormRequired {
    padding-bottom: 15px;
}

.feedbackForm .rows {
    clear: both;
}

    .feedbackForm .rows .p {
        padding-bottom: 0;
    }

.feedbackForm .divNoSubject {
    padding: 10px;
    color: red;
}

.feedbackForm .rightInquiryFeedback.selectbox {
    padding-bottom: 10px;
}

.feedbackForm .textArea {
    clear: both;
    padding-top: 10px;
}

.feedbackForm .textAreaWidth {
    clear: both;
    padding-top: 5px;
    width: 90%;
    float: right;
}

.feedbackForm .leftInquiryFeedback {
    float: left !important;
    width: 40%;
}

.feedbackForm .rightInquiryFeedback {
    float: right !important;
    width: 60%;
    padding: 0;
}


.feedbackForm .sendButton {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 0px solid #dcdcdc;
    padding: 4px 13px;
    padding-top: 5px !important;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    display: inline-block;
    text-shadow: 0px 0px 0px #ffffff;
    text-shadow: none;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    padding: 4px 30px 4px 30px;
    filter: none !important;
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/btn-left.png") no-repeat center;
    color: #fff !important;
}

    .feedbackForm .sendButton:hover {
        text-decoration: none;
    }

.feedbackForm .upmButton {
    float: right;
    clear: both !important;
}

/* END - Feedback*/

/*Registration Form*/

.RegistrationColumn {
    margin-bottom: 20px;
}

.RegistrationNoColumn {
    margin-top: 20px;
}

.RegistrationColumnSubsection {
    margin-left: 30px;
    display: none;
}

.RegCheckbox {
    margin-top: 10px;
}

.RegComments {
    width: 75%;
    margin-top: 10px;
}

.RegistrationColumnBottom {
    margin-bottom: 10px;
}
/*End - Registration Form*/

/*Add this facebook icon overlap issue fix*/
.addthis_button_facebook_like {
    margin-right: 80px\9;
}

/*Start - ContactForm*/

.ContactFormdiv {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

.ContactFormmaindiv {
    width: 700px;
}

.form-horizontal .feedbackForm .sendButton {
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    border: 0px solid #dcdcdc;
    padding: 4px 13px;
    padding-top: 5px !important;
    text-decoration: none;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background: -ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    display: inline-block;
    text-shadow: 0px 0px 0px #ffffff;
    text-shadow: none;
    -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 0px 0px 0px #ffffff;
    padding: 4px 30px 4px 30px;
    filter: none !important;
    background: url("/_layouts/15/UPM.Internet.Generic.Portal.2013/Images/Icons/btn-left.png") no-repeat center;
    color: #fff !important;
}

    .form-horizontal .feedbackForm .sendButton:hover {
        text-decoration: none;
    }

.form-horizontal .feedbackForm .upmButton {
    float: right;
    clear: both !important;
}

ul.Contactform li {
    list-style: none;
}

    ul.Contactform li.ContactformLeft {
        float: left;
        text-align: left;
        width: 20%;
    }

    ul.Contactform li.ContactformRight {
        float: left;
        width: 40%;
    }

.ContactformClear {
    clear: both;
    padding-top: 5px;
}

.ContactFormText input::-webkit-input-placeholder {
    color: #808080;
}

.ContactFormText input:-moz-placeholder {
    color: #808080;
}

.ContactFormText input::-moz-placeholder {
    color: #808080;
}

.ContactFormText input:-ms-input-placeholder {
    color: #808080;
}

.ContactFormText input.placeholder {
    color: #808080;
}

.ContactFormMultiLine input::-webkit-input-placeholder {
    color: #808080;
}

.ContactFormMultiLine input:-moz-placeholder {
    color: #808080;
}

.ContactFormMultiLine input::-moz-placeholder {
    color: #808080;
}

.ContactFormMultiLine input:-ms-input-placeholder {
    color: #808080;
}

.ContactFormMultiLine input.placeholder {
    color: #808080;
}

.ContactFormMultiLine {
    width: 440px;
}


.form-horizontal .ContactFormColumn .control-label {
    width: 180px;
    padding-top: 5px;
    text-align: right;
}


.form-horizontal .ContactFormRadioButtonLabel {
    display: block !important;
    /*padding-left:6% !important;*/
}


.form-horizontal input[type="checkbox"], .form-horizontal input[type="radio"] {
    box-sizing: border-box;
    float: left !important;
    vertical-align: top !important;
    margin-right: 1% !important;
}
/*End - ContactForm*/


/* Start - Listup Blog Webpart Styles */
.col-1-4 {
    float: left;
    width: 23%;
    vertical-align: text-top;
    padding-right: 2%;
}

.wpLiftUp {
}

    .wpLiftUp H2 {
        font-size: 1.4em;
        line-height: 110%;
    }

wpLightUpImg {
    font-size: 0.65em;
    text-transform: uppercase;
}

.wpLightUpImg img {
    width: 100%;
}

.wpLiftUpIntro {
    font-size: 0.65em;
    text-transform: uppercase;
}

.wpLiftUpImg img {
    width: 100%;
}

.wpLightUp > a, .wpLightUp > a:visited, .wpLightUp > a:hover, .wpLightUp > a:active {
    color: #666 !important;
    text-decoration: none;
}
/* End - Listup Blog Webpart Styles */

/*Start - Order Guide Form*/
.OrderGuideColumn {
    margin-bottom: 20px;
}

.OrderGuideNoColumn {
    margin-top: 20px;
}

.OrderGuideCheckbox {
    margin-top: 10px;
}

.OrderGuideColumnBottom {
    margin-bottom: 10px;
}

.form-horizontal .OrderGuideColumn .control-label {
    float: left;
    width: 180px;
    padding-top: 5px;
    text-align: right;
}
/*End - Order Guide Form*/

/*Start - Extranet WebForm*/
.ExtranetWebformCheckbox {
    margin-top: 10px;
}

.ExtranetWebFormColumn {
    margin-bottom: 20px!important;
}

.ExtranetWebFormNoColumn {
    margin-top: 20px;
}


.ExtranetWebFormColumnBottom {
    margin-bottom: 10px;
}

.form-horizontal .ExtranetWebFormColumn .control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
}

.form-horizontal .ExtranetWebFormColumn .contact-control-label {
    float: left;
    padding-top: 5px;
    text-align: right;
    width: 100% !important;
}

/* Start - Latest Releases Webpart*/

.ReleaseDate {
    color: #666;
    line-height: 1.4;
    text-transform: uppercase;
}


/* End - Latest Releases Webpart*/

