.desc-float-right.rewards-banner {
    padding-top: 30px;
}

/* Hide Carousel Test */
/* ul.slick-dots {
        display: none !important;
    } */
/* Change hero banner cta */
.section-heading h2 {
    font-size: 30px;
}

.m-banner__bannerLink {
    color: rgb(0, 0, 0) !important;
    background: white !important;
}

.m-banner__bannerLink:hover {
    color: rgb(0, 0, 0) !important;
    background: white !important;
}

/* Hide footer navibar */

.m-categoryBar {
    display: none;
}

body {
    font-family: Lato;
    color: black;
}

.legal-detail {
    margin-right: 0;
    margin-top: unset !important;
}

.rich-text {
    padding-left: unset;
    padding-right: unset;
    padding-top: unset;
}

.smb-benefit-landing {
    background-color: #FFFFFF;
}

h2 {
    color: #294E95;
    font-weight: 600;
    letter-spacing: 1px;
}

a {
    text-decoration: none;
    color: #294E95;
    text-decoration: none;
    outline: 0;
}

a.cta-link {
    /* border: 1px solid #fff; */
    padding: 10px 30px;
    /* background-color: black; */
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 0.9vw;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 0.2em;
}

a.cta-link:hover {
    background-color: white !important;
    color: #000000 !important;
}

.faq-collapse p,
.landing-row-espots p {
    font-size: 0.8vw;
    color: black;
    line-height: 1.4;
}

/*ROWS*/

.landing-row-hero {
    width: 100%;
    /* max-width: 1440px; */
    /* max-width: 1700px; */
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
}

.landing-row-espots {
    width: 100%;
    /* max-width: 1700px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.landing-row-single {
    width: 100%;
    /* max-width: 1440px; */
    /* max-width: 1700px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

.content-wrapper,
.content-wrapper-center {
    /* width: 90%; */
    /* max-width: 1200px; */
    max-width: 1020px;
    margin: auto;
   /* padding: 1em; */
}

.content-wrapper-center {
    text-align: center;
}

.section-heading {
    padding: 1em;
    /* font-size: 2em; */
    font-size: 1em;
    text-align: center;
}

/*HERO*/
/* .smb-benefit-hero {
        float: left;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: left;
    }

    img.hero-banner {
        width: 100%;
    }

    .smb-benefit-landing-hero-text {
        display: inline-block;
        padding: 2em;
    }

    .smb-benefit-landing-hero-text p {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 5px;
        color: #fff;
    }

    .smb-benefit-landing-hero-text strong {
        display: block;
        font-size: 1.4em;
        margin-bottom: 1em;
    }

    .smb-benefit-landing-hero-text span {
        font-size: 16px;
        color: black;
    }

    .hero-cta {
        display: inline-block;
    }

    .hero-cta a.cta-link:nth-child(1) {
        display: inline-block;
        color: #fff;
        background-color: #DD6334;
    }

    .hero-cta a.cta-link:nth-child(2) {
        display: inline-block;
        color: #DD6334;
        background-color: #fff;
    }

    .text-left {
        width: 46%;
    }

    .text-right {
        width: 140%;
    } */
/* Next & previous buttons */

.smb-benefit-landing .next,
.smb-benefit-landing .prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.smb-benefit-landing .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.smb-benefit-landing .next:hover,
.smb-benefit-landing .prev:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.smb-benefit-landing .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.smb-benefit-landing .dot:hover,
.smb-benefit-landing span.active {
    background-color: #717171;
}

/* Fading animation */

.smb-benefit-landing .fade {
    -webkit-animation: fading 8s infinite;
    -moz-animation: fading 8s infinite;
    -ms-animation: fading 8s infinite;
    -o-animation: fading 8s infinite;
    animation: fading 8s infinite;
}

@-webkit-keyframes fading {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes fading {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fading {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes fading {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fading {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/*Page Navigation*/

ul.page-navigation {
    background-color: #294E95;
    height: 85px;
    line-height: 85px;
    text-align: center;
    color: white;
    font-weight: 600;
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.page-navigation li {
    float: left;
    text-transform: uppercase;
    width: 16%;
    /* width: 19%; */
}

ul.page-navigation a {
    display: block;
    padding: 0 28px;
    color: white;
    cursor: pointer;
}

/*WHY LENOVOPRO*/

.col-2 {
    width: 50%;
    float: left;
    position: relative;
    background-color: #f4f4f4;
}

.col-2-description {
    width: 50%;
    float: left;
    position: relative;
    /* background-color: #f4f4f4; */
    background-color: #EAEEF5;
}

.col-2-desc-right {
    width: 50%;
    float: left;
    position: relative;
    background-color: #EAEEF5;
}

.col-2-right {
    width: 50%;
    float: right;
    position: relative;
    background-color: #f4f4f4;
}

.desc-head,
.desc-head h3 {
    font-size: 1.6vw;
    color: #294E95;
}

.desc-float {
    position: absolute;
    /* margin-left: 2em; */
    margin: 2em;
}

.desc-float-right {
    position: absolute;
    margin: 2em;
}

a.highlight {
    text-decoration: underline;
    display: inline-block;
    font-size: 16px;
    margin: 15px 2px 4px 2px;
    font-weight: bold;
}

a.highlight:link {
    /* color: #DD6334; */
    color: #294E95;
}

a.highlight:visited {
    /* color: #DD6334; */
    color: #294E95;
}

a.highlight:active,
a.highlight:hover {
    /* color: #DD6334; */
    color: #294E95;
}

.bold-center {
    text-align: left;
    width: 100%;
}

.bold-center-gray {
    text-align: left;
    width: 100%;
    line-height: 1;
}

/*HIW*/

.icon-list {
    font-size: 0.5em;
    color: #294E95;
    text-align: left;
    vertical-align: text-top;
}

.icon-list img {
    max-width: 6em;
    padding: 1em;
}

/*REVIEWS*/

.col-3 {
    width: 100%;
    /* max-width: 1700px; */
    /* max-width: 1020px; */
    margin: auto;
    text-align: center;
    padding-bottom: 30px;
    background-color: #294E95;
    color: #fff;
    background: url(https://p4-ofp.static.pub/ShareResource/lenovo-pro/business/finance/finance-content-img/grayalphapattern.png);
}

.col-3-3 {
    width: 33%;
    float: left;
}

/*FAQ*/

.faq {
    /* background-color: #294E95; */
    background: url(https://p4-ofp.static.pub/ShareResource/lenovo-pro/business/finance/finance-content-img/grayalphapattern.png);
    display: block;
    overflow: auto;
}

.faq-collapse {
    margin-bottom: 1em;
    display: block;
    overflow: auto;
    text-align: left;
}

.collapsible {
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 0.5em 1em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    height: auto;
    margin-top: 0.5em;
}

.collapsibale-content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: white;
}

.collapsible:after {
    content: '\f054';
    font-family: FontAwesome;
    font-size: 1em;
    color: black;
    float: right;
    margin-left: 5px;
}

.faq-collapse .active:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 1em;
    color: black;
    float: right;
    margin-left: 5px;
}

.collapsibale-content p,
.collapsibale-content strong {
    padding: 0.5em;
}

.smarter {
    max-width: 1440px !important;
    background: #FFFFFF;
    margin: 40px auto;
}

.smarter_des {
    margin: 0;
    color: #294E95;
    font-size: 1.5em;
}

.smarter_des .cta-link {
    border: 1px solid #fff;
    background-color: #DD6334;
    margin: 2em;
    line-height: 8em;
}

.smarter .col-2-desc-right {
    background-color: #FFFFFF;
}

.smarter .col-2-right {
    background: none;
    margin-top: 40px;
    width: 40%;
}

@media screen and (min-width: 768px) {
    .fordesktop {
        display: block;
    }

    #page-nav {
        position: relative;
        top: -10px;
    }

    .formobile {
        display: none;
    }

    #overview h2 {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    ul.communityCards {
        display: block;
    }

    .cardText {
        height: 150px;
    }

    .desc-float-right {
        /* width: 100%; */
        margin: 2em;
    }
}

@media screen and (min-width: 1601px) {
    .smb-benefit-landing-hero-text {
        font-size: 33px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    a.cta-link {
        font-size: 10px;
    }

    .desc-head,
    .desc-head h3 {
        font-size: 24px;
    }

    .faq-collapse p,
    .landing-row-espots p {
        font-size: 16px;
    }

    .section-heading {
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 1080px) {

    .content-wrapper,
    .content-wrapper-center {
        width: 100%;
    }

    .faq-collapse p,
    .landing-row-espots p {
        font-size: 1.8vw;
        line-height: 1;
    }

    .smarter_des {
        font-size: 1.2em;
    }
}


/*AWP-16046 Fix the responsive layout on 900-1000 resolution */

@media only screen and (min-width :769px) and (max-width :1158px) {
    .smb-benefit-landing-hero-text {
        display: inline-block !important;
        padding-left: 2em;
        padding-bottom: 5px;
    }

    .smb-benefit-landing-hero-text strong {
        display: block !important;
        font-size: 20px !important;
        margin-bottom: 5px !important;
    }

    .smb-benefit-landing-hero-text span {
        font-size: 14px !important;
        color: black !important;
    }
}

/* AWP-14987 add benefit grows as you business grows */

.tier-level-wrapper {
    text-align: center;
}

.tierTitleImg {
    margin-bottom: 31px
}

.smb-pro-img-linear {
    position: absolute;
    display: inline-block;
    width: 50%;
    height: 10px;
    top: 10px;
    left: 80%;
    border-radius: 5px
}

.tier-level-wrapper .tierContentTitle {
    list-style: none;
    color: #000;
    font-family: Lato;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin: 15px auto 8px;
    width: 257px;
    word-break: break-word
}

.tier-level-wrapper .tierContent {
    list-style: none;
    padding: 0 10px;
    text-align: left
}

.tierContentUl {
    /* width: 234px; */
    width: 250px;
    list-style: disc;
    font-family: Lato;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    text-align: left;
    padding-left: 0;
    margin-left: 15px;
    display: inline-block;
}

.tooltip {
    color: #000;
    max-width: 300px;
    min-width: 210px;
    font-family: Lato;
    font-size: 12px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 15px;
    text-align: center;
    position: absolute;
    padding: 10px;
    top: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3px;
    background: white;
    box-shadow: 0 0 7px 0 #111
}

.tooltip__arrow {
    width: 30px;
    height: 20px;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden
}

.tooltip__arrow::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: white;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    box-shadow: 0 0 7px 0 #111;
    left: 50%
}

.singleProHead {
    position: relative
}

.tier-level-wrapper p {
    margin: 0;
    padding: 0
}

.tier-level-wrapper .singleProcontainer {
    float: left;
    list-style: none;
    width: 100%
}

.tier-level-wrapper .clearfix::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0
}

.tier-level-wrapper .singleContentContainer {
    text-align: center
}

.tier-level-wrapper .singleProImg {
    width: 50px;
    height: 50px
}

.tier-level-wrapper .PROCompoenentContainer {
    text-align: center;
    padding-top: 50px
}

.tier-level-wrapper .singleProHead .titleText {
    font-size: 48px
}

.tier-level-wrapper .tierContent {
    margin-bottom: 18px;
    display: list-item;
    font-size: 14px;
    word-break: break-word;
    white-space: normal;
    word-wrap: break-word;
    color: #000;
    line-height: 17px
}

.tier-level-wrapper .registerButtonWrap {
    display: inline-block;
    padding: 13px 19px 13px 19px;
    background-color: #DD6334;
    border-radius: 5px
}

.tier-level-wrapper .registerButton {
    text-decoration: none;
    display: inline-block;
    color: white;
    font-size: 18px
}

.tier-level-wrapper .smb-pro-img {
    height: 30px;
    width: 114px
}

.tier-level-wrapper .contentContainerUl {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-top: 40px;
    margin-bottom: 0
}

.tierContentWrapper {
    text-align: center
}

@media only screen and (min-width :1920px) {
    .tier-level-wrapper .contentContainerUl {
        width: 100%;
        padding: 0
    }

    .tier-level-wrapper .singleProcontainer {
        padding: 0 10px 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }
}

@media only screen and (min-width :750px) and (max-width :1919px) {
    .tier-level-wrapper .overThanThreeTier {
        width: 80%;
        padding: 0 30px 0 30px;
        margin-left: 50%;
        transform: translate(-50%, 0)
    }

    .tier-level-wrapper .singleProcontainer {
        padding: 0 10px 0 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .tier-level-wrapper .overThanThreeTier .singleProcontainer:nth-child(odd) {
        clear: both
    }
}

.tier-level-wrapper .tierTitle {
    margin: 0;
    height: 37px;
    color: #000;
    font-size: 24px;
    line-height: 29px;
    display: inline-block
}

.tier-level-wrapper .registerButtonWrap a {
    text-decoration: none
}

.tier-level-wrapper .singleProcontainer:last-child {
    margin-bottom: 0
}

.registerDeepLinkURL {
    display: none
}

.smb-pro-img-linear-mobile {
    display: none
}

@media screen and (min-width:701px) and (max-width:750px) {
    .smb-pro-img-linear {
        left: 90%;
        width: 20%
    }

    .tier-level-wrapper .PROCompoenentContainer {
        padding-top: 20px
    }

    .tier-level-wrapper .registerButtonWrap {
        display: none
    }

    .tierTitleImg {
        margin-bottom: 0
    }

    .tier-level-wrapper .singleProcontainer {
        width: 200px
    }
}

@media screen and (min-width:701px) and (max-width:900px) {
    .tier-level-wrapper .tierContentTitle {
        width: auto
    }

    .tierContentUl {
        width: auto
    }
}


.improvement-trio-head,
.improvement-trio-wrapper,
.video_banner,
.tier-level-wrapper,
.espotsWrapper,
.priceMatchGuaranteeWrapper,
.seo-text,
.read-more-less-wrapper {
    /* max-width: 1700px; */
    margin: 0 auto;
}

.priceMatchGuaranteeWrapper {
    display: flex;
    justify-content: center;
    /* max-width: 1440px; */
    /* max-width: 1700px; */
    padding-top: 50px;
}

.priceMatchGuaranteeImg {
    margin-right: 30px;
    max-width: 89px;
}

.priceMatchGuaranteeImg {
    max-width: 89px;
    margin-right: 30px
}

.priceMatchGuaranteeWrapper p {
    font-size: 16px;
    line-height: 19px;
    color: #000
}



.seo-text {
    position: relative;
    word-break: break-all;
    height: 100px;
    overflow: hidden
}

.seo-text .seo-mask-layer {
    width: 100%;
    word-break: break-all;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    position: absolute;
    height: 48px;
    bottom: 0
}

.seo-text .text {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    line-height: 16px
}

.seo-text .title {
    display: block;
    font-weight: 900;
    margin-bottom: 11px
}

.read-more-less-wrapper {
    color: #757575;
    font-size: 11px;
    font-weight: 900;
    line-height: 13px;
    text-align: center;
    cursor: pointer
}

.read-more-less-wrapper .read-more-less-angle {
    margin-left: 5px
}

.read-more-less-wrapper .read-less-text {
    display: none
}


/* Comparison Table Blade */

.comparison {
    padding: 40px 0;
}

table {
    width: 100%;
    border-collapse: collapse
}

table a.button {
    margin-top: 20px;
}

table h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
}

.dotCom h3 {
    line-height: 27px;
}

tr {
    padding: 10px 0;
    border-bottom: 2px solid #D4D4D4;
}

tr:last-child {
    border: none;
}

td,
th {
    text-align: center;
}

th {
    height: 250px;
    border-bottom: 2px solid #D4D4D4;
}

.proCol img.communityLogo {
    height: 25px;
    margin-bottom: 20px;
}

.textCol {
    padding-right: 100px;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}

.dotCom,
.proCol {
    width: 250px !important;
    padding: 20px 0;
}

.dotCom {
    background-color: #FFFFFF;
    border-right: 10px solid #FFFFFF;
}

.proCol {
    background-color: #333F48;
    border-left: 10px solid #fff;
}

.dotCom img,
.proCol img {
    height: 20px;
    display: block;
    margin: 0 auto;
    float: none;
}

th:first-child,
td:first-child {
    text-align: left;
}

td:first-child {
    width: 45%;
}

.visible-xs {
    display: none;
}



/* Expandable Section of Table */

.morebenefits {
    display: none;
}

.morebenefits+label {
    cursor: pointer;
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin: 20px auto;
}

.morebenefits+label+div {
    display: none;
    margin-bottom: 10px;
}

.morebenefits:checked+label+div {
    display: block;
}

.morebenefits+label:before {
    background-color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    color: #FFFFFF;
    content: "+";
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    width: 25px;
    line-height: 25px;
    margin-right: 10px;
    text-align: center;
}

.morebenefits:checked+label:before {
    content: "\2212";
}

/* Link and Buttton */

a.button {
    width: auto;
    height: auto;
    padding: 15px 12px;
    margin: 0;
    display: inline-block;
    cursor: pointer;
    background: #000;
    line-height: 1em;
    font-weight: 700;
    border: none;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Lato', sans-serif;
    letter-spacing: .25px;
    float: none;
    border: 1px solid #000;
}

a.button:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.hero a.button {
    width: 40%;
}

a.button.large {
    width: 45%;
}

a.button.center {
    display: block;
    margin: 40px auto;
    float: none;
    width: 250px;
}

a.button.whiteBlue {
    background: #fff;
    color: #0D5C91;
}

a.button.noTop {
    margin-top: 10px;
    margin-bottom: 0;
}

a.button.white {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
    margin-right: 40px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a.button.white:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a.button.clear {
    background: rgba(0, 0, 0, .2);
    border: 1px solid #fff;
    color: #fff;
}

a.button.clear:hover {
    background: rgba(0, 0, 0, 0.8);
}

a.button.blue {
    background: #0D5C91;
}

a.button.blue:hover {
    background: #E6F4FA;
    color: #0D5C91;
    border: 1px solid #0D5C91;
}

a.button.clearBlue {
    background: #E6F4FA;
    color: #0D5C91;
}

a.button.clearBlue:hover {
    background: #fff;
}

.text-content-wrapper-center {
    float: left;
    text-align: center;
    /* width: 40%; */
    width: 100% !important;
    margin-top: 5em;
    margin-bottom: 1em;
}

.LenovoPro-footer-banner {
    margin-top: unset !important;
    background-position: 65% 10% !important;
}


.card-text-des {
    margin-left: 20px;
}

.cardImage img {
    display: block;
    object-fit: cover;
    height: 200px;
    width: auto;
    min-width: 100%;
}

.catalog-hr {
    width: 60%;
    float: left;
    margin-left: 20px;
    background-color: #333F48;
    height: 3px;
}

p.title {
    font-size: 15px;
    margin: 20px 20px 30px 0px;
    font-weight: 700;
    height: 30px;
}

p.online-resource-text {
    height: 65px;
}

ul.communityCards {
    display: flex;
    margin: 10px auto;
    list-style-type: none;
    justify-content: space-around;
    max-width: 1020px;
    width: 100%;
}

.communityCards li {
    display: block;
    /* border-radius: 10px; */
    overflow: hidden;
    width: 25%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin: 20px;
    cursor: pointer;
}

.cardImage {
    overflow: hidden;
    height: 175px;
}

.cardText {
    height: 225px;
    background: white;
    /* border: 10px solid #000000; */
}

.cardText h3 {
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: black;
}

/* form */
.form-mask {
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    zoom: 1;
    background: rgb(0 0 0 / 87%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000)";
}

.formh {
    text-align: center;
    padding-top: 1.5em;
}

.form-wrap {
    padding-bottom: 3em;
}

.formh h2 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
}

.formh h3 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 0px 10px;
    line-height: 28px;
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.cu-button-submit {
    background: #B8322E;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-weight: 900;
    border-radius: 2px;
    padding: 8px 15px 8px 15px;
    font-size: 15px;
}

.form-style-1 {
    margin: 10px auto;
    max-width: 540px;
    padding: 20px 12px 50px 20px;
    font: 15px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    /* border: 5px solid #294E95; */
    /* border-radius: 10px; */
    background: rgb(255, 255, 255);
}

.form-style-2-heading {
    font-weight: bold;
    font-style: italic;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px;
    font-size: 15px;
    padding-bottom: 3px;
}

.form-style-1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 10px 0 0 0;
}

.form-style-1 label {
    margin: 0 0 3px 0;
    padding: 0px;
    display: block;
    font-weight: bold;
    float: left;
}

.form-style-1 input[type=text],
.form-style-1 input[type=date],
.form-style-1 input[type=datetime],
.form-style-1 input[type=number],
.form-style-1 input[type=search],
.form-style-1 input[type=time],
.form-style-1 input[type=url],
.form-style-1 input[type=email],
textarea,
select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #BEBEBE;
    padding: 7px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
}

.form-style-1 input[type=text]:focus,
.form-style-1 input[type=date]:focus,
.form-style-1 input[type=datetime]:focus,
.form-style-1 input[type=number]:focus,
.form-style-1 input[type=search]:focus,
.form-style-1 input[type=time]:focus,
.form-style-1 input[type=url]:focus,
.form-style-1 input[type=email]:focus,
.form-style-1 textarea:focus,
.form-style-1 select:focus {
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form-style-1 .field-divided {
    width: 49%;
}

.form-style-1 .cu-input {
    width: 100%;
}

.form-style-1 .field-select {
    width: 100%;
}

.form-style-1 .field-textarea {
    height: 100px;
}

.form-style-1 input[type=submit],
.form-style-1 input[type=button] {
    background: #4B99AD;
    padding: 8px 15px 8px 15px;
    border: none;
    color: #fff;
}

.form-style-1 input[type=submit]:hover,
.form-style-1 input[type=button]:hover {
    background: #4691A4;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.form-style-1 .required {
    color: red;
}

input#FullName {
    width: 50%;
    float: left;
    margin-bottom: 15px;
}

input#Phone {
    width: 51%;
    display: flex;
}

input#EmailAddress {
    width: 80%;
    display: flex;
}

input#CompanyName {
    width: 80%;
    display: flex;
}
