﻿
/* All CSS here will be applied to the _v2 masterpage only */
/* This is part of the June 2016 Header/Footer Redesign    */

/*Remove gray gradient background */
.struct-header {
    padding-top: 0px;
}

.struct-content {
    background-image: none;
}

.struct-domain-nav-wrapper > div {
    padding-top: 7px;
}

    .struct-domain-nav-wrapper > div:first-child {
        float: left;
        padding-top: 0px;
    }

/* Global Nav Styling */
.nav-domain {
    /* margin-top: -5px; */
}

    .nav-domain .nav-item > a {
        color: #6e6e6e;
        padding: 0px;
    }

    .nav-domain .nav-item {
        border: none;
        font-size: 14px;
    }

        .nav-domain .nav-item > a {
            padding-top: 10px;
            margin-left: 20px;
            margin-right: 20px;
        }

            .nav-domain .nav-item > a:hover {
                text-decoration: underline;
            }

        .nav-domain .nav-item.has-children > a:hover {
            text-decoration: none;
        }

        .nav-domain .nav-item:first-child > a {
            margin-left: 0px;
        }

        .nav-domain .nav-item.current > a {
            border-top: 2px solid #5381AC;
            padding-top: 8px;
            padding-bottom: 7px;
            font-weight: bold;
            color: #002663;
        }

        .nav-domain .nav-item.active {
            background: #5381AC;
            color: #fff;
            background-image: none;
            border-radius: 0px;
        }

            .nav-domain .nav-item.active > a {
                color: #fff;
            }


        .nav-domain .nav-item .sub-menu {
            border-radius: 0px;
            background-color: #fff;
            background-image: none;
            color: #6e6e6e;
            min-width: 100%;
            padding: 0px;
        }

    .nav-domain .active .sub-menu a {
        color: #6e6e6e;
        font-weight: normal;
        padding: 6px 6px 8px 21px;
    }

        .nav-domain .active .sub-menu a:hover {
            text-decoration: none;
            background: #dfe8ef;
            color: #222;
        }

/* Page/Global Nav Mobile Styling */
.struct-mobile-topbar {
    background-color: #5381AC;
    width: 100%;
    height: 5px;
}

.struct-mobile-buttons {
    background-color: #002663;
    display: block;
    position: absolute;
    top: 70px;
    width: 100%;
}

.mobile-nav-bar {
    margin-right: 61px;
    padding-top: 1px;
    min-height: 65px;
    border-right: 1px solid #405c8a;
    cursor: pointer;
}

    .mobile-nav-bar:hover {
        background-color: #405c8a;
    }

span.mobile-title-site {
    color: #a9c0d6;
    margin-top: 13px;
    margin-left: 50px;
    font-size: .85em;
    font-weight: bold;
    display: block;
}

    span.mobile-title-site:after {
        content: 'Liberty Mutual Insurance';
    }

span.mobile-title-page {
    color: white;
    margin-top: 2px;
    margin-left: 50px;
    font-size: 1.3em;
    font-weight: bold;
    display: block;
}

/* Adjust font size for the mobile nav menu on narrow screens (ie iPhone 5) */
@media screen and (max-width: 325px) {
    .nav-domain-mobile {
        font-size: 13.5px;
    }
}

/* This CSS is now added dynamically via the Breadcrumb Webpart in the BuildBreadcrumbs() method */
/*
span.mobile-title-page:after {
    content: 'International Operations';
}
*/

.nav-domain-mobile-button {
    top: 15px;
    right: inherit;
    left: 5px;
}

    .nav-domain-mobile-button svg {
        margin-left: 5px;
        margin-top: 6px;
        width: 30px;
        height: 21px;
    }

.form-domain-search-mobile-button {
    top: 15px;
    right: 15px;
    width: 26px;
    background-image: none;
}

    .form-domain-search-mobile-button svg {
        margin-top: 7px;
        margin-right: 5px;
    }

@media screen and (max-width: 970px) {
    .struct-logo .logo {
        left: 20px;
    }

    .struct-content.struct-wrapper {
        margin-top: 80px;
    }

}





@media screen and (min-width: 961px) {
    .struct-mobile-buttons {
        display: none;
    }

    .struct-mobile-topbar {
        display: none;
    }
}

.struct-mobile-backdrop {
    height: 100vh;
    width: 100%;
}

nav.nav-domain-mobile {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    display: block;
    left: -500px;
    top: 0px;
}

    nav.nav-domain-mobile.open {
        left: 0px;
        top: 0px;
    }

.struct-nav-domain-mobile-left {
    height: 100vh;
    overflow-y: scroll;
    width: 92%;
    max-width: 400px;
    background-color: #e6e7e8;
    display: block;
}

.struct-nav-domain-mobile-left-head {
    background-color: #002663;
    color: #a9c0d6;
    font-weight: bold;
    font-size: 1em;
    padding: 20px 20px 25px 10px;
}

    .struct-nav-domain-mobile-left-head span {
        display: inline-block;
        padding: 10px;
    }

.struct-nav-domain-mobile-left-head-close {
    float: right;
    padding: 11px 10px 8px 12px;
    border: 1px solid transparent;
    cursor: pointer;
}

    .struct-nav-domain-mobile-left-head-close:hover {
        border-color: rgba(255, 255, 255, 0.2)!important;
        border: 1px solid;
    }

.nav-domain-mobile ul.nav-items {
    background-color: inherit;
    color: #6e6e6e;
    margin-top: 15px;
}

.nav-domain-mobile .nav-item {
    border-top: none!important;
}

    .nav-domain-mobile .nav-item:hover,
    .nav-domain-mobile a:hover {
        text-decoration: underline;
        background-color: inherit;
    }

.struct-nav-domain-mobile-left .indicator {
    display: none;
}

/* Mobile Search */
.struct-form-domain-search-mobile.visible {
    background-color: #405c8a;
    top: 135px;
    height: 60px;
}

.struct-form-domain-search-mobile .input-search {
    left: 15px;
    height: 40px;
    width: calc(100% - 30px);
    font-size: 1.2em;
    background-color: #fff;
}

.form-domain-search-mobile .input-submit {
    height: 40px;
    right: 14px;
}

.mobile-search-close {
    position: absolute;
    top: -65px;
    right: 0px;
    width: 61px;
    height: 65px;
    background-color: #405c8a;
    padding-top: 23px;
    padding-left: 20px;
    cursor: pointer;
}

.form-domain-search-mobile .fa-search.fa.icon {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


/* Mobile MegaNav */
.struct-mobile-backdrop.scrollbar-fix {
    height: 100%;
    width: 17px;
    left: inherit;
    display: none!important;
}

.comp-nav-section .mobile.welcome-page-nav {
    display: none;
}

.nav-domain-mobile .mobile-meganav-container ul.nav-items {
    margin-top: 0px;
}

.nav-domain-mobile .mobile-meganav-container li {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #e6e7e8;
    color: #1c74af;
    display: block;
    padding-left: 4px;
    cursor: pointer;
    font-weight: bold;
}

.nav-domain-mobile .mobile-meganav-container .nav-item.has-menu:after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    content: ' ';
    display: inline-block;
    width: 5px;
    height: 5px;
    border: 2px solid #7EA1C1;
    border-width: 2px 2px 0px 0px;
    right: 26px;
    position: absolute;
    top: 17px;
}

.nav-domain-mobile .mobile-meganav-container li:hover {
    border-left: 4px solid #1c74af;
    background-color: #fff;
    padding-left: 0px;
    text-decoration: none;
}

.nav-domain-mobile .mobile-meganav-container li a,
.nav-domain-mobile .mobile-meganav-container li span {
    padding: 18px 15px;
    display: block;
}

    .nav-domain-mobile .mobile-meganav-container li a:hover,
    .nav-domain-mobile .mobile-meganav-container li span:hover {
        text-decoration: none;
    }

.mobile-meganav-container .nav-item.has-menu.open {
    height: auto;
    color: #fff;
    background: #5381AC;
    padding-left: 0px;
}

    .mobile-meganav-container .nav-item.has-menu.open > span {
        margin-left: 4px;
    }

    .mobile-meganav-container .nav-item.has-menu.open:hover {
        border-left: none;
    }

.mobile-meganav-container .nav-item .menu {
    color: #1b75bb;
    background: #fff;
    padding-left: 8px;
    font-size: .9em;
    height: auto;
}


    .mobile-meganav-container .nav-item .menu li,
    .mobile-meganav-container .nav-item .menu a {
        padding: 17px 0px 8px 18px;
        font-size: 1.1em;
    }

    .mobile-meganav-container .nav-item .menu ul {
        padding: 5px 0px 0px 0px;
        margin-left: 18px;
        margin-bottom: 20px;
        border-top: 1px solid #d0d2d3;
    }

        .mobile-meganav-container .nav-item .menu ul li {
            padding: 0px 0px 0px 10px;
            border: none;
            font-size: 1em;
            height: auto;
        }

        .mobile-meganav-container .nav-item .menu ul a {
            padding: 17px 0px 0px 0px;
            border: none;
            font-size: 1em;
            font-weight: normal;
        }


    .mobile-meganav-container .nav-item .menu div.col > a {
        font-weight: bold;
    }

.mobile-meganav-container .menu div.title-item {
    display: none;
}

.mobile-meganav-container .nav-item .menu div.title-item + ul {
    border: none;
    padding: 0px;
    margin-top: -20px;
}


/* Hide Header on Mobile */
.comp-page-heading.hide-mq-gt-lg.spacing-top-md {
    display: none!important;
}

.spacing-lte-lg-top-md .mobile .current-page-heading {
    margin-top: -65px;
    visibility: hidden;
}

@media screen and (max-width: 960px) {
    h1.comp-page-heading,
    h2.comp-page-heading {
        display: none;
    }
}

/* MegaNav Styling */
.struct-mega-menu {
    background: none;
}

    .struct-mega-menu .nav-primary {
        background: #002663;
    }

@media screen and (min-width: 961px) {
    .struct-logo {
        padding-top: 56px;
        padding-bottom: 0px;
    }

        .struct-logo .logo {
            width: auto;
            height: auto;
        }

        .struct-logo img {
            height: auto;
            width: 230px;
        }
}

.nav-primary {
    float: right;
    width: 710px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

    .nav-primary .nav-item {
        position: relative;
    }

        .nav-primary .nav-item.menu-align-right .menu {
            right: 0px;
        }

        .nav-primary .nav-item:first-child {
            border-left-width: 0px;
        }

        .nav-primary .nav-item .activator {
            padding-left: 10px;
            padding-right: 10px;
            height: 46px;
            line-height: 46px;
        }

        .nav-primary .nav-item.current {
            border-top: 4px solid #002663;
            margin-top: -4px;
        }

        .nav-primary .nav-item.active {
            border-top: 4px solid #03328a;
            margin-top: -4px;
        }

        .nav-primary .nav-item.current .activator {
            color: #002663;
        }

        .nav-primary .nav-item.current {
            background: #fff;
        }

    .nav-primary .current.has-menu .activator:after {
        border: 3px solid #002663;
        border-width: 3px 3px 0 0;
        top: -2px;
    }

    .nav-primary .activator:hover,
    .nav-primary .menu {
        background: #fbfbfb;
        border-left: 1px solid #eee;
        border-right: 1px solid #eee;
    }


    .nav-primary .nav-item:last-child {
        border-right: none;
    }






.nav-sitemap {
    background-color: #002663;
}

    /* MegaFooter Styling */
    .nav-sitemap h4 {
        color: #fff;
        opacity: .9;
    }

    .nav-sitemap li a {
        color: #fff;
        opacity: .8;
    }


    .nav-sitemap .col_img {
        width: 19%;
        float: left;
        padding: 0 5px 0 40px;
    }

    .nav-sitemap .col {
        width: 20%;
        float: left;
        padding: 0 5px 0 5px;
    }

    .nav-sitemap .col_socialmedia {
        width: 21%;
        float: right;
        /*padding: 0 5px 0 5px;*/
        /*background-color: wheat;*/
    }

.actualLogo {
    background-position: 0 0;
    background-size: auto 100%;
    position: relative;
    left: 50%;
    margin-left: -93.5px;
}

.actualMedia {
    background-position: 0 0;
    background-size: auto 100%;
    position: relative;
}


/*For MegaFooter */

.nav-social_v2 {
    color: white;
    font-size: 12px;
    padding: 0 5px 0 5px;
}

    .nav-social_v2 ul {
        display: block;
        padding: 0;
    }

    .nav-social_v2 li:first-child {
        /*margin-right: 0px;*/
        margin-right: 5px;
    }

    .nav-social_v2 li {
        display: inline-block;
        margin-right: 5px;
    }

    .nav-social_v2 a {
        opacity: 1!important;
    }


/*For MegaFooter Mobile/SocialMedia_V2*/

.struct-wrapper_v2 {
    position: relative;
}


.struct-social-mobile_v2 {
    margin-bottom: 30px;
    background-color: #002663;
}

.struct-social-mobile {
    /* margin-bottom: 30px; */
    background-color: #002663;
    padding-bottom: 15px;
}



.nav-social_v2a {
    color: white;
    /*font-size: 12px;*/
    padding: 10px 0 0 20px;
    /*background-color: #002663;*/
}

.nav-social-mobile_v2 ul {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 20px;
    margin: 5px 0 0 0;
}

.nav-social-mobile_v2 li {
    display: inline-block;
    margin-left: 10px;
    color: white;
}

    .nav-social-mobile_v2 li:first-child {
        margin-left: 0;
    }

.nav-social-mobile_v2 img {
    display: block;
    width: 24px;
    height: auto;
}

.nav-social-mobile_v2_links ul {
    list-style-type: none;
    text-align: left;
    padding: 0 0 0 0px;
}

.nav-social-mobile_v2_links li {
    margin-left: 10px;
    color: white;
    padding-left: 10px;
}


.nav-social-mobile_v2_links a:visited {
    color: white;
    text-decoration: none;
}

.nav-social-mobile_v2_links a {
    text-decoration: none;
    color: white;
    cursor: pointer;
    font-size: 12px;
    background-color: transparent;
}






@media screen and (max-width: 768px) {
}

@media screen and (min-width: 960px) {
}

@media print {
}


@media all and (orientation:landscape) {
}


@media all and (orientation:portrait) {
}


/* Search Form */

.form-domain-search .input-search {
    background: #f1f1f2 none repeat scroll 0 0;
    border: 1px solid transparent;
    font-size: 14px;
    font-weight: 700;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #222;
    display: block;
    letter-spacing: -0.02em;
    margin: 0;
    max-width: none;
    outline: 0 none;
    padding: 10px 40px 10px 10px;
    text-align: left;
    width: 100%;
    height: 2.1rem;
}

    .form-domain-search .input-search input[type="password"]:hover, input[type="text"]:hover, input[type="file"]:hover, textarea:hover, .ms-inputBox:hover {
        border-color: transparent;
    }

    .form-domain-search .input-search input[type="password"]:focus, input[type="text"]:focus, select:focus, textarea:focus, ms-inputBoxActive, ms-inputBox.ms-inputBoxActive:hover {
        border-color: transparent;
    }


    .form-domain-search .input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-weight: 400;
    }

    .form-domain-search .input-search::-moz-placeholder { /* Firefox 19+ */
        font-weight: 400;
    }

    .form-domain-search .input-search:-ms-input-placeholder { /* IE 10+ */
        font-weight: 400;
    }

    .form-domain-search .input-search:-moz-placeholder { /* Firefox 18- */
        font-weight: 400;
    }

.form-domain-search .input-submit {
    background-color: transparent;
    border: medium none;
    border-radius: 4px !important;
    bottom: 2px;
    color: #666;
    height: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 2px;
    top: 6px;
    width: 32px;
    font-size: 14px;
}

.form-domain-search .btn.btn-primary {
    background: transparent;
}

.nav-sitemap {
    border-bottom: 0px;
}

/* Global Footer*/

.struct-footer {
    padding-top: 0px;
}

.struct-feedback {
    display: block;
}

    .struct-feedback .struct-container {
        border-bottom: 0px solid #E7E7EA;
        border-top: 2px solid #ccc;
    }

.nav-footer {
    background-color: #26467a;
    color: #FFF;
    font-size: 11px;
    padding-top: 10px;
    padding-left: 45px;
    margin-bottom: 0px;
    height: 20px;
}

    .nav-footer a {
        color: #FFF;
    }

.copyright-desktop {
    background-color: #26467a;
    color: #FFF;
    font-size: 11px;
    margin: 0;
    padding-top: 10px;
    padding-left: 45px;
    padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
    nav.nav-footer {
        height: 100%;
    }

    .nav-footer li {
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
}

@media screen and (max-width: 970px) {

    .struct-footer {
        border-top: 0px;
    }

        .struct-footer .copyright {
            padding-top: 20px;
            padding-left: 20px;
            padding-bottom: 10px;
        }

    .nav-footer {
        font-size: 12px;
        padding-top: 10px;
        padding-left: 20px;
        border-top: 0px solid #f9f9f9;
    }

        .nav-footer a {
            padding-top: 0px;
            padding-left: 0px;
            padding-bottom: 0px;
            border-top: 0px;
            border-bottom: 0px;
        }

    .struct-container {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .struct-footer .logos {
        display: block;
        background-color: #fff;
        color: #fff;
        margin-top: 0px;
        padding-top: 16px;
    }

    .struct-footer .logos-left {
        vertical-align: middle;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        padding-bottom: 10px;
    }

    .struct-footer .logos-right {
        vertical-align: middle;
        text-align: center;
        width: 100%;
        margin: 0 auto;
    }
}


.copyright-mobile {
    background-color: #26467a;
    color: #FFF;
    font-size: 11px;
    margin: 0;
    padding-top: 200px;
    padding-left: 45px;
    padding-bottom: 10px;
}

.struct-footer .copyright a {
    color: #FFF;
    font-weight: bold;
}

.copyright-desktop a {
    color: #FFF;
    font-weight: bold;
}

.copyright p {
    display: inline;
}

.struct-feedback a {
    background-image: url("data:image/svg+xml;charset=US-ASCII, %3Csvg%20baseProfile%3D%22tiny%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.2%22%20height%3D%2224.6%22%20viewBox%3D%220%200%2025.2%2024.6%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%231D76BB%");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    color: #1b75bb;
    line-height: 20.8px;
    padding: 20px 60px 20px 0;
}

/* Hero Image Fix */

.comp-hero-image {
    overflow: visible;
}




 /* PCR added for the new MediaShareCareers Webpart 10/10/16 */
    table.gridtable {
        font-family: verdana,arial,sans-serif;
        border-width: 0px; 
    }

    table.gridtable th {
        border-width: 0px;
        padding: 0px;
    }

    table.gridtable td {
        border-width: 0px;
        width: 100px;
    }



@media screen and (max-width: 970px) {
    .comp-content-cell img {
        display: inherit;
    }

    table.gridtable {
        font-family: verdana,arial,sans-serif;
        border-width: 0px; 
    }

    table.gridtable th {
        border-width: 0px;
        padding: 0px;
    }

    table.gridtable td {
        border-width: 0px;
        width: 40px;
    }

}

