﻿/*screen size > 1440px*/
/*------------------------------------------ Desktop-----------------------------------------------------*/
@media only screen and (min-width: 64.063em) {
    .containerholder {
        padding: 0px 30px 0px 30px;
    }

    .row .row {
        margin-left: 0;
        margin-right: 0;
    }

    footer .row {
        border-bottom: 1px solid #ccc;
    }

    #s4-workspace input[type="search"] {
        height: 24px !important;
        margin: 0 0 0 0 !important;
        padding: 0 0 0 0 !important;
        width: 220px !important;
    }

    div.logo {
        height: 100px;
        width: 500px;
        background-repeat: no-repeat;
        margin: 0em 0em 0em 30px;
        float: left;
    }

    [data-magellan-expedition] {
        padding: 0px;
    }

    ul.headerBar {
        margin: 0em 1em 0em 0em !important;
        color: rgb(100, 99, 104);
        margin-right: 15px !important;
    }

        ul.headerBar li {
            list-style-type: none;
            margin-right: 0px !important;
        }

            ul.headerBar li a {
                float: right;
                display: block;
                color: rgb(163, 0, 70) !important;
                text-align: center;
                padding: 12px 16px;
                text-decoration: none;
                font-size: 1rem;
                border-right-width: 0px;
                border-right-color: white;
                border-right-style: solid;
            }

                ul.headerBar li a.regionitem {
                    float: right;
                    display: block;
                    color: rgb(163, 0, 70) !important;
                    padding: 12px 16px;
                    text-decoration: none;
                    font-size: 1rem;
                    width: 200px;
                    text-align: left;
                }

                ul.headerBar li a.regionbutton {
                    font-weight: bold;
                    display: block;
                    color: rgb(163, 0, 70) !important;
                    text-align: center;
                    padding: 12px 16px;
                    font-size: 1rem;
                    border-right-width: 1px;
                    border-right-color: white;
                    border-right-style: solid;
                }

    ul.social {
        float: right;
        clear: right;
        margin: 0em 12px 0em 0em !important;
        height: 50px;
    }

        ul.social li {
            float: left;
            list-style-type: none;
            padding-left: 5px;
            /*padding-top: 10px;*/
            margin-right: 5px;
            margin-left: 5px;
        }

            ul.social li a {
                width: 24px;
                height: 24px;
                display: block;
                background-position: center bottom;
                background-repeat: no-repeat;
                margin-top: 0 0 0 0;
                padding-top: 0px;
            }

                ul.social li a img {
                    border-width: 1px;
                    border-style: solid;
                    border-color: rgb(204, 204, 204);
                    padding: 2px 2px 2px 2px;
                    margin: 5px 5px 5px 5px;
                    height: 32px !important;
                    max-width: 32px !important;
                }

    div.questionask {
        border-left: 0px;
        border-right: 0px;
    }

        div.questionask a {
            /*don't define the float and the div should be the last in ul*/
            background-color: rgb(163, 0, 70);
            display: block;
            color: white !important;
            text-align: center;
            padding: 15px 5px 5px 5px;
            height: 44px !important;
            font-size: 1rem;
            font-family: Helvetica, Roboto, Arial,Tahoma, sans-serif !important;
        }

    /*div.searchbox {
        position: relative;
        direction: ltr;
        margin-right: 30px;
    }

        div.searchbox a.search {
            position: absolute;
            bottom: 12px;
            right: -15px;
            width: 24px;
            height: 24px;
        }*/

    /* Main content */
    div.mainContent {
        /*margin-top: 165px;*/ /* Add a top margin to avoid content overlay */
        margin-left: 0px;
    }

    /*Override Breadcrumb*/
    /*{ - begin*/
    .breadcrumbs {
        padding: 0 0 0 0 !important;
        border-width: 0px;
        border-radius: 0px;
        background-color: white;
    }

    .shrink-crumb {
        max-width: inherit;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .shrink-current {
        max-width: inherit;
    }

    .s4-breadcrumb {
        color: #333;
        font-weight: bold;
        text-transform: inherit;
        height: 30px;
        border-radius: 0px;
        padding-left: 30px !important;
        font-weight: normal;
        font-size: .8rem !important;
        background-color: white;
        margin-left: 0px;
    }

        .s4-breadcrumb > span {
            float: left;
            margin: 0 0 0 0;
            background: white;
            display: block;
            padding: 5px .5em 0em 0em;
            position: relative;
            width: auto;
            margin-top: -1em;
            margin-bottom: -.1em;
            height: 30px;
            font-size: .8rem;
        }


    .s4-node-sep {
        float: left !important;
        margin: 0 0 0 0 !important;
        background: white !important;
        display: block !important;
        padding: 10px .5em 0em 0em !important;
        position: relative !important;
        width: auto !important;
        margin-top: -1em !important;
        margin-bottom: -.1em !important;
        height: 30px !important;
        font-size: .8rem !important;
    }

    .s4-breadcrumb > span.s4-node-current {
        color: rgb(163, 0, 70) !important;
        font-weight: bold !important;
        background-color: white;
        font-size: .8rem !important;
        background-color: white;
        padding-top: 14px;
        padding-left: 0em;
        margin-left: 0em;
        margin-top: -16px;
    }

    .s4-breadcrumb > span > a.s4-node {
        display: block;
        font-size: .8rem;
        color: rgb(100, 99, 104);
        text-decoration: none;
        padding-top: 6px;
        background-color: white;
    }

    .s4-breadcrumb > span:before {
        display: none;
    }

    .s4-breadcrumb > span:after {
        display: none;
    }

    .s4-breadcrumb > .s4-node-sep:before {
        display: none;
    }

    .s4-breadcrumb > .s4-node-sep:after {
        display: none;
    }

    .s4-breadcrumb > span.s4-node-current:before {
        display: none;
    }

    .s4-breadcrumb > span.s4-node-current:after {
        display: none;
    }

    /*} - end*/


    .top-bar {
        height: 44px;
        position: relative;
        margin-bottom: 0;
        background-color: rgb(100, 99, 104) !important;
    }

    /*disable the dropdown arrow in menu bar if the value is none*/
    .top-bar-section .has-dropdown > a::after {
        display: block;
        border: inset 0px; /*hidden the arrrow in top bar menu*/
        /*background-color: rgb(100, 99, 104) !important;*/
    }

    .top-bar-section ul li > a {
        font-size: 1rem;
        font-family: Helvetica, Roboto, Arial,Tahoma, sans-serif !important;
    }

    /** Changes the hover state of non active menu items **/
    .top-bar-section li:hover a {
        background-color: white !important;
        color: rgb(100, 99, 104) !important;
    }

    .top-bar-section ul li:hover:not(.has-form) > a {
        background-color: rgb(100, 99, 104) !important;
        background-image: url('/Style Library/ibc/images/underline-nav.png');
        background-position: bottom;
        background-repeat: repeat-x;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        background-color: rgb(100, 99, 104) !important;
        padding: 0 30px 0 15px !important;
        line-height: 44px;
        color: white !important;
    }

        .top-bar-section li:not(.has-form) a:not(.button):hover {
            color: white;
            background-color: rgb(100, 99, 104) !important;
            padding: 0 30px 0 15px !important;
            line-height: 44px;
            background-image: url('/Style Library/ibc/images/underline-nav.png');
            background-position: bottom;
            background-repeat: repeat-x;
        }

    /*set menu shadow*/
    .top-bar-section .dropdown {
        box-shadow: 5px 5px 5px #888888;
    }

        .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
            background-color: white !important;
            color: black !important;
            background-image: url('/Style Library/ibc/images/underline-sub.png');
            background-position: left;
            background-repeat: repeat-y;
        }

        .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
            background-image: url('/Style Library/ibc/images/underline3.png');
            background-position: left;
            background-repeat: repeat-y;
        }

    /*Define Region Dropdown List - Begin*/

    .f-dropdown {
        position: absolute;
        left: -9999px;
        list-style: none;
        margin-left: 0;
        width: 100%;
        max-height: none;
        height: auto;
        background: #fff;
        border: solid 1px #ccc;
        font-size: .875rem;
        z-index: 99;
        margin-top: 2px;
        max-width: 200px;
    }

        .f-dropdown li {
            font-size: 0.875rem;
            cursor: pointer;
            line-height: normal;
            margin: 0;
            float: left;
        }

    .divSearch {
        float: right;
        top: 0;
        position: absolute;
        right: 0;
        margin-right: 20px;
        width: 400px !important;
        margin-right: 30px !important;
        margin-top: -5px;
    }

    #s4-workspace .ibc-site-search input[type='text'] {
        box-shadow: none;
        padding-right: 40px;
        font-size: 1em !important;
        background-color: white !important;
        font-family: Helvetica, Roboto, Arial,Tahoma, sans-serif !important;
        height: 42px !important;
        border-width: 1px !important;
        border-color: rgb(204, 204, 204) !important;
        border-style: solid !important;
        height: 32px !important;
        margin-top: 5px !important;
    }

    .divSocial {
        margin-right: 65px;
        margin-top: -5px;
    }

    .ibc-site-search .doc-srch-but {
        position: absolute;
        right: 0;
        border: none;
        border-width: 1px;
        border-style: solid;
        border-color: rgb(204, 204, 204);
        padding: 2px 2px 2px 2px;
        height: 32px !important;
        max-width: 32px !important;
        margin-top: -3px;
    }

    .ac {
        display: block;
        width: 400px;
        padding: 0px 16px;
        padding-left: 5px !important;
        border-bottom-width: 0px;
        right: 16px;
        left: inherit !important;
    }

    ul.ac ul.ac-list .ac-item a {
        font-size: 1rem !important;
        font-family: Helvetica, Roboto, Arial,Tahoma, sans-serif !important;
    }

    ul.ac > li.ac-row.row {
        padding-left: 0px !important;
    }

    .ac ul.ac-list > li {
        margin: 0;
        padding: 5px 0px 5px 0px !important;
    }

    .owl-theme .owl-pagination {
        display: block;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .owl-theme .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-prev {
        left: 0 !important;
        top: inherit !important;
    }


    .owl-theme .owl-buttons .owl-prev, .owl-carousel .owl-buttons .owl-next {
        right: 0 !important;
        top: inherit !important;
    }

    /*Begin added for filter button drop downs to be side by side*/
    .media-releases-filter-dropdown {
        display: table-cell;
        width: 690px !important;
        max-width: none; /*To be updated*/
        }

    /*End added for filter button drop downs to be side by side*/
    }
