/*
Theme Name: PI Media
Theme URI: https://wordpress.org/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Theme Description
Version: 1.0
Text Domain: pi_media

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,100;1,400&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&amp;display=swap');
*, *:before, *:after { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; }
*:focus { outline: none; }
::-moz-focus-inner { border: 0; }
body { margin: 0px; font-family: "Lato", sans-serif; font-size: 16px; font-weight: 400; color: #676767; }
ul { margin: 0px; padding: 0px; }
ul li { list-style: none; }
a { color: #ff9619; text-decoration: none; }
a:hover { color: inherit; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0px; margin-bottom: 8px; }
/*h1, h2, h3 {color:#3c3c3c;}
h4, h5, h6, p {color:#646464;}*/
.container { width: 100%; max-width: 1275px; padding: 0px 15px; margin: 0px auto; }
.title-lg { color: #ffffff; font-size: 54px; line-height: 1.15em; font-weight: 300; margin-top: 0; }
.title-md { font-size: 34px; font-weight: 700; position: relative; text-transform: capitalize; color: #444444; padding-bottom: 10px; }
.card-text { font-size: 18px; line-height: 1.45em; }
.primary-btn a { transition: all 0.3s ease-in-out; text-transform: capitalize; font-size: 12px; background-color: #ff9619; color: #ffffff; padding: 12px 18px; border-radius: 40px; letter-spacing: 2px; font-weight: bold; display: inline-block; }
.primary-btn a:hover { opacity: 0.87; color: #ffffff; }
html { overflow-x: hidden; }

/* header-top */
.header-top { width: 100%; }
.header-top-list { text-align: right; }
.header-top-list ul li { display: inline-block; }
.header-top-list ul li a { display: inline-block; padding: 7px 10px; color: #a0318c; }

/* header */
.header { position: fixed; width: 100%; z-index: 999; background-color: #fff; top: 0; left: 0; transition: all 0.3s ease-in-out; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); }
.header .container { max-width: 1354px !important; }
.header-outer { padding: 19px 0px 0px; display: flex; justify-content: space-between; align-items: flex-start; width: 100%; transition: all 0.3s ease-in-out; }
.header-logo a { display: inline-block; }
.header-logo a img { transition: all 400ms ease; object-position: left center; display: inline-block; width: 185px; object-fit: contain; }
.header-list .mainmenu .menu-header-menu-container #menu-header-menu li { transition: all 0.3s ease-in-out; display: inline-block; padding: 10px 10px 28px; }
.header-list .mainmenu .menu-header-menu-container #menu-header-menu li a { display: block; padding: 0px 0px 10px; color: #646464; position: relative; }
.header-list .mainmenu .menu-header-menu-container #menu-header-menu li:not(.price-predictor-link):not(.sign-in-link) > a:before { content: ""; bottom: 0; left: 0; right: 0px; margin: auto; position: absolute; width: 0; height: 2px; background-color: #a0318c; transition: all 0.8s ease-in-out; }
.header-list .mainmenu .menu-header-menu-container #menu-header-menu li:not(.price-predictor-link):not(.sign-in-link):hover > a:before, .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.current_page_item > a:before { width: 100%; }
.header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children { position: relative; }
body:not(.pie-main-site) .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul { display: none; }
.pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children { position: relative; }
.pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul > li { display: block; padding: 0; }
.pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul > li a { color: #646464; background-color: white; font-size: 16px; padding: 14px; }
.header-logo { transition: all 0.3s ease-in-out; margin: 8px 0 0 -5px;}
.header-list .mainmenu ul li.price-predictor-link a { background-color: #a0318c; color: #ffffff !important; padding: 6px 15px 9px !important; border-radius: 40px; margin-top: 4px; }
.header-list .mainmenu ul li.sign-in-link a { border: 2px solid #646464; border-radius: 35px; padding-left: 18px !important; padding-right: 18px !important; padding-bottom: 7px !important; padding-top: 4px !important; }
.header-list .mainmenu ul li.sign-in-link a:before, .header-list .mainmenu ul li.price-predictor-link a:before { content: none; }
.header-list .mainmenu ul li.sign-in-link a:hover { border-color: #ff9619; color: #ff9619; }

/* Menu CSS */
.menu-toggle:focus { outline: none; }
.menu-toggle { padding: 5px 0; background-color: transparent; float: right; border: none; cursor: pointer; width: 40px; position: absolute; right: 0; top: 8px; }
.menu-toggle .icon-bar { margin: auto; background-color: #3c3c3c; border-radius: 1px; display: block; height: 2px; position: relative; width: 27px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }
.menu-toggle .icon-bar + .icon-bar { margin-top: 5px; }
.menu-toggle .icon-bar:nth-child(1), .menu-toggle .icon-bar:nth-child(3) { top: 0; transform: rotate(0deg); -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); }
.menu-toggle:not(.menu-toggle-first).menu-menuopen .icon-bar:nth-child(1) { top: 7px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menu-toggle:not(.menu-toggle-first).menu-menuopen .icon-bar:nth-child(2) { opacity: 0; }
.menu-toggle:not(.menu-toggle-first).menu-menuopen .icon-bar:nth-child(3) { top: -7px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.menu-toggle.menu-toggle-second .icon-bar { width: 18px; }
.menu-toggle.menu-toggle-second { width: 28px; right: 32px; top: 25px; }
.menu-toggle.menu-toggle-second .icon-bar:nth-child(1) { top: 7px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); }
.menu-toggle.menu-toggle-second .icon-bar:nth-child(2) { opacity: 0; }
.menu-toggle.menu-toggle-second .icon-bar:nth-child(3) { top: -7px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); }
.mainmenu .mobile-menu span.mobile-toggle { width: 25px; height: 25px; position: absolute; right: 0px; top: 0px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }
.mainmenu .mobile-toggle:before { content: "\f107"; position: absolute; top: 5px; left: 0px; font-family: 'fontawesome'; right: 0; margin: auto; width: 10px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }
.mainmenu .mobile-menu span.mobile-toggle.menu-subopen:before { -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

/*.mainmenu .mobile-menu span.mobile-toggle:after,*/

/*.mobile-toggle:before { content: ""; background-color: #000; height: 16px; width: 2px; position: absolute; left: 17px; top: 10px; -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }*/

/*.mainmenu .mobile-menu span.mobile-toggle:before { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -o-transition: all 400ms ease; -ms-transition: all 400ms ease; transition: all 400ms ease; }*/

/*.mainmenu .mobile-menu span.mobile-toggle.menu-subopen:after { -ms-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); }*/

/*.mainmenu .mobile-menu span.mobile-toggle.menu-subopen:before { opacity: 0; background-color: #fff; -ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }*/
.mainmenu .hs-menu-wrapper ul { float: left; padding: 0; width: 100%; min-width: 250px; }
.mainmenu .hs-menu-wrapper ul li a { max-width: none; width: auto; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { display: block; max-width: none; min-width: auto; overflow: visible; text-align: left; text-overflow: inherit; white-space: inherit; width: auto; }
.mainmenu .hs-menu-wrapper ul ul { background-color: #fff; min-width: 250px; }
.spacing70 { padding-top: 70px; padding-bottom: 70px; }
.spacing50 { padding-top: 50px; padding-bottom: 50px; }

/* footer-section */
footer { width: 100%; background-color: #f2f2f2f2; }
.footer-outer { display: flex; flex-wrap: wrap; width: 100%; }
.footer-inner { width: 33.33%; }
.footer-content { margin-bottom: 30px; }
.footer-content h5 { font-size: 16px; color: #444444; margin-bottom: 14px; font-weight: 400; }
.footer-content ul li a { color: #999999; display: inline-block; margin-bottom: 6px; font-size: 14px; }
.social-icon li { display: inline-block; margin: 0px 5px; }
.social-icon li a i { display: block; font-size: 20px; color: #a0318c; }

/* footer-menu-section */
.footer-menu { width: 100%; background-color: #3C3C3C; color: #ffffff; }
.footer-menu .footer-menu-outer { text-align: center; }
.footer-menu .footer-text a { color: #ffffff; }
.footer-menu-outer .footer-text:nth-child(2) { margin: 18px 0px; }
.footer-text ul li { display: inline; }
.footer-text span { display: inline-block; }
.footer-text ul { display: inline-block; }
.footer-menu .footer-text a { position: relative; padding-right: 5px; padding-left: 10px; }
.footer-menu .footer-text a:before { content: ""; top: 1px; left: 0; width: 2px; height: 100%; background: #fff; position: absolute; }
.footer-menu .footer-text.no-seperator a:before { display: none; }
.footer-menu .footer-text li:first-child a:before { display: none; }
.footer-text.no-seperator { padding-top: 20px; }
.footer-menu * { font-size: 14px; }

/* footer-section 4-column */
footer.pie-main { width: 100%; background-color: #f2f2f2f2; }
footer.pie-main .container { max-width: 88%; }
footer.pie-main .footer-outer { display: flex; flex-wrap: wrap; width: 100%; }
footer.pie-main .footer-inner { width: 25%; }
footer.pie-main .footer-content { margin-bottom: 30px; }
footer.pie-main .footer-content ul li:first-child a { font-size: 16px; color: #444444; font-weight: 400; margin-bottom: 14px; }
footer.pie-main .footer-content ul li a { color: #999999; display: inline-block; margin-bottom: 6px; font-size: 14px; }
footer.pie-main .social-icon li { display: inline-block; margin: 0px 5px; }
footer.pie-main .social-icon li a i { display: block; font-size: 20px; color: #a0318c; }

/* Post Page */
.single .beanar { width: 100%; background-color: #a0318c; padding: 40px 0px; }
.single .beanar-inner { min-height: 228px; display: flex; justify-content: center; align-items: center; }

/* leadership-team */
.text-large { margin: 0; font-size: 44px; font-weight: 700; color: #fff; }
.single .leader-link a { display: inline-block; color: #fff; border: 2px solid #fff; padding: 8px 40px; font-size: 12px; text-transform: uppercase; line-height: 18px; margin-bottom: 18px; }
.single .leader-link { text-align: center; max-width: 1000px; }
.single .leader-link a:hover { color: #ff9619; background-color: #fff; }
.single .technology-outer h2 { margin: 0px; color: #3c3c3c; font-size: 54px; font-weight: 300; line-height: 1.2em; padding-bottom: 26px; }
.single .technology-outer h1 { margin: 0px; color: #3c3c3c; font-size: 38px; font-weight: 300; line-height: 1.2em; padding-bottom: 26px; }
.single .technology-outer { max-width: 1000px; margin: 0px auto; }
.single .technology-text p { font-size: 20px; color: #646464; font-weight: 500; line-height: 1.3em; padding: 26px 0px; }
.single .technology-text:last-child strong { padding-bottom: 10px; display: inline-block; }

/* next-post-section */
.next-post { display: inline-block; width: 100%; text-align: center; background-color: #333; color: #Fff; }
.next-post-outer { display: flex; flex-direction: column; align-items: center; justify-content: center; min-height: 350px; padding: 30px 0px; }
.next-post a { color: #fff; }
.next-post-outer h5 { font-size: 16px; text-transform: capitalize; font-style: italic; font-weight: 500; }
.next-post-outer h4 { font-size: 22px; margin-bottom: 0px; line-height: 1.2em; }
section.error-404.not-found { background-color: #ff9619; padding: 70px 0px; text-align: center; }
.error404_icon { max-width: 310px; margin: 0 auto; }
.error404_icon img { max-width: 100%; }
section.error-404.not-found header.page-header h1 { font-size: 54px; color: #fff; font-weight: 300; margin: 35px 0px 35px; }
section.error-404.not-found .page-content { color: #fff; font-size: 21px; }
.error-404-btn { text-align: center; padding-top: 20px; }
.error-404-btn a { background-color: #A0318C; padding: 10px 12px 13px 12px; border-radius: 15px; font-size: 22px; color: #fff; min-width: 251px; display: inline-block; }
.single .technology-content h1 { font-size: 38px; }
.single .technology-content h2 { font-size: 32px; }
.single .technology-content h3 { font-size: 28px; }
.single .technology-content h4 { font-size: 24px; }
.single .technology-content h5 { font-size: 20px; }


.page #sfsi_floater { display: none !important; }

.customer-support .support-hero.pie-main-site { margin-top: 100px; border: none; }
.customer-support .pie-main-site.support-cta h4 { min-width: 30%; }
.customer-support .pie-main-site.support-cta h3 { margin: 0; }
.easy-as-pie .worker-hero.autoShopsBanner .worker-hero-wrapper h1 { font-weight: 300; }
.easy-as-pie .video-col-main .video_popup span.link-text h3 { font-size: 22px; line-height: 1.4; max-width: 380px; font-weight: 400;}


/* footer-section */
.agencies-main-site footer { width: 100%; background-color: #f2f2f2f2; }
.agencies-main-site footer .container{ max-width: 88%;  }
.agencies-main-site .footer-outer { display: flex; flex-wrap: wrap; width: 100%; }
.agencies-main-site .footer-inner { width: 25%; }
.agencies-main-site .footer-content { margin-bottom: 40px; }
.agencies-main-site .footer-content h5 { font-size: 16px; color: #444444; font-weight: 400; margin-bottom: 14px; }
.agencies-main-site .footer-content ul li a { color: #999999; display: inline-block; margin-bottom: 6px; font-size: 14px; }
.agencies-main-site .social-icon li { display: inline-block; margin: 0px 5px; }
.agencies-main-site .social-icon li a i { display: block; font-size: 20px; color: #a0318c; }
.agencies-main-site .social-icon li { margin-right: 20px; margin-left: 0; }
.agencies-main-site .social-icon li:last-child { margin-right: 0; }

/* footer-menu-section */
.agencies-main-site .footer-menu { width: 100%; background-color: #3C3C3C; color: #ffffff; }
.agencies-main-site .footer-menu .footer-menu-outer { text-align: center; }
.agencies-main-site .footer-menu .footer-text a { color: #ffffff; }
.agencies-main-site .footer-menu-outer .footer-text:nth-child(2) { margin: 18px 0px; }
.agencies-main-site .footer-text ul li { display: inline; }
.agencies-main-site .footer-text span { display: inline-block; }
.agencies-main-site .footer-text ul { display: inline-block; }
.agencies-main-site .footer-menu .footer-text a { position: relative; padding-right: 5px; padding-left: 10px; }
.agencies-main-site .footer-menu .footer-text li a:before { content: ""; top: 1px; left: 0; width: 2px; height: 100%; background: #fff; position: absolute; }
.agencies-main-site .footer-menu .footer-text li:first-child a:before { display: none; }
.agencies-main-site .footer-inner .footer-content:last-child { margin: 0; }


input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.payment-options .culture-hiring-img img {max-height: 413px;}
.mktoForm .mktoError {color:red;z-index: 1 !important;left: 0 !important;margin: 33px 0 0 150px !important;}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm select.mktoField, .mktoForm textarea.mktoField {box-shadow:none !important;  background-color: rgba(0,0,0,.035) !important;border: 1px solid #999999 !important;}
.mktoForm input[type=text].mktoField.mktoInvalid, .mktoForm input[type=url].mktoField.mktoInvalid, .mktoForm input[type=email].mktoField.mktoInvalid, .mktoForm input[type=tel].mktoField.mktoInvalid, .mktoForm input[type=number].mktoField.mktoInvalid, .mktoForm input[type=date].mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm div.mktoLogicalField.mktoInvalid {border: 1px solid #8C0005 !important;}

.affiliates .your_employees_section .headings h2 {line-height: normal;}
.affiliates .your_employees_section .headings .head_description {margin-bottom: 0;}
.leadership-team-main .leadership-team-outer .leadership-data .leadership-info p {color: #fff;}

.agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children:hover > ul { opacity: 1; visibility: visible; pointer-events: inherit; }
@media (min-width:768px) {
    body:not(.pie-main-site) .header-top-mobile { display: none; }
    body:not(.pie-main-site) .toggle { display: none; }
    body:not(.pie-main-site) .close { display: none; }
    body:not(.pie-main-site) .menu-toggle, body:not(.pie-main-site) .mainmenu .mobile-menu span.mobile-toggle { display: none; }
    body:not(.pie-main-site) .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }
    body:not(.pie-main-site) .header.sticky { top: -40px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22); }
    body:not(.pie-main-site) .header.sticky .header-outer { align-items: center; padding: 11px 0px 0px; transition: all 0.5s ease; }
    body:not(.pie-main-site) .header.sticky .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding: 10px 12px 15px; }
    body:not(.pie-main-site) .header.sticky .header-logo { max-width: 165px; margin-top: -10px; }
    body:not(.pie-main-site) .header.sticky .header-logo * { display: block; max-width: 100%; max-height: 100%; }
    
    body.agencies-main-site .header.sticky { top: 0px; } 
    

}
@media (min-width:1200px) {
    .pie-main-site .header-top-mobile { display: none; }
    .pie-main-site .toggle { display: none; }
    .pie-main-site .close { display: none; }
    .pie-main-site .menu-toggle, .pie-main-site .mainmenu .mobile-menu span.mobile-toggle { display: none; }
    .pie-main-site .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper { opacity: 1; visibility: visible; }
    .pie-main-site .header.sticky { top: -40px; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22); }
    .pie-main-site .header.sticky .header-outer { align-items: center; padding: 11px 0px 0px; transition: all 0.5s ease; }
    .pie-main-site .header.sticky .header-list .mainmenu > ul > li { padding: 10px 12px 15px; }
    .pie-main-site .header.sticky .header-logo { max-width: 156px; margin: 0; transition: all 0.5s ease;}
    .pie-main-site .header.sticky .header-logo * { display: block; max-width: 100%; max-height: 100%; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul { opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 100%; left: 0px; width: 192px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20); }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children:hover > ul { opacity: 1; visibility: visible; pointer-events: inherit; }
    /*.pie-main-site .header.sticky .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { padding: 10px 10px 20px; }*/
    .customer-support .support-hero.pie-main-site { margin-top: 50px;}
    body.auto-shops .image-with-text.matchHeightImg .image-with-text-outer .image-with-text-left {padding: 5% 6% 8% 9%;}

    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children:hover > ul { opacity: 1; visibility: visible; pointer-events: inherit; }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul { opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 100%; left: 0px; width: 192px; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20); }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children { position: relative; }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul { opacity: 0; visibility: hidden; pointer-events: none; position: absolute; top: 100%; left: 0; width: 192px; box-shadow: 0 2px 2px rgb(0, 0, 0, 0.2); display: block !important; background-color: #fff; }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.menu-item-has-children:hover>ul { opacity: 1; visibility: visible; pointer-events: inherit; }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul>li { display: block; padding: 0; }
    .agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul>li a { color: #646464; background-color: #fff; font-size: 16px; padding: 14px; }
}
@media (max-width:1380px) {
    .header-outer { padding-left: 10px; }
    .container { padding: 0px 35px; }
}
@media (max-width:1199px) {
    .container { max-width: 970px; }
    .title-md { font-size: 30px; }
    .spacing70 { padding-top: 50px; padding-bottom: 50px; }
    .spacing50 { padding-top: 50px; padding-bottom: 50px; }

    /* Post Page */
    .single .beanar-inner { min-height: 260px; }

    /*test page image with text*/
    .image-with-text .image-with-text-outer .image-with-text-left, .image-with-text .image-with-text-outer .image-with-text-right { width: 100% !important; }
    .header-list .mainmenu > ul > li.price-predictor-link > a { border-bottom: none; }
    .header-list .mainmenu > ul > li.price-predictor-link:hover > a { color: #fff; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { padding: 0px 3px 28px; }

    /* header-section  */
    .pie-main-site .toggle a { font-size: 26px; color: #3c3c3c; }
    .pie-main-site .header-list { position: relative; }
    .pie-main-site .header-list ul li { display: block; margin-bottom: 14px; }
    .pie-main-site .header-list ul li a { padding: 0; border-bottom: 2px solid #FF9619; padding-bottom: 4px; display: block; color: #646464; }
    .pie-main-site .header-top-mobile { display: block; }
    .pie-main-site .header-top { display: none; }
    .header-logo { margin: 0 0 0 -5px; }
    .pie-main-site .header.header-move { width: 100%; top: 0; left: 0; position: fixed; background-color: #fff; z-index: 9999; box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%); -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%); overflow: visible !important; transform: translate(-300px, 0px); }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.hs-item-has-children ul.hs-menu-children-wrapper { position: static; opacity: 1; visibility: visible; display: none; width: 100%; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu { display: block; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { float: left; width: 100%; display: block; }
    .pie-main-site .header-outer { padding: 22px 0px 18px; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu { position: fixed; transform: translate(300px, 0); -webkit-transform: translate(300px, 0); -ms-transform: translate(300px, 0); top: 0; right: 0px; width: 300px; height: 100vh; z-index: 10000; background-color: #FFF; padding: 33px; overflow: auto; padding-top: 90px; }
    body.pie-main-site { transition: all 400ms ease; }
    body.pie-main-site.menuopen_open { position: fixed; padding-bottom: 0px; transform: translate(-300px, 0px); top: 0; left: 0; right: 0; }
    .pie-main-site .mainmenu .mobile-menu span.mobile-toggle:after, .pie-main-site .mobile-toggle:before { background-color: #fff; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li > a { letter-spacing: -1px; font-size: 24px; padding: 0px 0px 5px; color: #939393; margin-bottom: 14px; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding-bottom: 0; padding-top: 0; position: relative; }

    /*.pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li:hover > a { color: #a0318c; } */
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu span.mobile-toggle { right: 7px; top: 2px; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li > a:before { content: none; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding: 0px 0px 0px; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li.hs-item-has-children > a { padding-right: 50px; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul li a { letter-spacing: -1px; margin-bottom: 14px; font-size: 24px; padding: 0px 0px 5px; color: #939393; }
    .pie-main-site .header-list ul li { margin: 0px; }
    body.menuopen_open.pie-main-site:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 1px; background-color: rgba(0, 0, 0, 0.8); }
    body.menuopen_open.pie-main-site button.menu-toggle.menu-toggle-first { pointer-events: none; }
    .pie-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li:not(.price-predictor-link):not(.sign-in-link) > a:before { content: none; }
    .pie-main-site ul.sub-menu { display: none; width: 100%; padding-left: 20px; }
    .pie-main-site .header-list .mainmenu ul li.price-predictor-link a { background-color: transparent; color: #939393 !important; padding: 0px 0px 5px !important; border-radius: 0; margin-top: 0; }
    .pie-main-site .header-list .mainmenu ul li.sign-in-link a { padding-left: 35px !important; padding-right: 35px !important; display: inline-block !important; }
    .pie-main-site .header-list .mainmenu ul ul#menu-top-header-navigation { margin-bottom: 20px; display: table; width: 100%; }
}
@media (max-width:991px) {
    .container { max-width: 750px; }
    .title-md { font-size: 28px; }
    .title-lg { font-size: 44px; }
    .my-specing-100 { margin-top: 70px; margin-bottom: 70px; }
    .text-large { font-size: 36px; line-height: 1.2em; }

    /* Post Page */
    .single .beanar-inner { min-height: 230px; }
    .technology-outer h2 { font-size: 42px; }
    .technology-text { font-size: 18px; padding: 22px 0px; }
    .technology-outer { max-width: 690px; }
    .error404_icon { max-width: 210px; margin: 0 auto; }
    section.error-404.not-found header.page-header h1 { font-size: 40px; margin: 20px 0px 20px; }
    .header-outer { padding-left: 0; }
    .header-logo { width: 180px; }
    .header-logo * { max-width: 100%; }

    .agencies-main-site .header-logo { margin-top: 2px; width: 155px;}
    body.agencies-main-site .header.sticky .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding: 0px 3px 15px; }
    body.agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { padding: 0px 3px 18px;}
    .agencies-main-site .header.sticky .header-logo { margin-top: 0px; }

    /* footer */
    footer.pie-main .footer-inner { width: 100%; display: flex; flex-wrap: wrap; }
    footer.pie-main .footer-content { width: 50%; float: left; }

/* .footer-menu */ }
@media (max-width:767px) {
    .container { max-width: 100%; }
    .title-lg { font-size: 40px; }
    .title-md { font-size: 24px; }

    /* header-section  */
    .toggle a { font-size: 26px; color: #3c3c3c; }
    .header-list { position: relative; }
    .header-list ul li { display: block; margin-bottom: 14px; }
    .header-list ul li a { padding: 0; border-bottom: 2px solid #FF9619; padding-bottom: 4px; display: block; color: #646464; }
    .header-top-mobile { display: block; }
    .header-top { display: none; }
    .header.header-move { width: 100%; top: 0; left: 0; position: fixed; background-color: #fff; z-index: 9999; box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%); -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%); overflow: visible !important; transform: translate(-300px, 0px); }

    /* footer */
    footer.pie-main .footer-inner { width: 100%; display: flex; flex-wrap: wrap; }
    footer.pie-main .footer-content { width: 100%; float: none; }

    /* .footer-menu */
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu li.hs-item-has-children ul.hs-menu-children-wrapper { position: static; opacity: 1; visibility: visible; display: none; width: 100%; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu { display: block; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { float: left; width: 100%; display: block; }
    .header-outer { padding: 22px 0px 18px; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu { position: fixed; transform: translate(300px, 0); -webkit-transform: translate(300px, 0); -ms-transform: translate(300px, 0); top: 0; right: 0px; width: 300px; height: 100vh; z-index: 10000; background-color: #FFF; padding: 33px; overflow: auto; padding-top: 90px; }
    body { transition: all 400ms ease; }
    body.menuopen_open { position: relative; padding-bottom: 0px; transform: translate(-300px, 0px); }
    .mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before { background-color: #fff; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li > a { font-size: 24px; padding: 0px 0px 5px; color: #939393; margin-bottom: 14px; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding-bottom: 0; padding-top: 0; position: relative; }

    /*.header-list .mainmenu .menu-header-menu-container #menu-header-menu > li:hover > a { color: #a0318c; } */
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu span.mobile-toggle { right: 7px; top: 2px; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li > a:before { content: none; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding: 0px 0px 0px; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li.hs-item-has-children > a { padding-right: 50px; }
    .header-list .mainmenu .menu-header-menu-container #menu-header-menu ul li a { margin-bottom: 14px; font-size: 24px; padding: 0px 0px 5px; color: #939393; }
    .header-list ul li { margin: 0px; }
    body.menuopen_open:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 1px; background-color: rgba(0, 0, 0, 0.8); }
    body.menuopen_open button.menu-toggle.menu-toggle-first { pointer-events: none; }
    .spacing70 { padding-top: 50px; padding-bottom: 50px; }
    .spacing50 { padding-top: 50px; padding-bottom: 50px; }
    .strick.spacing50 { padding-top: 30px; padding-bottom: 30px; }
    .text-large { font-size: 28px; }
    .headings h2 { font-size: 28px !important; line-height: normal !important; }

    /* Post Page */
    .single .beanar-inner { min-height: 180px; }
    .single .beanar { padding: 30px 0px; }
    .next-post.text-large { font-size: 26px; }
    .next-post-outer { min-height: 290px; }
    .technology-outer h2, .technology-outer h2 { font-size: 36px; }
    .error404_icon { max-width: 210px; }
    section.error-404.not-found header.page-header h1 { font-size: 35px; }
    .single .technology-outer h1 { font-size: 38px; }
    .wpcf7-form-control-wrap { position: relative; display: block; width: 100%; margin-top: 10px; }

	body.agencies-main-site .header-list .mainmenu .menu-header-menu-container #menu-header-menu li { padding: 0; }
	body.agencies-main-site .header-list .mainmenu ul li.price-predictor-link a { font-size: 24px; margin-bottom: 0 !important; background: transparent; color: #939393 !important; padding: 0 !important; border: none !important; letter-spacing: -1px; }
	body.agencies-main-site .header.sticky .header-list .mainmenu .menu-header-menu-container #menu-header-menu > li { padding: 0;}

    /* footer */
    .agencies-main-site .footer-inner { width: 50%; padding-bottom: 25px; }

    body.menuopen_open.agencies-main-site { position: fixed;}

}
@media (max-width:480px) {

    /* footer */
    .footer-inner, footer.pie-main .footer-inner { width: 100%; }

    /* .footer-menu */
    .footer-menu .footer-text { font-size: 14px; }
    .footer-menu-outer .footer-text:nth-child(2) { margin: 14px 0px; }
    .footer-text span { display: inline-block; margin-bottom: 10px; }
    .spacing70 { padding-top: 50px; padding-bottom: 50px; }
    .spacing50 { padding-top: 50px; padding-bottom: 50px; }
    .leader-link a { padding: 8px 28px; }
    .technology-outer h2, .technology-outer h1 { font-size: 28px; }
    .technology-text { font-size: 16px; padding: 14px 0px; }
    .technology-content.spacing70 { padding-top: 35px; padding-bottom: 35px; }

    /* footer */
    .agencies-main-site .footer-inner { width: 100%; }

    /* .footer-menu */
    .agencies-main-site .footer-menu .footer-text { font-size: 14px; }
    .agencies-main-site .footer-menu-outer .footer-text:nth-child(2) { margin: 14px 0px; }
    .agencies-main-site .footer-text span { display: inline-block; margin-bottom: 10px; }
    
}
@media(min-width:481px) {
    .inner-date { margin-right: 10px; display: none; }
    .date { display: block; }
}

/*Blog Style*/
.pie-main-site .beanar { position: relative; }
.setBg { background-size: cover; background-position: center; }
.pie-main-site .beanar:before { content: ' '; /*background-color: rgba(45, 45, 45, .35);*/ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; display: block; }
.pie-main-site .beanar .container { position: relative; z-index: 1; }
.pie-main-site .technology-content .container { display: flex; max-width: 1275px; }
.pie-main-site .technology-content .technology-outer.technology-text { width: 74.5%; margin-right: 2%; padding-right: 20px; }
.pie-main-site .technology-content .blogSideBar { width: 23.5%; padding-top: 4px; }
.pie-main-site img { max-width: 100%; }
.blogSideBar .blogSideBar_widget { margin-bottom: 60px; }
.blogSideBar .blogSideBar_widget .title { color: #999; font-family: 'Open Sans'; font-weight: 700; font-size: 12px; letter-spacing: 2px; margin-bottom: 20px; text-transform: uppercase; line-height: normal; }
.trending_posts ul li { margin: 0 0 15px; }
.trending_posts ul li a { border-radius: 5px; padding: 25px; transition: all 0.5s ease; overflow: hidden; display: block; position: relative; }
.trending_posts ul li a:before { position: absolute; content: ''; pointer-events: none; height: 100%; width: 100%; background-color: rgba(0, 0, 0, .5); left: 0; top: 0; border-radius: 5px; transition: all 0.4s ease; }
.trending_posts ul li:first-child a { padding-top: 100px; }
.trending_posts ul li:first-child a span { color: #fff; }
.trending_posts ul li a:hover span { color: #fff; }
.trending_posts ul li a span { position: relative; z-index: 1; font-size: 16px; line-height: 22px; color: #ff9619; }
.single .pie-main-site .technology-text p { padding: 0 0 30px; margin: 0; font-size: 20px; line-height: 28px; }
.blogSideBar_widget.news_in_safety ul li { margin: 0 0 28px; }
.blogSideBar_widget.news_in_safety ul li a { display: flex; align-items: center; }
.blogSideBar_widget.news_in_safety ul li a img { width: 65px; height: 65px; object-fit: cover; border-radius: 5px; min-width: 65px; margin-right: 25px; }
.prevNextWrap { display: flex; }
.prevNextWrap .next-post { width: 100%; text-align: left; }
.prevNextWrap .next-post a { min-height: 300px; display: flex; padding: 6% 17.5%; align-items: center; justify-content: center; background-size: 100%; transition: all 0.4s ease;position: relative;}
.prevNextWrap .next-post a:before { background-color: rgba(13, 13, 13, .35); position: absolute; left: 0; top: 0; content: ''; display: block; z-index: 1; width: 100%; height: 100%; -webkit-transition: background-color 0.4s cubic-bezier(.05,.2,.1,1) 0s; transition: background-color 0.4s cubic-bezier(.05,.2,.1,1) 0s;}
.prevNextWrap .next-post a:hover:before { background-color: rgba(13,13,13,.9); }
.prevNextWrap .next-post a:hover { background-size: 120%; }
.prevNextWrap .prevPost.next-post { text-align: right; }
.prevNextWrap .next-post span { font-size: 14px; color: #fff; margin-bottom: 15px; display: inline-block; }
.prevNextWrap .next-post .articleTitle { line-height: 34px; font-size: 23px; font-weight: 400; position: relative; position: relative; transition: all 0.4s ease;}
.prevNextWrap .next-post .articleTitle { padding-right: 50px; }
.prevNextWrap .prevPost.next-post .articleTitle { padding-left: 50px; padding-right: 0;}
.prevNextWrap .next-post .articleTitle:before { content: ""; width: 37px; height: 14px; position: absolute; right: 0; top: 11px; background: url(../svg/rightarrow.svg) no-repeat center; transition: all 0.2s ease; opacity: 0; transform: translateX(-30px);}
.prevNextWrap .prevPost.next-post .articleTitle:before { background: url(../svg/leftarrow.svg) no-repeat center; left: 0; right: inherit; transform: translateX(30px);}
.prevNextWrap .next-post a:hover .articleTitle:before { opacity: 1; transform: translateX(0); }
.prevNextWrap .next-post a .postContentInner { position: relative; z-index: 1; }
.rocommended_posts { background-color: #f5f5f5; padding: 100px 0; }
.rocommended_posts .container { max-width: 1275px; }
.rocommended_posts .titleText { color: #444; letter-spacing: 0; font-family: Lato; font-weight: 400; font-size: 22px; line-height: 34px; margin-bottom: 7px; }
.rocommended_posts .rocommended_posts_title { margin: 0 0 20px; }
.rocommended_post_wrap { display: flex; flex-flow: wrap; margin: 0 -15px; }
.rocommended_post_wrap .rocommended_post_item { width: calc(100% / 3 - 30px); margin: 15px; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.14); border-radius: 5px; overflow: hidden; }
.rocommended_post_wrap .rocommended_post_item .postContent { padding: 20px 30px 30px 40px; }
.rocommended_post_wrap .rocommended_post_item .postCategory { padding: 0 0 5px; }
.rocommended_post_wrap .rocommended_post_item .postCategory a { font-size: 14px; line-height: 19px; display: inline-block; margin: 0 10px 10px 0; position: relative; padding: 0 0 3px; }
.rocommended_post_wrap .rocommended_post_item .postCategory a:after { height: 2px; width: 0; position: absolute; bottom: 0; left: 0; content: ''; background-color: #ff9619; opacity: 0; transition: all 0.4s ease; }
.rocommended_post_wrap .rocommended_post_item .postCategory a:hover { color: #ff9619; }
.rocommended_post_wrap .rocommended_post_item .postCategory a:hover:after { width: 100%; opacity: 1; }
.rocommended_post_wrap .rocommended_post_item .postContentTitle { font-family: Lato; font-weight: 400; color: #444; font-size: 21px; }
.rocommended_post_wrap .rocommended_post_item img { height: 260px; width: 100%; object-fit: cover; }
.single .pie-main-site .technology-outer h1 { font-size: 54px; line-height: 62px; margin-bottom: 7px; color: #444; padding-bottom: 20px; }
.single .pie-main-site .technology-outer h2 { font-family: Lato; font-weight: 700; letter-spacing: 0; font-size: 34px; line-height: 44px; margin-bottom: 10px; padding: 0; margin-top: 10px;}
.single .pie-main-site .technology-outer h3 { font-size: 22px; line-height: 34px; color: #444; letter-spacing: 0; font-family: Lato; font-weight: 400; margin: 0 0 10px;}
.single .pie-main-site .technology-outer ul { margin-left: 30px; padding-bottom: 25px; }
.single .pie-main-site .technology-outer ul ul { padding-bottom: 0; }
.single .pie-main-site .technology-outer ol { padding-left: 20px; padding-bottom: 25px; margin-top: 0; padding-top: 0; }
.single .pie-main-site .technology-outer ol ol, .single .pie-main-site .technology-outer ol ul { padding-bottom: 0; }
.single .pie-main-site .technology-outer ol li {font-family: Lato; color: #646464; font-size: 20px; font-weight: 400; line-height: 32px;}
.single .pie-main-site .technology-outer ul li { list-style: disc; list-style-position: outside; font-family: Lato; color: #646464; font-size: 20px; font-weight: 400; line-height: 32px; margin-bottom:15px; }
.single .pie-main-site .technology-outer ul li h4, .single .pie-main-site .technology-outer ol li h4, .single .pie-main-site .technology-outer ul li h5 { color: #646464; font-size: 20px; font-weight: 400; line-height: 32px;  padding: 3px 0; margin: 0;}
.single .pie-main-site .technology-outer ul li h4 strong a { color: #ff9619; }
.single .pie-main-site .technology-outer ul li h5 {padding: 0;}
.single .pie-main-site .technology-outer h4 { font-size: 18px; line-height: 32px; font-weight: 600; letter-spacing: 0; font-family: Lato; margin-bottom: 8px; margin-top: 10px; }
.agencies-main-site.single .pie-main-site .technology-text img { box-shadow: none; }

.blog_temlate_wrapper .container { max-width: 1285px; padding: 0 20px;}
.blog_temlate_wrapper { padding: 40px 0; }
.blog_heroPost { padding: 80px 90px; position: relative; border-radius: 5px; overflow: hidden; }
.blog_heroPost:before { position: absolute; top: 0; left: 0; height: 100%; width: 100%; content: ' '; z-index: 1; display: block; background-color: rgba(2, 2, 2, .43); }
.blog_heroPost .blog_heroPost_content { position: relative; z-index: 1; width: 45%; }
.blog_heroPost .postCategory { padding: 0 0 5px; }
.blog_heroPost .postCategory a { font-size: 16px; line-height: 19px; display: inline-block; margin: 0 10px 10px 0; position: relative; padding: 0 0 3px; color: #fff; }
.blog_heroPost .postCategory a:after { height: 2px; width: 0; position: absolute; bottom: 0; left: 0; content: ''; background-color: #fff; opacity: 0; transition: all 0.4s ease; }
.blog_heroPost .postCategory a:hover:after { width: 100%; opacity: 1; }
.blog_heroPost .postTitle {  margin: 0 0 50px; }
.blog_heroPost .postTitle a { color: #fff; display: inline-block; font-family: Lato; font-weight: 700; font-size: 34px; line-height: 44px; }
.blog_heroPost .postDescription { margin-bottom: 45px; width: 75%; color: #fff; line-height: 26px; font-size: 18px; }
.reamore_link { display: flex; }
.reamore_link a { display: flex; align-items: center; background-color: #ff9619; border-radius: 50px; padding: 15px 42px; letter-spacing: 2px; font-weight: 700; color: #fff; font-size: 14px; line-height: 20px; position: relative; transition: all 0.4s ease; }
.readMore_Arrow { width: 24px; height: 14px; background: url(../svg/readmorearrow.svg) no-repeat; display: block; transition: all 0.4s ease; position: absolute; opacity: 0; right: 40px; }
.reamore_link a span { transition: all 0.4s ease; }
.reamore_link a:hover span { transform: translateX(-20px); }
.reamore_link a:hover .readMore_Arrow { right: 30px; opacity: 1; }

.blogPosts_wrapper { display: flex; padding: 40px 0 0; }
.blogPosts_wrapper .blogPosts_left { width: 74.5%; margin-right: 2%; padding-right: 20px; }
.blogPosts_wrapper .blogSideBar { width: 23.5%; padding-top: 4px; }

.blogPosts_item { display: flex; align-items: center; position: relative; margin: 0 0 50px;}
.blogPosts_item .postUrl { position: absolute; left: 0; top: 0; bottom: 0; right: 0; }
.blogPosts_item .postImg { width: 33%; }
.blogPosts_item .postImg img { width: 100%; border-radius: 5px; height: 280px; object-fit: cover; }
.blogPosts_item .postContent { width: 66.6%; border-radius: 0 5px 5px 0; overflow: hidden; padding: 0 0 0 6%; }
.blogPosts_item .postCategory { padding: 0 0 5px; }
.blogPosts_item .postCategory a { font-size: 14px; line-height: 19px; display: inline-block; margin: 0 10px 10px 0; position: relative; padding: 0 0 3px; }
.blogPosts_item .postCategory a:after { height: 2px; width: 0; position: absolute; bottom: 0; left: 0; content: ''; background-color: #ff9619; opacity: 0; transition: all 0.4s ease; }
.blogPosts_item .postCategory a:hover { color: #ff9619; }
.blogPosts_item .postCategory a:hover:after { width: 100%; opacity: 1; }
.blogPosts_item .postContent_title { font-family: Lato; font-weight: 400; color: #444; line-height: 34px; font-size: 22px; margin: 0 0 8px; }
.blogPosts_item .post_excerpt { line-height: 26px; font-size: 17px; margin: 0 0 20px; }
.postDate { line-height: 26px; font-size: 14px; }

.blog_cat_titles { margin: 0 0 30px; }
.blog_cat_titles .cat_subTitle { font-size: 20px; line-height: 20px; color: #888; }
.blog_category_title { font-family: Lato; font-weight: 300; letter-spacing: -1px; font-size: 54px; line-height: 62px; color: #444; padding: 10px 0 20px; }
.blogCategory_posts { display: flex; flex-flow: wrap; margin: 0 -20px; }
.blogCategory_posts .blogCategory_post_item { margin: 20px; width: calc(100% / 3 - 40px); }
.blogCategory_post_item .blogCategory_post_img img { height: 260px; width: 100%; object-fit: cover; border-radius: 5px; }
.blogCategory_post_item .blogCategory_post_content { padding: 20px 18px 0; }
.blogCategory_post_content .blogCategory_post_title { font-size: 20px; line-height: 26px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 5px;}
.blogCategory_post_content .blogCategory_post_auth { font-size: 12px; font-weight: 400; color: #888; margin: 0 0 15px;}
.blogCategory_post_content .blogCategory_post_auth a { color: #888; }
.blogCategory_post_content .blogCategory_post_auth a:hover { color: #ff9619; }
.blogCategory_post_content p { line-height: 1.7em; font-size: 16px; }


.paginationWrap { display: flex; align-items: center; }
.navigation.pagination .nav-links .page-numbers { margin: 0 5px; min-width: 30px; text-align: center; line-height: 30px; display: inline-block; padding: 0; height: 30px; border-radius: 50%; }
.navigation.pagination .nav-links a.prev { background-image: url(../svg/linearrowleft.svg); background-position: center; background-repeat: no-repeat; }
.navigation.pagination .nav-links a.next { background-image: url(../svg/linearrowright.svg); background-position: center; background-repeat: no-repeat; }
.navigation.pagination .nav-links a.next, .navigation.pagination .nav-links a.prev { width: 32px; height: 32px; background-color: #333; overflow: hidden; font-size: 0; display: block; border-radius: 50%; }
.navigation.pagination .nav-links a:hover { background-color: #ff9619; }
.navigation.pagination .nav-links { display: flex; align-items: center; }

.zipCodeForm { background-color: #f2f2f2; border-radius: 5px; text-align: center; padding: 40px; margin: 0 0 30px; }
.single .pie-main-site .technology-outer .zipCodeForm h3 { color: #a0318c; margin: 0 0 30px; }
.zipCodeFormBlock { display: flex; justify-content: center; padding-bottom: 30px; position: relative;}
.zipCodeFormBlock .zip-error { position: absolute; bottom: 0; left: 0; right: 0; text-align: center; color: red;}
.zipCodeFormBlock br { display: none; }
.zipCodeFormBlock input[type="text"] { border: 3px solid #ad5199; border-radius: 50px; background-color: white; max-height: 50px; color: #555; height: 50px; padding: 0 015px; width: 177px; margin-right: 20px; }
.zipCodeFormBlock input[type="button"] { display: flex; align-items: center; background-color: #ff9619; border-radius: 50px; padding: 15px 20px; letter-spacing: 2px; font-weight: 700; color: #fff; font-size: 14px; line-height: 20px; position: relative; transition: all 0.4s ease; border: none; height: 50px; justify-content: center; cursor: pointer;}
.single .pie-main-site .technology-outer ul li h4 a { color: #646464; }
.single .pie-main-site .technology-outer ul li h4 a:hover { color: #ff9619; }

.single .pie-main-site .technology-outer table { margin: 0 0 20px; padding: 0; width: 100%; border-collapse: collapse; border-spacing: 0; background-color: #fff; border-top: 1px solid #ececec; }
.single .pie-main-site .technology-outer table td { border-color: #ececec; border-left: none; border-style: none solid solid none; border-top: medium none; border-width: medium 1px 1px medium; font-size: 13px; padding: 10px; color: #676767; font-weight: 400; line-height: 22px;}
.single .pie-main-site .technology-outer table tr:nth-child(2n+1) { background-color: #fcfcfc; }
.single .pie-main-site .technology-outer table tr td:first-child { border-left-style: solid; border-left-width: 1px; border-color: #ececec; }
.single .pie-main-site .technology-outer table h5 { color: #444; font-family: Lato; font-weight: 400; font-size: 16px; line-height: 26px; }
.single .pie-main-site .technology-outer table h4 { font-size: 17px; line-height: 20px; font-weight: 400; }
.single .pie-main-site .technology-text img { box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%); border-radius: 3px; }
.beanar.report-a-workplace-injury-banner:before { display: none; }
.beanar.report-a-workplace-injury-banner .title-lg { font-weight: 400; font-size: 54px; line-height: normal; text-align: center; }
.beanar.report-a-workplace-injury-banner { padding: 4% 20px; }

.comp_quote_section.categoryGet_qoute { padding: 65px 0; background-color: #a0318c; }
.comp_quote_section.categoryGet_qoute .outer { display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; }
.comp_quote_section.categoryGet_qoute .inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 0; display: flex; align-items: center; width: 100%;}
.comp_quote_section.categoryGet_qoute h2 { font-size: 34px; line-height: 52px; text-align: center; font-family: Lato; font-weight: 700; font-style: normal; color: #fff; margin-bottom: 0; }
.comp_quote_section.categoryGet_qoute .description { padding: 0 30px 0 50px; max-width: 420px; }
.comp_quote_section.categoryGet_qoute .description p { color: #fff; font-size: 14px; text-align: left; padding: 0; margin: 0; color: #fff; line-height: 1.4; }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn { font-size: 18px; padding: 25px 40px; position: relative; transition: all 0.3s ease-in-out; }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn a { display: inline-block; color: #fff; }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn:before { content: '\f178 '; position: absolute; top: 50%; right: 60px; font-family: 'FontAwesome'; opacity: 0; visibility: hidden; transform: translateY(-50%); -webkit-transition: all .45s cubic-bezier(.25, 1, .33, 1); }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn:hover:before { opacity: 1; visibility: visible; right: 30px; }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn span { position: relative; display: inline-block; transition: all 0.3s ease-in-out; }
.comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn:hover span { transform: translateX(-18px); }

.archive #sfsi_floater { display: none; }

.terms_submitted_content .container { max-width: 1245px; }
.wpcf7 form .wpcf7-response-output { margin: 15px 0 0; padding: 10px; }
.form-group .wpcf7-not-valid-tip { font-size: 14px; padding: 5px 0; }

/*find_insurance_zipcode*/
.hero-section .find-ins-wrap .error-msg {padding:5px 0 0 15px;}

/*start_quote_full_width*/
.worker-hero-code p.error-msg {
    max-width: 348px;
    color: #fff;
    padding: 9px 0 0 0;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
}

.small-business-btn.quote_form_wrap span.error-msg {
    width: 100%;
    padding-left: 70px;
}

.two_col_main .two_col_inner .left_col_col a.left-col-link { color: #ff9619; display: inline-block; margin-top:10px;}
.two_col_main .two_col_inner .left_col_col a.left-col-link .arrow {top: -12px;
    position: relative;
    display: inline-block;
    padding-right: 38px;}
.two_col_main .two_col_inner .left_col_col a:hover .arrow:before { -ms-transform: scale(1, 1) translateX(9px); -webkit-transform: scale(1, 1) translateX(9px); transform: scale(1, 1) translateX(9px); color: inherit; border: none; }
.two_col_main .two_col_inner .left_col_col a:hover .arrow:after { ms-transform: scale(1, 1) translateX(9px); -webkit-transform: scale(1, 1) translateX(9px); transform: scale(1, 1) translateX(9px); border-color: inherit; color: inherit; }
.two_col_main .two_col_inner .left_col_col a .arrow:before { font-family: 'Fontawesome' !important; font-weight: normal; font-style: normal; text-decoration: inherit; backface-visibility: hidden; -webkit-font-smoothing: antialiased; content: "\f105"; color: #ff9619; line-height: 23px; font-size: 14px; position: absolute; right: 0; width: 26px; text-align: center; height: 25px; top: 50%; margin-top: -16px; -ms-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1); transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1); -webkit-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1); border: 1px solid; border-radius: 100px; }
.two_col_main .two_col_inner .left_col_col a .arrow:after { position: absolute; content: ''; border-bottom: 1px solid #ff9619; height: 1px; width: 22px; right: 12px; top: 50%; margin-top: -5px; -ms-transform: scale(0, 1) translateX(0px); -ms-transform-origin: left; transform: scale(0, 1) translateX(0px); transform-origin: left; -webkit-transform: scale(0, 1) translateX(0px); -webkit-transform-origin: left; pointer-events: none; transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1); -webkit-transition: all 0.33s cubic-bezier(0.12, 0.75, 0.4, 1); }
.pie-main-site .two_col_main .left_col_col.content span {font-weight: bold;}
.pie-main-site .two_col_main .left_col_col.content {padding: 30px 58px;}
.pie-main-site .worker-hero-content h1 {font-weight: 400;}
.small_business-section {padding-bottom: 30px;}
.home.pie-main-site .small_business-section .headings {width: 100%; max-width: 100%;}
.home.pie-main-site .menu_america .headings h2 {font-weight: 400;}
.home.pie-main-site .two_col_main .left_col_col.content span {font-size: 22px;line-height: 34px; color: #3c3c3c; font-weight: normal;}
.home.pie-main-site .two_col_main .left_col_inner .icons {color: #3c3c3c !important;}
.home.pie-main-site .getting-more a {text-underline-offset: 8px;}

.terms-of-use .banner-section {padding: 90px 0px 125px;}
.navigation.pagination.blog_pagination .nav-links .prev a, .navigation.pagination.blog_pagination .nav-links .next a{width:30px;height:30px;background:#444;display:inline-block;border-radius:50%;margin:0 10px 0 0;position:relative;text-indent:10px;transition:all 0.5s ease;}
.navigation.pagination.blog_pagination .nav-links .prev a i {position:absolute;left:0;right:0;top:5px;color:#fff;content:"\f104";font-family:'FontAwesome';font-size:19px;}
.navigation.pagination.blog_pagination .nav-links .next a i{position:absolute;left:2px;right:0;top:5px;color:#fff;content:"\f105";font-family:'FontAwesome';font-size:19px;}
.navigation.pagination.blog_pagination .nav-links .prev a:hover,.navigation.pagination.blog_pagination .nav-links .next a:hover{background:#ff9619;transition:all 0.5s ease;}
.pie-main-site.contact {padding-left: 0; padding-right: 0;}
.report-a-workplace-injury .your_employees_section.without-icons .wrapper {padding-bottom: 0;}
.banner-section.architects_main .quote_btn a {background: #ff9619;border-radius:50px;font-weight:bold;letter-spacing:2px;}
.comp_quote_section .quote_btn a.primary-btn {background: #ff9619;border-radius:50px;font-weight:bold;letter-spacing:2px; display: inline-block;}
a.primary-btn {background: #ff9619;border-radius:50px;font-weight:bold;letter-spacing:2px; color: #fff;}
.wholesalers-insurance .leadership-main.wholesalersIcons {margin-bottom: 0px;}
.leadership-main .leadership-outer .leadership-right .leadership-link a {color: #ff9619 !important; margin-right: 3px;}
.omissions-covered-right .submit {cursor: pointer;}
.quotes-section.violet-bg .quotes-btn:hover {color: #fff}
.commercial-auto-insurance .leadership-main .leadership-outer,  .cyber-insurance .leadership-main .leadership-outer, .bop-insurance .leadership-main .leadership-outer {align-items: inherit;}
.errors-and-omissions-insurance .leadership-main .leadership-outer, .small-business-health-insurance .leadership-main .leadership-outer, .general-liability-insurance .leadership-main .leadership-outer, .professional-services-insurance .leadership-main .leadership-outer {align-items: inherit;}
.small-business-health-insurance .outdoor-hero.matchHeading .outdoor-hero-content h1 { font-size: 54px;}
.workers-compensation-insurance .compensation-insurance-col {padding: 0 50px;}
.inclusions-exclusions .culture-hiring-img img, .workers-comp-class-codes .culture-hiring-img img {object-fit:inherit;}
.inclusions-exclusions .inclusiond-worker .culture-hiring-content a {font-size: 22px; margin-top: 20px;}
.workers-coverage.bop-insurance .container { max-width: 100%; }
.workers-coverage.bop-insurance .workers-coverage-img img { border-radius: 0; }
.commercial-auto-insurance .image-with-text.matchHeightImg .image-with-text-outer .image-with-text-left { padding: 5%; }
.culture .image-with-text.matchHeightImg .image-with-text-outer .image-with-text-left { padding: 5%; }

.how-we-help .image-with-text .image-with-text-outer .image-with-text-left { padding: 6%; }
.premium-audit-checklist .outdoor-about .outdoor-about-right { padding: 3%; }
.support-list.pie-main-site.workers-comp-faq .items:not(:last-child) { border-bottom: 3px #000 solid; padding-bottom: 50px; }

.reviews .image-with-text.grayBg .image-with-text-outer .image-with-text-left { padding: 10%; }
.reviews .image-with-text.grayBg .image-with-text-outer .image-with-text-left .head-md { font-weight: 700; }
.reviews .reviews-businesses-card .reviews-card-text .reviews-subtext { font-size: 24px; }
.small-business-health-insurance .omissions-need.commercial-need h2 { font-size: 46px; }
.small-business-health-insurance .omissions-advice-subtext { max-width: 93%; margin: 0 auto 30px; }
.small-business-health-insurance .leadership-title h4.title-sm { margin: 30px 0 0; font-size: 19px; }
.small-business-health-insurance .insurence-plan-section.matchIconsStyle .insurence-plan-col { padding: 0 30px; }
.small-business-health-insurance .omissions-need { padding-top: 30px; }
.auto-shop-insurance .image-main { position: relative; }
.auto-shop-insurance .image-main:after { content: ""; background-color: rgba(255, 255, 255, 0.2); position: absolute; left: 0; bottom: 0; right: 0; top: 0; }
.auto-shop-insurance .insurance_type_section .wrapper ul li { justify-content: flex-start; text-align: left; }
.auto-shop-insurance .insurance_type_section .wrapper ul li h4 { line-height: 25px; }
.auto-shop-insurance .insurance_common_section .connect_col h2 { font-size: 25px; line-height: 34px; }
.auto-shop-insurance .insurance_common_section .connect_col a.primary-btn { font-size: 12px; }
.auto-shop-insurance .pie_provides_section h4 { font-size: 19px; line-height: 28px; }

.pie-main-site.styleguide .trigger-main-block .textarea tbody tr:first-child td { background-color: #ebebeb; }
.pie-main-site.styleguide .trigger-main-block .textarea td { padding: 10px; font-size: 14px; }
.pie-main-site.styleguide .audit-hero.white-bg { padding: 100px 0; }
.pie-main-site.styleguide .audit-hero .audit-hero-content h1 { font-size: 64px; }
.pie-main-site.styleguide .items .cs-trg-head { font-weight: 700; }
.brandLogoLayout { display: flex; justify-content: space-between; text-align: center; padding: 30px 0;}
.brandLogoLayout .brandLogo { width: 50%; }
.brandLogoLayout .tbaLink { font-size: 18px; padding: 25px 40px; font-weight: 700; background-color: #ff9619; display: inline-block; color: #fff; border-radius: 50px; margin: 0 10px;}
.brandLogoLayout .brandLogo .flex { display: flex; justify-content: center; }

.small-business-week-rules .content-section .container {max-width: 1045px;}
.small-business-week-rules .content-section .content-outer p {font-size: 15px; line-height: 26px;}
.small-business-week-rules .content-section ul {margin: 0 0 28px 40px;}
.small-business-week-rules .content-section ul li {font-size: 15px;line-height: 26px;margin: 0 0 10px 0;}
body .insurance_type_section .wrapper ul li {justify-content: flex-start; margin-bottom: 0px;}
body .insurance_type_section .wrapper ul li h4 {text-align: left;}

.professional-services-insurance .need_wholesale_business .inner ul {justify-content: flex-start; padding-left: 140px; }
.professional-services-insurance .need_wholesale_business .inner {max-width: 896px;}
.professional-services-insuranc .need_wholesale_business .headings h2 {text-align: center;}

/* form Style*/

.commercial-auto-insurance-lp .ccpa-section {background: #fff; padding-bottom: 20px;}
.commercial-insurance-card .commercial-subtext {text-align: center;}
.benefits .image-with-text .image-with-text-outer .image-with-text-left .head-md {padding-bottom: 5px; font-weight: 600;}
.opportunities-pie-container {text-align: center;}


@media(min-width:1024px) {
    .trending_posts ul li:not(:first-child) a:not(:hover) { background: #fff !important; background-position: center; }
    .trending_posts ul li:not(:first-child) a:not(:hover):before { background-color: transparent; }
}
@media (max-width:1280px) {
    .prevNextWrap .next-post .articleTitle { line-height: 26px; font-size: 18px; }
    .single .pie-main-site .technology-outer h1 { font-size: 40.5px; line-height: 45px; }
    .blog_heroPost .blog_heroPost_content {width: 75%;}
    .blog_category_title { padding: 10px 0; font-size: 44px; line-height: 50px; }
    .beanar.report-a-workplace-injury-banner .title-lg { font-size: 40px; }
    .comp_quote_section.categoryGet_qoute { padding: 50px 0 60px; }
    .comp_quote_section.categoryGet_qoute .inner { flex-direction: column; }
    .comp_quote_section.categoryGet_qoute h2 { margin-bottom: 10px; font-size: 32px; line-height: 1.2;}
    .comp_quote_section.categoryGet_qoute .description { padding: 0 0 20px; max-width: 100%; }
    .comp_quote_section.categoryGet_qoute .description p {text-align: center;}
    .comp_quote_section.categoryGet_qoute .quote_btn a.primary-btn {font-size: 16px; padding: 16px 30px;}
    .reviews .image-with-text.grayBg .image-with-text-outer .image-with-text-left { padding: 6%; } 
    .reviews .reviews-businesses-card .reviews-card-text .reviews-subtext { font-size: 22px; }
    .small-business-health-insurance .omissions-need.commercial-need h2 { font-size: 38px; }
    .pie-main-site.styleguide .audit-hero .audit-hero-content h1 { font-size: 40px; }
    .pie-main-site.styleguide .audit-hero.white-bg { padding: 50px 0; }
}
@media (max-width:1023px) {
    .pie-main-site .technology-content .container, .blogPosts_wrapper { flex-direction: column; }
    .pie-main-site .technology-content .technology-outer.technology-text, .blogPosts_wrapper .blogPosts_left { width: 100%; margin: 0; padding: 0; }
    .blogPosts_wrapper .blogPosts_left { padding: 0 0 40px; }
    .pie-main-site .technology-content .blogSideBar,  .blogPosts_wrapper .blogSideBar { width: 100%; padding-top: 0; }
    .prevNextWrap .next-post a { padding: 6% 30px; }
    .prevNextWrap .next-post span { margin-bottom: 5px; }
    .rocommended_posts { padding: 50px 0; }
    .rocommended_post_wrap .rocommended_post_item { width: calc(100% / 2 - 30px); }
    .rocommended_post_wrap .rocommended_post_item .postContent { padding: 20px 20px 30px; }
    .rocommended_post_wrap .rocommended_post_item .postCategory { padding: 0; }
    .trending_posts ul li a span { color: #fff; }
    .trending_posts ul li a:before { background-color: rgba(0, 0, 0, .5); }
    .blog_heroPost {padding: 50px;}
    .blog_heroPost .postTitle { margin: 0 0 30px; }
    .blog_cat_titles { margin: 0 0 10px; }
    .blog_category_title { padding: 10px 0; font-size: 36px; line-height: normal; }
    .blogCategory_posts .blogCategory_post_item { margin: 15px; width: calc(100% / 2 - 30px); }
    .blogCategory_posts { margin: 0 -15px; }
    .beanar.report-a-workplace-injury-banner .title-lg { font-size: 38px; }
    .customer-support .support-hero.pie-main-site { margin-top: 30px;}
    .premium-audit-checklist .outdoor-about .outdoor-about-right { padding: 5%; }
    .reviews .image-with-text.grayBg .image-with-text-outer .image-with-text-left { padding: 6%; } 
    .pie-main-site.styleguide .audit-hero .audit-hero-content h1 { font-size: 38px; }
    .professional-services-insurance .need_wholesale_business .inner ul {padding-left: 0;}
}
@media(max-width:767px) {
    .single .pie-main-site .technology-content h2 { font-size: 22px; line-height: 32px; padding-bottom: 15px; margin: 0;}
    .pie-main-site .technology-content .container { padding: 20px; }
    .pie-main-site .technology-content.spacing70 { padding-top: 10px; padding-bottom: 15px; }
    .single .pie-main-site .technology-text p { padding: 0 0 15px; font-size: 16px; line-height: 24px; }
    .single .pie-main-site .technology-content h3 { font-size: 20px; }
    .prevNextWrap { flex-direction: column; }
    .prevNextWrap .next-post { width: 100%; }
    .prevNextWrap .prevPost.next-post, .prevNextWrap .next-post { text-align: center; }
    .prevNextWrap .next-post a { min-height: 250px; }
    .prevNextWrap .prevPost.next-post .articleTitle, .prevNextWrap .next-post .articleTitle { padding: 0; }
    .prevNextWrap .prevPost.next-post .articleTitle:before { display: none; }
    .rocommended_post_wrap { margin: 0; }
    .rocommended_post_wrap .rocommended_post_item { width: 100%; margin: 0 0 20px; }
    .rocommended_posts .container { padding: 0 20px; }
    .single .pie-main-site .technology-content h3 { font-size: 18px; line-height: normal; }
    .single .pie-main-site .technology-outer ul li h4, .single .pie-main-site .technology-outer ul li, .single .pie-main-site .technology-outer ul li h5 .single .pie-main-site .technology-outer ol li, .single .pie-main-site .technology-outer ol li h4 { line-height: 24px; font-size: 16px; }
    .single .pie-main-site .technology-outer h1 { font-size: 34px; line-height: 35px; margin-bottom: 0; padding-bottom: 15px; }
    .blog_heroPost { padding: 30px; }
    .blog_heroPost .blog_heroPost_content { width: 100%; }
    .blog_heroPost .postCategory { padding: 0; }
    .blog_heroPost .postTitle { margin: 0 0 10px; }
    .blog_heroPost .postTitle a { font-size: 24px; line-height: 30px; }
    .blog_heroPost .postDescription { line-height: 20px; width: 85%; margin-bottom: 25px; }
    .reamore_link a { padding: 9px 25px; }
    .reamore_link a .readMore_Arrow { position: static; margin-left: 5px; opacity: 1; display: none; }
    .reamore_link a:hover span { transform: none; }
    .blogPosts_item {flex-direction: column;margin: 0 0 30px;}
    .blogPosts_item .postImg { width: 100%; }
    .blogPosts_item .postContent {width: 100%;padding: 10px 0;}
    .blogPosts_item .postCategory { padding: 0; }
    .blogPosts_item .post_excerpt { line-height: 22px; font-size: 14px; margin: 0 0 10px; }
    .blog_temlate_wrapper { padding: 30px 0; }
    .blogCategory_posts .blogCategory_post_item { margin: 0 0 20px; width: 100%; }
    .blogCategory_posts { margin: 0; }
    .blog_cat_titles .cat_subTitle { font-size: 17px; line-height: normal; }
    .blog_category_title { padding: 10px 0 20px; font-size: 30px;}
    .zipCodeFormBlock {flex-direction: column;}
    .zipCodeFormBlock input[type="text"] {width: 100%; margin: 0 0 10px;}
    .zipCodeFormBlock input[type="button"] {width: 100%;}
    .beanar.report-a-workplace-injury-banner { padding: 40px 20px; }
    .beanar.report-a-workplace-injury-banner .title-lg {font-size: 34px;}
    .blogCategory_post_item .blogCategory_post_img img { height: auto; }
    .comp_quote_section.categoryGet_qoute h2 {font-size: 26px;}
    .blogCategory_post_item .blogCategory_post_content { padding: 20px 0 0; }

    .worker-hero-code p.error-msg {text-align: center;}
    .two_col_main .two_col_inner .left_col_col a.left-col-link .arrow {padding-right: 78px;}
    .two_col_main .two_col_inner .left_col_col a.left-col-link {margin-left: -30px;}

    .terms-of-use .banner-section {padding: 30px 0px 35px;}
    .workers-compensation-insurance .compensation-insurance-col {padding: 0 30px;}
    .small-business-btn.quote_form_wrap span.error-msg {width: 100%;padding-left: 0; text-align: center; margin-top: 10px;}
    .commercial-auto-insurance .image-with-text.matchHeightImg .image-with-text-outer .image-with-text-left, .culture .image-with-text.matchHeightImg .image-with-text-outer .image-with-text-left  { padding: 40px 30px; }
    .customer-support .support-hero.pie-main-site { margin-top: 0; padding: 30px 0;}
    .customer-support .pie-main-site.support-hero h1 {    margin: 0 0 10px;}
    .easy-as-pie .video-col-main .video-col-outer .video-col-left { padding: 40px 30px; }
    .easy-as-pie .video-col-main .video_popup span.link-text h3 {font-size: 18px;}
    .easy-as-pie .quotes-btn { font-size: 16px; padding: 17px 35px;}
    .how-we-help .image-with-text .image-with-text-outer .image-with-text-left { padding: 40px 30px; }
    .premium-audit-checklist .outdoor-about .outdoor-about-right { padding: 40px 30px; }
    .support-list.pie-main-site.workers-comp-faq .items:not(:last-child) { border-bottom: 2px #000 solid; padding-bottom: 40px; }
    .reviews .image-with-text.grayBg .image-with-text-outer .image-with-text-left { padding: 40px 30px; }
    .reviews .reviews-businesses-card .reviews-card-text .reviews-subtext { font-size: 18px; }
    .reviews .reviews-rate { text-align: center; }
    .reviews .reviews-rate-content { justify-content: center; }
    .reviews .reviews-rate-btn { font-size: 16px; }
    .small-business-health-insurance .omissions-need.commercial-need h2 { font-size: 30px; }
    .small-business-health-insurance .outdoor-hero.matchHeading .outdoor-hero-content h1 { font-size: 38px;}
    .small-business-health-insurance .insurence-plan-section {padding: 46px 20px 10px;}
    .auto-shop-insurance .insurance_common_section .connect_col a.primary-btn { font-size: 14px; }
    .pie-main-site.styleguide .audit-hero .audit-hero-content h1 { font-size: 32px; }
    .pie-main-site.styleguide .audit-hero.white-bg { padding: 0; }

    .small-business-week-rules .content-section ul {margin:0 0 28px 17px;}
    .small-business-week-rules .content-section .container {padding: 0 15px;}

    .mktoForm .mktoError {color:red;z-index: 1 !important;left: 0 !important;margin:0 !important;}
    .mktoForm .mktoError .mktoErrorMsg {max-width: 100% !important; clear: both;}
}

/*Blog Style End*/

.batch-rating .outdoor-hero .outdoor-hero-content h1, 
.commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h1,
.internal-resources .outdoor-hero .outdoor-hero-content h1 { font-size: 48px; font-weight: 600; }
.batch-rating .outdoor-hero .outdoor-hero-content h2, .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h2 { font-size: 30px; }
.batch-rating .batch-rating-section .container { max-width: 94%; }
.batch-rating .batch-rating-item p { text-align: center; }
.commercial-auto-broad-form-endorsement .comp_quote_section .inner { max-width: 1245px;}
.commercial-auto-broad-form-endorsement .comp_quote_section .description p { font-size: 18px; }

@media(max-width: 1199px) {
    .batch-rating .outdoor-hero .outdoor-hero-content h1, 
    .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h1,
    .internal-resources .outdoor-hero .outdoor-hero-content h1 { font-size: 36px; }
    .batch-rating .outdoor-hero .outdoor-hero-content h2, .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h2 { font-size: 28px; }
}
@media(max-width: 1023px) {
    .batch-rating .outdoor-hero .outdoor-hero-content h1, 
    .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h1,
    .internal-resources .outdoor-hero .outdoor-hero-content h1 { font-size: 32px; }
    .batch-rating .outdoor-hero .outdoor-hero-content h2, .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h2 { font-size: 24px; }
}
@media(max-width: 767px) {
    .batch-rating .outdoor-hero .outdoor-hero-content h2, .commercial-auto-recent-success .outdoor-hero .outdoor-hero-content h2 { font-size: 18px; }
}