﻿/*====================================Sitewide styles====================================*/

@font-face {
    font-family: 'Gotham Rounded Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Bold'), url('Fonts/Gotham Rounded Bold.woff') format('woff');
}


@font-face {
    font-family: 'Gotham Rounded Light';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Light'), url('Fonts/Gotham Rounded Light.woff') format('woff');
}


@font-face {
    font-family: 'Gotham Rounded Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Light Italic'), url('Fonts/Gotham Rounded Light Italic.woff') format('woff');
}


@font-face {
    font-family: 'Gotham Rounded Medium';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Medium'), url('Fonts/Gotham Rounded Medium.woff') format('woff');
}


@font-face {
    font-family: 'Gotham Rounded Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Gotham Rounded Medium Italic'), url('Fonts/Gotham Rounded Medium Italic.woff') format('woff');
}

.FMG-Purple {
    color: #403f70 !important;
}

.FMG-Green {
    color: #9ad266 !important;
}

body {
    font-size: 16px;
    font-family: proxima-soft, sans-serif !important;
    font-weight: 400;
}

img {
    width: 100%;
}

h2 {
    font-size: 25px;
    color: #403f70;
}

a {
    color: #fff;
    transition: color 400ms ease;
    text-decoration: none;
}

    a:hover {
        color: #a3d283;
        text-decoration: none;
    }

p a {
    color: #a3d283;
}

hr {
    border-top: 2px solid #9ad266;
}

.navbar {
    z-index: 1000;
    width: 100%;
    top: 0;
    transition: 200ms;
    font-size: 18px;
    padding-right: 3rem;
    background:transparent;
  
}

.dropdown-menu {
    background: rgba(0,0,0,0.7);
    border-radius: 0;
    display: none;
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}


.dropdown-item:hover {
    background: none;
}

.navbar-brand > img {
    height: 110px;
}

.navbar ul li a {
    color: #fff !important;
}

    .navbar ul li a:hover {
        color: #a3d283 !important;
    }

.dropdown-toggle::after {
    display: none;
}

.nav-contact-bar {
    font-size: 14px;
}

.login-menu {
    left: -215%;
}

footer {
    display: block;
    background-color: #f3f3f3;
    width: 100%;
    padding: 15px 3rem;
    color: black;
    font-size: 11px;
    height: auto;
    z-index: 500;
    bottom: -15%;
}

    footer hr {
        margin: 10px 0;
    }

    footer table {
        max-width: 620px;
        height:120px;
        margin:10px 0px 10px 0px;
    }

    footer td {
        padding: 0 5px 0 15px;
        min-width: 165px;
    }

    footer .green-side-borders {
        border-left: none;
        padding-left: 0;
    }

    footer .thinking-ahead {
        width: auto;
        width: unset;
        height: 90px;
        padding-bottom: 5px;
    }

    footer .right-float a {
        bottom: 0;
        position: absolute;
        right: 15px;
    }

    footer .redde-logo {
        width: 170px;
        display: inline;
        padding-bottom: 10px;
    }

.footer-menu {
    width: 100%;
    height:15px;
    margin: 0 auto;
    padding-top: 12px;
    text-align: center;
    
}

.footer-menu a 
{
  color:black;
}



    .footer-menu ul {
        list-style-type: none;
        margin: 0;
        width: auto;
        padding: 0;
        padding-top: 5px;
    }

        .footer-menu ul li {
            display: inline-block;
            padding-right: 10px;
        }

.RNFooterLink {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-weight: 600;
}

.container {
    max-width: 1500px;
}

.hidden-desktop {
    display: none;
}
/*====================================Content page styles====================================*/
.contentpage {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
}

    .contentpage > .container {
        padding: 150px 15px;
    }

    .contentpage .container {
        max-width: 1100px;
    }

.contentpage-header {
    top: 0;
    background-image: -webkit-linear-gradient(270deg, rgba(64, 63, 112, .75), rgba(64, 63, 112, .75)), url(/Content/Images/Backgrounds/car_country_lane.jpg);
    background-image: linear-gradient(180deg, rgba(64, 63, 112, .75), rgba(64, 63, 112, .75)), url(/Content/Images/Backgrounds/car_country_lane.jpg);
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
}

.contentpage-header-inner {
    position: relative;
    min-height: 300px;
    position: static;
    left: 0px;
    right: 0px;
    bottom: 40px;
    display: block;
    width: 90%;
    max-width: 1470px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 160px;
    padding-bottom: 30px;
    color: #fff
}

.contentpage-heading {
    text-shadow: 0 1px 10px rgba(0,0,0,0.25);
}

.contentpage h2 {
    line-height: 1.22;
    margin: 10px 0;
    font-weight: 400;
}

.contentpage p {
    font-weight: 400;
    color: #363636;
}

.claims-process-animated {
    margin-bottom: 150px;
}

.claims-animated-step {
    width: 60%;
    display: inline-block;
    opacity: 0.1;
}

.contentpage .claims-process-animated h2 {
    font-size: 1.9rem;
    font-weight: 600;
}

.intro-text {
    border-left: 4px solid #9ad266;
    padding: 0 0 0 85px;
    margin: 100px 300px;
    font-size: 1.25rem;
}

p.focus-quote {
    display: block;
    width: 90%;
    max-width: 720px;
    margin: 30px auto;
    padding: 30px 0;
    border-top: 2px solid #9ad266;
    border-bottom: 2px solid #9ad266;
    font-size: 2rem;
    line-height: 1.28;
    color: #403f70 !important;
}


.green-side-borders {
    border-left: #9ad266 4px solid;
    border-right: #9ad266 4px solid;
}

.image-text-row {
}

    .image-text-row div {
        height: 100%;
        margin: auto;
    }
/*====================================Default page styles====================================*/

.header {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
    background: url(/Content/Images/Backgrounds/HomeWhite.png);
}

    .header video, .header .overlay img {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

    .header .container {
        position: relative;
        z-index: 2;
    }

    .header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(65,58,95,0.5);
        opacity: 0.5;
        z-index: 1;
    }

.video-title {
    position: absolute;
    top: 0;
    text-align: center;
    margin: 12% 20%;
    color: #fff;
}

.video-container {
    width: 45%;
}

.video-text-wrapper {
    color: white;
}

    .video-text-wrapper .video-title {
        font-size: 3rem;
    }

    .video-text-wrapper .video-subtitle {
        font-size: 1.75rem;
    }

    .video-text-wrapper .video-link {
        background: #9ad266;
        color: #403f70 !important;
        padding: 12px 15px;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
    }

        .video-text-wrapper .video-link:hover {
            background: none;
            color: #9ad266 !important;
        }

.solutions-row {
    text-align: center;
    margin: 60px 0;
}

    .solutions-row img {
        max-width: 140px;
    }

    .solutions-row a {
        background: #9ad266;
        color: #403f70 !important;
        padding: 12px 15px;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
        display: block;
        height: 48px;
        margin-bottom: 15px;
    }

        .solutions-row a:hover {
            background: none;
        }

.facts-bg {
    background: url("../Images/Backgrounds/car-background-road.png");
    background-size: cover;
    background-position: center;
}

    .facts-bg img {
        padding: 0 30%;
    }

    .facts-bg p {
        display: block;
        padding: 0;
    }

    .facts-bg hr {
        border-top: 2px solid rgba(255,255,255,0.5);
        margin-left: 80px;
        margin-right: 80px;
    }

    .facts-bg h2, .facts-bg p {
        color: #fff;
    }

    .facts-bg .overlay {
        background-color: rgba(65,58,95,0.5);
        padding: 70px 0;
    }

        .facts-bg .overlay .row {
            height: auto;
            text-align: center;
            color: #fff;
            max-width: 100%;
        }


        .facts-bg .overlay .careers-fmg-facts div {
            padding: 0 100px;
        }

.bluelight {
    padding: 130px;
    background: url("../Images/Backgrounds/quotemark1.svg"), url("../Images/Backgrounds/quotemark2.svg");
    background-repeat: no-repeat;
    background-position: 10% 50%, 90% 50%;
    background-size: 255px;
}

    .bluelight h1 {
        color: #9ad266;
        font-size: 4.5rem;
    }

    .bluelight h2 {
        font-size: 1.5rem;
    }


.awards {
    background-attachment: fixed;
    background-image: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../Images/Backgrounds/awards.jpg");
    background-image: linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("../Images/Backgrounds/awards.jpg");
    background-size: cover;
    background-position: 0 0;
    padding: 130px;
    color: #fff;
    text-align: center;
}

    .awards h2, .awards p {
        color: #fff !important;
    }

.contact-banner {
    background-attachment: fixed;
    background-image: -webkit-linear-gradient(270deg, rgba(65,58,95,0.6), rgba(65,58,95,0.6)), url("../Images/Backgrounds/contact-banner.jpg");
    background-image: linear-gradient(270deg, rgba(65,58,95,0.6), rgba(65,58,95,0.6)), url("../Images/Backgrounds/contact-banner.jpg");
    background-size: cover;
    background-position: 0 0;
    padding: 130px;
    color: #fff;
    text-align: center;
}

    .contact-banner h2 {
        color: #fff;
    }

.green-box-link {
    background: #9ad266;
    color: #403f70 !important;
    padding: 12px 15px;
    border: none;
    border-left: 4px solid #9ad266;
    border-right: 4px solid #9ad266;
    transition: 200ms ease;
    width: max-content;
    margin: auto;
    margin-top: 20px;
}

    .green-box-link:hover {
        background: none;
        color: #9ad266 !important;
    }

.cs-banner {
    background-attachment: fixed;
    background-image: -webkit-linear-gradient(270deg, rgba(65,58,95,0.6), rgba(65,58,95,0.6)), url("../Images/Backgrounds/highways-streaks.jpg");
    background-image: linear-gradient(270deg, rgba(65,58,95,0.6), rgba(65,58,95,0.6)), url("../Images/Backgrounds/highways-streaks.jpg");
    background-size: cover;
    background-position: 0 0;
    color: #fff;
    text-align: center;
    padding: 130px 260px;
    margin-top: 100px;
}

    .cs-banner p {
        color: #fff;
    }

    .cs-banner ul {
        border-left: 4px solid #9ad266;
        text-align: left;
        margin: 0;
    }

.cs-quote {
    font-size: 2rem;
    padding: 10px 20px;
    border-left: 4px solid #9ad266;
    text-align: left;
    margin: 0;
}

.cs-quotee {
    padding: 15px;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}

/*====================================Contact Us page styles====================================*/

.contact-us p, .contact-us h3 {
    color: #403f70;
}

.contact-us a {
    color: #a3d283;
    font-weight: 500;
}

.contact-email {
    margin-top: 150px;
}

.contactMessage {
    max-width: none;
    height: 200px;
    width: 500px;
}

/*====================================Operational Board page styles====================================*/

.operational-board {
    padding: 50px 110px;
    text-align: justify;
    margin: 0 auto;
}

    .operational-board h3 {
        font-size: 1rem;
        margin-top: 35px;
    }

    .operational-board h2 {
        font-size: 1.5rem;
        background-image: url(/Content/Images/Plus.png);
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

/*====================================Service Excellence page styles====================================*/

.values .col-md-20pc {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 60px;
}

.awards-list div {
    text-align: center;
    margin: auto;
}

.awards-list img {
    margin: auto;
    margin-bottom: 20px;
    width: auto;
    max-width: 90%;
    display: block;
}


/*====================================Customers page styles====================================*/
.case-study {
    height: 375px;
    background-position: center;
    margin-bottom: 30px;
}

    .case-study .overlay {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: 96%;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }

    .case-study img {
        position: relative;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        z-index: 99;
        width: 100%;
        max-width: 250px;
    }

.blue-light-cs .overlay {
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/blue-light.jpg);
    background: linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/blue-light.jpg);
}

    .blue-light-cs .overlay:hover {
        background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/blue-light.jpg);
        background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/blue-light.jpg);
    }

.aston-lark-cs .overlay {
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/aston-lark.jpg);
    background: linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/aston-lark.jpg);
}

    .aston-lark-cs .overlay:hover {
        background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/aston-lark.jpg);
        background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/aston-lark.jpg);
    }

.highways-england-cs .overlay {
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/highways-england.jpg);
    background: linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/highways-england.jpg);
}

    .highways-england-cs .overlay:hover {
        background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/highways-england.jpg);
        background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/highways-england.jpg);
    }

.equine-rescue-cs .overlay {
    background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/equine-rescue.jpg);
    background: linear-gradient(270deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(/Content/Images/Backgrounds/equine-rescue.jpg);
}

    .equine-rescue-cs .overlay:hover {
        background: -webkit-linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/equine-rescue.jpg);
        background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(/Content/Images/Backgrounds/equine-rescue.jpg);
    }

/*====================================Careers page styles====================================*/
.careers-lead {
    padding: 5% 20% 0;
}

.careers-box {
    border: 6px solid #403f70;
    margin-bottom: 30px;
}

.values-icon {
    text-align: center;
}

    .values-icon .col-md-20pc {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 85px;
    }

    .values-icon h2 {
        font-size: 1.5rem;
    }

/*====================================Snapshot page styles====================================*/
.snapshot div {
    padding: 1%;
}

/*====================================Why FMG page styles====================================*/
.empbens div {
    text-align: center;
}

.empbens .col-md-4 {
    padding: 4%;
}

.empbens img {
    padding: 0 15%;
}

/*====================================History page styles====================================*/
.history-timeline {
    max-width: 1050px !important;
}

    .history-timeline ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .history-timeline li {
        width: 100%;
        min-height: 140px;
    }

.history-item {
    width: auto;
    min-width: 51%;
    padding: 15px 20px 0 40px;
    position: relative;
    float: left;
    border-top: 4px solid #9ad266;
    border-left: 4px solid #9ad266;
    min-height: 140px;
    height:auto;

}

.last-item {
    border-left: none;
}

.history-top {
    width: 24px;
    height: 24px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: -15px;
    z-index: 10;
    right: -20px;
    border: 4px solid #9ad266;
}

.history-date {
    margin-top: -88px;
    width: 60px;
    height: 60px;
    line-height: 54px;
    position: absolute;
    top: 50%;
    margin-top: -96px;
    left: -30px;
    border: 4px solid #9ad266;
    background-color: #fff;
    text-align: center;
    color: #403f70;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-family: "proxima-soft", sans-serif;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.2rem;
}

/*====================================Contact page styles====================================*/

.contact-menu {
    text-align: center;
}

    .contact-menu img {
        margin: 2% 20%;
        padding: 0;
        width: 35%;
    }

    .contact-menu h2 {
        font-size: 25px;
        min-height: 40px;
    }

    .contact-menu p {
        min-height: 80px;
    }

    .contact-menu .col-md-4 {
        padding: 10px;
    }

.contact-page {
    padding: 1% 15%;
}

.contact-dropdown {
    border: #9ad266 2px solid;
    height: 30px;
    width: 100%;
    margin: 1% 0;
}

.contact-numbers {
    background: #90c5c5;
    padding: 2%
}

    .contact-numbers h2 {
        color: #fff;
        font-size: 28px;
    }

    .contact-numbers hr {
        border-top: 1px solid #fff;
    }

.contact-message {
    height: 400px;
}

.file-upload {
    background: #9ad266;
    border: 2px solid #403f70;
    padding: 10px;
}

/*====================================Vacancies page styles====================================*/

.job-vacancy {
    margin-bottom: 20px;
    border-bottom: 2px solid #a3d283;
    height: 110px;
}


    .job-vacancy .col-md-1 {
        min-height: 90px;
    }

    .job-vacancy h2 {
        font-size: 28px;
        color: #403f70;
    }

    .job-vacancy p {
        font-size: 16px;
        color: #403f70;
        padding: 10px;
        margin-top: 20px;
    }

    .job-vacancy button {
        background: #9ad266;
        color: #403f70 !important;
        padding: 12px 15px;
        border: none;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
        margin-top: 20px;
    }

        .job-vacancy button:hover {
            background: none;
            color: #9ad266 !important;
        }

    .job-vacancy a {
        background: #9ad266;
        color: #403f70 !important;
        padding: 15px 15px 16px 15px;
        border: none;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
    }

        .job-vacancy a:hover {
            background: none;
            color: #9ad266 !important;
        }

    .job-vacancy img {
        background: #403f70;
        border-right: 4px solid #403f70;
        border-left: 4px solid #403f70;
        margin-top: 15px;
    }

    .job-vacancy .modal-dialog {
        max-width: 65%;
    }

/*====================================Articles page styles====================================*/

.article-row {
    margin-bottom: 5%;
}

    .article-row img {
        background: #403f70;
        width: 60%;
        float: right;
    }

    .article-row button {
        background: #9ad266;
        color: #403f70 !important;
        padding: 12px 15px;
        border: none;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
    }

        .article-row button:hover {
            background: none;
            color: #9ad266 !important;
        }

    .article-row a {
        background: #9ad266;
        color: #403f70 !important;
        padding: 15px 15px 16px 15px;
        border: none;
        border-left: 4px solid #9ad266;
        border-right: 4px solid #9ad266;
        transition: 200ms ease;
        width: max-content;
        margin: auto;
    }

        .article-row a:hover {
            background: none;
            color: #9ad266 !important;
        }

    .article-row .modal-dialog {
        max-width: 65%;
    }

        .article-row .modal-dialog img {
            max-width: 50%;
            margin: auto;
            height: auto;
            min-height: 1px;
        }

        .article-row .modal-dialog a {
            color: #403f70 !important;
        }

.modal {
    z-index: 10000;
}

/* Employee Benefits */
.ebutton {
    border: 1px solid #403f70;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 85px;
    padding: 5px;
}

    .ebutton:hover {
        border: 2px solid #a3d283;
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 85px;
        padding: 5px;
        /*background-color: #9ad266;*/
        box-shadow: 1px 1px 10px #888888;
    }

    .ebutton.active {
        border: 2px solid #a3d283;
        margin-top: 10px;
        margin-bottom: 10px;
        min-height: 85px;
        padding: 5px;
        /*background-color: #9ad266;*/
        box-shadow: 1px 1px 10px #888888;
    }

.iconebtntext {
    font-weight: 700;
    color: #312783;
    margin-top: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
    .iconebtntext {
        font-size: 1.3rem;
    }
}

.iconebutton {
    float: left;
    margin: auto;
    margin-top: 2%;
    margin-right: 4%;
    width: 54px;
    height: 45px;
}

@media only screen and (max-width: 767px) {
    .iconebutton {
        float: none;
        margin: auto;
        margin-top: 2%;
        margin-right: auto;
        margin-left: auto;
        width: 54px;
        height: 45px;
    }
}

#empbenaccidentassistance > .iconebutton {
    width: 61px;
    margin-right: 2%;
}

#empbenpopup > .iconebutton {
    width: 47px;
}

.insurer-img {
    max-height: 140px;
    max-width: unset !important;
    width: auto;
}



/*Web Fleet page styles*/

.hideElementsDT {
    display: none;
}

.containerFleet{
    width:100%;
}

    .containerFleet h4  {
        margin:40px 0px 25px 0px;
    }

.itemsList
{
    list-style:none;

}

    .itemsList li:before {
        content: "\2713";
        padding-right:5px;
    }

.iconsFleetWraper {
    width: 60%;
    height: auto;
    display: flex;
    margin: 40px;
}


.iconsFleet{
    width:29%;
    height:auto;    
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:space-between;
}

.iconsFleet img{
    height:150px;
    width:auto;
}

.iconsFleet p {
    margin-top:20px;
    font-size:14px;
    text-align:center;
    line-height:1.1;
}

.chevronFleet {
    width: 10%;  
    display: flex;
    align-items:flex-start;
    justify-content:center;
    margin-top:40px;
}


.chevronFleet img {
    width:50%;
    height:auto;
}


.linkWrapper {
    width:100%;
    display:flex;
    justify-content:flex-start;
    margin:20px 0px 20px 250px;
}

.fleetwebLink {
    height: auto;
    width: auto;
    max-width: 200px;
    padding: 5px;
    background-color: #9ad266;
    text-transform: uppercase;
    color: #ffff !important;
    border: 1px solid #9ad266;
    font-size: 12px;
    text-align: center;
    transition: color 500ms ease-out, background-color 500ms ease-out,border 500ms ease-out;
}

    .fleetwebLink:hover {
        height: auto;
        width: auto;
        max-width: 200px;
        padding: 5px;
        background-color: #fff;
        text-transform: uppercase;
        color: #9ad266 !important;
        border: 1px solid #9ad266;
        font-size: 12px;
        text-align: center;
        transition: color 500ms ease-out, background-color 500ms ease-out,border 500ms ease-out;
    }