﻿.rqBTn {
    display: inline-block;
    font-size: 17.5px;
    color: #ffdf70;
    width: 130px;
    height: 27px;
    border: 1px solid #ffdf70;
    text-decoration: none;
    margin-left: 20px;
    padding: 7px 10px;
}

.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
    background-color: #ffffff;
    min-width: 960px;
    position: relative;
}

.segoe {
    font-family: 'Segoe UI', 'Verdana';
}

.header-banner {
    position: relative;
}

.hero-img {
    max-width: 100%;
}

.header-banner > div:nth-of-type(2) {
    position: absolute;
    top: 14px;
    left: 21px;
    display: flex;
    flex-direction: column;
    width: calc(100% - 21px);
    height: 93.5%;
    justify-content: space-between;
}

.header-banner h1 {
    font-size: 53px;
    font-weight: 300;
    color: #010101;
    line-height: 63px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.cm-list {
    display: flex;
    flex-direction: column;
    width: 45%;
}

    .cm-list > div {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

        .cm-list > div > div:nth-of-type(1) {
            width: 12%;
        }

        .cm-list > div > div:nth-of-type(2) {
            width: 88%;
            font-size: 14px;
            color: #231f20;
        }

        .cm-list > div > div:nth-of-type(1) > img {
            margin-top: 5px;
        }

.maps-format-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .maps-format-list > span {
        font-size: 20px;
        color: #fffefe;
        padding: 0 25px;
    }

        .maps-format-list > span:first-of-type {
            padding-left: 0px;
        }

/*===Consult Expert Section===*/
.consult-experts-wrap {
    background-color: #1a4960;
    color: #fff;
    margin-top: -4px;
}

    .consult-experts-wrap > h2 {
        color: #ffffff;
        font-size: 36px;
        font-weight: 300;
        text-align: center;
        margin-top: 0;
        padding-top: 15px;
    }

    .consult-experts-wrap > h3 {
        color: #ffffff;
        font-size: 28px;
        font-weight: 300;
        text-align: center;
        margin: 0;
    }

.boxes-cta {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 42px);
    margin: 0 auto;
}

    .boxes-cta > div {
        background-color: #7db700;
        border: 1px solid #ffffff;
        box-shadow: 0px 0px 8px #000;
        width: 420px;
        text-align: center;
        margin: 30px 0;
        padding: 8px 0;
    }

        .boxes-cta > div:nth-of-type(1):hover {
            background-color: #5f8805;
        }

        .boxes-cta > div:first-of-type {
            cursor: pointer;
        }

        .boxes-cta > div > span:nth-of-type(1), .boxes-cta > div:nth-of-type(2) > span:last-of-type {
            display: block;
            font-size: 30px;
        }

        .boxes-cta > div > span:nth-of-type(2) {
            display: block;
            font-size: 16px;
            color: #000;
            padding: 5px 0;
        }

        .boxes-cta > div:nth-of-type(1) > span:last-of-type {
            display: block;
            font-size: 20px;
        }

/*====Radius Map Tool Section====*/
.radius-map-wrap {
    position: relative;
}

    .radius-map-wrap > div:nth-of-type(1) > img {
        max-width: 100%;
    }

    .radius-map-wrap > div:nth-of-type(2) {
        position: absolute;
        top: 30px;
        left: 21px;
    }

    .radius-map-wrap h2 {
        margin: 0;
        font-size: 44px;
        font-weight: 300;
        color: #164d7c;
    }

    .radius-map-wrap p {
        font-size: 14px;
        color: #333333;
        margin: 5px 0 25px;
    }

.createmap-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7db700;
    border: 1px solid #ffffff;
    box-shadow: 0px 0px 5px #d7d7d7;
    width: 155px;
    height: 34px;
    padding-bottom: 3px;
    font-size: 19px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

    .createmap-btn:hover {
        background-color: #5f8805;
        text-decoration: none;
        color: #fff;
    }

/*=====Industries Map List=====*/
.cm-industries-list {
    display: flex;
    flex-wrap: wrap;
    margin: 15px 10px 0;
}

    .cm-industries-list > div {
        width: 24%;
        text-align: center;
        margin-right: 1.3333%;
        margin-bottom: 20px;
    }

        .cm-industries-list > div:nth-of-type(4n) {
            margin-right: 0;
        }

        .cm-industries-list > div > a {
            color: #333333;
            text-decoration: none;
        }

        .cm-industries-list > div:hover > a {
            text-decoration: underline;
        }

        .cm-industries-list > div > a > img {
            max-width: 221px;
        }

        .cm-industries-list > div:hover > a > img {
            opacity: 0.8;
        }

        .cm-industries-list > div > a > label {
            display: block;
            text-align: center;
            font-size: 21px;
            color: #333333;
            cursor: pointer;
        }

.map-anywhere-wrap {
    margin-bottom: 10px;
}

.map-anywhere-label {
    display: block;
    color: #164d7c;
    border-bottom: 1px solid #164d7c;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.call-request-quote-wrap {
    display: flex;
    justify-content: space-between;
}

    .call-request-quote-wrap > div {
        border: 1px solid #ffdf70;
        font-size: 20px;
        margin-top: 10px;
        text-align: center;
        background-color: #164d7c;
        width: 208px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .call-request-quote-wrap > div > a {
            text-decoration: none;
            color: #ffdf70;
        }

        .call-request-quote-wrap > div:nth-of-type(1):hover {
            background-color: #0b3457;
            text-decoration: none;
        }

.map-areas-wrap a, .map-areas-wrap span {
    display: block;
    text-decoration: none;
    color: #333333;
}

    .map-areas-wrap a:hover {
        text-decoration: underline;
    }

.mmblue {
    color: #164d7c;
}

.mmgray {
    color: #333333;
}

.mmwhite {
    color: #ffffff;
}

.mmdatagray {
    color: #414042;
}

.mmgraylink24 {
    color: #333333;
    font-size: 26px;
    text-decoration: none;
    padding: 0px;
    font-style: normal;
    /*font-weight: lighter;*/
}

    .mmgraylink24:hover {
        text-decoration: underline;
        background-color: #ffffff;
    }

.mmtdnopad {
    padding: 0px;
}

.applicationslink {
    font-size: 20px;
    color: #fff;
}

.applicationslink:hover{
    text-decoration: underline;
    cursor: pointer;
    color: #fff;
}



.datapadleft {
    padding-left: 15px;
}

.dataleftmargin {
    margin-left: 330px;
}

.paragraphtext {
    font-size: 12px;
}

.map-anywhere-wrap {
    margin-bottom: 10px;
}

.map-anywhere-label {
    display: block;
    color: #164d7c;
    border-bottom: 1px solid #164d7c;
    font-size: 21px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.map-areas-wrap a, .map-areas-wrap span {
    display: block;
    text-decoration: none;
    color: #333333;
}

    .map-areas-wrap a:hover {
        text-decoration: underline;
    }

.imgcentercontainer {
    /*    height: 612px;
*/ position: relative;
    line-height: 612px;
    display: grid;
    place-items: center;
    height: 300px;
}

.imgcenter {
    vertical-align: middle;
    /*margin: 0;*/
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    filter: none; 
-webkit-filter: blur(0px); 
-moz-filter: blur(0px); 

filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');*/
}

.font16{

    font-size: 16px;
}

.mmblueemail {
    color: #164d7c;
    text-decoration: underline;
    font-size: 16px;
    cursor: pointer;
}

    .mmblueemail:active {
        background-color: none;
        padding: 0px;
        text-decoration: underline;
        color: #164d7c;
    }

    .mmblueemail:hover {
        background-color: none;
        padding: 0px;
   