﻿@import url('https://use.typekit.net/xmo4jxo.css');

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Mobile only */
@media screen and (max-width: 63.9375em) {
}

/* Desktop */
@media screen and (min-width: 64em) {
}

html body {
    transition: all .2s;
}

html.no-js body {
    opacity: 0;
}

.no-wrap {
    flex-wrap: nowrap;
}

.bg-cover-center {
    background-size: cover;
    background-position: center;
}

.full-width {
    width: 100%;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.clear-both {
    clear: both;
}

.line-height-1 {
    line-height: 1;
}

.padding-x-1 {
    padding-left: 1em;
    padding-right: 1em;
}

.padding-x-2 {
    padding-left: 2em;
    padding-right: 2em;
}

.padding-1-x {
    padding-top: 1em;
    padding-bottom: 1em;
}

.padding-2-x {
    padding-top: 2em;
    padding-bottom: 2em;
}

.padding-3-x {
    padding-top: 3em;
    padding-bottom: 3em;
}

.padding-4-x {
    padding-top: 4em;
    padding-bottom: 4em;
}

.padding-5-x {
    padding-top: 5em;
    padding-bottom: 5em;
}

.padding-6-x {
    padding-top: 6em;
    padding-bottom: 6em;
}

.padding-1 {
    padding: 1em;
}

.padding-2 {
    padding: 2em;
}

.padding-3 {
    padding: 3em;
}

.padding-4 {
    padding: 4em;
}

.padding-b-1 {
    padding-bottom: 1em;
}

.padding-b-2 {
    padding-bottom: 2em;
}

.padding-b-3 {
    padding-bottom: 3em;
}

.padding-b-4 {
    padding-bottom: 4em;
}

.padding-b-5 {
    padding-bottom: 5em;
}

.padding-b-6 {
    padding-bottom: 6em;
}

.margin-0 {
    margin: 0;
}

.margin-l-1 {
    margin-left: 1em;
}

.margin-r-05 {
    margin-right: 0.5em;
}

.margin-r-1 {
    margin-right: 1em;
}

.margin-b-05 {
    margin-bottom: 0.5em;
}

.margin-b-1 {
    margin-bottom: 1em;
}

.margin-b-2 {
    margin-bottom: 2em;
}

.margin-b-3 {
    margin-bottom: 3em;
}

.margin-b-4 {
    margin-bottom: 4em;
}

.margin-b-5 {
    margin-bottom: 5em;
}

.margin-b-6 {
    margin-bottom: 6em;
}

.margin-t-1 {
    margin-top: 1em;
}

.margin-t-2 {
    margin-top: 2em;
}

.margin-t-3 {
    margin-top: 3em;
}

.margin-t-4 {
    margin-top: 4em;
}

.margin-t-5 {
    margin-top: 5em;
}

.margin-t-6 {
    margin-top: 6em;
}

.margin-1-x {
    margin-top: 1em;
    margin-bottom: 1em;
}

.margin-2-x {
    margin-top: 2em;
    margin-bottom: 2em;
}

.margin-3-x {
    margin-top: 3em;
    margin-bottom: 3em;
}

.margin-4-x {
    margin-top: 4em;
    margin-bottom: 4em;
}

/* Mobile only */
@media screen and (max-width: 63.9375em) {
    .sm-padding-x-2 {
        padding-left: 2em;
        padding-right: 2em;
    }
}

/* Desktop */
@media screen and (min-width: 64em) {
}

/* General Elements */

.arrow-up {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 13px solid #8db7d3;
    display: inline-block;
    vertical-align: top;
    /* margin-top: -1px; */
    margin-top: 0.5rem;
}

/* Mobile only */
@media screen and (max-width: 63.9375em) {
    .arrow-up {
        margin-top: 0;
    }
}

.arrow-up:after {
    content: '';
    width: 10px;
    height: 25px;
    display: block;
    background: #8db7d3;
    transform: translate(-50%, 50%);
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #8db7d3;
    display: inline-block;
    vertical-align: text-bottom;
    margin-bottom: 11px;
}

.arrow-down:after {
    content: '';
    width: 10px;
    height: 25px;
    display: block;
    background: #8db7d3;
    transform: translate(-50%, -150%);
}

/* Mobile only */
@media screen and (max-width: 63.9375em) {
    .arrow-down {
        margin-bottom: 0;
    }
}

.triangle-right {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #0078a8;
    display: inline-block;
    vertical-align: baseline;
    margin-top: 3px;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid rgb(0,0,0);
    display: inline-block;
    vertical-align: baseline;
    margin-top: 3px;
	position: relative;
}

.accordion-title::before {
    color: rgb(0,120,168);
    font-size: 32px;
    transform: translateY(-15px);
}

.accordion-title:hover .accordion-title::before {
    color: red;
    font-size: 32px;
    transform: translateY(-15px);
}

.accordion .file-link {
    text-align: left;
}

.triangle-up {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid rgb(0,0,0);
	display: inline-block;
	vertical-align: baseline;
	margin-top: 3px;
	position: relative;
}

.triangle-up::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 10px solid rgb(0,0,0);
	display: inline-block;
	vertical-align: baseline;
	margin-top: 3px;
	left: -7px;
	top: 4px;
}

.triangle-down::after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid rgb(0,0,0);
	display: inline-block;
	vertical-align: baseline;
	margin-top: 3px;
	left: -7px;
	top: -6px;
}

.box-1 {
    border-radius: 2em;
    overflow: hidden;
    padding: 2em;
}

.file-link {
    cursor: pointer;
    display: inline-block;
    transition: all .2s;
    overflow: auto;
    text-align: center;
}

.file-link:hover {
    transform: scale(1.1);
    transform-origin: center;
}

.file-link.text-white:hover {
    color: white;
}

.hover-enlarge {
    display: inline-block;
    transition: transform .2s;
    transform-origin: left;
}

.hover-enlarge:hover {
    transform: scale(1.1);
}

.button-expand-right {
    position: relative;
    padding-right: 25px;
    cursor: pointer;
    color: #0078a8;
    transition: all .2s;
    font-weight: 700;
    line-height: inherit;
    display: inline-block;
    font-size: 22px;
}
@media screen and (max-width: 64em) {
    .button-expand-right {
        font-size: 1em;
    }
    .button-expand-right.bordered {
        border: solid 2px !important;
    }
    .read-more-button {
        border: solid 2px !important;
        font-size: 16px !important;
    }
}
.button-expand-right.esg {
    background: white;
    /* padding: 17px 70px 10px 37px; */
    padding: 10px 45px;

}
.button-expand-right.esg.blue {
    color: #024A72;
}
.button-expand-right.esg.blue::after {

    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/arrow-blue.png) no-repeat center center;
    right: 20px;
    transform: translateY(3px);
}
.button-expand-right.esg.green {
    color: #427C53;
}
.button-expand-right.esg.green::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/arrow-green.png) no-repeat center center;
    right: 20px;
    transform: translateY(3px);
}
.button-expand-right.esg.orange {
    color: #C94D1A;
}
.button-expand-right.esg.orange::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/arrow-orange.png) no-repeat center center;
    right: 20px;
    transform: translateY(3px);

}

.button-expand-right.esg.purple {
    color: #59377B;
}
.button-expand-right.esg.purple::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/arrow-purple.png) no-repeat center center;
    right: 20px;
    transform: translateY(3px);
}


.button-expand-right::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(images/expand-icon.svg) no-repeat center center;
    background-size: contain !important;
    right: 0;
    transform: translateY(3px);
    display: none;
}

/* CSS Reset */
.button-arrow-right {
    margin:0;
    padding:0;
    border: 0;
    list-style:none;
    vertical-align:baseline;
    line-height: 1;
    vertical-align: -webkit-baseline-middle;
}

.button-arrow-right {
    position: relative;
    padding-right: 23px;
    cursor: pointer;
    color: #0078a8;
    transition: all .2s;
    font-weight: bold;
    line-height: inherit;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
}

.button-arrow-right::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(images/blue-arrow.svg) no-repeat center center;
    background-size: contain !important;
    right: 0;
    line-height: 1;
    top: 0;
}

.button-effect {
    /* transition: box-shadow .5s, background-color .25s; */
    transition: all .3s;
    box-shadow: inset 0 0 0 0 #ba0c2f;
    background-color: #ba0c2f;
}

.button-effect:hover {
    box-shadow: inset 0 0 0 10px #ba0c2f;
    background-color: transparent;
}

.button-effect :is(h1, h2, h3, h4, h5, h6) {
    margin: 0;
}

.button-effect-lightblue {
    box-shadow: inset 0 0 0 0 #00A3E0;
    background-color: #00A3E0;
}

.button-effect-lightblue:hover {
    box-shadow: inset 0 0 0 10px #00A3E0;
    color: #00A3E0;
}

.button-effect-darkblue {
    box-shadow: inset 0 0 0 0 #003656;
    background-color: #003656;
}

.button-effect-darkblue:hover {
    box-shadow: inset 0 0 0 10px #003656;
    color:#003656;
}

.button-effect-grey {
    box-shadow: inset 0 0 0 0 #555555;
    background-color: rgba(0,0,0,0.5);
}

.button-effect-grey:hover {
    box-shadow: inset 0 0 0 10px #555555;
    background-color: transparent;
}

.button-effect-grey-transparent {
    background-color: rgba(49,51,29,0.6);
    border: solid 6px rgba(49,51,29,0);
    transition: all .4s ease-in-out;
    width: 100%;
}

.button-effect-grey-transparent:hover {
    background-color: rgba(49,51,29,0);
    border: solid 6px rgba(49,51,29,0.6);
    width: 100%;
}

.button-effect-green {
    box-shadow: inset 0 0 0 0 #C3D106;
    background-color: #C3D106;
}

.button-effect-green:hover {
    box-shadow: inset 0 0 0 10px #C3D106;
    background-color: transparent;
    color: #475254;
}

.button-effect-mw {
    /* transition: box-shadow .5s, background-color .25s; */
    transition: all .3s;
    box-shadow: inset 0 0 0 0 white;
    background-color: white;
    color: #ba0c2f;
}

.button-effect-mw:hover {
    box-shadow: inset 0 0 0 10px white;
    background-color: transparent;
    color: white;
}

.button-effect-rb {
    /* transition: box-shadow .5s, background-color .25s; */
    transition: all .3s;
    box-shadow: inset 0 0 0 0 black;
    background-color: black;
    color: #C3D106;
}

.button-effect-rb:hover {
    box-shadow: inset 0 0 0 10px black;
    background-color: transparent;
    color: black;
}

/* Aspect Ratio */

[class^="aspect-"] {
    position: relative !important;
}

[class^="aspect-"] > * {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

[class^="aspect-"]:before {
    display: block;
    content: "";
    width: 100%;
}

.aspect-16x9:before {
    padding-top: calc(9 / 16 * 100%);
}

.aspect-532x414:before {
    padding-top: calc(414 / 532 * 100%);
}

.aspect-480x240:before {
    padding-top: calc(240 / 480 * 100%);
}

.aspect-1x1:before {
    padding-top: calc(1 / 1 * 100%);
}

/* Small only */
@media screen and (max-width: 39.9375em) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Large and up */
@media screen and (min-width: 64em) {
    [class*="lg-aspect-"] {
        position: relative !important;
    }

    [class*="lg-aspect-"] > * {
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    [class*="lg-aspect-"]:before {
        display: block;
        content: "";
        width: 100%;
    }

    .lg-aspect-16x9:before {
        padding-top: calc(9 / 16 * 100%);
    }

    .lg-aspect-532x414:before {
        padding-top: calc(414 / 532 * 100%);
    }

    .lg-aspect-1x1:before {
        padding-top: calc(1 / 1 * 100%);
    }
}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Colors */

.text-black {
    color: #475254;
}

.text-white {
    color: white;
}

.text-darkblue {
    color: #0078A8;
}

.text-accent-blue {
    color: #024A72
}

.text-accent-green {
    color: #427C53
}

.text-accent-orange {
    color: #C94D1A
}

.text-accent-purple {
    color: #59377B
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: #F5F5F5;
}

.bg-trans-grey {
    background-color: rgba(239, 239, 239, 0.9);
}

.bg-trans-darkblue {
    background-color: rgb(0, 120, 168, 0.1);
}

.bg-red {
    background-color: #D3222A;
}

/* Fonts */

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-size-1 {
    font-size: 1em;
}

.font-size-125 {
    font-size: 1.25em;
}

.font-size-15 {
    font-size: 1.5em;
}

.font-size-2 {
    font-size: 2em;
}

.font-family-trade {
    font-family: 'trade-gothic-next', "Arial Black", Roboto, Arial, sans-serif;
}

.font-family-arial-black {
    font-family: "Arial Black", Roboto, Arial, sans-serif;
}

body {
    font-family: 'trade-gothic-next', "Arial Black", Roboto, Arial, sans-serif;
    font-weight: normal;
}

:is(h1, h2, h3, h4, h5, h6) {
    font-family: 'trade-gothic-next', "Arial Black", Roboto, Arial, sans-serif;
    font-weight: bold;
}

/* Foundation override */

.grid-container {
    overflow: hidden;
}

.grid-container.narrow {
    max-width: 1024px;
}

.grid-container.thin {
    max-width: 720px;
}

.grid-margin-thin {
    margin-left: -1px;
    margin-right: -1px;
}

.grid-margin-thin > .cell {
    margin-left: 1px;
    margin-right: 1px;
}

.grid-margin-1 {
    margin-left: calc( -1em / 2 );
    margin-right: calc( -1em / 2 );
}

.grid-margin-1 > .cell {
    margin-left: calc( 1em / 2 );
    margin-right: calc( 1em / 2 );
}

table {
    font-size: 0.9em;
}

table thead {
    border: 0;
    border-bottom: 1px solid #475254;
    background: transparent;
    color: inherit;
}

table tbody {
    border: 0;
    background-color: transparent;
}

table tbody tr:nth-child(even),
table tbody tr {
    border: 0;
    border-bottom: 1px solid #475254;
    background-color: transparent;
}

table thead tr:hover,
table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.3) !important;
}

.close-button {
    font-size: 1.5em;
    right: 2rem;
    top: 2rem;
    position: fixed;
    font-weight: bold;
}

#financial-heroes .close-button {
    font-size: 1em;
    right: 2rem;
    top: 1rem;
    position: absolute;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.25em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: .8em;
}

/* Desktop */
@media screen and (min-width: 64em) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.75em;
    }

    h4 {
        font-size: 1.4em;
    }

    h5 {
        font-size: 1.25em;
    }

    h6 {
        font-size: 1em;
    }
}

[data-toggle] {
    cursor: pointer;
}

/* Slick override */

.slick-dotted.slick-slider {
    margin-bottom: 40px;
}

.slick-slide {
    margin-left: .9375rem;
    margin-right: .9375rem;
}

.slick-slide img {
    display: block;
    margin: 0 auto;
}

.slick-dots {
    bottom: -40px;
    position: initial;
}

.slick-dots li.slick-active button:before {
    content: '•';
    color: white;
    margin-top: -3px;
    margin-left: -1px;
    border: 0;
    font-size: 14px;
    opacity: 1;
}

.slick-dots li button:before {
    width: 12px;
    height: 12px;
    color: white;
    font-size: 12px;
    content: '';
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    opacity: .75;
}

.slick-prev {
    z-index: 1;
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev,
.slick-next {
    width: 30px;
    height: 30px;
}

.slick-next:before,
.slick-prev:before {
    color: #d0102d;
    font-size: 30px;
}

.video-thumbnail {
    position: relative;
}

.video-thumbnail::before {
    z-index: 1;
    content: '';
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    transform: translate(-50%, -50%);
    border-radius: 100%;
}

.video-thumbnail::after {
    z-index: 2;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 30px;
    border-color: transparent transparent transparent #000000;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -47%);
}

.modal-head h2 {
    font-family: "trade-gothic-next";
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.slick-slide .logo {
    height: 150px;
}

.childImage {
    cursor: pointer;
    transition: all .1s ease-in;
}
.childImage:hover {
    transform: scale(1.05);
}

.targetImage {
    width: 100%;
}

.esg-button {
    font-weight: bold;
}

.read-more-button {
    border: solid 4px;
    border-radius: 7px;
    padding: 8px 10px 8px;
}

.content-container {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section-pre {
    flex-shrink: 0;
    flex-grow: 1;
    margin-bottom: 20px;
}

@media screen and (min-width: 64em) {
    .content-container {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .section-pre {
        margin-bottom: 0;
    }
}




.ryobi-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    padding: 10px 20px 34px;
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
    border: solid 6px rgba(0,0,0,0);
}
.ryobi-button.button1 svg {

    width: 80%;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;

}
.ryobi-button.buttona {

    width: 100%;
    padding: 0px 20px 0px;

}

.ryobi-button.buttonc {
    padding: 22px 20px 52px;
}

.ryobi-button.buttona svg {

    width: 60%;
    transform: translateY(-11px);

}

.ryobi-button.buttonb svg {

    width: 60%;
    transform: translateY(-11px);

}


.ryobi-button.buttonb {

    width: 100%;
    padding: 0px 20px 0px;

}
.ryobi-button.button2 svg {

    width: 80%;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;

}
.ryobi-button.button3 svg {

    height: 80%;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;

}
.ryobi-button span {

    display: block;
    position: absolute;
    bottom: -6px;
    left: -6px;
    right: -6px;
    padding: 10px 0;
    background: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFF;
    transition: all .4s ease-in-out;

    font-weight: bold;


}
.ryobi-button:hover {
    border: solid 6px rgba(0,0,0,1);
}

.ryobi-button:hover svg {

    transform: scale(0.8);

}

.ryobi-button svg .svgchange {

    transition: all .4s ease-in-out;

}

.ryobi-button svg .svgchangeyellow {

    transition: all .4s ease-in-out;

}

.ryobi-button:hover svg .svgchangeyellow {

    fill: rgb(230, 224, 0);

}

.ryobi-button:hover svg .svgchange {

    fill: black;

}
.ryobi-button.buttona svg, .ryobi-button.buttonb svg, .ryobi-button.buttonc svg {
    transition: all .4s ease-in-out;
}
.ryobi-button.buttona:hover svg, .ryobi-button.buttonb:hover svg, .ryobi-button.buttonc:hover svg {
    transform: scale(0.8);

}


.ryobi-button:hover span {

    color: #E6E000;
    padding-top: 14px;
    padding-bottom: 14px;

}

.milw-button {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    border-radius: 10px;
    padding: 10px 20px 34px;
    text-align: center;
    position: relative;
    transition: all .4s ease-in-out;
    border: solid 6px rgba(0,0,0,0);
    width: 100%;
    height: 100%;
}
.milw-button svg {

    height: 100%;
    padding-bottom: 10px;
    transition: all .4s ease-in-out;
}

.milw-button span {

    display: block;
    position: absolute;
    bottom: -6px;
    left: -6px;
    right: -6px;
    padding: 10px 0;
    background: black;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #FFF;
    transition: all .4s ease-in-out;

    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Arial Black', Roboto, Arial, sans-serif;
    font-weight: bold;
    line-height: 1;


}
.milw-button:hover {
    border: solid 6px rgba(0,0,0,1);
}

.milw-button:hover svg {

    transform: scale(0.8);


}

.milw-button svg .svgchange {

    transition: all .4s ease-in-out;

}

.milw-button:hover svg .svgchange {

    fill: black;

}

.milw-button:hover span {

    color: #FFF;
    padding-top: 14px;
    padding-bottom: 14px;

}

h2.section-title {

    font-size: 2em;
    font-weight: 700;
    line-height: inherit;

}

h3.management-title {
    font-weight: 700;
    line-height: inherit;
    font-size: 2em;
}

h4.management-title {
    font-weight: 500;
    line-height: inherit;
    font-size: 1.7em;
    margin-bottom: 30px;
}

.quote-container {
    font-size: 1.3em;
    font-family: "trade-gothic-next";
    font-weight: 200;
    margin-bottom: 40px;
}

.button-expand-right.bordered {
    border: solid 4px;
    border-radius: 7px;
    /* padding: 10px 45px 5px 10px; */
    padding: 10px 45px;
}
.button-expand-right.bordered.smaller {
    font-size: 16px;
}
.button-expand-right.bordered.smaller:hover {
    transform: scale(1.05);
}
.button-expand-right.bordered:after {
    right: 7px;
    transform: translateY(-50%);
    top: 50%;
}

.no-overflow {
    overflow: visible;
}

.report-download-button {
    width: 250px;
}

.align-on-mobile a {
   margin-bottom: 10px;
   margin-top: 10px;
}

.report-download-button {
    margin: 0 auto;
}

@media screen and (min-width: 64em) {
    .align-on-mobile a {
        margin-top: 0;
        margin-bottom: 0;
    }
    .report-download-button {
        margin: 0;
    }
    .section-pre {
        margin-right: 20px;
    }
}

.button-expand-right i {
    position: static;
    margin-left: 0.4em;
}


@media screen and (max-width: 63.9375em) {
    .financial.section {
        padding: 30px 0;
    }
    .align-on-mobile {
        width: 100%;
        display: block;
    }
    .align-on-mobile div a {
        width: 100%;
    }
    .align-on-mobile {
        width: 100%;
        display: block;
    }
    .financial.section #financial-heroes {
        padding-bottom: 0;
        margin-bottom: 30px !important;
    }
    .chairman.section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .chairman.section h2 {
        text-align: center;
    }

    .ceo.section {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .ceo.section h2 {
        text-align: center;
    }



    .paragraph-block {
        margin: 0 20px 20px;
    }
    .strategic-drivers  {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .strategic-driver {
        margin-bottom: 20px;
    }
    .strategic-driver .text-black span {
        font-size: 1em;
    }

    .logo img {
        max-width: 180px !important;
    }
    .milw-button {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    #milwaukee-m12 .section-title,
    #milwaukee-m18 .section-title,
    #milwaukee-mx .section-title,
    #ryobi-cordless .section-title,
    #ryobi-outdoor .section-title,
    #ryobi-mower .section-title,
    #ryobi-platform .section-title
    {
        padding-top: 0;
        margin-top: 30px;
    }
    #milwaukee-m12 .section-title h3,
    #milwaukee-m18 .section-title h3,
    #milwaukee-mx .section-title h3,
    #ryobi-cordless .section-title h3,
    #ryobi-outdoor .section-title h3,
    #ryobi-mower .section-title h3,
    #ryobi-platform .section-title h3
    {
        font-size: 1.2em;
    }
    .slick-slide img {
        height: 100px;
    }
    #milwaukee-m12, #milwaukee-m18, #milwaukee-mx, #ryobi-cordless, #ryobi-outdoor, #ryobi-mower, #ryobi-platform {
        padding-bottom: 30px !important;
    }
    #ryobi-cordless > div > div >div, #ryobi-outdoor > div > div >div, #ryobi-mower > div > div >div, #ryobi-platform > div > div > div {
        margin-top: 0;
    }
    .storage-safety-title {
        padding-top: 0;
        margin-top: 30px;
    }
    #milwaukee-storage h2, #milwaukee-lasers h2 {
        font-size: 1.2em !important;
    }
    .ryobi-title-section {
        margin-top: 30px;
    }
    #ryobi-overview-s h2 {
        font-size: 1.2em !important;
    }
    .hp-logo-image {
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .hoover.section, .vax.section {
        padding-top: 0;
        padding-bottom: 0;

    }
    .hoover.section .logo img, .vax.section .logo img {
        max-width: 100px !important;
    }
    .semi-transparent {
        border-radius: 0 !important;
    }
    .hoover-technology {
        margin-bottom: 0;
    }
    .hoover-technology-images {
        margin-bottom: 30px;
    }
    .hoover-cordless-video {
        margin-bottom: 30px;
    }
    .hoover-washing-image {
        margin-bottom: 30px;
    }

}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .portrait-wrapper {
        text-align: center;
    }
    .childImage {
        height: 130px !important;
    }
}
