html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font: 100 1.125em/1.4em amcorprolight,arial,sans-serif;
    position: relative;
    min-height: 100%;
    color: #002534;
    padding: 0;
    margin: 0;
    padding-top: 75px;
}

.main {
    margin-top: 110px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    line-height: 1;
    color: #24bbee;
}

h1 {
    font-size: 45px;
}

    h1.banner-title {
        font-size: 70px;
    }

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
    font-family: amcorprobook;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: amcorprobold;
}

h5 {
    font-family: amcorprosemibold,arial,sans-serif;
    font-size: 16px;
    color: #00395a;
    font-weight: bold;
}

a {
    text-decoration: none;
    font-family: amcorprobold,arial,sans-serif;
    color: #00395a;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        color: #24bbee;
    }

span {
    font-family: amcorprobook,arial,sans-serif;
    font-size: 24px;
    color: #00395a;
    line-height: 1.3;
}

p {
    font-family: amcorprobook,arial,sans-serif;
    font-size: 16px;
    color: #666;
}

ul {
    padding-left: 30px;
}

    ul li {
        font-family: amcorprobook,arial,sans-serif;
        font-size: 16px;
        color: #666;
        margin: 5px 0;
    }

button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    line-height: normal;
    vertical-align: baseline;
}

svg {
    overflow: visible;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.col-md-1 {
    width: 8.33333333%;
}

.col-md-2 {
    width: 16.66666667%;
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-6 {
    width: 50%;
}

.col-md-7 {
    width: 58.33333333%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-9 {
    width: 75%;
}

.col-md-10 {
    width: 83.33333333%;
}

.col-md-11 {
    width: 91.66666667%;
}

.col-md-12 {
    width: 100%;
}

@media (max-width: 800px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: none;
        width: 100%;
    }
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.show-mobile {
    display: none;
}

@media (max-width: 1028px) {
    .main {
        margin-top: 70px;
    }

    .show-mobile {
        display: block;
    }

    span.show-mobile {
        display: inline-block;
    }
}

/*
## Sections
*/

section {
    margin: 0 auto;
    max-width: 63.33333em;
    padding: 80px 0;
    box-sizing: border-box;
}

    section,
    section .WebPartContent {
        position: relative;
        min-height: 600px;
        overflow: hidden;
    }

        section.section--full-width {
            max-width: none;
            padding: 0;
        }

        section.section--padded {
            padding: 50px 0;
        }

.section-secondary {
    background-color: #f0f0f0;
}

.section-tertiary {
    background-color: #00395a;
}


.section--fluid-height {
    min-height: inherit;
}

.section--overflow-visible {
    overflow: visible;
}

.section-inner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: inherit;
}

.section-inner--centered {
    margin: 0 auto;
    max-width: 63.33333em;
}

.section-inner .with-overlay {
    position: relative;
}

    .section-inner.with-overlay::before {
        background-color: rgba(51, 180, 229, 1);
        opacity: 0.60;
    }

.banner-section h1,
.banner-section h4,
.banner-section h2,
.banner-section p {
    color: #fff;
}

@media (max-width: 1028px) {
    .section-inner > p {
        padding-left: 40px;
        padding-right: 40px;
    }
}

/*
## Styleguide styles
*/

.styleguide-wrapper hr {
    margin-bottom: 50px;
    color: #f0f0f0;
    width: 200%;
    margin-left: -50%;
    border-color: white;
    border-width: 2px;
    opacity: 0.5;
    z-index: 0;
}

.styleguide {
    width: calc(1280em / 18);
    height: 100%;
    margin: 90px auto 0;
}

.styleguide-section {
    margin-bottom: 50px;
}

    .styleguide-section section {
        max-width: none;
        padding: 0;
    }

    .styleguide-section > h4 {
        color: #b7b7b7;
        text-transform: uppercase;
        font-family: amcorprosemibold,arial,sans-serif;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .styleguide-section > p {
        font-family: amcorprolight,arial,sans-serif;
        font-size: 14px;
        color: #b7b7c2;
    }

    .styleguide-section h1,
    .styleguide-section h2,
    .styleguide-section h3,
    .styleguide-section h4,
    .styleguide-section h5 {
        margin: 10px 0;
    }

    .styleguide-section .palette-showcase li {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        text-align: center;
    }

        .styleguide-section .palette-showcase li > div {
            border-radius: 50%;
            width: 80px;
            height: 80px;
            overflow: hidden;
            margin: 0 auto;
        }

        .styleguide-section .palette-showcase li > span {
            font-size: 14px;
        }

    .styleguide-section .section-popup {
        background-color: #333;
        padding: 70px;
    }


.styleguide .job-listing-item {
    margin: 20px;
}

.styleguide-section .mfp-close {
    top: -41px;
    right: -45px;
    font-size: 40px;
    -webkit-text-stroke: 8px #333;
    cursor: pointer;
}

.styleguide .pagination-dropdown {
    float: none;
}

.styleguide.pagination {
    position: static !important;
}

.nav-wrapper {
    position: fixed;
    top: 30px;
    left: 0;
    z-index: 9999991;
}

.nav-menu {
    background-color: #f7f7f7;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: 70px;
    margin-left: 30px;
}

    .nav-menu > p {
        display: inline-block;
        color: #00395a;
        text-transform: uppercase;
        margin-left: 4px;
        transition: all 0.3s ease-in-out;
    }

    .nav-menu.active > p,
    .nav-menu:hover > p {
        color: white;
    }

.menu-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

    .menu-list li.menu-list-item {
        margin: 0;
        transform: translateX(-100px);
        transition: all 0.3s ease-in-out;
        opacity: 0;
    }

    .menu-list li a {
        padding: 5px 20px;
        margin: 1px 0 0;
        background-color: #f7f7f7;
        display: block;
        font-family: amcorprobook;
    }

    .menu-list li.menu-list-item.show {
        transform: translateX(0);
        opacity: 1;
    }

/*.nav__opener {
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -1px;
}

    .nav__opener:before,
    .nav__opener:after,
    .nav__opener span {
        background: #00224b;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        margin-top: -1px;
        transition: all 0.3s linear;
    }

    .nav__opener:after,
    .nav__opener:before {
        content: '';
        top: 3px;
    }

    .nav__opener:after {
        top: 13px;
    }

    .nav__opener:hover {
        opacity: .9;
    }

.nav-menu.active,
.nav-menu:hover {
    background-color: #24bbee;
}

    .nav-menu.active .nav__opener:before,
    .nav-menu.active .nav__opener:after,
    .nav-menu.active .nav__opener span,
    .nav-menu:hover .nav__opener:before,
    .nav-menu:hover .nav__opener:after,
    .nav-menu:hover .nav__opener span {
        background: #fff;
    }

.active > .nav__opener span {
    opacity: 0;
}

.active > .nav__opener:after,
.active > .nav__opener:before {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
    right: 0;
}

.active > .nav__opener:after {
    transform: rotate(-45deg);
}

.active > .nav__opener .menu__slide {
    right: 0;
}*/


.custom-menu-btn:hover .nav__opener:before,
.custom-menu-btn:hover .nav__opener:after,
.custom-menu-btn:hover .nav__opener span,
.custom-menu-btn.active .nav__opener:before,
.custom-menu-btn.active .nav__opener:after,
.custom-menu-btn.active .nav__opener span,
.custom-menu-btn:focus .nav__opener:before,
.custom-menu-btn:focus .nav__opener:after,
.custom-menu-btn:focus .nav__opener span {
    background: white;
}

@media (max-width: 1280px) {
    .styleguide {
        width: 100%;
        padding: 0 30px;
        overflow: hidden;
    }
}


/*
## Input with clear btn
*/

.input-with-clear {
    position: relative;
}

    .input-with-clear.show-clear > .clear-btn {
        visibility: visible;
        opacity: 1;
    }

.input-group.input-with-clear > .clear-btn {
    right: 30%;
}

.input-with-clear > .clear-btn {
    cursor: pointer;
    position: absolute;
    top: 30%;
    right: 10%;
    color: #a9a9b3;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    font-size: 20px;
}

/* 
## Banner Styles | Primary Carousel 
*/

.primary-banner {
    min-height: 600px;
}

.swiper-container {
    height: 33.33333em;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    width: 100%;
}

.primary-banner span.swiper-pagination-switch {
    color: #fff;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform,left,top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform,left,top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0,0,0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform,left,top;
    -o-transition-duration: 0s;
    -o-transition-timing-function: ease;
    -o-transform: translate(0,0);
    -ms-transition-property: -ms-transform,left,top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0,0,0);
    -ms-transition-timing-function: ease;
    transition-property: transform,left,top;
    transition-duration: 0s;
    transform: translate3d(0,0,0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-slide {
    overflow-y: hidden;
    background-size: cover;
    background-position: center center;
    float: left;
    box-sizing: content-box;
    height: 100%;
    width: 100%;
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.show-overlay .swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
}

.carousel-text-wrap {
    bottom: 10%;
    left: 0;
    padding: 2.14286em;
    position: absolute;
    right: 0;
}


.carousel-text {
    text-align: left;
    max-width: 63.33333em;
    margin: 0 auto;
}

.carousel-text-wrap h2 {
    font-size: 70px;
    line-height: 1;
    margin: .5em 0;
}

.carousel-text-wrap p {
    margin: 0 0 1em;
    font-size: 24px;
}

.banner--featured__text a.btn.btn-white:hover {
    color: #18a1d5;
}

.banner--featured:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 0;
}

.banner--featured__text {
    bottom: 2.14286em;
    color: #fff;
    display: block;
    padding: 2.14286em;
    position: absolute;
    text-align: center;
    width: 100%;
}

    .banner--featured__text h1 {
        font-family: amcorprolight,arial,sans-serif;
        line-height: 1;
        font-size: 55px;
        margin: 0 0 .5em;
        color: #fff;
    }

    .banner--featured__text p {
        font-family: amcorprolight,arial,sans-serif;
        font-size: 24px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 1em;
    }

@media (max-width: 580px) {
    .primary-banner {
        min-height: inherit;
        max-height: 480px;
    }

    .carousel-text-wrap {
        bottom: 20%;
    }

        .carousel-text-wrap h2 {
            font-size: 35px;
            margin: .2em 0;
        }

        .carousel-text-wrap p {
            font-size: 14px;
        }
}


/* 
## Banner Styles | Secondary Carousel 
*/

.secondary-banner {
    min-height: 400px;
    max-height: 400px;
}


    .secondary-banner .text-holder {
        position: absolute;
        left: 5%;
        bottom: 20%;
        width: 100%;
        z-index: 2;
    }

    .secondary-banner h1 {
        color: #fff;
        line-height: 1;
    }

    .secondary-banner .text-holder p {
        font-size: 24px;
        margin-bottom: 0;
    }


/* 
## Banner Styles | Condensed Banner
*/

.condensed-banner {
    max-height: 235px;
    min-height: 235px;
}

    .condensed-banner .text-holder {
        margin: 0 auto;
        max-width: 63.33333em;
        padding: 4.5em 0;
        position: relative;
    }

    .condensed-banner h1 {
        font-size: 40px;
        margin: 10px 0;
    }

    .condensed-banner h4 {
        font-size: 14px;
        font-family: amcorpromedium,arial,sans-serif;
        margin-bottom: 10px;
    }

@media (max-width: 1028px) {
    .condensed-banner .text-holder {
        padding: 4.5em 40px;
    }
}

@media (max-width: 580px) {
    .condensed-banner h1 {
        font-size: 35px;
    }
}

/* 
## Banner Styles | Carousel Banner
*/

.carousel-banner {
    min-height: inherit;
}

    .carousel-banner .carousel-slider-wrapper {
        height: 22.3333em;
        padding-bottom: 50px;
    }

.styleguide-wrapper .carousel-banner .carousel-slider-wrapper {
    height: 19.3333em;
    padding-bottom: 0;
}



.carousel-banner .carousel-content {
    position: absolute;
    top: 0;
    height: 100%;
}

.carousel-banner .carousel-image {
    background-size: cover;
    background-position: center center;
    width: 635px;
    height: 350px;
    display: inline-block;
    vertical-align: middle;
}

.carousel-banner .carousel-title {
    margin-bottom: 10px;
}

    .carousel-banner .carousel-title > a {
        font-family: amcorprolight,arial,sans-serif;
        color: #00395a;
        font-size: 45px;
        white-space: normal;
        line-height: 1;
    }

.carousel-banner .carousel-details {
    vertical-align: middle;
    display: inline-block;
    max-width: 400px;
    padding-left: 50px;
}

    .carousel-banner .carousel-details > p {
        font-family: amcorprolight,arial,sans-serif;
        color: #00395a;
        margin-bottom: 30px;
        font-size: 21px;
        line-height: 1.4;
        white-space: normal;
    }

.carousel-banner .pagination {
    bottom: 1.42857em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 150;
}

.carousel-banner .carousel-slider-wrapper .swiper-pagination-switch {
    color: #00395a;
    cursor: pointer;
    margin: 0 1em;
    font-size: 12px;
}

    .carousel-banner .carousel-slider-wrapper .swiper-pagination-switch:hover {
        color: #33b4e5;
    }

/*
## Category Filter
*/

.category-filter {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
}

    .category-filter li.type-item {
        box-sizing: border-box;
        background-color: transparent;
        border: none;
        min-height: inherit;
        text-align: center;
        width: auto;
        margin: 0;
        padding: 12px 10px;
        float: left;
    }

    .category-filter li:hover,
    .category-filter li.active {
        color: #00395a;
    }

    .category-filter li.type-item > a {
        font-family: amcorprosemibold;
        text-transform: uppercase;
        color: #666666;
        position: relative;
        height: auto;
        padding: 12px 25px;
        margin-bottom: 0;
        margin: 0 -5px;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

li.type-item + li.type-item a:before {
    content: "";
    position: absolute;
    left: -7px;
    top: calc(50% - 7px);
    width: 2px;
    height: 15px;
    border-left: 2px solid #ccc;
    transition: all 0.3s ease-in-out;
}

li.type-item a:hover,
li.type-item.active a {
    color: #fff;
    background-color: #24bbee;
}

.category-filter li.type-item:last-child {
    border: none;
}

/*
## Dropdown
*/
.form-control label {
    font-family: amcorpromedium,arial,sans-serif;
    font-weight: 600;
    font-size: .88889em;
}

.selector {
    background: #fff;
    position: relative;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-family: amcorprolight, arial, sans-serif;
    height: 2.225em;
    font-size: 1.14286em;
    line-height: 1em;
    padding: .625em 0.9em;
    min-width: 45%;
    margin-left: 15px;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: left;
}

    .selector:hover {
        border-color: #00395a;
    }

    .selector > span {
        font-size: 16px;
        text-align: left;
    }

    .selector:before {
        content: "\f107";
        float: right;
        font-family: FontAwesome;
        border-left: 1px solid #b8b8b9;
        height: 1.775em;
        margin-top: -0.7em;
        padding-top: 0.7em;
        padding-left: 0.7em;
        font-size: 23px;
    }

    .selector select {
        bottom: 0;
        cursor: pointer;
        filter: alpha(opacity=0);
        font-size: 1.11111em;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        -webkit-appearance: menulist-button;
    }

        .selector select option {
            font-size: 16px;
            color: #00395a;
            font-family: amcorprobook,arial,sans-serif;
            line-height: 1.3;
        }

/*
## Pagination
*/

.pagination-dropdown {
    padding: 0;
    float: right;
}

    .pagination-dropdown .selector {
        width: 125px;
        margin-right: 15px;
        min-width: 100px !important;
    }

    .pagination-dropdown a {
        color: #666;
        font-family: amcorprosemibold,arial,sans-serif;
        font-size: 16px;
    }

        .pagination-dropdown a .fa {
            transition: all 0.3s ease-in-out;
            font-size: 23px;
            margin-top: -5px;
            vertical-align: middle;
        }

        .pagination-dropdown a:hover {
            color: #00395a;
        }

.btn-next > .fa {
    margin-left: 5px;
}

.btn-prev > .fa {
    margin-right: 5px;
}

.btn-next:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-prev:hover .fa {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
}

/*
## Pagination - Dots
*/

.pagination {
    bottom: 1.42857em;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 150;
}

.swiper-pagination-switch {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    cursor: pointer;
}

    .swiper-pagination-switch + .swiper-pagination-switch {
        margin-left: 15px;
    }

    .swiper-pagination-switch.swiper-active-switch:before {
        content: "\f10c";
    }

    .swiper-pagination-switch:before {
        content: "\f111";
    }

    .swiper-pagination-switch:hover:before {
        content: "\f10c";
    }

/*
## Datepicker
*/

.date-filter {
    display: inline-block;
}

    .date-filter > .input-group {
        position: relative;
    }

    .date-filter > label {
        font-family: amcorpromedium,arial,sans-serif;
        font-weight: 600;
        font-size: .88889em;
    }

    .date-filter > label,
    .date-filter > .input-group {
        display: inline-block;
    }

        .date-filter > .input-group > input {
            width: 100%;
            max-width: 200px;
            border: 1px solid #b8b8b9;
            border-radius: .3125em;
            cursor: pointer;
            display: inline-block;
            font-family: amcorpromedium, arial, sans-serif;
            height: 45px;
            font-size: 16px;
            line-height: 1em;
            padding: 17px 14px;
            padding-right: 50px;
            transition: all 0.3s ease-in-out;
        }

            .date-filter > .input-group > input:focus,
            .date-filter > .input-group > input:hover {
                border-color: #00395a;
                outline: none;
            }

        .date-filter > .input-group > label {
            position: absolute;
            top: 0;
            right: 0;
            padding: 14px;
            border-left: 1px solid #ccc;
            border-bottom-right-radius: .3125em;
            border-top-right-radius: .3125em;
            color: #a9a9b3;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
        }

            .date-filter > .input-group > label:hover {
                color: #00395a;
            }


/*
## Search Box
*/

.search-field-wrapper {
    width: 400px;
    text-align: right;
    position: relative;
}

    .search-field-wrapper .search-field {
        padding-right: 40px;
        transition: all 0.3s ease-in-out;
        max-width: 250px;
    }

    .search-field-wrapper:after {
        content: "\f002";
        font-family: FontAwesome;
        position: absolute;
        top: 0;
        right: 0;
        padding: 10px 15px;
        color: #a9a9b3;
        transition: all 0.3s ease-in-out;
    }

    .search-field-wrapper .search-field:focus {
        max-width: 400px;
    }

/*
## Scroll down arrows
*/

.arrows {
    width: 60px;
    height: 72px;
    z-index: 2099;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    position: static;
    /* Uncomment for live site
	position: fixed;
	margin-left: -30px;
	left: 50%;
	bottom: 20px;
	*/
}

.footer-sticky-visible .arrows {
    bottom: 65px;
}

.arrows path {
    stroke: #00395a;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes arrow /*Safari and Chrome*/
{
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s; /* Safari 和 Chrome */
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s; /* Safari 和 Chrome */
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s; /* Safari 和 Chrome */
}

@media (max-width: 580px) {
    .footer-sticky-visible .arrows {
        bottom: 210px;
    }

    .footer-sticky-visible.footer-sticky-forcehide .arrows {
        bottom: 20px;
    }
}

/*
## Banner Alert
*/

body,
header {
    transition: all 0.3s ease-in-out;
}

.alert-visible {
    padding-top: 190px;
}

    .alert-visible header {
        margin-top: 75px;
    }

.banner-alert-inner {
    position: relative;
    width: 1125px;
    margin: 0 auto;
}

.banner-alert {
    position: fixed;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #00395a;
    padding: 15px 0px;
    box-sizing: border-box;
    z-index: 99991;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.alert-visible .banner-alert {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.banner-alert p {
    font-size: 16px;
    font-family: amcorprolight;
}

.banner-icon {
    position: absolute;
    left: 0;
    top: 13%;
    font-size: 35px;
}

.banner-content {
    display: inline-block;
    margin-left: 50px;
    max-height: 50px;
    overflow: hidden;
}

.fa.banner-alert-close {
    position: absolute;
    right: -50px;
    top: 15%;
    font-size: 30px;
    opacity: 0.5;
    cursor: pointer;
}

/*
## News Tiles
*/

.inner-content-width {
    width: calc(1100em / 18);
    height: 100%;
    margin: 0 auto;
}

.news-article-tile {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0 10px;
    box-sizing: border-box;
    cursor: pointer;
}

@media (max-width: 800px) {
    .inner-content-width {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
}

/*.news-article-tile + .news-article-tile {
		margin-left: 20px;
	}*/

.news-article-tile-inner {
    background-color: #fff;
    border: 1px solid rgba(0, 57, 90, 0.35);
    height: 99%;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.news-article-image {
    background-size: cover;
    background-position: center center;
    height: 190px;
    width: 100%;
    position: relative;
}

    .news-article-image:before {
        background: rgba(51, 180, 229, 0.5);
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }

.news-article-title > a {
    font-family: amcorpromedium;
    line-height: 1.3;
    font-size: 24px;
    color: #00395a !important;
}

.news-article-content {
    padding: 20px;
    margin-bottom: 40px;
}

    .news-article-content > p {
        font-family: amcorprobook,arial,sans-serif !important;
        line-height: 1.3 !important;
        font-size: 16px !important;
        color: #000 !important;
    }

.news-article-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.news-location,
.news-date,
.news-author {
    font-size: 16px;
    font-family: amcorpromedium;
    color: #002534;
}

    .news-location .fa {
        margin-top: -5px;
        margin-right: 5px;
    }

a.news-arrow-button {
    position: absolute;
    top: 35%;
    right: 20px;
    color: #00395a;
}

    a.news-arrow-button .fa {
        transform: translateX(0px);
        transition: all 0.3s ease-in-out;
        font-size: 21px;
    }

.news-article-tile-inner:hover {
    border: 1px solid #00395a;
}

    .news-article-tile-inner:hover .news-article-image:before {
        opacity: 1;
        visibility: visible;
    }

    .news-article-tile-inner:hover a.news-arrow-button .fa {
        transform: translateX(10px);
    }

.labs-section .news-article-tile-inner:hover .news-article-title > a {
    color: #fff !important;
}

.news-article-outer {
    position: relative;
    min-height: 335px;
}

.news-loader {
    background-color: rgba(242, 242, 242, 0.92);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    font-size: 55px;
    padding-top: 12%;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}

.loading.news-loader {
    z-index: 2;
    opacity: 1;
    visibility: visible;
}

/*
## Blog tiles - styles inherited from News tiles
*/

.blog-item .news-article-tile-inner {
    background: #33b4e5;
    border: 1px solid #33b4e5;
}

.blog-item .news-article-content {
    border-top: 10px solid #00395a;
    margin-bottom: 55px;
}

.news-author-image {
    position: absolute;
    top: 140px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
    border: 1px solid #00395a;
}

.blog-item a.news-arrow-button,
.blog-item .news-article-title a,
.blog-item .news-date,
.blog-item .news-author {
    color: white;
}

.blog-item .news-article-tile-inner:hover {
    background: #00395a;
    border: 1px solid #00395a;
}

/*
## Product/Category Tile
*/

.product-item {
    margin-right: 20px;
    width: 370px;
    height: 160px;
    float: left;
    border: 1px solid rgba(0, 57, 90, 0.35);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

    .product-item:hover {
        border-color: rgb(51, 180, 229);
    }

        .product-item:hover a {
            color: rgb(51, 180, 229);
        }

        .product-item:hover .category-view-btn .fa {
            transform: translateX(5px);
        }

.category-icon {
    width: 40px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 15px;
}

    .category-icon svg {
        overflow: visible;
        width: 100%;
        height: 100%;
        fill: currentColor;
    }

    .category-icon .cat-icon {
        background-size: contain;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

.category-icon-inner {
    position: relative;
}

    .category-icon-inner:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 45px;
        background-color: #33b4e5;
    }


    .category-icon-inner:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 45px;
        background-color: #2ba2d0;
    }

    .category-icon-inner > div {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 1;
        width: 8px;
        height: 8px;
        color: #fff;
    }

.product-item:last-child {
    margin-right: 0;
}

.product-image,
.product-content {
    display: inline-block;
}

.product-image {
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    width: 160px;
    height: 160px;
    z-index: -1;
}

    .product-image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #24bbee;
        opacity: 0;
        transition: all 0.3s ease-in-out;
    }


.product-item:hover .product-image:before {
    opacity: 0.6;
}

.category-view-btn {
    position: absolute;
    bottom: 5%;
    right: 5%;
    font-size: 14px;
    font-weight: 600;
    color: #24bbee;
}

    .category-view-btn .fa {
        transform: translateX(0px);
        transition: all 0.3s ease-in-out;
        font-size: 21px;
        margin-top: -3px;
        margin-left: 25px;
    }

    .category-view-btn .fa-chevron-right:before {
        font-size: 16px;
    }

.product-content {
    margin-left: 170px;
    padding: 15px 0 20px;
    margin-top: 5px;
    max-width: 210px;
}

.product-category {
    display: block;
    font-size: 13px;
    font-family: amcorprosemibold;
    color: #666;
    text-transform: uppercase;
}

.product-content a {
    font-family: amcorpromedium;
    font-size: 24px;
    color: #00395a;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
}

    a.category-view-btn:hover,
    .product-content a:hover {
        text-decoration: none;
        color: #33b4e5;
    }

.product-category-item {
    width: 325px;
}

    .product-category-item .product-content {
        margin-left: 145px;
        padding: 35px 20px;
        margin-top: 5px;
        max-width: 210px;
    }

    .product-category-item .product-image {
        top: 10%;
        left: 5%;
        width: 130px;
        height: 130px;
    }

    .product-category-item .category-view-btn {
        bottom: 15%;
        right: 10%;
    }

    .product-category-item .product-image:before {
        background-color: transparent;
    }

/*
## Job/Talent/Safety Toolkit Tiles
*/
.job-section {
}

    .job-section h2 {
        margin-top: 0;
        color: #666;
        text-align: center;
    }

.job-tile-wrapper {
    margin: -10px -10px 35px;
}

.job-tile-item {
    width: 25%;
    float: left;
    cursor: pointer;
}

.job-title {
    min-height: 120px;
    font-size: 24px;
    font-family: amcorpromedium;
}

.job-tile-item-inner {
    background-color: #f0f0f0;
    margin: 10px;
    padding: 25px;
    box-sizing: border-box;
    /*cursor: pointer;*/
    transition: all 0.3s ease-in-out;
}

    .job-tile-item-inner:hover {
        background-color: #24bbee;
    }

.job-footer {
    position: relative;
}

a.job-arrow-button {
    position: absolute;
    bottom: 10%;
    right: 0;
    color: #24bbee;
}

    a.job-arrow-button .fa {
        font-size: 21px;
    }

.job-tile-item-inner .job-date,
.job-tile-item-inner .job-location {
    font-family: amcorpromedium;
    font-size: 16px;
}

.job-tile-item-inner .job-date,
.job-tile-item-inner .job-location,
.job-tile-item-inner .job-title,
.job-tile-item-inner .job-arrow-button .fa {
    transition: all 0.3s ease-in-out;
    color: #666;
}

    .job-tile-item-inner .job-location .fa {
        margin-top: -5px;
        margin-right: 5px;
    }

.job-tile-item-inner:hover .job-date,
.job-tile-item-inner:hover .job-location,
.job-tile-item-inner:hover .job-title,
.job-tile-item-inner:hover .job-arrow-button .fa {
    color: white;
}

.job-tile-item-inner .job-arrow-button .fa {
    transform: translateX(0px);
    font-size: 21px;
    color: #24bbee;
}

.job-tile-item-inner:hover .job-arrow-button .fa {
    transform: translateX(5px);
}

.page-sidebar .job-tile-wrapper h2 {
    color: #00395a;
    margin: 35px 10px 10px;
    font-size: 28px;
    font-family: amcorprolight;
    font-weight: 600;
}

.page-sidebar .job-tile-item {
    width: 100%;
    float: none;
}

.page-sidebar .job-tile-item-inner {
    background-color: #fff;
}

    .page-sidebar .job-tile-item-inner:hover {
        background-color: #24bbee;
    }

.page-sidebar--padded-top {
    padding-top: 45px;
}

@media (max-width: 800px) {
    .job-tile-wrapper {
        padding: 0 20px;
    }

    .job-tile-item {
        width: 50%;
    }
}

@media (max-width: 580px) {
    .job-tile-item {
        width: 100%;
    }
}

/* Safety Toolkit Page */
.safety-toolkit .page-sidebar {
    float: left;
}

.safety-toolkit a:hover {
    text-decoration: none !important;
    color: #0093d0 !important;
}

.safety-toolkit section {
    padding: 45px 0;
}

.safety-toolkit .banner-section {
    padding-top: 0;
}

.safety-toolkit .page-content .content-wrapper {
    margin-left: 300px;
}

.safety-toolkit .content-details {
    position: relative;
    padding-bottom: 50px;
}

.safety-toolkit .toolkit-category {
    width: 25px;
    margin-bottom: -4px;
}

.safety-toolkit .sidemenu-child .toolkit-category {
    width: 20px;
    margin-bottom: -5px;
}

.safety-toolkit .content-details h2 {
    color: #00a1de;
    margin-top: 0;
    font-family: amcorprolight,arial,sans-serif;
    line-height: 1;
    max-width: 560px;
}

.safety-toolkit .content-details,
.safety-toolkit .content-details p {
    font-family: amcorprolight,arial,sans-serif;
}

.safety-toolkit-item .job-tile-item-inner {
    overflow: hidden;
    position: relative;
}

.safety-toolkit-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 85px 35px;
    box-sizing: border-box;
    background-color: rgba(36, 187, 238, 0.85);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.safety-toolkit-item:hover .safety-toolkit-hover {
    opacity: 1;
    visibility: visible;
}

.safety-toolkit-hover.request-sent {
    opacity: 1;
    visibility: visible;
}

    .safety-toolkit-hover.request-sent .btn {
        background-color: #fff;
        color: #0093d0;
    }

.safety-toolkit .navi {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

    .safety-toolkit .navi > a {
        color: #00395a;
        font-family: amcorprobook;
    }

        .safety-toolkit .navi > a > i.fa {
            margin-top: -5px;
            font-size: 25px;
        }

        .safety-toolkit .navi > a.next {
            float: right;
        }

.safety-toolkit-item .btn {
    width: 100%;
    text-align: center;
}

    .safety-toolkit-item .btn:last-child {
        margin-bottom: 0;
    }

.mini-logon.popup {
    padding: 65px;
}

.mini-logon h2 {
    color: #002534;
    text-align: center;
    margin-bottom: 20px;
}

.mini-logon p {
    margin-bottom: 20px;
}

.mini-logon table,
.mini-logon table tbody,
.mini-logon table tr,
.mini-logon table tr td,
.mini-logon table tr td input {
    width: 100%;
    display: block;
    max-width: none;
}

    .mini-logon table tr td input[type=submit] {
        max-width: 200px;
        margin: 20px auto;
    }

.mini-logon .checkbox {
    display: none;
}

.mini-logon a {
    font-size: 14px;
    font-weight: 100;
    font-family: amcorprolight;
}

.mini-logon .form-control-error {
    font-size: 12px;
    color: red;
}

@media (max-width: 580px) {
    .safety-toolkit .subHead {
        padding: 0 20px;
    }

    .safety-toolkit .content-details {
        padding-bottom: 75px;
    }

    .safety-toolkit .content-details h2 {
        margin-top: 45px;
    }

    .safety-toolkit .navi {
        bottom: 45px;
    }

    .mini-logon.popup {
        padding: 30px;
        box-sizing: border-box;
        width: 100%;
    }
}

/*
## Category Tiles
*/

.category-wrapper {
}

.category-image-tiles {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}

.category-tile-item {
    position: relative;
    overflow: hidden;
    margin: 0;
    text-align: center;
    width: 32.22%;
    min-height: 215px;
    margin-bottom: 20px;
}

    .category-tile-item img {
        width: 100%;
        transition: all .3s ease-in-out;
    }

    .category-tile-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,57,90,.6);
        z-index: 1;
        transition: all .5s ease-in-out;
    }

.category-tile-title {
    position: absolute;
    width: 75%;
    margin-left: 10%;
    text-align: center;
    transition: all .2s ease-in-out;
    padding: 10px;
    opacity: 1;
    z-index: 2;
    font-size: 14px;
    transform: scale(1);
    top: 50%;
    height: 50px;
    margin-top: -20px;
}

    .category-tile-title h2 {
        padding: 0;
        font-size: 16px;
        margin: 0;
        font-weight: 600;
        text-transform: uppercase;
        font-family: amcorpromedium,arial,sans-serif;
        color: #fff;
        line-height: 1;
    }

.category-tile-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.category-tile-item:hover .tile-title {
    background: 0 0;
    opacity: 1;
}

/*
## News Slider - some styles inherited from News tiles
*/

.news-article-wrapper {
    width: 100%;
}

.news-slider {
    padding: 0 0 30px;
}

.slick-list {
    background-color: #fff;
    margin: 0 -10px !important;
}

.news-article-wrapper .slick-list {
    background: #f2f2f2;
}

.transparent .slick-list {
    background-color: transparent;
}

.slick-arrow {
    height: 150px;
    width: 80px;
    background: rgba(51, 180, 229, 0.80);
    position: absolute;
    cursor: pointer;
    top: 30%;
    z-index: 1;
    font-family: FontAwesome;
    font-size: 70px;
    transition: all 0.3s ease-in-out;
}

.slick-prev {
    left: -80px;
    border-radius: 90px 0px 0px 90px;
    -moz-border-radius: 90px 90px 0px 90px;
    -webkit-border-radius: 90px 0px 0px 90px;
}

    .slick-prev:before {
        content: "\f104";
        position: absolute;
        top: 43%;
        left: 32px;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        -webkit-text-stroke: 4px #58c0e7;
    }

.slick-arrow.slick-prev:hover:before {
    transform: translateX(-10px);
    -webkit-text-stroke: 4px #00395a;
}

.slick-next {
    right: -80px;
    border-radius: 0px 90px 90px 0px;
    -moz-border-radius: 0px 90px 90px 0px;
    -webkit-border-radius: 0px 90px 90px 0px;
}

    .slick-next:before {
        content: "\f105";
        position: absolute;
        top: 43%;
        right: 32px;
        color: #ffffff;
        transition: all 0.3s ease-in-out;
        -webkit-text-stroke: 4px #58c0e7;
    }

.slick-arrow.slick-next:hover:before {
    transform: translateX(10px);
    color: #fff;
    -webkit-text-stroke: 4px #00395a;
}

.slick-arrow.slick-disabled:hover {
    cursor: not-allowed;
    background: #ccd7de;
}

    .slick-arrow.slick-disabled:hover:before {
        transform: translateX(0);
        color: #eaeaea;
        -webkit-text-stroke: 4px #ccd7de;
    }

.slick-arrow.slick-disabled {
    background: #ccd7de;
}

    .slick-arrow.slick-disabled:before {
        color: #eaeaea;
        -webkit-text-stroke: 4px #ccd7de;
    }

.slick-arrow:hover {
    background: rgba(0, 57, 90, 1);
}

@media (max-width: 800px) {
    .news-article-outer,
    .slick-slider,
    .news-article-wrapper {
        position: static !important;
    }

    .news-slider {
        position: relative;
    }

    a.slick-next {
        right: 0;
        top: 40%;
        border-radius: 90px 0px 0px 90px;
        -moz-border-radius: 90px 0px 0px 90px;
        -webkit-border-radius: 90px 0px 0px 90px;
    }

    a.slick-prev {
        left: 0;
        top: 40%;
        border-radius: 0px 90px 90px 0px;
        -moz-border-radius: 0px 90px 90px 0px;
        -webkit-border-radius: 0px 90px 90px 0px;
        z-index: 2;
    }
}

@media (max-width: 580px) {
    a.slick-next {
        right: -30px;
    }

    a.slick-prev {
        left: -30px;
    }
}

/*
## Job Listings - Stacked
*/

.job-listing-wrapper {
    width: 100%;
    margin: 50px 0 30px;
}

.job-listing .basic-form {
    padding: 40px 0px 0;
}

.job-listing .load-more-section {
    text-align: center;
}

.job-listing-item-inner:before,
.job-listing-item-inner:after {
    content: " ";
    display: table;
}

.job-listing-item-inner:after {
    clear: both;
}

.job-listing-item {
    background-color: #fff;
    margin: 0 0 20px;
    padding: 35px 30px 35px 50px;
    border-left: 2px solid #24bbee;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    /*.job-listing-item:last-child {
        margin-bottom: 0;
    }*/

    .job-listing-item:hover {
        background-color: #e3edf1;
    }

.job-left-content {
    float: left;
    width: calc(100% - 280px);
    position: relative;
}

    .job-left-content:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        border-right: 2px solid #f0f0f0;
        width: 2px;
        height: 200%;
        margin-top: -10%;
    }

.job-right-content {
    float: right;
    width: 250px;
}

    .job-right-content span {
        font-family: amcorprobook;
        font-size: 16px;
        display: block;
        margin-bottom: 10px;
    }

    .job-right-content > .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

.job-listing-item .job-title {
    min-height: 35px;
    font-size: 36px;
    font-family: amcorprolight;
}

.job-listing-item .job-category {
    font-family: amcorprosemibold;
    font-size: 16px;
}

.job-listing-item .job-description {
    font-family: amcorprolight;
    margin-bottom: 15px;
}

.job-location .fa {
    margin-top: -5px;
    margin-right: 5px;
}

@media (max-width: 800px) {
    .job-listing .basic-form {
        padding: 0 40px;
    }

    .job-listing-wrapper {
        margin-top: 0;
    }

    .job-filter-section {
        padding: 0 40px;
    }

    .job-right-content {
        float: none;
        width: 100%;
    }

    .job-left-content {
        float: none;
        width: 100%;
    }

        .job-left-content:after {
            display: none;
        }

    .job-listing-item {
        padding: 25px;
    }
}


/*
## Image tiles
*/

.image-tiles {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    transition: opacity .3s ease-in-out;
}

.tile-item {
    position: relative;
    width: 33.33%;
    overflow: hidden;
    margin: 0;
    text-align: center;
}

    .tile-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,57,90,.6);
        z-index: 1;
        transition: all .5s ease-in-out;
    }

    .tile-item:hover:before {
        opacity: 0;
    }

    .tile-item img {
        width: 100%;
        transition: all .3s ease-in-out;
    }

    .tile-item:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transform: scale(1.1);
    }

    .tile-item .tile-title {
        position: absolute;
        top: calc(50% - 40px);
        width: 75%;
        height: auto;
        margin-left: 7%;
        text-align: center;
        opacity: 0;
        transition: all .2s ease-in-out;
        padding: 20px;
        transform: scale(1.5);
    }

        .tile-item .tile-title h2 {
            font-family: amcorprolight,arial,sans-serif;
            color: #fff;
            font-size: 36px;
            font-weight: 200;
        }

        .tile-item .tile-title span {
            font-family: amcorprolight,arial,sans-serif;
            color: #fff;
            font-size: 16px;
        }

    .tile-item:hover .tile-title {
        opacity: 1;
        background: rgba(0,57,90,.61);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
    }

/*
## History/Story Slides
*/

.history-slides {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    background-color: #fff;
}

    .history-slides.active {
        visibility: visible;
        opacity: 1;
    }

    .history-slides .image-holder {
        min-height: 600px;
        width: 50%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
    }

    .history-slides .content {
        width: 49.75%;
        display: inline-block;
        font-family: amcorprobook,arial,sans-serif;
        vertical-align: middle;
        padding: 0 65px;
        text-align: center;
        box-sizing: border-box;
        transition: all .3s ease-in-out;
        -webkit-transform: translateX(500px);
        -moz-transform: translateX(500px);
        transform: translateX(500px);
    }

    .history-slides.active .content {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }

    .history-slides .content h2 {
        color: #24bbee;
        font-size: 45px;
        white-space: normal;
        font-family: amcorprobook;
    }

    .history-slides .content p {
        font-family: amcorprobook;
        color: #00395a;
        margin-bottom: 50px;
        font-size: 21px;
        line-height: 1.2;
        white-space: normal;
    }

    .history-slides::after {
        content: "";
        width: 1px;
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        background-color: red;
    }

.history-nav-arrows a {
    text-transform: uppercase;
    font-size: 12px;
    color: #24bbee;
    transition: all .3s ease-in-out;
    font-family: amcorprosemibold;
}

.history-nav-arrows .prev-arrow {
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -95px;
}

.history-nav-arrows .next-arrow {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.history-nav-arrows a .fa {
    font-size: 24px;
    margin: -5px 5px 0;
    transition: transform .3s ease-in-out;
}

.history-nav-arrows a.next-arrow:hover .fa {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    transform: translateX(5px);
}

.history-nav-arrows a.prev-arrow:hover .fa {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    transform: translateX(-5px);
}

.history-nav-arrows a:hover {
    text-decoration: none;
    color: #00395a;
}

/*
## 3 Column Video Tiles
*/

.video-tiles-wrapper:before,
.video-tiles-wrapper:after {
    content: " ";
    display: table;
}

.video-tiles-wrapper:after {
    clear: both;
}

.video-tile-item {
    width: 33.33333333%;
    display: inline-block;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.video-content {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
}

    .video-content h3 {
        font-family: amcorprolight;
        color: #fff;
        font-size: 28px;
        margin: 10px 0;
    }

    .video-content p {
        font-family: amcorprolight;
        color: #fff;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        margin-bottom: 10px;
    }

    .video-content .video-play-button {
        font-family: amcorprosemibold;
        font-size: 16px;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        color: #24bbee;
        text-transform: uppercase;
    }

        .video-content .video-play-button .fa {
            margin-top: -5px;
            margin-right: 10px;
        }

.video-tile-item:after {
    content: "";
    background-color: #00395a;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: all 0.3s ease-in-out;
}


.video-tile-item:hover .video-content {
    top: 40px;
}

    .video-tile-item:hover .video-content .video-play-button,
    .video-tile-item:hover .video-content p {
        opacity: 1;
    }

.video-tile-item:hover:after {
    opacity: 0.8;
}

@media (max-width: 580px) {
    .video-tile-item {
        width: 100%;
    }
}

/*
## Form and Right Panel
*/

.form-section {
    float: left;
    width: calc(100% - 400px);
    position: relative;
    background-color: #f0f0f0;
    height: 400px;
    padding: 50px 160px;
    box-sizing: border-box;
    text-align: center;
}

.panel-section {
    float: right;
    width: 400px;
    background-color: #24bbee;
    height: 400px;
    text-align: center;
    padding: 70px 30px;
    box-sizing: border-box;
}

.form-section h2 {
    margin-bottom: 35px;
}

.form-section .form-control {
    text-align: left;
    margin-bottom: 20px;
}

    .form-section .form-control input,
    .form-section .form-control .selector {
        max-width: 370px;
        margin-left: 0;
    }

    .form-section .form-control label {
        min-width: 160px;
        display: inline-block;
    }

.panel-section h2 {
    color: #fff;
    margin-bottom: 35px;
    font-family: amcorprolight;
}

.panel-section p {
    margin-bottom: 40px;
    font-size: 18px;
    font-family: amcorpromedium;
    color: #fff;
}

.form-no-panel {
    padding: 80px 0;
}

    .form-no-panel .form-section {
        width: 100%;
        float: none;
        padding: 0;
        height: 100%;
    }

    .form-no-panel .panel-section {
        display: none;
    }

    .form-no-panel .form-section .btn {
        margin-top: 25px;
    }

    .form-no-panel h2 {
        margin-top: 0px;
        color: #00395a;
    }

    .form-no-panel .form-section .row.first-row {
        width: 600px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

@media (max-width: 800px) {
    .form-no-panel .form-section {
        width: 600px;
        margin: 0 auto;
    }

        .form-no-panel .form-section .row.first-row {
            margin-bottom: 0;
        }
}

@media (max-width: 580px) {
    .form-no-panel .form-section .row.first-row {
        width: 100%;
    }

    .form-no-panel .form-section {
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
    }

    .form-section .form-control label {
        display: block;
    }

    .form-section .form-control input, .form-section .form-control .selector {
        max-width: none;
        width: 100%;
    }
}

/*
## Photo Banner with Blue Overlay
*/

.banner-with-overlay {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .banner-with-overlay:after {
        content: "";
        background-color: #24bbee;
        opacity: 0.6;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .banner-with-overlay .text-holder {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        z-index: 1;
        padding: 330px 200px 100px;
        box-sizing: border-box;
    }

        .banner-with-overlay .text-holder h1 {
            font-size: 45px;
            margin-bottom: 20px;
            color: #fff;
            font-family: amcorprobook;
        }

        .banner-with-overlay .text-holder span {
            font-size: 24px;
            color: #fff;
            font-family: amcorprolight;
        }

/*
## Testimonial Section
*/

.testimonial-section .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    width: 100%;
    height: 33.33333em;
}

.testimonial-section .swiper-wrapper {
    position: relative;
}

.testimonial-section .swiper-slide {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.testimonial-section span.swiper-pagination-switch {
    color: #fff;
}

.testimonial-section .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background-size: auto 100%;
    height: 100%;
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

    .testimonial-section .swiper-slide:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,57,90,.6);
    }

.testimonial-section .carousel-testimonials {
    top: 0;
    color: #fff;
    padding: 2.14286em;
    position: absolute;
    right: 0;
    width: 45%;
    z-index: 2;
    height: 100%;
    box-sizing: border-box;
}

.testimonial-section .carousel-testimonials--alternate {
    left: 0;
}

.testimonial-section .carousel-testimonials > .testimonial-title {
    font-family: amcorprolight,arial,sans-serif;
    font-size: 34px;
    color: #fff;
    margin-bottom: 50px;
}

.testimonial-section .carousel-testimonials blockquote {
    font-family: amcorprobook_italic;
    font-style: italic;
    font-size: 36px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.testimonial-section .carousel-testimonials p {
    font-family: amcorprosemibold;
    font-size: 16px;
    color: #fff;
}

/*
## Social Media
*/

.box-share a {
    position: relative;
    width: 20px;
    height: 21px;
    border: 1px solid #fff;
    color: #fff !important;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
}

.box-share span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    text-transform: uppercase;
}

ul.social-media {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 5px 0 7px 10px;
    vertical-align: top;
}

.social-media li {
    display: inline-block;
}

.social-media .social-media-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: #24bbee;
    color: #fff;
    width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    border: 1px solid white;
    transition: all 0.3s ease-in-out;
}

    .social-media .social-media-icon:hover {
        background-color: #00395a;
    }

ul.social-media-bordered .social-media-icon {
    background-color: transparent;
    color: #24bbee;
    border: 1px solid #24bbee;
}

    ul.social-media-bordered .social-media-icon:hover {
        background-color: #24bbee;
    }

ul.social-media-secondary .social-media-icon {
    background-color: #00395a;
    color: #fff;
    border: 1px solid #00395a;
}

    ul.social-media-secondary .social-media-icon:hover {
        background-color: #24bbee;
        border-color: #24bbee;
    }

.share-wrapper {
    width: 100%;
    /*margin: 0 auto;*/
    /*text-align: center;*/
    max-width: 240px;
}

    .share-wrapper:before,
    .share-wrapper:after {
        content: " ";
        display: table;
    }

    .share-wrapper:after {
        clear: both;
    }

span.share_label {
    float: none;
    color: #00395a;
    font-family: amcorprolight,arial,sans-serif;
    text-transform: capitalize;
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
}

.share-list {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.share-list_item {
    cursor: pointer;
    float: left;
}

.facebook a,
.googleplus a,
.linkedin a,
.share-button a,
.twitter a {
    background-position: 0 0;
    display: block;
    height: 7.75em;
    overflow: hidden;
    width: 7.8125em;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.facebook a,
.googleplus a,
.linkedin a,
.twitter a {
    background-size: 56px 112px !important;
    width: 56px;
    height: 56px;
    margin-right: 1px;
    border-radius: 0;
}

.facebook span,
.googleplus span,
.linkedin span,
.share-button span,
.twitter span {
    display: none;
    opacity: 0;
}

.facebook a {
    background: url(/web/20170217054002im_/https://www.amcor.com/CorporateSite/media/Home/global/share-fb.jpg) no-repeat;
}

.twitter a {
    background: url(/web/20170217054002im_/https://www.amcor.com/CorporateSite/media/Home/global/share-tw.jpg) no-repeat;
}

.linkedin a {
    background: url(/web/20170217054002im_/https://www.amcor.com/CorporateSite/media/Home/global/share-li.jpg) no-repeat;
}

.googleplus a {
    background: url(/web/20170217054002im_/https://www.amcor.com/CorporateSite/media/Home/global/share-gp.jpg) no-repeat;
}

    .facebook a:hover,
    .googleplus a:hover,
    .linkedin a:hover,
    .share-button a:hover,
    .twitter a:hover {
        background-position: 0 -5.8125em;
    }

.share--full-width {
    max-width: none;
}

    .share--full-width ul.share-list {
        display: inline-block;
    }

    .share--full-width span.share_label {
        vertical-align: top;
        padding-top: 45px;
        margin-right: 10px;
    }

    .share--full-width .facebook a,
    .share--full-width .googleplus a,
    .share--full-width .linkedin a,
    .share--full-width .twitter a {
        background-size: 100px 198px !important;
        width: 100px;
        height: 100px;
        margin-right: 1px;
        border-radius: 0;
    }

        .share--full-width .facebook a:hover,
        .share--full-width .googleplus a:hover,
        .share--full-width .linkedin a:hover,
        .share--full-width .share-button a:hover,
        .share--full-width .twitter a:hover {
            background-position: 0 -9.8125em;
        }

.content-block--video.box-share .share-wrapper {
    max-width: none;
}

.content-block--video.box-share a {
    font-size: 18px;
    background-size: inherit !important;
}

.content-block--video.box-share .facebook a,
.content-block--video.box-share .linkedin a,
.content-block--video.box-share .googleplus a,
.content-block--video.box-share .twitter a {
    background-size: 56px 112px !important;
    width: 56px;
    height: 56px;
    margin-right: 1px;
    border-radius: 0;
}

    .content-block--video.box-share .facebook a:hover,
    .content-block--video.box-share .googleplus a:hover,
    .content-block--video.box-share .linkedin a:hover,
    .content-block--video.box-share .share-button a:hover,
    .content-block--video.box-share .twitter a:hover {
        background-position: 0 -3.2125em !important;
    }

.content-block--video.box-share {
    padding: 0 !important;
}

.amcorwrap .content-block--video.box-share .share_label {
    padding-top: 67px;
}

/*
## Youtube Feed
*/

.youtube-feed-wrapper {
    padding: 45px 90px;
}

.youtube-feed-content:before,
.youtube-feed-content:after {
    content: " ";
    display: table;
}

.youtube-feed-content:after {
    clear: both;
}

.youtube-feed-header h2 {
    color: #fff;
    font-family: amcorprolight;
    font-size: 33px;
}

.youtube-feed-content {
    padding: 20px 0;
}

.youtube-video {
    width: calc(335em / 18);
    height: calc(245em / 18);
    transition: all 0.3s ease-in-out;
    float: left;
    position: relative;
    background-size: 100% 100%;
}

    .youtube-video + .youtube-video {
        margin-left: 45px;
    }

    .youtube-video a {
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background-image: none;
        background-size: calc(111em / 18) calc(111em / 18);
        background-repeat: no-repeat;
        background-position: center center;
        text-align: center;
    }

    .youtube-video .st1 {
        fill: #FFFFFF;
    }

    .youtube-video .st0 {
        fill: none;
        stroke: #FFFFFF;
        stroke-width: 4;
        stroke-miterlimit: 10;
        transition: all 0.3s ease-in-out;
    }

    .youtube-video svg {
        overflow: visible;
        width: 30%;
        height: 50%;
        fill: currentColor;
        margin-top: 60px;
    }

    .youtube-video:hover {
        -webkit-box-shadow: 2px 2px 41px -2px rgba(151,177,191,0.6);
        -moz-box-shadow: 2px 2px 41px -2px rgba(151,177,191,0.6);
        box-shadow: 2px 2px 41px -2px rgba(151,177,191,0.6);
    }

    .youtube-video a:hover .st0 {
        stroke: #00395a;
        fill: #00395a;
    }

/*
## Twitter Feed Panel
*/

.twitter-feed-wrapper {
}

    .twitter-feed-wrapper:before,
    .twitter-feed-wrapper:after {
        content: " ";
        display: table;
    }

    .twitter-feed-wrapper:after {
        clear: both;
    }

.twitter-feed-header h2 {
    color: #fff;
    font-family: amcorprolight;
    font-size: 33px;
    color: #24bbee;
}

.twitter-feed {
    width: 415px;
    height: 380px;
    background: #33b4e5;
    box-sizing: border-box;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 10px 10px 0;
}

.twitter-feed--quarter {
    width: 215px;
    height: 185px;
}

.media-tweet {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    cursor: zoom-in;
}

    .media-tweet:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(51, 180, 229, 0.90);
        z-index: 0;
        opacity: 1;
        transition: all 0.3s ease-in-out;
        z-index: 1;
    }

.tweet {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: amcorprolight;
    color: #fff;
}

.tweet-content {
    font-size: 25px;
    padding: 45px 30px 45px 45px;
    line-height: 1.4;
}

.media-tweet .tweet-content {
    visibility: visible;
    opacity: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2;
}

.twitter-feed--quarter .tweet-content {
    font-size: 14px;
    padding: 25px;
}

.tweet a {
    color: #00395a;
    font-family: amcorprosemibold;
    word-break: break-word;
}

.media-tweet:hover:after {
    opacity: 0;
}

.media-tweet:hover .tweet-content {
    visibility: hidden;
    opacity: 0;
}

/*
## Details Page - with right sidebar
*/

.page-content-wrapper {
    background-color: #f0f0f0;
}

.page-content-inner {
    margin: 0 auto;
    max-width: 63.33333em;
    padding: 5.55556em 0 50px;
}

.page-content-inner--top-overlapped {
    padding-top: 0;
}

.page-content {
    float: left;
    width: 100%;
    margin-left: -270px;
}

    .page-content .content-wrapper {
        margin-left: 270px;
    }

.content-details {
    background-color: #fff;
    min-height: 320px;
    padding: 30px;
    margin-bottom: 50px;
    font-family: amcorprolight,arial,sans-serif;
    color: #00395a;
}

    .content-details h2,
    .content-details h3,
    .content-details h4,
    .content-details h5 {
        color: #00395a;
    }

    .content-details .product-image {
        margin: 40px -30px;
    }

    .content-details h3 {
        color: #00395a;
        font-weight: 400;
    }

.content-sub-heading {
    background-color: #fff;
    font-family: amcorprobook;
    font-size: 24px;
    line-height: 1.2;
    color: #00395a;
    padding: 30px;
    border-bottom: 1px solid #ccc;
}

.page-content .content-details ul {
    list-style: initial;
    margin: 10px 0;
    padding: 0 0 0 40px;
}

    .page-content .content-details ul li {
        line-height: 1.4em;
        margin-bottom: 0.4em;
        font-family: amcorprolight;
        color: #00395a;
        font-size: 18px;
    }

.page-sidebar {
    float: right;
    width: 245px;
    overflow: hidden;
}

    .page-sidebar .btn {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }

        .page-sidebar .btn + .page-sidebar .btn {
            margin-top: 5px;
        }

.page-content-inner--top-overlapped .page-content,
.page-content-inner--top-overlapped .page-sidebar {
    margin-top: -40px;
}

.sidebar-opener {
    display: none;
}

.sidebar-back-home {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
}

.page-sidebar-menu {
    position: relative;
    background-color: #fff;
    padding: 30px 0;
    box-sizing: border-box;
}

.sidebar-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    text-align: center;
    padding-top: 20%;
    box-sizing: border-box;
    font-size: 28px;
    color: rgba(0,57,90,.71);
    transition: all .3s ease-in-out;
}

.sidebar-content-inner {
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

    .sidebar-content-inner h4 {
        margin-top: 0;
        font-family: amcorprosemibold;
    }

    .sidebar-content-inner span {
        font-size: 16px;
    }

    .sidebar-content-inner .job-location {
        font-size: 16px;
        margin-top: 20px;
        line-height: 1;
    }

.mini-breadcrumbs {
    margin-top: -20px;
    padding: 0 20px;
}

    .mini-breadcrumbs span {
        color: #00395a;
        text-transform: uppercase;
        font-size: 12px;
        font-family: amcorpromedium,arial,sans-serif;
        font-weight: 800;
    }

        .mini-breadcrumbs span:first-child {
            cursor: pointer;
        }

        .mini-breadcrumbs span + span {
            margin-left: 10px;
        }

ul.sidemenu {
    position: relative;
}

ul.sidemenu, ul.sidemenu-children {
    transition: all .3s ease-in-out;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

    ul.sidemenu.show {
        -webkit-transform: translateX(-220px);
        -moz-transform: translateX(-220px);
        transform: translateX(-220px);
    }

ul.sidemenu-children {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 220px;
}

.with-children.show ul.sidemenu-children {
    visibility: visible;
    opacity: 1;
    min-height: 100px;
}

ul.sidemenu .sidemenu-item,
ul.sidemenu-children .sidemenu-child {
    padding: 5px 55px 5px 25px;
    font-size: 15px;
    border-left: 3px solid transparent;
    cursor: pointer;
    font-family: amcorpromedium,arial,sans-serif;
    font-weight: 800;
}

    ul.sidemenu .sidemenu-item.show {
        color: #33b4e5;
    }

    ul.sidemenu .sidemenu-item span, ul.sidemenu-children .sidemenu-child span {
        font-family: amcorpromedium,arial,sans-serif;
        font-weight: 800;
        color: #00395a;
        font-size: 15px;
    }

ul.sidemenu .dropdown-button {
    line-height: 1;
    float: right;
    margin-right: -30px;
    margin-top: 12px;
    display: none;
}

.sidemenu-item.with-children .dropdown-button {
    display: block;
}

ul.sidemenu .dropdown-button:before {
    content: "\f10c\00a0\f10c\00a0\f10c";
    font-family: FontAwesome;
    font-size: 8px;
    color: #cecece;
}

ul.sidemenu .sidemenu-item, ul.sidemenu-children .sidemenu-child {
    padding: 5px 55px 5px 25px;
    font-size: 15px;
    border-left: 3px solid transparent;
    cursor: pointer;
    font-family: amcorpromedium,arial,sans-serif;
    font-weight: 800;
}

ul.sidemenu-children .sidemenu-child {
    min-width: 160px;
}

    ul.sidemenu .sidemenu-item.active, ul.sidemenu-children .sidemenu-child.active {
        border-left: 3px solid #33b4e5;
        color: #33b4e5;
    }

ul.sidemenu .dropdown-button:hover {
    text-decoration: none;
}

    ul.sidemenu .dropdown-button:hover:before {
        color: #33b4e5;
    }

ul.sidemenu a:hover {
    text-decoration: none;
}


ul.sidemenu .sidemenu-item:hover,
ul.sidemenu-children .sidemenu-child:hover {
    color: #33b4e5;
}

ul.sidemenu-children .sidemenu-child.active,
ul.sidemenu .sidemenu-item.active {
    border-left: 3px solid #33b4e5;
    color: #33b4e5;
}

    ul.sidemenu-children .sidemenu-child.active > a > span,
    ul.sidemenu .sidemenu-item.active > a > span,
    ul.sidemenu-children .sidemenu-child:hover > a > span,
    ul.sidemenu .sidemenu-item:hover > a > span {
        color: #33b4e5;
    }

@media (max-width: 800px) {
    .page-content {
        float: none;
        margin: 0;
    }

    .page-sidebar {
        float: none;
        width: 285px;
        overflow: hidden;
        padding: 0;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .page-content-inner--top-overlapped .page-sidebar {
        margin-top: 20px;
    }

    .safety-toolkit .page-content .content-wrapper,
    .page-content .content-wrapper {
        margin-left: 0;
    }

    .page-content-inner--top-overlapped .page-content {
        margin-top: 0px;
    }



    .page-sidebar {
        float: none !important;
        overflow: hidden;
        position: fixed;
        top: 130px;
        right: 0;
        padding-left: 40px;
        -webkit-transform: translateX(245px);
        -moz-transform: translateX(245px);
        transform: translateX(245px);
        z-index: 4;
        transition: all 0.3s ease-in-out;
    }

    .sidebar-content {
        max-height: 300px;
        overflow: auto;
        background-color: white;
        background-clip: content-box;
    }

    .page-sidebar.open {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0px);
    }

    .page-content-wrapper {
        position: relative;
    }

    .page-sidebar .btn {
        display: inline-block;
    }


    .page-sidebar-menu {
        position: relative;
        overflow: hidden;
    }

    .sidebar-opener {
        display: block;
        position: absolute;
        top: 0;
        left: -25px;
        cursor: pointer;
    }

        .sidebar-opener:before {
            content: "\f191";
            cursor: pointer;
            font-family: FontAwesome;
            color: white;
            position: absolute;
            top: 0;
            left: 28px;
            padding: 5px 6px;
            font-size: 22px;
            background: rgba(0, 161, 222, 0.39);
            width: 25px;
        }

    .open .sidebar-opener:before {
        content: "\f152";
    }
}

/*
## Sticky Footer | Subscribe/Social Media Section
*/

.sticky-footer {
    background-color: #f0f0f0;
    padding: 15px 0 8px;
    border-top: 1px solid #fff;
}

.floating-sticky-footer {
    transition: all 0.3s ease-in-out;
    background-color: #f0f0f0;
    padding: 5px 0 0;
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
}

.sticky-content-wrapper {
    width: 100%;
}

.sticky-inner-content {
    width: calc(1100em / 18);
    height: 100%;
    margin: 0 auto;
}

.sticky-footer .form-panel {
    float: left;
}

    .sticky-footer .form-panel h2 {
        color: #00395a;
        font-size: 21px;
        font-family: amcorprolight;
        font-weight: 100;
        display: inline-block;
    }

.sticky-footer .social-media-panel ul.social-media {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    margin: 5px 0 7px 10px;
    vertical-align: top;
}

.sticky-footer .social-media-panel .social-media .social-media-icon {
    padding: 8px;
    border-radius: 50%;
    background-color: transparent;
    color: #24bbee;
    width: 22px;
    display: inline-block;
    text-align: center;
    font-size: 21px;
    border: 1px solid #24bbee;
    transition: all 0.3s ease-in-out;
}

    .sticky-footer .social-media-panel .social-media .social-media-icon:hover {
        background-color: #24bbee;
        color: #fff;
    }

.sticky-footer .social-media-panel h2 {
    color: #00a1de;
    display: inline-block;
    font-size: 24px;
}

.sticky-footer .horizontal-form {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin-left: 10px;
}

    .sticky-footer .horizontal-form .btn {
        vertical-align: top;
        margin-bottom: 0;
        margin-left: -4px;
        padding: 10px 25px;
        height: 50px;
        box-sizing: border-box;
    }

        .sticky-footer .horizontal-form .btn:hover {
            background-color: #00a1de;
            border-color: #00a1de;
        }

    .sticky-footer .horizontal-form .form-control input {
        background-color: #fff;
        border-radius: 0;
        border: 2px solid #fff;
        padding-left: 10px;
        padding-right: 35px;
        max-width: none;
        height: 50px;
    }

    .sticky-footer .horizontal-form .form-control--labelled label {
        color: #00395a;
        font-family: amcorprolight;
        overflow: hidden;
    }

.sticky-footer .social-media-panel {
    float: right;
}

a.sticky-footer-close {
    color: #265773;
    position: absolute;
    top: 50%;
    right: 2%;
    margin-top: -15px;
    font-size: 30px;
    cursor: pointer;
}

.footer-sticky-visible .floating-sticky-footer {
    display: block;
}

.footer-sticky-forcehide .floating-sticky-footer {
    display: none !important;
}

.popup-form .input-with-clear > .clear-btn {
    top: 34%;
    right: 4%;
}

@media (max-width: 800px) {
    .sticky-inner-content {
        width: 100%;
    }

    .sticky-footer .social-media-panel,
    .sticky-footer .form-panel {
        float: none;
        text-align: center;
    }

    .sticky-footer .horizontal-form .form-control--labelled label {
        text-align: left;
    }
}

@media (max-width: 580px) {
    .footer-sticky-visible .floating-sticky-footer {
        display: none;
    }

    .sticky-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}


/*
## HELPERS
*/

.text-center {
    text-align: center;
}

.overflow-visible {
    overflow: visible;
}

.overflow-hidden {
    overflow: hidden;
}

.no-padding {
    padding: 0;
}

.no-margin {
    margin: 0;
}

/*
## Job Listing
*/
.job-listing h2 {
    margin-bottom: 0;
    color: #00395a;
}


.job-filter-section h2 {
    margin: 7px 0 0;
}

.job-filter-section .tag-wrapper,
.job-filter-section .form-control {
    text-align: right;
    margin-bottom: 0;
}

.job-filter-section .selector {
    min-width: 60%;
}

/*
## Job Details
*/

.job-details {
    background-color: #f0f0f0;
}

    .job-details .content-details {
        color: #666;
    }

    .job-details .page-content .content-details ul li {
        color: #666;
    }

/*
## Glance section/list
*/

.glance-section {
    text-align: center;
}

    .glance-section > h1 {
        margin-bottom: 30px;
        font-family: amcorprolight,arial,sans-serif;
        line-height: 1;
        color: #00395a;
    }

    .glance-section > p {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 40px;
        font-family: amcorprolight,arial,sans-serif;
        color: #00395a;
        font-size: 24px;
        line-height: 1.4;
    }

ul.glance-list-wrapper {
    display: block;
    margin: 0;
    list-style: none;
    padding: 0;
}

li.glance-list-item {
    display: inline-block;
    margin: .55556em .25%;
    vertical-align: top;
    text-align: center;
    width: 150px;
}

    li.glance-list-item + li.glance-list-item {
        margin-left: 85px;
    }

    li.glance-list-item .title {
        color: #24bbee;
        margin-top: 20px;
        display: block;
        font-family: amcorprobook;
        font-size: 26px;
        line-height: 1.3;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

.glance-list-icon {
    width: 65px;
    height: 65px;
    background-color: #24bbee;
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

    .glance-list-icon > svg {
        padding: 10px;
    }

/*.glance-list-item:hover .glance-list-icon {
    background-color: #24bbee;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

.glance-list-item:hover .title {
    color: #24bbee;
}

@media (max-width: 800px) {
    li.glance-list-item + li.glance-list-item {
        margin-left: 0;
    }
}

/*
## Investor Calendar section
*/

.investor-calendar-section .content-block--invcal {
    background: #24bbee;
    color: #fff;
    text-align: center;
}

.investor-calendar-section h1.banner-title {
    font-size: 45px;
    font-weight: 100;
    margin-bottom: 40px;
    font-family: amcorprolight,arial,sans-serif;
    line-height: 1;
    text-align: center;
}

.investor-calendar-section p {
    max-width: 65%;
    margin: 0 auto 45px;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    font-family: amcorprolight,arial,sans-serif;
}

.investor-calendar-section .calendar__list {
    border-top: none;
    list-style-type: none;
    padding: 0;
    width: 100%;
}

.investor-calendar-section .calendar__item {
    padding: 15px 5px;
    width: 100%;
    border: none;
}

    .investor-calendar-section .calendar__item .title__item,
    .investor-calendar-section .calendar__item .date__item,
    .investor-calendar-section .calendar__item .addtocal__item .desktop {
        font-family: amcorprobook;
        font-size: 16px;
        text-transform: none;
        color: #fff;
    }

        .investor-calendar-section .calendar__item .addtocal__item .desktop .fa {
            transition: all 0.3s ease-in-out;
            font-size: 21px;
            margin-top: -4px;
            margin-left: 10px;
        }

    .investor-calendar-section .calendar__item .addtocal__item {
        position: relative;
        text-align: right;
        width: 18%;
        padding-left: 0;
    }

        .investor-calendar-section .calendar__item .addtocal__item:before {
            position: absolute;
            top: -20px;
            left: 0;
            content: "";
            width: 2px;
            height: 285%;
            border-left: 2px solid #24bbee;
        }

        .investor-calendar-section .calendar__item .addtocal__item:hover .fa {
            transform: translateX(10px);
        }


.content-banner-wrapper {
    margin: 100px 0 80px;
}

.content-banner-inner + .content-banner-inner {
    margin-top: 70px;
}

.content-banner-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: inline-block;
    float: left;
}

.content-banner-text {
    height: 300px;
    vertical-align: middle;
    display: inline-block;
    max-width: 710px;
    margin-left: 90px;
    margin-top: 10px;
}

    .content-banner-text h1 {
        font-family: amcorprolight,arial,sans-serif;
        line-height: 1;
        color: #00395a;
        margin: 0 0 .5em;
    }

    .content-banner-text p {
        font-family: amcorprolight;
        font-size: 24px;
        color: #00395a;
        margin-bottom: 30px;
        line-height: 1.4;
    }

.amcor00002-content-width .content-banner-text p {
    font-family: amcorprolight;
    font-size: 24px;
    color: #00395a;
    margin-bottom: 30px;
}

.content-banner-inner--alternate .content-banner-image {
    float: right;
}

.content-banner-inner--alternate .content-banner-text {
    text-align: right;
    margin-left: 0px;
    margin-right: 65px;
}

@media (max-width: 800px) {
    .content-banner-inner--alternate .content-banner-image, .content-banner-image {
        float: none;
        width: 200px;
        height: 200px;
    }
}

/*
    Career Page
*/

.career-form-filter {
    padding: 40px 0;
}

    .career-form-filter .form-section .btn {
        margin-top: 30px;
    }

#referPopup .btnSubmitRefer {
    margin-top: 20px;
}

#referPopup .refer-sender-details {
    margin-bottom: 5px;
    font-size: 19px;
}

/* Loading indicator */

.loading-wrapper {
    position: relative;
}

    .loading-wrapper.update-progress {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        z-index: 2;
    }

.show.loading-wrapper {
    cursor: progress;
}

.loading-wrapper:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.show.loading-wrapper:after {
    opacity: 1;
    visibility: visible;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #03a9f4;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.loading-wrapper.update-progress .loader,
.show .loader {
    opacity: 1;
    visibility: visible;
}

.loader:after {
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    border: 0px solid white;
    transform: translate(-50%, -50%);
    animation: loading 1000ms ease-out forwards infinite;
}

@keyframes loading {
    0% {
        border: 0px solid white;
    }

    20% {
        border: 8px solid white;
        width: 0%;
        height: 0%;
    }

    100% {
        border: 8px solid white;
        width: 100%;
        height: 100%;
    }
}

/* Job listing specific styles */

.job-listing-outer-wrapper {
    position: relative;
}

    .job-listing-outer-wrapper .sort-section {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        padding-right: 0;
    }

        .job-listing-outer-wrapper .sort-section .selector {
            width: 240px;
        }

@media (max-width: 800px) {
    .job-listing-outer-wrapper .sort-section {
        position: static;
        margin-bottom: 20px;
    }

        .job-listing-outer-wrapper .sort-section .selector {
            width: 100%;
            margin-left: 0;
        }

    .job-filter-section .form-control {
        text-align: left;
    }
}

/*
    Legacy Icons
*/
@font-face {
    font-family: 'icomoon';
    src: url('/web/20170217054002im_/https://www.amcor.com/Amcor/Fonts/icomoon.eot?r93iq2');
    src: url('/web/20170217054002im_/https://www.amcor.com/Amcor/Fonts/icomoon.eot?r93iq2#iefix') format('embedded-opentype'), url('/web/20170217054002im_/https://www.amcor.com/Amcor/Fonts/icomoon.ttf?r93iq2') format('truetype'), url('/web/20170217054002im_/https://www.amcor.com/Amcor/Fonts/icomoon.woff?r93iq2') format('woff'), url('/web/20170217054002im_/https://www.amcor.com/Amcor/Fonts/icomoon.svg?r93iq2#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-business,
.icon-location {
    display: inline-block;
    font-family: icomoon;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 7px;
    margin-right: 4px;
}

.icon-location {
    margin-right: 3px;
}

.icon-business:before {
    content: "\e904";
}

.icon-location:before {
    content: "\e905";
}



@media (max-width: 1028px) {
    body {
        padding-top: 55px;
    }
}


/* LEGACY STYLE FIX */
section.product__details {
    overflow: visible;
    min-height: inherit;
}

aside.product__display selector {
    margin-left: 0 !important;
}

/* Application.css overrides */
@media only screen and (min-width: 48em) {
    .amcorwrap .amcor-wrapper .row {
        width: 100%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .amcorwrap .amcor-wrapper h1 {
        font-family: amcorprolight;
    }
}

.amcorwrap .amcor-wrapper h1 {
    font-family: amcorprolight;
}

.amcorwrap .amcor-wrapper .row {
    height: auto;
    width: 100%;
}

.amcor-wrapper.safety-toolkit .subHead > h2 {
    display: inline-block;
    font-family: amcorprolight;
    text-transform: uppercase;
    margin-top: 0;
}

.amcor-wrapper.safety-toolkit .subHead > span {
    float: right;
}

/*Stackable table JS*/
.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
    font-weight: bold;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}



/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: none;
    }

    .stacktable.small-only {
        display: table;
    }
}

/*
    application.css overrides
*/
body .amcorwrap .application-override {
    font-family: amcorprobook,arial,sans-serif;
    font-size: 16px;
    color: #666;
}

@media only screen and (min-width: 48em) {
    .amcorwrap .application-override .row {
        width: 100%;
    }
}

.amcorwrap .application-override .generic-article__container {
    padding: 3em 0;
    color: #666;
    font-family: amcorprobook;
    font-size: 16px;
}

.amcorwrap .application-override .row {
    height: auto;
    width: 100%;
}

.amcorwrap .application-override h1.banner-title,
.amcorwrap .application-override h2 {
    font-family: amcorprolight !important;
}

.amcorwrap .application-override h3 {
    font-family: amcorprobook;
    font-weight: 200;
}

.amcorwrap .application-override a {
    font-family: amcorprobook;
}

    .amcorwrap .application-override a:hover {
        text-decoration: none;
    }

.amcorwrap .application-override p {
    font-family: amcorprobook,arial,sans-serif;
    font-size: 16px;
    color: #666;
}

.amcorwrap .application-override .generic-article__back a {
    font-family: amcorprobook;
    text-transform: uppercase;
}

.amcorwrap .application-override .generic-article__back {
    margin-bottom: 25px;
}

    .amcorwrap .application-override .generic-article__back i {
        top: 0.45em;
    }

.amcorwrap .application-override span.left-link {
    float: right;
    font-size: 16px;
}

    .amcorwrap .application-override span.left-link .fa {
        font-size: 14px;
        margin-left: 5px;
    }

.amcorwrap .application-override .fininfo__item {
    border-bottom: 1px solid #f2f2f2;
    padding-left: 10px;
}

.amcorwrap .application-override .fininfo__item {
    list-style-type: none;
}

.amcorwrap .application-override .fininfo__list {
    margin-bottom: 30px;
}

/*
     FILE ARCHIVED ON 05:40:02 Feb 17, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:47:09 Jun 02, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.007
  exclusion.robots: 0.112
  exclusion.robots.policy: 0.095
  esindex: 0.013
  cdx.remote: 114.711
  LoadShardBlock: 339.497 (3)
  PetaboxLoader3.resolve: 235.301 (4)
  PetaboxLoader3.datanode: 303.261 (4)
  load_resource: 224.652
*/