/*
Theme Name: PROSHRED® Security
Theme URI: https://www.bayshoresolutions.com
Author: Bayshore Solutions
Author URI: https://www.bayshoresolutions.com
Description: Custom wordpress theme build for Proshred® Security
Version: 7.6.0

Bayshore Solutions WordPress Theme © 2024
*/
:root {
    --proshred-primary-color: #eb0029;
    --proshred-secondary-color: #333333;
    --proshred-gray-color: #000000;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font: 18px/1.5em 'lato', Arial, "sans-serif";
    color: #333333;
    vertical-align: top;
}

header, nav, article, footer, address, section {
    display: block;
}

img {
    vertical-align: bottom;
    border: 0;
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

header img,
footer img,
.noborder,
.noborder img {
    border-radius: 0;
}

#wpadminbar {
    z-index: 100001;
}

*, :before, :after {
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    zoom: 1;
    box-sizing: border-box;
}

hr {
    border: 0;
    height: 1px;
    background: #ececed;
    margin: 50px 0;
}

#maincontent {
    overflow: hidden;
}

.panel-grid,
.panel-grid-cell,
.siteorigin-panels-stretch,
.slick-list,
.slick-slide,
.slick-track,
.page-hero,
.page-hero * {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.panel-grid.panel-no-style,
.panel-grid.panel-has-style > .panel-row-style {
    padding-top: 70px;
    padding-bottom: 70px;
}

.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.wrapper,
.contentwrapper {
    width: 90%;
    max-width: 1170px;
    padding: 0;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.contentwrapper {
    width: 100%;
    align-items: stretch;
}

.flexcol {
    flex: 1 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.flexcolsidebar {
    flex: 0 1 250px;
    min-width: 250px;
    margin-right: 50px;
    border-right: 1px solid #ececed;
    padding: 70px 0;
}

.flexcol-quarter {
    flex: 1 1 25%;
    align-self: auto;
    min-width: 25%;
    min-height: auto;
}

.flexcol-half {
    flex: 1 1 50%;
    align-self: auto;
    min-width: 50%;
    min-height: auto;
}

.vmiddle {
    justify-content: center !important;
    align-content: center !important;
    align-items: center !important;
}

.ada-gotocontent {
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 0;
    width: 200px;
    z-index: 99999;
}

.ada-gotocontent a {
    display: block;
    background: var(--proshred-primary-color);
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    width: 200px;
    left: 0;
    top: -50px;
}

.ada-gotocontent a:focus {
    top: 0;
}

.padding-0 {
    padding: 0 !important;
}

.margin-0 {
    margin: 0 !important;
}

.fs-18 {
    font-size: 18px;
    line-height: 1.5em;
}

.fs-24 {
    font-size: 24px;
}

.uppercase {
    text-transform: uppercase;
}

a {
    color: var(--proshred-primary-color);
}

a:not(.bttn):hover {
    color: #333333;
}

.red {
    color: var(--proshred-primary-color);
}

.white {
    color: #ffffff;
}

.whitebg {
    background-color: #ffffff !important;
}

.greybg {
    background-color: #ececed !important;
}

/*Header Styling*/
.header-spacer {
    height: 214px;
}

#siteheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100000;
}

.admin-bar #siteheader {
    top: 32px;
}

sup {
    top: -5px;
    vertical-align: top;
}

.column-2 {
    column-count: 2;
    column-gap: 40px;
    margin-top: 0;
}

.column-3 {
    column-count: 3;
    column-gap: 40px;
    margin-top: 0;
}

ul {
    margin-top: 0;
}

.margintop-5 {
    margin-top: 5px;
}

.margintop-10 {
    margin-top: 10px;
}

.margintop-15 {
    margin-top: 15px;
}

.marginbottom-5 {
    margin-bottom: 5px;
}

.marginbottom-10 {
    margin-bottom: 10px;
}

.marginbottom-15 {
    margin-bottom: 15px;
}

/*Top Header Styling*/
.top-header {
    background: #ececed;
    padding: 13px 0;
    z-index: 1;
}

.scrolled .top-header {
    /*margin-top:-56px;*/
}

.top-header .aux-addressphone,
.top-header .aux-phone,
.top-header .aux-search {
    flex: 0 1 auto;
}

.top-header .aux-phone a,
.top-header .aux-phone a i:before {
    color: #231f20;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}

.top-header .aux-addressphone,
.top-header .aux-phone a i:before {
    font-size: 14px;
}

.top-header .aux-addressphone a:hover,
.top-header .aux-phone a:hover,
.top-header .aux-phone a:hover i:before {
    color: var(--proshred-primary-color);
}

.top-header .aux-addressphone a {
    color: #231f20;
}

.top-header .aux-phone a i svg {
    width: 18px;
    height: 18px;
    margin: 0 5px -2px 0;
}

.top-header .aux-phone a:hover i svg * {
    fill: var(--proshred-primary-color) !important;
}

.top-header .aux-addressphone strong {
    text-transform: uppercase;
    font-weight: 900;
}

.top-header nav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-header nav ul li {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
    border-left: 1px solid #231f20;
}

.top-header nav ul li:first-child {
    border: 0;
}

.top-header nav ul li a {
    display: block;
    color: var(--proshred-secondary-color);
    font-size: 12px;
    line-height: 14px;
    padding: 0 20px;
    text-decoration: none;
}

.top-header nav ul li a:hover {
    color: #231f20;
}

.aux-search {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.top-header .aux-search-container {
    margin: 0 30px 0 10px;
}

.aux-search-bttn {
    padding: 0;
    border: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: none;
}

.header-estimate .aux-search-bttn {
    display: none;
    position: relative !important;
}

.aux-search > div {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.auxsearch-toggle {
    display: inline-block;
    border: 1px solid #d2d1d2;
    background: #ffffff;
    cursor: pointer;
    border-radius: 2px;
    margin: 0;
    padding: 0 10px;
    line-height: 28px;
    margin-left: 2px;
    font-size: 12px;
    color: #333333;
    height: 30px;
}

.aux-search i svg {
    vertical-align: middle;
    width: 14px;
    height: 14px;
}

.aux-search i.sort-down svg {
    width: 13px;
    height: 13px;
    margin-top: -7px;
    margin-left: 4px;
}

.auxsearch-toggle i:first-child {
    margin: -4px 8px 0 0;
    font-size: 14px;
}

.auxsearch-toggle span {
    min-width: 73px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-flex;
}

.search-dd-wrapper {
    position: absolute;
    top: calc(100% + 2px);
    display: none;
    border: 1px solid #d2d1d2;
    background: #ffffff;
    padding: 10px;
    left: 2px;
    overflow: hidden;
    z-index: 99;
    width: 100%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
}

.active .search-dd-wrapper {
    display: block;
}

.aux-zipdd .search-dd-wrapper {
    right: 0;
    left: auto;
    width: 172px;
}

.search-dd-wrapper input[type="text"] {
    float: left;
    border: 1px solid #e2e2e2;
    padding: 0 6px;
    background: #f3f3f3;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    border-radius: 2px 0 0 2px;
    width: 84px;

}

.search-dd-wrapper button {
    float: left;
    width: 66px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    border-radius: 0 2px 2px 0;
    background: var(--proshred-primary-color) url('images/loader-white.gif') center center no-repeat;
    background-size: 0 0;
    cursor: pointer;
}

.search-dd-wrapper button:hover {
    background-color: #333333;
}

.search-dd-wrapper button.loading span {
    visibility: hidden;
}

.search-dd-wrapper button.loading {
    background-size: 16px 16px;
}

.auxsearch-toggle i img,
.search-dd-wrapper label i img {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.search-dd-wrapper input[type="radio"] {
    position: absolute;
    opacity: 0;
}

.search-dd-wrapper label {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #333333;
    height: 30px;
    cursor: pointer;
    padding: 0 5px;
}

.search-dd-wrapper label i {
    margin-right: 8px;
}

.search-dd-wrapper input[type="radio"]:checked + label,
.search-dd-wrapper label:hover {
    background: #ececed;
}

/* ZIP code validation */
.search-dd-wrapper p,
.estimateform-row p.invalid {
    color: var(--proshred-primary-color);
    display: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 12px;
    line-height: 1;
    margin-top: calc(24px + 1em);
    margin-bottom: 0;
}

.search-dd-wrapper p.invalid {
    display: block;
}

.estimateform-row p.invalid {
    margin-top: 5px;
}

/* .search-dd-wrapper input[type="text"]:invalid {
	box-shadow:0 0 3px var(--proshred-primary-color);
} */

/*Bottom Header Styling*/
.bottom-header {
    padding: 35px 0;
    background: #ffffff;
}

.scrolled .bottom-header {
    padding: 25px 0;
}

.header-logo a {
    display: block;
    width: 100%;
}

.scrolled .header-logo a {
    width: 170px;
}

.header-logo img {
    max-width: 254px;
    height: auto;
    width: 100%;
}

.toggle-menu {
    display: none;
    border: 0;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    background: none;
    width: 48px;
    height: 48px;
    margin: 0 0 0 8px;
    position: relative !important;
}

.toggle-menu span,
.toggle-menu:before,
.toggle-menu:after {
    display: block;
    width: 20px;
    height: 2px;
    background: #000000;
    position: absolute !important;
    left: 50%;
    top: 50%;
    margin: -1px auto auto -10px;
    text-indent: -999px;
    overflow: hidden;
}

.toggle-menu:before,
.toggle-menu:after {
    content: '';
}

.toggle-menu:before {
    margin-top: -8px;
}

.toggle-menu:after {
    margin-top: 6px;
}

.mobilenav-active .toggle-menu span,
.mobilenav-active .toggle-menu:before,
.mobilenav-active .toggle-menu:after,
.toggle-menu svg {
    display: none;
}

.mobilenav-active .toggle-menu svg.icon-close {
    display: block;
    opacity: 1;
}

.mobilemenu-overlay {
    display: none;
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.toggle-bttn {
    text-align: right;
    padding: 20px 20px 0;
}

.toggle-bttn button {
    display: inline-block;
    margin: auto;
}

.toggle-bttn button span {
    opacity: 0;
}

.toggle-bttn button:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: auto;
}

.toggle-bttn button:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
}

.map-marker svg,
.phone-ico svg {
    width: 18px;
    height: 18px;
}

.mobilemenu-phone {
    text-align: center;
    padding-bottom: 10px;
}

.mobilemenu-phone a {
    color: var(--proshred-primary-color);
    display: inline-block;
    font-size: 24px;
    text-decoration: none;
    font-weight: 900;
}

.mobilemenu-phone a i {
    font-size: 18px;
}

.mobilemenu-zip {
    padding: 10px;
    background: #ececed;
}

.mobilemenu-zip-wrapper {
    margin: auto;
    text-align: left;
    max-width: 75%;
}

.mobilemenu-zip-wrapper label {
    font-size: 14px;
    line-height: 18px;
    display: block;
    padding-bottom: 10px;
}

.mobilemenu-zip-wrapper label i {
    font-size: 18px;
    color: var(--proshred-primary-color);
    margin-right: 10px;
    line-height: 18px;
}

.mobilemenu-zip-wrapper div {
    overflow: hidden;
}

.mobilemenu-zip-wrapper input[type=text] {
    width: calc(100% - 115px);
    float: left;
    color: #333333;
    border-radius: 4px;
    line-height: 48px;
    font-size: 14px;
    border: 0;
    padding: 0 20px;
}

.mobilemenu-zip-wrapper button {
    width: 110px;
    float: left;
    margin-left: 5px;
    border: 0;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    background: var(--proshred-primary-color);
    border-radius: 4px;
    line-height: 48px;
    font-size: 14px;
    font-weight: 900;
    padding: 0;
}

.mobilemenu-menu {
    height: calc(100% - 214px);
    overflow: auto;
    padding: 10px 5%;
}

.mobilemenu-menu ul,
.mobilemenu-menu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobilemenu-menu ul li a {
    text-decoration: none;
    color: #333333;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 900;
    display: inline-block;
    padding: 10px 0;
}

.mobilemenu-menu nav > div > ul > li > a {
    color: var(--proshred-primary-color);
    text-transform: uppercase;
}

.mobilemenu-menu ul li i {
    margin-left: 10px;
    display: inline-block;
}

.mobilemenu-menu ul li i svg {
    width: 20px;
    height: 20px;
}

.mobilemenu-menu nav > div ul.sub-menu {
    display: none;
}

.mobilemenu-menu nav > div .current_page_ancestor > ul.sub-menu,
.mobilemenu-menu nav > div .current_page_parent > ul.sub-menu,
.mobilemenu-menu nav > div .current_page_item > ul.sub-menu,
.mobilemenu-menu nav > div .current_page_item > .megamenu-wrapper {
    display: block;
}

.mobilemenu-menu nav > div .current_page_ancestor > a,
.mobilemenu-menu nav > div .current_page_parent > a,
.mobilemenu-menu nav > div .current_page_item > a {
    color: var(--proshred-primary-color);
}

.mobilemenu-menu nav > div ul.sub-menu ul.sub-menu li > a {
    padding-left: 12px;
}

/* .mobilemenu-menu nav > div .menu-item-has-children > a:after{
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 12px;
	content: "\f0dd";
	position: relative;
    vertical-align: top;
    font-size: 20px;
    margin-left: 10px;
} */

.fas.fa-caret-down {
    color: var(--proshred-primary-color);
    cursor: pointer;
    font-size: 1.5em;
    margin-left: 0.5em;
    vertical-align: -4px;
}

.flip {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mobilemenu-menu nav > div .current_page_ancestor > a:after,
.mobilemenu-menu nav > div .current_page_parent > a:after,
.mobilemenu-menu nav > div .current_page_item > a:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    vertical-align: bottom;
}

.header-menu ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu nav ul li {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-menu nav div > ul > li > a {
    color: var(--proshred-secondary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    padding: 30px 16px;
    display: block;
}

.header-menu nav div > ul > li > a:hover {
    color: var(--proshred-secondary-color);
}

.scrolled .header-menu nav div > ul > li > a {
    padding: 20px 16px;
}

.header-menu nav div > ul > li > a:before {
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 20px;
    background: #ebebeb;
    display: block;
    width: 0;
    content: "";
}

.header-menu nav div > ul > li:hover > a:before,
.header-menu nav div > ul > li.current-menu-item > a:before,
.header-menu nav div > ul > li.current_page_parent > a:before,
.header-menu nav div > ul > li.current_page_ancestor > a:before {
    width: calc(100% - 40px);
}

.header-menu nav div > ul > li.menu-item-has-children > a:after {
    /*    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 9px;
    content: "\f0dd";
    vertical-align: top;
    font-size: 14px;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
	left:auto;*/
}

.header-menu nav div > ul > li.menu-item-has-children > a svg {
    width: 10px;
    height: 20px;
    margin-left: 5px;
    position: absolute;
}

.header-menu nav ul ul:not(.megamenu-submenu) {
    position: absolute;
    top: 100%;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    width: 295px;
    left: 20px;
    padding: 15px 0;
    display: none;
}

.header-menu nav ul li.twocolumn > ul:not(.megamenu-submenu) {
    right: 0;
    left: auto;
    column-count: 2;
    width: 400px;
}

.header-menu nav ul li:hover > ul:not(.megamenu-submenu) {
    display: block;
}

.header-menu nav ul ul:not(.megamenu-submenu) li a {
    padding: 6px 35px;
    display: block;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 700;
}

.header-menu nav ul ul:not(.megamenu-submenu) li.current-menu-ancestor > a,
.header-menu nav ul ul:not(.megamenu-submenu) li.current-menu-parent > a,
.header-menu nav ul ul:not(.megamenu-submenu) li.current-menu-item > a,
.header-menu nav ul ul:not(.megamenu-submenu) li:hover > a {
    color: var(--proshred-primary-color);
}

.header-menu nav ul ul:not(.megamenu-submenu) ul {
    left: 100%;
    top: 0;
}

.header-estimate {
    flex: 0 1 auto;
}

.header-estimate ul,
.header-estimate ul li,
.menu-estimate-button-container ul,
.menu-estimate-button-container ul li,
.menu-estimate-menu-container ul,
.menu-estimate-menu-container ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-estimate ul li a,
.menu-estimate-button-container ul li a,
.menu-estimate-menu-container ul li a {
    color: #ffffff;
    background: var(--proshred-primary-color);
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    border-radius: 3px;
    margin-left: 20px;
    width: auto;
    min-height: 47px;
    min-width: 110px;
}

.header-estimate a:hover,
.menu-estimate-button-container ul li a:hover,
.menu-estimate-menu-container ul li a:hover {
    background: var(--proshred-secondary-color);
    color: #ffffff;
}

/*Mega Menu*/
.megamenu-header *:not(a) {
    position: static;
}

.bottom-header.megamenu-header {
    padding: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}

.megamenu-header .header-menu nav div > ul > li > a {
    padding: 65px 25px;
    font-size: 16px;
}

.megamenu-wrapper {
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 30px;
    border-top: 2px solid #ECECED;
    background: rgba(255, 255, 255, .9);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 100;
    display: none;
}

.megamenu-wrapper .megamenu-submenu {
    width: 95%;
    max-width: 1170px;
    padding: 0;
    margin: auto;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

.megamenu-header .header-menu nav div > ul > li:hover > .megamenu-wrapper {
    display: block;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper li {
    flex: 0 1 25%;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper li a {
    padding: 0;
    text-transform: none;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper ul:not(.megamenu-submenu) {
    position: relative;
    top: auto;
    background: none;
    -webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    box-shadow: 0 0 0 0 rgb(0 0 0 / 0%);
    width: 100%;
    left: auto;
    padding: 0;
    display: block;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper li a:before,
.megamenu-header .header-menu nav ul .megamenu-wrapper svg {
    display: none;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu > li > a {
    font-size: 18px;
    padding: 0 0 20px;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu .submenu-wrapper ul > li > a {
    padding: 10px 0;
    font-size: 14px;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper a,
.megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu > li > a[href="#"],
.megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu > li > a[href="#"]:hover {
    color: #000;
}

.megamenu-header .header-menu nav ul .megamenu-wrapper .current-menu-item > a,
.megamenu-header .header-menu nav ul .megamenu-wrapper a:hover {
    color: var(--proshred-primary-color);
}

.megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu > li > a[href="#"] {
    pointer-events: none;
    cursor: default;
}

.seemore a {
    font-size: 12px !important;
    color: var(--proshred-primary-color) !important;
}

/*Mega Nav CTA*/
.header-menu nav ul li.menu-item-type-yspl_win {
    margin-left: auto;
}

.meganav-cta-block a {
    background: #fff;
    padding: 35px 20px !important;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border-radius: 3px;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
    min-height: 200px;
    display: flex !important;
}

.meganav-cta-block a:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .25);
}

.meganav-cta-block a span {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.meganav-cta-block a span.meganav-cta-block-title {
    color: #8E8E8E;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
}

.meganav-cta-block a span.meganav-cta-block-subtitle {
    flex: 1 1 100%;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
}

.meganav-cta-block a span.meganav-cta-block-linktext {
    color: var(--proshred-primary-color);
    font-size: 12px;
}

.meganav-cta-block a span.meganav-cta-block-linktext i {
    background: var(--proshred-primary-color);
    display: inline-block !important;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    margin-bottom: -2px;
}

.meganav-cta-block a span.meganav-cta-block-linktext i svg {
    width: 8px;
    height: 8px;
    margin: 2px auto auto 2px;
    display: block !important;
}

/*Header Search*/
.icon-close {
    position: absolute !important;
    left: 50%;
    top: 50%;
    margin: -7px auto auto -7px;
}

/*.search-active .icon-search,*/
.icon-close {
    opacity: 0;
}

/*.icon-search,
.search-active .icon-close{
	opacity:1;
}*/
.header-search {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 10px 0;
    pointer-events: none;
    opacity: 0;
}

.search-active .header-search {
    pointer-events: all;
    animation: searchfadein .5s linear .6s 1 normal forwards;
}

.search-deactivate .header-search {
    pointer-events: none;
    opacity: 1;
    animation: searchfadeout .5s linear 0s 1 normal forwards;
}

@keyframes searchfadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes searchfadeout {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.search-active .aux-addressphone,
.search-active .aux-phone,
.search-active .aux-menu ul li,
.search-active .aux-search-container,
.search-active .aux-zipdd {
    animation: scaleout linear .5s 1 normal forwards;
}

.search-deactivate .aux-addressphone,
.search-deactivate .aux-phone,
.search-deactivate .aux-menu ul li,
.search-deactivate .aux-search-container,
.search-deactivate .aux-zipdd {
    animation: scalein linear .5s 1 normal forwards;
    transform: scale(.5);
    opacity: 0;
}

#siteheader[class*="search"] .aux-addressphone,
#siteheader[class*="search"] .aux-phone {
    animation-delay: .1s;
}

#siteheader[class*="search"] .aux-menu ul li:nth-child(1) {
    animation-delay: .15s;
}

#siteheader[class*="search"] .aux-menu ul li:nth-child(2) {
    animation-delay: .2s;
}

#siteheader[class*="search"] .aux-menu ul li:nth-child(3) {
    animation-delay: .25s;
}

#siteheader[class*="search"] .aux-menu ul li:nth-child(4) {
    animation-delay: .3s;
}

#siteheader[class*="search"] .aux-search-container {
    animation-delay: .35s;
}

#siteheader[class*="search"] .aux-zipdd {
    animation-delay: .4s;
}

@keyframes scaleout {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(.5);
        opacity: 0;
    }
}

@keyframes scalein {
    0% {
        transform: scale(.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

#searchform {
    width: 98%;
    max-width: 768px;
}

#searchform label {
    height: 0;
    width: 0;
    display: block;
    overflow: hidden;
    position: absolute;
}

#searchform input[type="text"] {
    font-size: 14px;
    line-height: 32px;
    padding: 0 125px 0 12px;
    border: 1px solid #000;
    border-radius: 3px;
    width: 100%;
}

#searchform input[type="text"]:focus {
    outline: none !important;
}

#searchform input[type=submit] {
    margin: 0;
    border-radius: 3px;
    width: 80px;
    position: absolute;
    top: 4px;
    right: 38px;
    z-index: 10;
    padding: 0;
    line-height: 25px;
}

.search-bttn-close {
    border: 0;
    background: none;
    position: absolute;
    top: 1px;
    right: 0;
    border-left: 1px solid #000;
    height: 32px;
    width: 32px;
    cursor: pointer;
}

.search-bttn-close path {
    stroke: #000;
}

/*Hero Styling*/
.page-hero {
    background: var(--proshred-primary-color);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: auto 100.1%;
    min-height: 425px;
    color: #ffffff;
    font-size: 24px;
}

.page-hero.short {
    min-height: inherit;
}

.page-hero .wrapper {
    height: 100%;
    min-height: 425px;
    align-items: stretch;
    justify-content: flex-start;
}

.page-hero .wrapper.small,
.page-hero .page-hero-content-wrapper.postpage {
    height: auto;
    min-height: unset;
}

.page-hero .page-hero-content-wrapper {
    width: 65%;
    height: 100%;
    min-height: 425px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: var(--proshred-primary-color);
    padding: 50px 25px 50px 0;
    line-height: 1.5em;
    font-size: 18px;
}

.home .page-hero .page-hero-content-wrapper,
.archive .page-hero .page-hero-content-wrapper {
    font-size: 24px;
}

.page-hero .page-hero-content-wrapper.postpage {
    padding: 35px 25px 35px 0;
}

.page-hero .page-hero-content-wrapper .page-hero-content {
    width: 100%;
    z-index: 2;
    content-visibility: auto;
}

.page-hero-content .bttn {
    transition: all .3s linear;
}

.page-hero .page-hero-content-wrapper .page-hero-content a:hover {
    color: #ffffff;
}

.herobar h1,
.page-hero .page-hero-content-wrapper .page-hero-content h1 {
    font-size: 45px;
    line-height: 1em;
    margin-top: 0;
}

.page-hero .wrapper.small .page-hero-content-wrapper .page-hero-content h1 {
    margin-top: 0.67em;
}

.page-hero .page-hero-content-wrapper .page-hero-content .page-hero-call {
    font-weight: 600;
}

.page-hero-content strong {
    font-weight: 900 !important;
}

.page-hero a {
    color: #ffffff;
}

.page-hero .phone-ico {
    margin: 0 5px 0 15px;
}

.page-hero .phone-ico svg {
    width: 24px;
    height: 24px;
}

.page-hero > img,
.page-hero > picture {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    height: 100%;
    width: 35%;
    max-width: 600px;
    object-fit: cover;
}

.page-hero > picture img {
    border-radius: 0;
    height: 100%;
    width: 100%;
    max-width: 600px;
    object-fit: cover;
}

/*Hero Slider*/
.heroslider-wrapper-slider:not(.slick-initialized),
.heroslider-nav:not(.slick-initialized) {
    display: none;
}

.heroslider-wrapper-slider,
.heroslider-nav {
    width: 100%;
    max-width: 1170px;
    margin: auto;
}

.heroslider-slider-wrapper {
    padding: 50px 15px;
}

.heroslider-slider-wrapper .bttn {
    margin-top: 20px;
}

.heroslider-slider-wrapper {
    background: #ececed;
}

.heroslider-nav-wrapper {
    background: #e2e2e2;
}

.heroslider-wrapper-slider .slick-slide,
.heroslider-nav .slick-slide {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper > div {
    flex: 1 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper .h1 {
    padding-bottom: 10px;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper .h1 span {
    display: block;
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
    padding: 0;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper .h1 span.serviceslist-title {
    color: var(--proshred-primary-color);
}

.heroslider-wrapper-slider .serviceslist-content-wrapper .h1 span.serviceslist-boldtitle {
    font-weight: bold;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper > .serviceslist-left p {
    font: 18px/1.5em 'lato', Arial, "sans-serif";
    color: #333333;
}

.heroslider-wrapper-slider .serviceslist-content-wrapper > .serviceslist-right {
    min-width: 50%;
    max-width: 50%;
}

.heroslider-nav {
    /*padding: 50px 0 30px;
    padding-top:30px;
    border-top:3px solid rgb(97, 97, 97);*/
}

.heroslider-nav .slick-list {
    width: calc(100% - 40px);
    margin: auto;
}

.heroslider-nav .slick-dots {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: -40px;
    width: 100%;
}

.heroslider-nav .slick-dots li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heroslider-nav .slick-dots li button {
    cursor: pointer;
    background: none;
    overflow: hidden;
    text-indent: -999px;
    border: 0;
    padding: 0;
    margin: 0;
    width: 20px;
    opacity: .25;
}

.heroslider-nav .slick-dots li:hover button,
.heroslider-nav .slick-dots li.slick-active button {
    opacity: 1;
}

.heroslider-nav .slick-dots li button:before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #333;
    text-indent: 0;
}

.heroslider-nav .slick-arrow {
    text-indent: -999px;
    overflow: hidden;
    text-align: left;
    padding: 0;
    margin: 0;
    background: none;
    border: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    position: absolute;
    z-index: 99;
}

.heroslider-nav .slick-arrow:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
    position: absolute;
    left: 0;
    text-indent: 0;
}

.heroslider-nav .slick-arrow:hover:before {
    opacity: 1;
}

.heroslider-nav .slick-arrow.slick-prev {
    left: 0;
}

.heroslider-nav .slick-arrow.slick-prev:before {
    content: '←';
}

.heroslider-nav .slick-arrow.slick-next {
    right: 0;
}

.heroslider-nav .slick-arrow.slick-next:before {
    content: '→';
}

.heroslider-nav .slick-slide > div {
    width: calc(100% - 30px);
    margin: auto;
    text-align: center;
}

.heroslider-nav .heroslider-nav-bttn {
    cursor: pointer;
    border: 0;
    padding: 15px;
    margin: 0;
    background: none;
    text-align: center;
    font: 18px/1.5em 'lato', Arial, "sans-serif";
    border-radius: 8px 8px 4px 4px;
    border-bottom: 4px solid transparent;
    max-width: 250px;
    margin: auto;
}

.heroslider-nav .heroslider-nav-bttn:hover,
.heroslider-nav .slick-slide.slick-current .heroslider-nav-bttn {
    border-color: var(--proshred-primary-color);
    background: #fff;
}

.heroslider-nav .heroslider-nav-bttn img {
    width: 60px;
    height: auto;
    margin: auto;
    filter: saturate(0);
}

.heroslider-nav .heroslider-nav-bttn:hover img,
.heroslider-nav .slick-slide.slick-current .heroslider-nav-bttn img {
    filter: saturate(1);
}


/*Section Styling*/
.site-wrapper {
    max-width: 1170px;
    margin: auto;
    width: 90%;
}

.site-wrapper.toppadding {
    padding-top: 70px;
}

.site-wrapper.bottompadding {
    padding-bottom: 70px;
}

h2, .h2 {
    margin: 0;
    padding: 0 0 30px;
    color: #333333;
    font-size: 48px;
    line-height: 1.2em;
    font-weight: 600;
}

h2 em,
.h2 em {
    font-weight: normal;
}

h2 sup,
.h2 sup {
    vertical-align: top;
    font-size: 75%;
    line-height: 1em;
    height: 1em;
}

h3,
.h3 {
    font-size: 36px;
    line-height: 1.2em;
    padding: 0;
    margin: 0;
}

h2 strong,
h2 b,
.h2 strong,
.h2 b,
h3 strong,
h3 b,
.h3 strong,
.h3 b,
h4 strong,
h4 b,
.h4 strong,
.h4 b {
    font-weight: 900;
}

h4,
.h4 {
    margin: 0;
    padding: 0;
    color: var(--proshred-primary-color);
    font-size: 24px;
    line-height: 1.2em;
    font-weight: normal;
}

h5,
.h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.2em;
}

.bttn {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-width: 150px;
    background: var(--proshred-primary-color);
    border-radius: 3px;
}

.bttn:hover {
    background: var(--proshred-secondary-color);
}

.bttn.grey {
    background: var(--proshred-secondary-color);
}

.bttn.grey:hover {
    background: var(--proshred-primary-color);
}

.bttn.white {
    background: #ffffff;
    color: var(--proshred-primary-color);
}

.bttn.white:hover {
    background: var(--proshred-secondary-color);
    color: #ffffff;
}

.bttn.spacing {
    margin-top: 25px;
}

.bttn.nospacing {
    margin-top: 0;
}

/*Icon CTA styling*/
.icon-cta-widget {
    text-align: center;
    padding: 65px 0 30px;
    max-width: 300px;
    margin: auto;
    min-height: 85px;
}

.icon-cta-widget .icon-cta-image {
    margin: auto;
    width: 70px;
}

.icon-cta-widget .icon-cta-image svg {
    width: 64px;
    height: 64px;
}

.icon-cta-widget .icon-cta-image img {
    display: inline-block;
    margin: auto;
    border-radius: 3px;
    margin-bottom: 15px;
    min-height: 70px;
    min-width: 70px;
    width: auto;
    height: auto;
    content-visibility: auto;
    contain-intrinsic-size: 70px;
}

.icon-cta-widget.style2,
.icon-cta-widget p {
    padding: 0;
    margin: auto;
}

.icon-cta-widget b {
    font-size: 18px;
    font-weight: 900;
}

/*Services CTAs*/
.serviceslist-wrapper {
    overflow: hidden;
    padding-top: 30px;
}

.serviceslist-wrapper:not(.column) {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 -15px;
}

.serviceslist-wrapper:not(.column) .serviceslist-block {
    flex: 1 1 calc(50% - 30px);
    align-self: auto;
    min-width: 0;
    min-height: auto;
    margin: 0 15px 30px;
    order: 999;
}

.serviceslist-wrapper.column {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.serviceslist-wrapper.column .serviceslist-block {
    margin-bottom: 30px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    order: 999;
}

.serviceslist-wrapper.column .serviceslist-block:first-child .serviceslist-bttn,
.serviceslist-wrapper.column .serviceslist-block:nth-child(5) .serviceslist-bttn {
    height: 350px
}

.serviceslist-wrapper.column .serviceslist-block:nth-child(6) .serviceslist-bttn {
    height: 670px
}

.serviceslist-wrapper.column .serviceslist-block:nth-child(7) .serviceslist-bttn {
    /*height:525px*/
    height: 730px;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    height: 400px;
    background: #000000;
    color: #ffffff;
    width: 100%;
    border: 0;
    -webkit-appearance: none;
    padding: 0;
    text-align: left;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-mobilelink {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
    top: 0;
    left: 0;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn:hover .serviceslist-img {
    opacity: .15;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 0 6% 40px;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content-wrapper > span {
    display: block;
}

.serviceslist-boldtitle,
.serviceslist-title {
    font-size: 48px;
    line-height: 1em;
    text-transform: uppercase;
}

.serviceslist-boldtitle {
    font-weight: 900;
}

.serviceslist-title {
    padding-bottom: 15px;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content {
    max-height: 0;
    opacity: 0;
    font-size: 16px;
    line-height: 1.3em;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content > a:hover {
    color: #ffffff;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn:hover .serviceslist-content,
.serviceslist-wrapper .serviceslist-block .serviceslist-bttn:focus .serviceslist-content {
    max-height: 1000px;
    opacity: 1;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content .serviceslist-learnmore {
    display: inline-block;
    padding: 25px 0 12px;
    border-bottom: 1px solid var(--proshred-primary-color);
    font-weight: 700;
    text-decoration: none;
    color: #ffffff;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content .serviceslist-learnmore i {
    margin-left: 5px;
    font-size: 14px;
}

.serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content .serviceslist-learnmore i svg {
    width: 15px;
    height: 15px;
    margin-bottom: -2px;
}

.serviceslist-wrapper .serviceslist-block.scheduleshred .serviceslist-bttn {
    background: var(--proshred-primary-color);
}

.serviceslist-wrapper.column .serviceslist-block.scheduleshred .serviceslist-bttn {
    height: 560px;
}

.serviceslist-wrapper .serviceslist-block.scheduleshred .serviceslist-bttn:hover {
    background: #333333;
}

.serviceslist-wrapper .serviceslist-block.scheduleshred .serviceslist-bttn i {
    display: block;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
    color: var(--proshred-primary-color);
    float: right;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn {
    height: auto;
    text-decoration: none;
}

.serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn .serviceslist-content-wrapper {
    position: relative;
    padding: 40px 2%;
}

.serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn .serviceslist-content-wrapper span {
    display: inline-block;
    position: static;
    padding: 0 8px 0;
}

.serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn i {
    position: absolute;
    right: 2%;
    top: 50%;
    margin-top: -20px;
}

.serviceslist-wrapper .serviceslist-block.scheduleshred .serviceslist-bttn i svg,
.serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn i svg {
    height: 25px;
    width: 25px;
    margin-top: 7px;
}

/*Event Block*/
.event-widget-slider,
.event-widget-slider > .event-widget-slider-container {
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.event-widget-wrapper,
.slider-widget-controls {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: var(--proshred-primary-color);
}

.slider-widget-controls > div,
.event-widget-wrapper > div {
    flex: 1 1 50%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.event-widget-wrapper .event-widget-title {
    order: 1;
}

.event-widget-wrapper .event-widget-title h2 {
    padding: 0;
}

.event-widget-wrapper .event-widget-button {
    order: 2;
    text-align: right;
}

.event-widget-wrapper .event-widget-content {
    order: 3;
    padding-top: 60px;
}

.event-widget-slider {
    margin: 0 -15px;
}

.event-widget-slider .slick-slide > div {
    padding: 0 15px;
    width: 100%;
    height: 100%;
}

.event-widget-slider > .event-widget-slider-container {
    display: none;
}

.event-widget-slider .event-widget-slider-container {
    background: #333333;
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
}

.event-widget-slider .event-widget-slider-container a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 35px 25px 100px;
    height: 100%;
}

.event-widget-slider .event-widget-slider-container a:hover {
    background: var(--proshred-primary-color);
}

.event-widget-slider .event-widget-slider-container a span {
    display: block;
}

.slider-widget-controls {
    padding: 40px 0 8px;
    border-bottom: 1px solid var(--proshred-primary-color);
}

.slider-widget-count {
    font-size: 14px;
    font-weight: 900;
}

.slider-widget-toggle {
    text-align: right;
}

.slider-widget-toggle button {
    border: 0;
    background: none;
    cursor: pointer;
    padding: 0;
    margin: 0 0 0 10px;
    vertical-align: top;
}

.slider-widget-toggle button span {
    display: block;
    overflow: hidden;
    height: 0;
    width: 0;
}

.slider-widget-toggle button i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--proshred-primary-color);
    color: #ffffff;
}

.slider-widget-toggle button i:before,
.slider-widget-toggle button:hover i:before {
    color: #ffffff;
}

.slider-widget-toggle button:hover i {
    background: #333333;
    color: #ffffff;
}

.slider-widget-toggle button i svg {
    width: 20px;
    height: 20px;
    margin-top: 9px;
}

/*Grey/White Events*/
.event-widget-wrapper.greywhite,
.slider-widget-controls.greywhite,
.event-widget-wrapper.greywhite .event-widget-title h2,
.event-widget-wrapper.greywhite .event-widget-slider .event-widget-slider-container a span,
.event-widget-wrapper.greywhite .event-widget-slider .event-widget-slider-container a h2 {
    color: #ffffff;
}

.event-widget-wrapper.greywhite .event-widget-button .bttn {
    background-color: #ffffff;
    color: #333333;
}

.event-widget-wrapper.greywhite .event-widget-button .bttn:hover {
    background-color: #333333;
    color: #ffffff;
}

.event-widget-wrapper.greywhite .event-widget-slider .event-widget-slider-container a:hover span,
.event-widget-wrapper.greywhite .event-widget-slider .event-widget-slider-container a:hover h2 {
    color: #333333;
}

.event-widget-wrapper.greywhite .event-widget-slider .event-widget-slider-container a:hover {
    background: #ffffff;
    color: #333333;
}

.slider-widget-controls.greywhite {
    border-color: #ffffff;
}

.slider-widget-controls.greywhite .slider-widget-toggle button i {
    background: #ffffff;
    color: #333333;
}

.slider-widget-controls.greywhite .slider-widget-toggle button:hover i {
    background: #333333;
    color: #ffffff;
}

.slider-widget-controls.greywhite .slider-widget-toggle button:hover i svg path {
    fill: #ffffff !important;
}


/*Event List*/
.eventlist-filter-wrapper {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    padding: 70px 15px 25px;
}

.eventlist-filter-wrapper select {
    display: inline-block;
    font-size: 16px;
    font-family: 'lato';
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
    padding: .6em 30px .5em .8em;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    margin: 0 0 0 10px;
    border: 1px solid var(--proshred-primary-color);
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url('images/ddarrow.png') right 15px center no-repeat;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eventlist-filter-wrapper select::-ms-expand {
    display: none;
}

.eventlist-filter-wrapper select:hover {
    border-color: var(--proshred-primary-color);
}

.eventlist-filter-wrapper select:focus {
    border-color: var(--proshred-primary-color);
    color: #333333;
    outline: none;
}

.eventlist-filter-wrapper select option {
    font-weight: normal;
}

.eventlist-widget-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: stretch;
}

.eventlist-widget-wrapper hidden {
    display: none;
}

.eventlist-widget-wrapper .eventlist-widget-slider-container {
    flex: 0 1 33.33%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

.eventlist-widget-wrapper .eventlist-widget-slider-container .wrapper {
    display: block;
    margin: 0 15px 30px;
    padding: 35px 25px 100px;
    background: #333333;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    height: calc(100% - 30px);
}

.eventlist-widget-wrapper .eventlist-widget-slider-container span {
    display: block;
}

.eventlist-widget-wrapper .eventlist-widget-slider-container .event-view {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
}

.event-date {
    font-size: 36px;
    line-height: 1.1em;
    font-weight: 700;
}

.event-citystate {
    font-size: 16px;
    font-weight: 700;
    padding: 3px 0;
}

.event-time {
    font-size: 14px;
}

.event-title {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.event-widget-list-content .event-title,
.event-title a {
    color: var(--proshred-primary-color);
    text-decoration: none;
}

.event-excerpt {
    padding-top: 10px;
    font-size: 14px;
}

.eventarrow {
    position: absolute;
    left: 25px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    background: var(--proshred-primary-color);
    border: 1px solid var(--proshred-primary-color);
    color: #ffffff;
    border-radius: 50%;
    line-height: 38px;
}

.eventarrow svg {
    width: 20px;
    height: 20px;
    margin-top: 8px;
}

a:hover .eventarrow {
    background: #ffffff;
}

a:hover .eventarrow svg path {
    fill: var(--proshred-primary-color) !important;
}

.event-widget-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    padding-bottom: 70px;
}

.event-widget-list > .event-widget-list-container {
    flex: 0 1 33.33%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 15px;
    display: none;
}

.event-widget-list > div span {
    display: block;
}

.event-widget-list-img {
    border-radius: 8px 8px 0 0;
    border: 1px solid #f4f4f4;
    height: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.event-widget-list-img.none {
    background-size: 75% auto;
    background-color: #f4f4f4;
}

.event-widget-list-content {
    padding: 40px 40px 80px;
    color: #9d9d9d;
    border: 1px solid #f4f4f4;
    border-radius: 0 0 8px 8px;
    height: calc(100% - 200px);
}

.event-widget-list-content .event-date {
    font-size: 16px;
    padding-top: 10px;
}

.event-bttn {
    position: absolute;
    bottom: 40px;
}

.event-bttn a {
    font-weight: bold;
    color: var(--proshred-primary-color);
}

.loadmore-wrapper {
    padding-bottom: 70px;
    text-align: center;
}

.post-details {
    margin-top: -245px;
    min-height: 510px;
    border-radius: 8px;
    overflow: hidden;
    color: #ffffff;
    background: #333333;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.post-details > div {
    flex: 0 1 50%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.post-details-left {
    padding: 5%;
    font-size: 16px;
}

.post-details-left a:not(.bttn):hover {
    color: #ececed;
}

.post-details-left .postdate {
    font-weight: bold;
    font-size: 14px;
    color: #ebebeb;
    text-transform: uppercase;
}

.post-details-left .postdate strong {
    padding-right: 25px;
}

.post-details-left .posttitle {
    font-size: 48px;
    line-height: 1.2em;
    padding-bottom: 15px;
}

.post-details-left .postother {
    padding-bottom: 15px;
}

.post-details-left .postnotification {
    background: var(--proshred-primary-color);
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    border-radius: 3px;
}

.post-details-left .postlocation {
    font-size: 18px;
}

.post-details-left .postcomment {
    padding-top: 5px;
    font-style: italic;
}

.post-details-left .postdescription {
    padding-top: 25px;
}

.post-details-left .postdescription h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.post-details-right iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 510px;
}

#social-share {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #cccccc;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#social-share a {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-left: 10px;
    color: #ffffff;
    font-weight: normal;
}

#social-share svg {
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
}

#social-share svg path {
    fill: #ffffff;
}

#social-share a:hover svg path {
    fill: var(--proshred-primary-color);
}

#social-share a svg.social-fb {
    height: 18px;
    margin-bottom: -3px;
}

/*Resources*/
.resources-block-wrapper:not(.loaded) > div {
    display: none;
}

.resources-block-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.resources-block-wrapper > div {
    flex: 0 1 33.33%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 15px;
}

.resources-block-wrapper[data-count="1"] {
    margin: 0;
}

.resources-block-wrapper[data-count="1"] > div {
    flex: 0 1 100%;
    padding: 0;
}

.resources-block-wrapper[data-count="2"] > div {
    flex: 0 1 50%;
}

.resources-widget-list-img {
    border-radius: 8px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.resources-widget-list-img.none {
    background-size: 75% auto;
    background-color: #f4f4f4;
}

.resources-widget-list-content {
    padding: 40px 30px;
    font-size: 14px;
    color: #333333;
}

.resources-widget-list-catdate {
    text-transform: uppercase;
}

.resources-widget-list-catdate span {
    font-weight: 900;
    padding-right: 20px;
}

.resources-widget-list-title a {
    display: block;
    padding: 14px 0;
    color: var(--proshred-primary-color);
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
}

.resources-widget-list-postedby {
    text-transform: uppercase;
    font-size: 12px;
}

.certimage-widget {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.certimage-widget .certimage-col {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 145px;
    min-height: auto;
    padding: 0 10px;
    text-align: center;
}

.certimage-widget .certimage-col img {
    height: auto;
    max-width: 105px;
}

.featured-videos-wrapper {
    margin: 0 -15px;
}

.featured-videos-wrapper .slick-slide {
    align-items: flex-start;
}

.resources-featuredvideos .slider-widget-controls {
    color: #333333;
    border-color: #333333;
}

.featured-videos-block {
    text-align: left;
}

.featured-videos-wrapper .slick-slide > div {
    width: 100%;
    padding: 0 15px;
}

.featured-videos-block .featured-video-thumb {
    height: 320px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.featured-videos-block .featured-video-thumb a {
    height: 100%;
    display: block;
}

.featured-videos-block .featured-video-thumb .playbutton {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin: -30px auto auto -30px;
    background: #ffffff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    text-decoration: none;
    color: var(--proshred-primary-color);
}

.featured-videos-block .featured-video-thumb .playbutton i svg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-top: -5px;
}

.featured-videos-block .featured-video-thumb .playbutton i svg path {
    fill: var(--proshred-primary-color);
}

.featured-videos-block .featured-video-thumb:hover .playbutton {
    background: var(--proshred-primary-color);
    color: #ffffff;
}

.featured-videos-block .featured-video-thumb:hover .playbutton i svg path {
    fill: #ffffff;
}

.featured-video-content {
    padding: 35px 25px;
}

.featured-video-content .featured-video-date {
    text-transform: uppercase;
    color: #9d9d9d;
    font-size: 14px;
    padding-bottom: 10px;
}

.featured-video-content .featured-video-date strong {
    font-weight: 900;
    padding-right: 25px;
}

.featured-video-content .featured-video-title a {
    display: block;
    color: var(--proshred-primary-color);
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
}

.post_featured_img {
    float: right;
    margin: 0 0 25px 25px;
    border-radius: 8px;
    overflow: hidden;
}

blockquote {
    font-size: 200%;
    line-height: 125%;
    font-style: italic;
}

/*Contact Form Styling*/
.cf7-wrapper {
    background: #ececed;
    padding: 40px;
    border-radius: 8px;
}

.wpcf7-form .wpcf7-form-control-wrap {
    display: block;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    border-radius: 8px;
    height: 44px;
    line-height: 44px;
    border: 2px solid #ececed;
    font-size: 16px;
    color: #000000;
    font-family: 'lato', Arial, "sans-serif";
}

.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #231f20;
    outline: 0;
}

.wpcf7-form input[type="text"].wpcf7-not-valid,
.wpcf7-form input[type="tel"].wpcf7-not-valid,
.wpcf7-form input[type="email"].wpcf7-not-valid,
.wpcf7-form select.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid {
    border-color: var(--proshred-primary-color);
}

.wpcf7-form textarea {
    height: 200px;
    resize: none;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span {
    padding: 6px 6px 6px 32px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"] + span:before {
    background: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 4px;
    border: 2px solid #ececed;
    position: absolute;
    left: 0;
    top: 8px;
    text-align: center;
    font-size: 16px;
    color: var(--proshred-primary-color);
    line-height: 18px;
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:checked + span:before {
    content: "\2714";
}

.wpcf7-form .wpcf7-checkbox input[type="checkbox"]:focus + span:before,
.wpcf7-form input {
    border-color: #231f20;
}

.wpcf7-form .wpcf7-checkbox.wpcf7-not-valid input[type="checkbox"] + span:before,
.wpcf7-form input.wpcf7-not-valid {
    border-color: var(--proshred-primary-color);
}

span.wpcf7-not-valid-tip,
.wpcf7-not-valid-tip {
    color: var(--proshred-primary-color);
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    padding-top: 5px;
}

.wpcf7-not-valid-tip:after {
    color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-style: normal;
    content: "!";
    text-align: center;
    margin-left: 10px;
    position: relative;
    background: var(--proshred-primary-color);
    border-radius: 50%;
}

.wpcf7-form .wpcf7-submit {
    cursor: pointer;
    margin: 0;
    border: 0;
    color: #ffffff;
    background: var(--proshred-primary-color);
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    -webkit-appearance: none;
}

.wpcf7-form .wpcf7-submit:hover {
    background: #333333;
}

.wpcf7-form .cfrow .wpcf7-submit {
    margin-top: 20px;
}

.footer-newsletter .wpcf7-form .wpcf7-submit {
    position: relative;
    top: 15px;
}

.footer-newsletter .wpcf7 .ajax-loader {
    top: 17px;
}

.newsletter-response-output {
    background: var(--proshred-primary-color);
    color: #ffffff;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    display: none;
}

.newsletter-response-output.active {
    display: block;
}

.newsletter-response-output.success {
    display: block;
    background: #333333;
}

.cfrow {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0 -15px;
}

.cfcol1,
.cfcol2,
.cfcol3 {
    align-self: flex-start;
    min-width: 0;
    min-height: auto;
    padding: 0 15px;
}

.cfcol1 {
    flex: 1 1 100%;
}

.cfcol2 {
    flex: 1 1 50%;
}

.cfcol3 {
    flex: 1 1 33.33%;
}

.cfrow br {
    display: none;
}

.cfrow label {
    display: block;
    color: #000000;
    font-size: 12px;
    line-height: 1em;
    padding: 16px 0 8px;
    font-weight: 400;
}

/*Resources Page*/
.featured-posts-wrapper {
    display: none;
}

.featured-posts-wrapper.loaded {
    display: block;
}

.post-details.featured-posts {
    min-height: inherit;
}

.featured-posts .post-details-right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-posts .postdescription {
    padding-top: 0;
}

.featured-posts .postby {
    text-transform: uppercase;
    font-size: 12px;
}

.resources-recentnews-wrapper .resources-recentnews-col .bttn:hover,
.featured-posts .bttn:hover {
    background: #ffffff;
    color: var(--proshred-primary-color);
}

.resources-section {
    padding-top: 60px;
}

.resources-recentnews-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.resources-recentnews-wrapper .resources-recentnews-col:nth-child(1) {
    grid-area: 1 / 1 / 3 / 2;
}

.resources-recentnews-wrapper .resources-recentnews-col:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.resources-recentnews-wrapper .resources-recentnews-col:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
}

.resources-recentnews-wrapper .resources-recentnews-col {
    min-height: 240px;
    padding: 70px 10%;
    border-radius: 8px;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.resources-recentnews-wrapper .resources-recentnews-col:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(52, 52, 52, .85);
    content: "";
    width: 100%;
    height: 100%;
}

.resources-recentnews-wrapper .resources-recentnews-col .resources-recentnews-content {
    color: #ffffff;
    z-index: 2;
}

.resources-recentnews-postdate {
    font-size: 14px;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 16px;
}

.resources-recentnews-postdate strong {
    font-weight: 900;
    padding-right: 25px;
}

.resources-recentnews-posttitle {
    font-size: 24px;
    line-height: 1.5em;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.resources-recentnews-wrapper .resources-recentnews-col:nth-child(1) .resources-recentnews-posttitle {
    font-size: 36px;
    overflow: inherit;
    white-space: normal;
}

.resources-recentnews-postby {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
}

.resource_filter,
.resource_filter li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.resource_filter {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 35px;
}

.resource_filter li {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding-left: 25px;
}

.resource_filter li a {
    color: #9d9d9d;
    text-decoration: none;
}

.resource_filter li a.selected,
.resource_filter li a:hover {
    color: var(--proshred-primary-color);
}

.resources-othernews .wrapper {
    width: 100%;
}

.resources-othernews-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    margin: 0 -15px;
}

.resources-othernews-wrapper .resources-othernews-col {
    flex: 0 1 33.33%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 0 15px 30px;
    display: none;
}

.resources-othernews-image {
    height: 250px;
    border-radius: 8px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.resources-othernews-image.none {
    background-size: 75% auto;
    background-color: #f4f4f4;
}

.resources-othernews-content {
    padding: 40px 30px;
    font-size: 14px;
    color: #9d9d9d;
}

.resources-othernews-postdate {
    text-transform: uppercase;
}

.resources-othernews-postdate strong {
    font-weight: 900;
    padding-right: 25px;
}

.resources-othernews-posttitle {
    padding: 10px 0;
}

.resources-othernews-posttitle a {
    display: block;
    color: var(--proshred-primary-color);
    font-size: 24px;
    line-height: 1.2em;
    text-decoration: none;
}

.resources-othernews-postby {
    font-size: 12px;
    text-transform: uppercase;
}

/*Knowledge base*/
.has-sidebar {

}

@media screen and (min-width: 40em) {
    .has-sidebar {
        display: flex;
        gap: 25px;
    }

    .has-sidebar aside {
        width: 33.333%;
    }

    .has-sidebar main {
        width: 66.6666%;
    }
}

.xoxo:has(.toc-widget) {
    list-style-type: none;
    padding: 0;
}

.toc-widget {
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
    background: #f9f9f9;
}

.toc-widget > ul {
    list-style-type: none;
    padding-left: 0;
}

.toc-widget ul {
    padding-left: 10px;
}

.toc-widget li {
    margin-bottom: 5px;
}

.toc-widget a {
    text-decoration: none;font-size: 14px;
}

/*Image with Grey Bar*/
.imagebar-widget {
    text-align: center;
}

.imagebar-widget:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    height: 100%;
    max-height: 415px;
    width: 4000px;
    background-size: contain;
}

.imagebar-widget.left:before {
    right: -55px;
    bottom: -55px;
    background: url('images/greybar-left.png') right center no-repeat;
}

.imagebar-widget.right:before {
    left: -55px;
    top: -55px;
    background: url('images/greybar-right.png') left center no-repeat;
}

.imagebar-widget .imagebar-image {
    z-index: 2;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

.alignright {
    float: right;
    margin: 0 0 25px 25px;
}

.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

.callnow-cta-block a {
    text-decoration: none;
    color: #333333;
    margin-left: 10px;
    font-weight: 700;
}

.callnow-cta-block a i svg {
    fill: #333333;
    width: 18px;
    height: 18px;
}

.callnow-cta-block a:hover,
.callnow-cta-block a:hover i svg {
    color: var(--proshred-primary-color);
    fill: var(--proshred-primary-color);
}

/*Large Image CTA*/
.large-img-cta-widget {
    border-radius: 8px;
    overflow: hidden;
    margin: 10px auto;
    padding: 110px 10%;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.large-img-cta-widget:after {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
}

.large-img-cta-widget hr {
    margin: auto auto 25px;
    height: 3px;
    max-width: 170px;
    width: 100%;
    background: var(--proshred-primary-color);
    border: 0;
}

.large-img-cta-widget .large-img-cta-widget-content {
    color: #ffffff;
    z-index: 2;
    margin: auto;
    max-width: 630px;
    width: 100%;
}

.large-img-cta-widget .large-img-cta-widget-content * {
    color: #ffffff;
}

/*Estimate Form*/
.estimateform_wrapper {
    border-radius: 8px;
    background: #ececed;
    padding: 30px 35px;
}

.estimateform_wrapper p {
    margin-top: 0;
    font-size: 22px;
    text-align: center;
}

.estimateform_wrapper h4 {
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
}

.estimateform-row:not(:last-child) {
    margin-bottom: 1rem;
}

.estimateform-row:has(> input[name="honey"]) {
    margin-bottom: 0;
}

.estimateform-row input[type=submit] {
    margin-top: 0;
}

.estimateform-row:after {
    display: block;
    clear: both;
    content: "";
    position: relative;
}

.estimateform-row .estimateform-row-column {
    float: left;
    width: 100px;
}

.estimateform-row .estimateform-row-column:first-child {
    float: left;
    width: calc(100% - 100px);
    padding-right: 12px;
}

.estimateform-row label {
    display: block;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    pointer-events: none;
    padding: 5px;
    border-radius: 3px;
    background: white;
    line-height: 1;
}

.estimateform-row label.active {
    top: 0;
}

.estimateform-row.error {
}

.estimateform_wrapperinput:-webkit-autofill,
.estimateform_wrapperinput:-webkit-autofill:hover,
.estimateform_wrappertextarea:-webkit-autofill,
.estimateform_wrappertextarea:-webkit-autofill:hover,
.estimateform_wrapperselect:-webkit-autofill,
.estimateform_wrapperselect:-webkit-autofill:hover {
    -webkit-text-fill-color: #000000;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    color: #000000;
    font-size: 16px;
    line-height: 1em;
}

.estimateform_wrapper input,
.estimateform_wrapper textarea,
.estimateform_wrapper select {
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    line-height: 1em;
    -webkit-appearance: none;
}

.estimateform_wrapper textarea {
    font: 16px/1em Arial, "sans-serif";
    height: 100px;
}

.mobile .estimateform_wrapper select,
.mobile .estimateform_wrapper input[type=submit] {
    -webkit-appearance: none;
}

.estimateform_wrapperinput:-webkit-autofill:focus,
.estimateform_wrappertextarea:-webkit-autofill:focus,
.estimateform_wrapperselect:-webkit-autofill:focus {
    border-color: #000000;
    font-size: 16px;
    line-height: 1em;
}

.estimateform_wrapper textarea:focus,
.estimateform_wrapper input:not([type=submit]):focus,
.estimateform_wrapper select:focus {
    border-color: #000000;
    font-size: 16px;
    line-height: 1em;
}

.error textarea,
.error input,
.error select {
    border-color: var(--proshred-primary-color);
}

input[type=submit] {
    background: var(--proshred-primary-color);
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
    border: 0;
    padding: 18px;
    cursor: pointer;
}

input[type=submit]:hover {
    background: #333333;
}

#search-404-wrapper {
    border-radius: 8px;
    background: #ececed;
    padding: 30px 35px;
    width: 100%;
    max-width: 600px;
    margin: 25px auto;
}

#search-404-wrapper label {
    display: block;
    text-align: center;
    color: #000000;
    padding-bottom: 20px;
    font-size: 24px;
}

#search-404-wrapper input[type=text] {
    border: 2px solid #ffffff;
    background: #ffffff;
    border-radius: 5px;
    width: 100%;
    padding: 12px 20px;
    color: #000000;
    font-size: 16px;
    line-height: 1em;
}

#search-404-wrapper input[type=submit] {
    width: 100%;
}

#search-pg-form {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin-bottom: 25px;
}

#search-pg-form label {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

#search-pg-form input[type=text],
#search-pg-form input[type=submit] {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    margin: 0;
}

#search-pg-form input[type=text] {
    flex-grow: 1;
    border: 1px solid #000;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    line-height: 36px;
    height: 38px;
    font-size: 16px;
    padding: 0 15px;
}

#search-pg-form input[type=submit] {
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
}

.search-content-block {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ececed;
    display: none;
}

/*Contact Module*/
.contactus-block-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
    background: #ececed;
}

.contactus-block-col {
    flex: 1 1 50%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.contactus-block-col iframe {
    width: 100%;
    height: 100%;
    border: 0;
    min-height: 650px;
}

.contactus-block-content {
    padding: 60px 30px;
    display: flex;
    justify-content: flex-end;
}

.contactus-block-content-inner {
    width: 95%;
    max-width: 555px;
    font-size: 24px;
    line-height: 1.2em;
}

.contactus-subblock {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
    font-size: 16px;
    padding-bottom: 20px;
}

.contactus-subblock .flexcol {
    flex: 1 1 50%;
    padding-bottom: 15px;
}

.contactus-block-content a {
    font-weight: 700;
}

.contactus-subblock p,
.contactus-subblock strong,
.contactus-block-content ul.servicelist a {
    display: block;
    margin: 0;
}

.contactus-block-content ul.servicelist,
.contactus-block-content ul.servicelist li {
    margin: 0;
    list-style: none;
    padding: 0;
}

.contactus-block-content ul.servicelist {
    column-count: 3;
    font-size: 16px;
    padding-bottom: 35px;
}

/*Content Slider*/
.contentslider-wrapper > .contentslider-block {
    display: none !important;
}

.contentslider-container .slider-widget-controls {
    border-color: #333333;
}

.contentslider-container .slider-widget-count {
    color: #333333;
}

.contentslider-block {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.contentslider-block > div {
    flex: 0 1 50%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.contentslider-block .contentslider-content-wrapper {
    padding-left: 5%;
}

.contentslider-block .contentslider-content-wrapper.fullwidth {
    padding-left: 0;
    flex: 0 1 100%;
}

.contentslider-title {
    font-size: 24px;
}

.videos-post-wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.videos-post-wrapper > div {
    flex: 0 1 33.33%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 0 15px 30px;
}

.videos-post-wrapper .featured-videos-block .featured-video-thumb {
    height: 200px;
}

.padded-wrapper {
    padding-top: 70px;
    padding-bototm: 70px;
    width: 100%;
    display: block;
}

/*Careers Styling*/
.careers-container {
    border: 1px solid #ececed;
}

.careers-container-repeater > .careers-row:nth-child(even) {
    background: #ececed;
}

.careers-container > .careers-row:first-child {
    background: var(--proshred-primary-color);
    color: #ffffff;
}

.careers-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
}

.careers-row > .careers-col {
    flex: 0 1 250px;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding: 5px 10px;
}

.careers-row > .careers-col:first-child {
    flex: 1 1 auto;
}

/*Accordion*/
.accordion-wrapper {
    border-top: 1px solid #ececed;
    padding-top: 5px;
}

.accordion-block {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ececed;
}

.accordion-block-title {
    color: var(--proshred-primary-color);
    padding: 5px 15px;
    border: 0;
    margin: 0;
    background: none;
    border-radius: 0;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    border-left: 5px solid var(--proshred-primary-color);
    text-align: left;
    cursor: pointer;
    font-size: 25px;
}

.accordion-block-content {
    padding: 5px 15px;
    border-left: 5px solid #ececed;
    display: none;
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -ms-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
}

/*Reviews*/
ul.wprs_unslider-wrap li div {
    border: 0 !important;
    background: none !important;
    padding: 0 !important;
}

.wprev-slider-widget ul.wprs_unslider-wrap {
    height: 100%;
}

ul.wprs_unslider-wrap li p {
    font-style: normal;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.2em;
}

.wprev-slider-widget {
    border-bottom: 1px solid #333333;
    padding-bottom: 60px;
}

.wprs_unslider .wprs_unslider-arrow.next,
.wprs_unslider .wprs_unslider-arrow.prev {
    left: auto;
    top: auto;
    bottom: 8px;
    right: 0px;
    z-index: 99999;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: var(--proshred-primary-color);
    color: #ffffff;
    opacity: 1;
    text-indent: inherit;
}

.wprs_unslider .wprs_unslider-arrow.prev {
    right: 50px;
    transform: rotate(0deg);
}

.wprs_unslider .wprs_unslider-arrow.next:hover,
.wprs_unslider .wprs_unslider-arrow.prev:hover {
    background: #333333;
}

.wprs_unslider .wprs_unslider-arrow.next:before,
.wprs_unslider .wprs_unslider-arrow.prev:before {
    line-height: 40px;
    font-size: 14px;
    font-weight: 900;
    margin-top: 4px;
    display: block;
}

.wprs_unslider .wprs_unslider-arrow.next:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="20px" viewBox="0 0 13 20" version="1.1"><g><path style=" stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;" d="M 11.597656 10.664062 L 3.703125 18.253906 C 3.320312 18.621094 2.703125 18.621094 2.324219 18.253906 L 1.402344 17.367188 C 1.023438 17.003906 1.023438 16.410156 1.402344 16.042969 L 7.65625 10 L 1.402344 3.957031 C 1.023438 3.589844 1.023438 2.996094 1.402344 2.632812 L 2.324219 1.746094 C 2.703125 1.378906 3.320312 1.378906 3.703125 1.746094 L 11.597656 9.335938 C 11.976562 9.703125 11.976562 10.296875 11.597656 10.664062 Z M 11.597656 10.664062 "/></g></svg>');
}

.wprs_unslider .wprs_unslider-arrow.prev:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="20px" viewBox="0 0 13 20" version="1.1"><g><path style=" stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;" d="M 1.402344 9.335938 L 9.296875 1.746094 C 9.679688 1.378906 10.296875 1.378906 10.675781 1.746094 L 11.597656 2.632812 C 11.976562 2.996094 11.976562 3.589844 11.597656 3.957031 L 5.339844 10 L 11.597656 16.046875 C 11.976562 16.410156 11.976562 17.003906 11.597656 17.367188 L 10.675781 18.253906 C 10.296875 18.621094 9.679688 18.621094 9.296875 18.253906 L 1.402344 10.664062 C 1.023438 10.296875 1.023438 9.703125 1.402344 9.335938 Z M 1.402344 9.335938 "/></g></svg>');
}

.wprev-no-slider-widget {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: stretch;
}

.wprev-no-slider-widget > div {
    flex: 0 1 50%;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    margin: 0;
    padding-bottom: 15px;
}

.wprev-no-slider-widget > div > div,
.wprev-no-slider-widget > div > div > div,
.wprev-no-slider-widget > div > div > div > div {
    height: 100%;
}

.wprevpro_load_more_div button {
    border: 0;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    min-width: 150px;
    background: var(--proshred-primary-color);
    border-radius: 3px;
    line-height: 26px;
}

.wprevpro_load_more_div button:hover {
    background: #333333;
}

/*Footer Styling*/
.footer-newsletter {
    background: #ececed;
    font-size: 16px;
}

.footer-newsletter h5 {
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.footer-newsletter .wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.footer-newsletter .wpcf7-form > div {
    flex: 1 1 calc(50% - 50px);
    align-self: auto;
    min-width: 0;
    min-height: auto;
    padding-left: 10px;
}

.footer-newsletter .wpcf7-form div.newsletter-input label {
    overflow: hidden;
    height: 0;
    display: block;
}

.footer-newsletter .wpcf7-form div.newsletter-button {
    flex: 0 1 100px;
    min-width: 100px;
}

.footer-newsletter .wpcf7-form .wpcf7-checkbox span {
    display: block;
}

.footer-newsletter .wpcf7-form .wpcf7-checkbox {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.footer-newsletter .wpcf7-form .wpcf7-checkbox > span {
    flex: 1 1 calc(50% - 1em);
    align-self: auto;
    min-width: 0;
    min-height: auto;
}

.footer-newsletter .wpcf7-form span.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 10px;
    width: 100%;
    display: block;
}

#mainfooter {
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
}

#mainfooter ul,
#mainfooter ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#mainfooter a {
    color: #ffffff;
}

#mainfooter a:hover {
    color: var(--proshred-primary-color);
}

#mainfooter h3 {
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 1em;
    padding-top: 0;
    text-transform: none;
}

.footer-top {
    background: #333333;
    padding: 65px 0;
}

.footer-top .wrapper {
    align-items: flex-start;
}

.footer-call {
    font-size: 30px;
    margin-bottom: 40px;
}

.footer-call a {
    text-decoration: none;
    text-transform: uppercase;
}

.footer-logo-main img {
    max-width: 300px;
    height: auto;
}

.footer-logos {
    overflow: hidden;
    padding-top: 30px;
    min-width: 310px;
}

.footer-logos img {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
    height: 100%;
    max-height: 50px;
    width: auto;
}

.footer-logos img:first-child {
    margin-left: 0;
}

.footer-column-1 {
    flex: 1 1 40%;
}

.footer-column-2,
.footer-column-3 {
    flex: 1 1 30%;
}

.footer-column-1 > div {
    display: inline-block;
    text-align: center;
}

.footer-column-2 p + p {
    margin-top: 25px;
}

.footer-column-3 ul#menu-quick-links-menu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.footer-column-3 ul#menu-quick-links-menu a {
    margin-bottom: 4px;
    display: block;
}

.footer-social {
    padding-top: 40px;
}

.footer-social ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#mainfooter .footer-social ul li,
#mainfooter-option2 .footer-social ul li {
    flex: 0 1 auto;
    align-self: auto;
    min-width: 0;
    min-height: auto;
    margin-right: 15px;
}

.footer-social li a {
    display: block;
    text-align: center;
}

.footer-social li a i {
    font-size: 20px;
    vertical-align: bottom;
    line-height: 23px;
    z-index: 2;
}

.footer-social li a i.fa-facebook-f {
    font-size: 17px;
}

.footer-social li a:hover i,
.footer-social li a:hover i:before {
    color: #ffffff;
}

.footer-social svg {
    width: 20px;
    height: 20px;
    z-index: 99;
    vertical-align: middle;
    margin-bottom: 1px;
}

.footer-social svg path {
    fill: #ffffff;
}

.footer-social li a:before {
    width: 0;
    height: 0;
    border-radius: 50px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--proshred-primary-color);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
}

.footer-social li a:hover:before {
    width: 30px;
    height: 30px;
}

.footer-bottom {
    background: #454545;
    padding: 18px 0;
}

.footer-copyright {
    flex: 0 1 auto;
}

.footer-auxmenu ul,
.footer-auxmenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-auxmenu ul {
    overflow: hidden;
}

.footer-auxmenu ul li {
    float: left;
}

.footer-auxmenu ul li a {
    display: block;
    margin-left: 40px;
}

/*Footer Option 2*/
#mainfooter-option2 .wrapper {
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}

#mainfooter-option2 hr {
    margin: 0;
    background-color: #ECECED;
}

#mainfooter-option2 ul,
#mainfooter-option2 li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-cert-row {
    padding: 35px 0;
    gap: 120px;
}

.footer-cert-row .flexcol-half {
    padding: 12px 0;
    flex-basis: calc(50% - 120px);
    min-width: calc(50% - 120px);
}

.footer-cert-row h2 {
    font-size: 24px;
    margin: 0;
    padding-bottom: 10px;
}

.cert-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.footer-companyinfo-row {
    padding: 60px 0;
    gap: 30px;
}

.footer-companyinfo-row .flexcol-quarter {
    padding: 15px 0;
    font-size: 14px;
    flex-basis: calc(25% - 30px);
    min-width: calc(25% - 30px);
}

.footer-companyinfo-row p {
    margin: 0;
}

.footer-companyinfo-row strong {
    display: inline-block;
    padding-bottom: 30px;
    font-size: 18px;
}

.footer-companyinfo-row .footer-social {
    padding: 10px 0 30px;
}

.footer-companyinfo-row .footer-social a {
    line-height: 18px;
}

.footer-companyinfo-row .footer-social a:not(:hover) svg path {
    fill: var(--proshred-primary-color);
}

.footer-companyinfo-row .footer-call {
    margin: 0;
    color: var(--proshred-primary-color);
    font-size: 24px;
    font-weight: bold;
}

.footer-companyinfo-row .footer-logo-main img {
    width: 100%;
    max-width: 250px;
}

.footer-quicklinks-row {
    background: var(--proshred-secondary-color);
    color: #ffffff;
    padding: 20px 0;
    font-size: 14px;
}

.footer-quicklinks-row .wrapper {
    gap: 30px;
}

.footer-quicklinks-row h3 {
    font-size: 18px;
    padding-bottom: 20px;
}

.footer-quicklinks-row a {
    color: #ffffff;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
}

.footer-quicklinks-row a:hover {
    color: #ECECED;
}

.footer-quicklinks-row a:after {
    height: 1px;
    position: absolute;
    bottom: 6px;
    left: 0;
    background: #ECECED;
    display: block;
    width: 0;
    content: "";
}

.footer-quicklinks-row a:hover:after {
    width: 100%;
}

.footer-quicklinks-col {
    padding: 20px 0;
    flex-basis: calc(25% - 30px);
    min-width: calc(25% - 30px);
}

#mainfooter-option2 .footer-bottom {
    background: var(--proshred-gray-color);
    color: #fff;
    font-size: 12px;
}

#mainfooter-option2 .footer-bottom a {
    color: #fff;
    margin-left: 15px;
}

#mainfooter-option2 .footer-auxmenu {
    padding-left: 65px;
}

.footer-mobile-cta {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    height: 70px;
    z-index: 999999;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
}

.footer-mobile-cta .flexcol-half:nth-child(2) {
    text-align: right;
}

.page-id-44 .footer-mobile-cta .flexcol-half:nth-child(2) {
    display: none;
}

.footer-mobile-cta .phone-ico svg {
    vertical-align: middle;
    width: 12px;
    height: 12px;
}

.footer-mobile-cta .menu-estimate-button-container ul li a {
    padding: 10px 20px;
}

#bayshoregdpr {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    background: #ECECED;
    width: 100%;
    color: #333333;
    padding: 10px 90px;
    border-top: 1px solid #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    font-size: 14px;
}

@media screen and (min-width: 40em) {
    #bayshoregdpr .bayshoregdpr-wrapper {
        display: flex;
        flex-direction: row;
        align-items: end;
    }

    #bayshoregdpr .bayshoregdpr-wrapper > div {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #bayshoregdpr .bayshoregdpr-wrapper .bayshoregdpr-content p {
        margin-bottom: 0;
        line-height: 1.7;
    }
}

.gdpr-close-bttn {
    border: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #333333;
    line-height: 25px;
    font-size: 25px;
    background: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    float: right;
    z-index: 99;
    position: absolute;
    right: 90px;
    top: 15px;
}

.gdpr-close-bttn svg {
    width: 20px;
    height: 20px;
}

.bayshoregdpr-title {
    float: left;
    clear: both;
    width: 100%;
}

#bayshoregdpr h3 {
    font-size: 20px;
}

.bayshoregdpr-content {
    clear: both;
    overflow: hidden;
    float: none;
    width: calc(100% - 200px);
}

.gdpr-button {
    text-align: right;
    padding-top: 0;
}

.gdpr-button button {
    border: 0;
    cursor: pointer;
    font-size: 14px;
    min-width: 0px;
    padding: 10px;
}

.gdpr-button button.bttn.white:hover {
    background: var(--proshred-primary-color);
}

.acsb-trigger.acsb-bg-lead acsb-trigger-size-medium {
    inset: auto 20px 10px auto !important;
}

/*REDISHRED*/
.stockticker {
    width: 35%;
    min-height: 425px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    background: var(--proshred-primary-color);
    padding: 50px 0 50px 40px;
    line-height: 1.5em;
    font-size: 18px;
}

.stockticker:before {
    display: block;
    content: "";
    background: #ececed;
    position: absolute;
    top: 0;
    left: 0;
    width: 4000px;
    height: 100%;
    z-index: 1;
}

.stockticker > div {
    z-index: 2;
    width: 100%;
    color: #333333;
}

.stockticker .smw-card.smw-color-header {
    border-bottom: 1px solid #333333;
}

.stockticker .smw-card.smw-color-header.smw-black {
    border-color: #333333;
}

.stockticker .smw-card.smw-color-header .smw-field-name {
    font-size: 24px;
    text-transform: uppercase;
}

.stockticker .smw-card.smw-color-header .smw-field-symbol {
    font-size: 72px;
}

.stockticker .smw .smw-down {
    color: var(--proshred-primary-color);
}

.bttnblock {
    margin: 15px 0;
    display: block;
    height: 100%;
    text-align: center;
    color: #ffffff;
    min-height: 270px;
    border: 1px solid #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    border-radius: 8px;
}

.bttnblock span {
    display: block;
    color: #ffffff;
}

.bttnblock.grey {
    background: #333333;
    border-color: #333333;
}

.bttnblock.red {
    background: var(--proshred-primary-color);
    border-color: var(--proshred-primary-color);
}

.bttnblock:hover {
    background: #ffffff;
    border-color: var(--proshred-primary-color);
}

.bttnblock:hover span {
    color: var(--proshred-primary-color);
}

.bttnblock .bttnblock-img {
    padding-bottom: 20px;
}

.bttnblock .bttnblock-img > picture:first-child {
    position: absolute;
    transform: translate(-50%, 0px);
    left: 50%;
}

.bttnblock .bttnblock-img > img:first-child,
.bttnblock .bttnblock-img > picture:first-child img {
    filter: invert(40%) grayscale(100%) brightness(49%) sepia(98%) hue-rotate(-50deg) saturate(400%) contrast(2);
    opacity: 0;
}

.bttnblock .bttnblock-img > img:first-child {
    position: absolute;
}

.bttnblock:hover .bttnblock-img > img,
.bttnblock:hover .bttnblock-img > picture img {
    opacity: 0;
}

.bttnblock:hover .bttnblock-img > img:first-child,
.bttnblock:hover .bttnblock-img > picture:first-child img {
    opacity: 1;
}

.bttnblock-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
}

.menu-sidebar-menu-container ul,
.menu-sidebar-menu-container ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.menu-sidebar-menu-container ul li a {
    display: block;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    padding: 4px 0;
}

.menu-sidebar-menu-container ul li.current_page_item a {
    color: #333333;
}

.pastevent-widget-slider > .pastevents-wrapper {
    display: none;
}

.pastevent-widget-slider .slick-slide {
    align-self: flex-start;
}

.pastevent-widget-slider .slick-slide > div {
    width: 100%;
}

.pastevents-date {
    font-size: 36px;
    font-weight: 700;
    padding: 30px 0;
}

.pastevents-contentwrapper {
    font-size: 16px;
}

.pastevents-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.pastevents-row > div {
    flex: 0 1 100%;
    align-self: auto;
    min-width: 100%;
    min-height: auto;
    padding: 0 25px 5px 0;
}

.pastevent-widget-slider + .slider-widget-controls {
    color: #333333;
    border-color: #333333;
}

.pastevents-row svg {
    width: 15px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    margin-top: 3px;
}

.pastevents-row a span {
    display: block;
    width: calc(100% - 40px);
    line-height: 1.2em;
}

.gridcolumns > div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
}

.gridcolumns > div > div {
    flex: 0 1 50%;
    align-self: auto;
    min-width: 50%;
    min-height: auto;
    padding: 0 25px 25px 0;
    display: none;
}

.gridcolumns h3 {
    padding-bottom: 15px;
}

.gridcolumns ul,
.gridcolumns ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.amp-thankyou {
    display: none;
}

.bioblock-widget {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 50px;
}

.bioblock-widget > div {
    align-self: stretch;
    min-width: 0;
    min-height: auto;
}

.bioblock-widget .bioblock-img {
    flex: 0 1 180px;
    min-width: 180px;
    padding-bottom: 20px;
}

.bioblock-widget .bioblock-img img {
    width: 140px;
    height: auto;
}

.bioblock-widget .bioblock-content {
    flex: 1 1 auto;
}

.bioblock-widget .bioblock-meta span {
    /*border-left:1px solid #333333;
	padding:0 5px;*/
    font-size: 16px;
    font-weight: bold;
    display: block;
}

/*Media 1200 and Smaller*/
@media screen and (max-width: 1200px) {
    .top-header .aux-addressphone strong {
        display: block;
    }

    .top-header .aux-addressphone strong span {
        display: none;
    }

    .header-logo {
        flex: 0 1 190px;
    }

    .header-logo img {
        max-width: 210px;
    }

    .header-menu nav div > ul > li > a {
        padding: 30px 15px;
        font-size: 13px;
    }

    .megamenu-header .header-menu nav div > ul > li > a {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .megamenu-header .header-menu nav ul .megamenu-wrapper ul.megamenu-submenu > li > a {
        font-size: 16px;
    }

    .page-hero {
        font-size: 18px;
    }

    .page-hero .page-hero-content-wrapper {
        width: 50%;
    }

    .herobar h1,
    .page-hero .page-hero-content-wrapper .page-hero-content h1 {
        font-size: 35px;
    }

    .page-hero .page-hero-content-wrapper.postpage {
        padding-top: 43px;
        padding-bottom: 43px;
    }

    .archive .page-hero .page-hero-content-wrapper {
        font-size: 18px;
    }

    .certimage-widget .certimage-col {
        flex: 1 1 33.33%;
        padding: 10px;
    }

    .contactus-block-content ul.servicelist {
        column-count: 2;
    }

    .footer-companyinfo-row .footer-call {
        font-size: 20px;
    }

    /*Homeslider*/
    .heroslider-nav .slick-arrow.slick-prev {
        left: 15px;
    }

    .heroslider-nav .slick-arrow.slick-next {
        right: 15px;
    }

    .heroslider-nav .slick-list {
        width: calc(100% - 70px);
    }


    /*REDISHRED*/
    .stockticker {
        width: 50%;
    }
}

/*Media 990 and Smaller*/
@media screen and (max-width: 990px) {
    body.mobilenav-active {
        overflow: hidden;
    }

    .top-header {
        display: none;
    }

    .home .page-hero .page-hero-content-wrapper, .archive .page-hero .page-hero-content-wrapper {
        font-size: 18px;
    }

    .page-hero .phone-ico svg {
        width: 18px;
        height: 18px;
    }

    .page-hero .page-hero-content-wrapper:before {
        position: absolute;
        z-index: 1;
        display: block;
        background: var(--proshred-primary-color);
        right: 0;
        top: 0;
        width: 1000px;
        content: "";
        height: 100%;
    }

    .page-hero > img,
    .page-hero > picture {
        width: 50%;
    }

    .bottom-header,
    .scrolled .bottom-header {
        padding: 20px 0;
    }

    .bottom-header .header-logo {
        order: 1;
        flex: 0 1 auto;
    }

    .bottom-header .header-menu {
        order: 3;
        flex: 0 1 auto;
    }

    .bottom-header .header-estimate {
        order: 2;
        text-align: right;
        flex: 1 1 auto;
    }

    .events-template-default.single.single-events .page-hero .page-hero-content-wrapper::before {
        height: auto;
    }

    .header-spacer {
        height: 74px;
    }

    .header-menu nav,
    .header-estimate div {
        display: none;
    }

    .toggle-menu,
    .mobilenav-active .mobilemenu-overlay {
        display: block;
    }

    .mobilemenu-overlay.option2 .mobilemenu-menu {
        height: calc(100% - 74px);
        padding: 10px 5% 100px;
    }

    .megamenu-wrapper .megamenu-submenu {
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .mobilemenu-menu nav > div .current_page_ancestor > ul.sub-menu,
    .mobilemenu-menu nav > div .current_page_parent > ul.sub-menu,
    .mobilemenu-menu nav > div .current_page_item > ul.sub-menu,
    .mobilemenu-menu nav > div .current_page_ancestor > .megamenu-wrapper,
    .mobilemenu-menu nav > div .current_page_parent > .megamenu-wrapper,
    .mobilemenu-menu nav > div .current_page_item > .megamenu-wrapper {
        position: relative !important;
    }

    .menu-estimate-button-container,
    .menu-estimate-menu-container,
    .menu-item-has-children > a:after,
    .header-estimate .aux-search-bttn {
        display: inline-block;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu {
        padding: 10px 0 150px;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu nav > div > ul > li > a {
        padding: 15px 20px;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu ul li > a:not(.meganav-cta-block-link) {
        border-bottom: 1px solid #ECECED;
        display: block;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu ul li i {
        display: none;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu ul.menu > li > i {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        margin: 0;
        display: block;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .megamenu-wrapper {
        position: relative !important;
        top: auto;
        left: auto;
        padding: 0;
        border-top: 0;
        background: #fff;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu ul.megamenu-submenu > li > a {
        padding: 20px 15px;
        font-size: 16px;
    }

    .mobilemenu-overlay.option2.megamenu-mobile .mobilemenu-menu ul.megamenu-submenu ul > li > a {
        font-weight: normal;
        padding: 15px;
        font-size: 14px;
    }

    .mobilemenu-overlay .widget-area {
        padding: 25px 15px;
    }

    .search-active .icon-search,
    .icon-close {
        opacity: 0;
    }

    .icon-search,
    .search-active .icon-close {
        opacity: 1;
    }

    .header-search {
        padding: 10px 15px;
        z-index: -1;
        top: 0;
        border-top: 2px solid #ECECED;
        background: rgba(255, 255, 255, .98);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
    }

    .search-active .header-search {
        top: 100%;
        pointer-events: all;
        animation-name: none;
        opacity: 1;
    }

    .search-deactivate .header-search {
        pointer-events: all;
        opacity: 1;
        animation-name: none;
    }

    .search-bttn-close {
        display: none;
    }

    #searchform input[type="text"],
    #searchform input[type="submit"] {
        font-size: 16px;
        line-height: 50px;
    }

    #searchform input[type=submit] {
        padding: 0 15px;
        width: initial;
        max-width: inherit;
        line-height: 44px;
        right: 4px;
    }

    .mobilenav-active .aux-search-bttn {
        display: none;
    }

    .icon-cta-widget {
        padding: 15px 0;
    }

    .serviceslist-wrapper.column {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .serviceslist-wrapper.column .serviceslist-block {
        text-align: center;
    }

    .serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-mobilelink {
        display: block;
    }

    .serviceslist-wrapper.column .serviceslist-block:first-child .serviceslist-bttn,
    .serviceslist-wrapper.column .serviceslist-block:nth-child(5) .serviceslist-bttn,
    .serviceslist-wrapper.column .serviceslist-block:nth-child(6) .serviceslist-bttn,
    .serviceslist-wrapper.column .serviceslist-block:nth-child(7) .serviceslist-bttn,
    .serviceslist-wrapper .serviceslist-block .serviceslist-bttn,
    .serviceslist-wrapper.column .serviceslist-block.scheduleshred .serviceslist-bttn,
    .serviceslist-wrapper:not(.column) .serviceslist-block.scheduleshred:nth-child(odd) .serviceslist-bttn {
        height: 250px;
        text-align: center;
    }

    .serviceslist-wrapper .serviceslist-block.scheduleshred .serviceslist-bttn i {
        display: none;
    }

    .serviceslist-boldtitle,
    .serviceslist-title {
        font-size: 30px;
    }

    .serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content-wrapper .serviceslist-content {
        display: none;
    }

    .serviceslist-wrapper .serviceslist-block .serviceslist-bttn .serviceslist-content-wrapper {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
        -moz-transform: translate(0%, -50%);
        -o-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        padding: 0;
    }

    .event-widget-list > .event-widget-list-container,
    .resources-othernews-wrapper .resources-othernews-col {
        flex: 0 1 50%;
    }

    .resources-block-wrapper[data-count="1"] > div {
        max-width: 500px;
        margin: auto;
    }

    .icon-cta-widget.style2 {
        padding: 30px 0;
    }

    h2 {
        margin-top: 25px;
        font-size: 30px;
    }

    .imagebar-widget {
        margin-top: 15%;
        margin-bottom: 15%;
    }

    .panel-grid.panel-no-style,
    .panel-grid.panel-has-style > .panel-row-style {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contactus-block-col {
        flex: 1 1 100%;
    }

    .contactus-block-content-inner {
        max-width: 100%;
        width: 100%;
    }

    .contactus-block-col iframe {
        min-height: 350px;
    }

    .videos-post-wrapper > div {
        flex: 0 1 50%;
    }

    .estimateform_wrapper {
        margin-bottom: 25px;
    }

    .widget_linkbttn div[style="text-align:right;"] {
        text-align: center !important;
    }

    .post_featured_img {
        float: none;
        margin: 0 0 25px 0;
    }

    .footer-top .wrapper {
        flex-flow: row wrap;
    }

    .footer-column-1 {
        flex: 1 1 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .footer-column-2,
    .footer-column-3 {
        flex: 1 1 50%;
    }

    .footer-testimonials .widget_linkbttn > div {
        text-align: center !important;
    }

    .footer-testimonials .wprevpro li p {
        font-size: 18px;
    }

    .footer-mobile-cta {
        display: flex;
    }

    .footer-mobile-cta .flexcol-half {
        flex-basis: 50% !important;
    }

    #mainfooter-option2 {
        display: flex;
        flex-flow: column nowrap;
    }

    .footer-cert-row {
        order: 3;
    }

    .footer-cert-row + hr {
        order: 2;
    }

    .footer-companyinfo-row {
        order: 1;
    }

    .footer-quicklinks-row {
        order: 4;
    }

    .footer-bottom {
        order: 5;
        padding-bottom: 88px;
    }

    #bayshoregdpr {
        padding: 10px 50px;
        font-size: 14px;
        line-height: 1.5em;
    }

    .bayshoregdpr-content {
        width: 100%;
    }

    .gdpr-close-bttn {
        right: 15px
    }

    .so-widget-sow-image {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    /*REDISHRED*/
    .bttnblock {
        min-height: 200px;
    }

    .flexcolsidebar {
        flex: 0 1 250px;
        min-width: 250px;
    }

    .bioblock-widget {
        flex-flow: row wrap;
    }

    .bioblock-widget .bioblock-img,
    .bioblock-widget .bioblock-content {
        flex: 1 1 auto;
    }

    .footer-cert-row {
        gap: 20px;
    }

    .footer-companyinfo-row > .flexcol-quarter:nth-child(1),
    .footer-companyinfo-row > .flexcol-quarter:nth-child(4),
    .footer-quicklinks-col {
        flex-basis: 100%;
        min-width: 100%;
    }

    .footer-companyinfo-row > .flexcol-quarter:nth-child(2),
    .footer-companyinfo-row > .flexcol-quarter:nth-child(3),
    .footer-quicklinks-col {
        flex-basis: calc(50% - 30px);
        min-width: calc(50% - 30px);
    }
}

/*Media 768 and Smaller*/
@media screen and (max-width: 768px) {
    .heroslider-wrapper-slider .serviceslist-content-wrapper > .serviceslist-right {
        display: none;
    }

    .heroslider-nav {
        /*padding-top:65px;*/
    }

    .heroslider-nav .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .heroslider-nav .slick-arrow:before {
        font-size: 40px;
        top: 0;
    }

    .heroslider-nav .slick-list {
        width: calc(100% - 100px);
    }

    .heroslider-nav .slick-dots {
        /*top: 15px;*/
    }

    .column-2,
    .column-3 {
        column-count: 1;
    }

    .alignright,
    .alignleft {
        float: none;
        margin: 0 0 25px 0;
    }

    .menu-estimate-button-container ul li a {
        padding: 10px;
    }

    .header-logo img,
    .scrolled .header-logo a {
        width: 100%;
        max-width: 125px;
    }

    .page-hero {
        background-image: unset !important;
    }

    .page-hero,
    .page-hero .wrapper,
    .page-hero .page-hero-content-wrapper {
        min-height: 395px;
    }

    .page-hero .page-hero-content-wrapper {
        width: 100%;
    }

    .page-hero > img,
    .page-hero > picture {
        display: none;
    }

    .serviceslist-wrapper.column {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .serviceslist-wrapper:not(.column) .serviceslist-block,
    .serviceslist-wrapper.column .serviceslist-block {
        flex: 1 1 100%;
        align-self: auto;
        min-width: 0;
        min-height: auto;
    }

    .event-widget-wrapper .event-widget-title,
    .event-widget-wrapper .event-widget-button,
    .event-widget-wrapper .event-widget-content {
        flex: 1 1 100%;
    }

    .event-widget-wrapper .event-widget-title {
        order: 1;
    }

    .event-widget-wrapper .event-widget-button {
        order: 3;
        padding-top: 25px;
        text-align: center;
    }

    .event-widget-wrapper .event-widget-content {
        order: 2;
    }

    .event-widget-list > .event-widget-list-container,
    .resources-othernews-wrapper .resources-othernews-col {
        flex: 0 1 100%;
    }

    .post-details {
        /*margin-top:-35px;*/
        margin-top: 50px;
    }

    .post-details > div {
        flex: 0 1 100%;
    }

    .post-details .post-details-right {
        height: 400px;
    }

    .post-details-left .posttitle {
        font-size: 30px;
    }

    .featured-posts .post-details-right {
        display: none;
    }

    .resources-recentnews-wrapper {
        display: block;
    }

    .resources-recentnews-wrapper .resources-recentnews-col:not(:first-child) {
        margin-top: 30px;
    }

    .resources-recentnews-wrapper .resources-recentnews-col {
        padding: 10% 5%;
    }

    .resources-recentnews-wrapper .resources-recentnews-col:nth-child(1) .resources-recentnews-posttitle,
    .resources-recentnews-wrapper .resources-recentnews-col .resources-recentnews-posttitle {
        font-size: 25px;
        white-space: normal;
    }

    .resources-othernews-content {
        padding: 10% 5%;
    }

    .resources-block-wrapper > div {
        flex: 0 1 100%;
    }

    .featured-videos-block .featured-video-thumb {
        height: 200px;
    }

    .featured-video-content .featured-video-title a {
        font-size: 18px;
    }

    .certimage-widget .certimage-col {
        flex: 1 1 50%;
    }

    .contactus-block-content ul.servicelist {
        column-count: 1;
    }

    .contactus-block-iframe {
        display: none;
    }

    .contentslider-block > div,
    .contactus-subblock .flexcol {
        flex: 1 1 100%;
    }

    .contentslider-boldtitle h2 {
        padding: 20px 0 0;
    }

    .contentslider-block .contentslider-content-wrapper {
        padding: 0;
    }

    .contentslider-wrapper .slick-slide {
        align-items: flex-start;
    }

    .cfcol1, .cfcol2, .cfcol3 {
        flex: 1 1 100%;
    }

    .videos-post-wrapper > div {
        flex: 0 1 100%;
    }

    .videos-post-wrapper .featured-videos-block .featured-video-thumb {
        height: 225px;
    }

    h3 {
        font-size: 25px;
    }

    .wprev-no-slider-widget > div {
        flex: 1 1 100%;
    }

    .footer-newsletter .wpcf7-form > div {
        flex: 1 1 100%;
        padding: 0 0 10px;
        margin-top: 15px;
    }

    .footer-top {
        padding-bottom: 0;
    }

    .footer-column-1,
    .footer-column-2,
    .footer-column-3 {
        flex: 1 1 100%;
        text-align: center;
        padding-bottom: 50px;
    }

    .footer-social ul {
        justify-content: center;
    }

    .footer-bottom .wrapper {
        flex-flow: row wrap;
    }

    .footer-bottom .wrapper .flexcol {
        flex: 1 1 100%;
    }

    .footer-auxmenu ul li a {
        margin: 0 20px 0 0;
    }

    .footer-logos img {
        height: 50px;
    }

    .footer-companyinfo-row .footer-social a {
        padding: 5px;
    }

    #mainfooter-option2 .wrapper {
        gap: 0;
    }

    .flexcol-quarter,
    .flexcol-half {
        flex-basis: 100% !important;
    }

    .footer-companyinfo-row {
        padding: 15px 0;
    }

    .footer-companyinfo-row strong {
        padding-bottom: 0;
    }

    .footer-companyinfo-row .footer-social ul {
        justify-content: flex-start;
    }

    .footer-companyinfo-row .footer-call {
        display: none;
    }

    .footer-quicklinks-row {
        text-align: center;
    }

    .footer-cert-row {
        padding: 12px 0;
    }

    #mainfooter-option2 .footer-auxmenu,
    #mainfooter-option2 .footer-bottom a {
        padding-left: 0;
        margin-left: 0;
    }

    /*REDISHRED*/
    .stockticker {
        display: none;
    }

    .contentwrapper {
        flex-flow: row wrap;
    }

    .contentwrapper .flexcol,
    .flexcolsidebar {
        flex: 1 1 100%;
        border-right: 0;
        padding: 25px 0;
        margin: 0;
    }

    .flexcolsidebar {
        text-align: center;
        border-bottom: 1px solid #ececed;
    }

    .pastevents-title {
        display: none;
    }

    .pastevents-row {
        margin-bottom: 10px;
    }

    .pastevents-pdf a:after {
        content: " (PDF)";
    }

    .pastevents-audio a:after {
        content: " (Audio)";
    }

    .gridcolumns > div > div {
        flex: 0 1 100%;
        min-width: 100%;
    }

    /* Tap Targets */
    .footer-column-3 ul#menu-quick-links-menu a {
        margin-bottom: 8px;
    }

    .footer-social li a i {
        padding: 12px 0 13px;
    }

    .footer-social li a i.fa-facebook-f {
        padding-right: 19px;
        padding-left: 19px;
    }

    .footer-social li a i.fa-linkedin-in {
        padding-right: 16px;
        padding-left: 15px;
    }

    .footer-social li a i.fa-twitter {
        padding-right: 14px;
        padding-left: 14px;
    }

    .footer-social li a i.fa-youtube {
        padding-right: 13px;
        padding-left: 13px;
    }

    .footer-social li a i.fa-rss {
        padding-right: 16px;
        padding-left: 15px;
    }
}

/* Font Awesome override for WP Review Slider Pro icon font */
.wprsp-star::before {
    content: "\2605" !important;
    font-weight: 900;
    font-size: 25px;
}

.wprsp-star-o::before {
    content: "\2606" !important;
    font-weight: 900;
    font-size: 25px;
}

img.wprevpro_t1_rec_img_file {
    border-radius: 0;
}

/* Google Search Console */
@media screen and (max-width: 990px) {
    .bottom-header,
    .scrolled .bottom-header,
    .bottom-header.megamenu-header {
        padding: 16px 0;
    }

    .menu-estimate-button-container ul li a {
        margin: 1px 0
    }

    .header-logo a {
        margin: 6px 0
    }
}

/* Responsive video div */
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* Tap Targets */
@media screen and (max-width: 768px) {
    .footer-column-3 ul#menu-quick-links-menu a {
        margin: 4px 0;
        padding: 10px 0;
    }

    .footer-social li a i {
        padding: 8px 0 9px;
    }

    .footer-social li a i.fa-facebook-f {
        padding-right: 15px;
        padding-left: 15px;
    }

    .footer-social li a i.fa-linkedin-in, .footer-social li a i.fa-rss {
        padding-right: 12px;
        padding-left: 11px;
    }

    .footer-social li a i.fa-twitter {
        padding-right: 10px;
        padding-left: 10px;
    }

    .footer-social li a i.fa-yelp {
        padding-right: 13px;
        padding-left: 12px;
    }

    .footer-social li a i.fa-youtube {
        padding-right: 9px;
        padding-left: 9px;
    }

    .servicelist a {
        margin: 4px 0;
        padding: 6px 0;
    }
}

/*Media 500 and Smaller*/
@media screen and (max-width: 500px) {
    .footer-bottom {
        padding-bottom: 118px;
    }

    .footer-mobile-cta.wrapper {
        flex-wrap: wrap;
        padding: 0;
        height: 100px;
    }

    .footer-mobile-cta .flexcol-half,
    .footer-mobile-cta .flexcol-half:nth-child(2) {
        flex-basis: 100% !important;
        text-align: center;
        padding: 5px 15px;
    }

    .footer-mobile-cta .phone-ico svg {
        width: 16px;
        height: 16px;
    }

    body .acsb-trigger.acsb-trigger-position-y-bottom {
        bottom: 110px !important;
    }
}

/* GDPR */
.bayshoregdpr-content a:not(.bttn):hover {
    color: var(--proshred-primary-color);
}

/*Review Bundle plugin*/
.rplg-reviews {
}

.rplg-reviews .slick-slide {
    display: block !important;
}

.rplg-reviews .slick-track {
    display: block !important;
}

.rplg-review .rplg-review--meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.rplg .rplg-social-logo svg {
    height: 32px !important;
    width: 32px !important;
}

.rplg .rplg-stars svg {
    height: 25px !important;
    width: 25px !important;
}

.rplg .rplg-stars svg * {
    fill: var(--proshred-primary-color) !important;
}

.rplg-review .rplg-review--content {

}

.rplg-review .rplg-review--review {
    margin: 1rem auto;
    font-style: normal !important;
    font-size: 25px !important;
    font-weight: bold !important;
    color: #333333;
}

.rplg-review .rplg-review--name {
    font-style: normal !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 10px;
}

.rplg-reviews .rplg-reviews--controls {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
}

.rplg-reviews .rplg-reviews--controls .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--proshred-primary-color);
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
}

.rplg-reviews .rplg-reviews--controls .slick-arrow:before {
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
    margin-top: 0;
}

.rplg-reviews .rplg-reviews--controls .slick-arrow:hover {
    background: #333333;
}

.rplg-reviews .rplg-reviews--controls .slick-prev:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="20px" viewBox="0 0 13 20" version="1.1"><g><path style=" stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;" d="M 1.402344 9.335938 L 9.296875 1.746094 C 9.679688 1.378906 10.296875 1.378906 10.675781 1.746094 L 11.597656 2.632812 C 11.976562 2.996094 11.976562 3.589844 11.597656 3.957031 L 5.339844 10 L 11.597656 16.046875 C 11.976562 16.410156 11.976562 17.003906 11.597656 17.367188 L 10.675781 18.253906 C 10.296875 18.621094 9.679688 18.621094 9.296875 18.253906 L 1.402344 10.664062 C 1.023438 10.296875 1.023438 9.703125 1.402344 9.335938 Z M 1.402344 9.335938 "/></g></svg>');
    fill-opacity: 1;
}

.rplg-reviews .rplg-reviews--controls .slick-next:before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="13px" height="20px" viewBox="0 0 13 20" version="1.1"><g><path style=" stroke:none;fill-rule:nonzero;fill:rgb(255,255,255);fill-opacity:1;" d="M 11.597656 10.664062 L 3.703125 18.253906 C 3.320312 18.621094 2.703125 18.621094 2.324219 18.253906 L 1.402344 17.367188 C 1.023438 17.003906 1.023438 16.410156 1.402344 16.042969 L 7.65625 10 L 1.402344 3.957031 C 1.023438 3.589844 1.023438 2.996094 1.402344 2.632812 L 2.324219 1.746094 C 2.703125 1.378906 3.320312 1.378906 3.703125 1.746094 L 11.597656 9.335938 C 11.976562 9.703125 11.976562 10.296875 11.597656 10.664062 Z M 11.597656 10.664062 "/></g></svg>');
    fill-opacity: 1;
}

.rplg-rating--wrapper {
    margin-top: 25px !important;
    margin-bottom: 50px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

@media screen and (min-width: 40em) {
    .rplg-rating--wrapper {
        margin-bottom: 0 !important;
        display: inline-flex;
        flex-direction: row;
    }
}

.rplg-rating--wrapper a {
    padding: 12px 20px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: center !important;
}

.rplg-rating {
    display: none;
    align-items: center;
    gap: 5px;
    background: #e2e2e2;
    padding: 10px 20px !important;
    border-radius: 9999px;
}

@media screen and (min-width: 40em) {
    .rplg-rating {
        display: inline-flex;
    }
}
