:root {
     --primarybuttonradius: 50px;
     --primarybuttonradiushover: 50px;
     --primarybuttonradiusclicked: 50px;
     --secondarybuttonradius: 50px;
     --secondarybuttonradiushover: 50px;
     --secondarybuttonradiusclicked: 50px;
     --ice: rgba(112,126,161,0.09);
     --secondarybuttonbackgroundhover: var(--ice);
     --primarybuttonbold: 500;
     --primarybuttonboldhover: 500;
     --secondarybuttonbold: 500;
     --secondarybuttonboldhover: 500;
     --interfacecorners: 50px;
}
 body#bBody:not(.wfrLoggedIn):not(.tssEditMode) .loggedIn{
     display: none;
}
 body#bBody.wfrLoggedIn:not(.tssEditMode) #footerc2a {
     display: none;
}
/*---------NAVIGATION------------*/
 header#header.tssHeaderFullWidth .header-inner #logo a > img, header#header.tssHeaderFullWidth #header-wrap #logo a > img, header#header.tssHeaderFullWidth #logo.fbImage.fbAdminIFrame img {
     filter: invert(1);
}
/*---DESKTOP---*/
 @media (min-width: 1024px) {
     header#header.tssHeaderFullWidth, header#header.tssHeaderFullWidth .header-inner, header#header.tssHeaderFullWidth .header-inner > .container, header#header.tssHeaderFullWidth.header-sticky {
         height: 230px;
         box-shadow: none !important;
    }
     #header.tssHeaderFullWidth.header-sticky.sticky-active .header-inner, #header.tssHeaderFullWidth.header-sticky.sticky-active #header-wrap {
         position: relative !important;
    }
     header#header.tssHeaderFullWidth .header-inner > .container {
         display: flex;
         flex-direction: row;
         flex-wrap: wrap;
         justify-content: center;
    }
     header#header.tssHeaderFullWidth::before {
         position: absolute;
         content: '';
         width: 100%;
         top: 150px;
         left: 0px;
         height: 0.5px;
         background-color: #fff;
    }
     header#header.tssHeaderFullWidth .header-extras {
         height: 150px;
         order: 1;
         float: unset;
         margin-left: 0px;
         margin-right: auto;
         width: calc(50% - 187.5px);
         display: flex;
    }
     header#header.tssHeaderFullWidth .header-extras.advanced {
         order: 3;
         margin-left: auto;
         margin-right: 0px;
         display: flex;
         flex-direction: row-reverse;
    }
     header#header.tssHeaderFullWidth[data-transparent="true"] + .inspiro-slider, header#header.tssHeaderFullWidth[data-transparent="true"] + #slider, header#header.tssHeaderFullWidth[data-transparent="true"] + .fullscreen, header#header.tssHeaderFullWidth[data-transparent="true"] + .halfscreen, header#header.tssHeaderFullWidth[data-transparent="true"] + #google-map, header#header.tssHeaderFullWidth[data-transparent="true"] + section {
         top: -230px;
         margin-bottom: -230px;
         padding-top: 230px !important;
         padding-bottom: 80px !important;
    }
     #header[data-transparent="true"] + .inspiro-slider, #header[data-transparent="true"] + #slider, #header[data-transparent="true"] + .fullscreen, #header[data-transparent="true"] + .halfscreen, #header[data-transparent="true"] + #google-map, body#bBody.tssEditMode #header[data-transparent="true"] + .destination + .fbDotted.existing-module {
         top: -230px;
         margin-bottom: -230px;
    }
     header#header.tssHeaderFullWidth .header-inner #logo, header#header.tssHeaderFullWidth#header #header-wrap #logo {
         height: 150px;
         width: 375px;
         max-width: 60vw;
         max-height: 24vw;
         margin-right: 0;
         margin-left: 0;
         order: 2;
    }
     header#header.tssHeaderFullWidth .header-inner #logo a > img, header#header.tssHeaderFullWidth #header-wrap #logo a > img, header#header.tssHeaderFullWidth #logo.fbImage.fbAdminIFrame img {
         width: 100%;
         height: 100%;
         object-fit: contain;
    }
     header#header.tssHeaderFullWidth #mainMenu.menu-left nav {
         float: unset;
         margin-left: auto;
         margin-right: auto;
    }
     header#header.tssHeaderFullWidth #mainMenu.menu-left {
         width: 100%;
         height: 80px;
         order: 4;
    }
     header#header.tssHeaderFullWidth #mainMenu.menu-left nav > ul {
         display: flex;
         justify-content: space-evenly;
         flex-wrap: nowrap;
         flex-direction: row;
         max-width: 1180px;
         margin-left: auto;
         margin-right: auto;
    }
     header#header.tssHeaderFullWidth .header-extras.advanced li a {
         font-family: var(--navigationfont);
         color: var(--navigationcolor);
         letter-spacing: 0.15em;
    }
     header#header.tssHeaderFullWidth .header-extras > ul > li {
         height: 150px;
    }
     .header-extras > ul > li > a:not(.btn), .header-extras > ul > li .topbar-dropdown > .title {
         line-height: 150px;
    }
     header#header.tssHeaderFullWidth .header-extras.advanced > ul > li:not(:last-child) {
         padding: 0px 20px 0px 0px;
    }
     header#header.tssHeaderFullWidth .header-extras.advanced #register::after {
         position: relative;
         content: '';
         width: 1.5px;
         height: 18px;
         right: -9.25px;
         background-color: #fff;
    }
}
/*---MOBILE---*/
 @media (max-width: 1024px) {
     header#header.tssHeaderFullWidth .header-extras.advanced li a span {
         display: none;
    }
     .mainMenu-open header#header.tssHeaderFullWidth #mainMenu {
         overflow: hidden;
    }
}
 .mainMenu-open #header[data-transparent="true"].tssHeaderFullWidth .header-inner, .mainMenu-open #header[data-transparent="true"].tssHeaderFullWidth #header-wrap {
     background-color: var(--bodycolor) !important;
}
/*----END NAVIGATION----*/
 h5 {
     font-family: var(--subtitlefont);
     text-transform: uppercase;
     letter-spacing: 0.15rem;
     font-size: 16px;
}
 a.btn, button.btn {
     letter-spacing: 1.8px !important;
}
 a.btn:not(.btn-primary):not(.btn-secondary) {
     border-radius: 50px;
     border: 2px solid transparent;
}
 a.btn:not(.btn-primary):not(.btn-secondary):hover {
     border-radius: 50px;
     background-color: var(--ice);
     border-color: transparent;
}
 #mainMenu nav > ul > li > a, #mainMenu nav > ul li > a {
     letter-spacing: 0.15em;
}
 section.wfrBanner {
     background-position: 50% 7% !important;
}
 @media (min-width: 1024px) {
     section.wfrBanner {
         background-size: cover !important;
         background-repeat: no-repeat!important;
         background-attachment: fixed !important;
         height: 100% !important;
    }
}
 @media (max-width: 767px) {
     section.wfrBanner {
         display: flex;
         min-height: 50vh;
         padding-top: 120px !important;
         padding-bottom: 80px !important;
    }
     section.wfrBanner h1 {
         font-size: 7.8vw;
    }
}
/*---MENU CARDS---*/
 .max-trio {
     position: relative;
     height: 350px;
     width: 350px;
     margin: 15px auto;
     display: flex;
     justify-content: center;
     cursor: pointer;
     align-items: center;
}
 .max-trio.max-blog {
     position: relative;
     height: 250px;
     width: 250px;
     margin: 15px auto;
     display: flex;
     justify-content: center;
     align-items: center;
     cursor: pointer 
}
 .max-trio .max-trio-image-wrapper::after {
     content: '';
     position: absolute;
     height: 100%;
     width: 100%;
     background-color: #000;
     opacity: 0.2;
     top: 0;
     left: 0;
     transition: 0.3s ease !important;
     pointer-events: none;
     background-blend-mode: overlay;
}
 .max-trio:hover .max-trio-image-wrapper::after {
     opacity: 0.15;
     background-color: var(--linkcolor);
     background-blend-mode: overlay;
}
 .max-trio.max-blog .max-trio-image-wrapper::after {
     opacity: 0.15 !important 
}
 img.max-trio-img {
     width: 100% !important;
     height: 100% !important;
     position: absolute;
     top: 0;
     left: 0;
     object-fit: cover;
     transition: 0.3s ease;
     padding: 0 0;
     margin: auto auto !important 
}
 .max-trio-text {
     position: relative;
     height: auto;
     width: 96%;
     margin: auto;
     padding: 20% 10px 20% 10px;
     text-align: center;
    /* border: 1.5px solid #fff;
     */
     color: #fff;
     transition: 0.3s ease;
     overflow: hidden;
     pointer-events: none;
     display: flex;
     flex-direction: column;
}
 .max-trio ::selection {
     background-color: transparent;
}
 .max-trio .trioEmblem {
     display: block;
     margin: 0px auto 15px auto;
     height: 50px;
     width: 50px;
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/person.svg');
     background-size: cover;
     pointer-events: none;
}
 #trioMerch .trioEmblem {
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/shirt.svg');
     height: 50px;
     width: 62.5px;
}
 #trioPro .trioEmblem {
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/user.svg');
     height: 50px;
     width: 43.75px;
}
 .max-trio-text p {
     color: #fff;
     transition: 0.3s ease !important;
     line-height: 1.5 
}
 .max-trio-text p,.max-trio-text h1,.max-trio-text h2,.max-trio-text h3,.max-trio-text h4,.max-trio-text h5,.max-trio-text h6,.max-trio-text .btn {
     pointer-events: all !important 
}
 body.tssViewMode:not(.tssEditMode) .max-trio-text p,body.tssViewMode:not(.tssEditMode) .max-trio-text h1,body.tssViewMode:not(.tssEditMode) .max-trio-text h2,body.tssViewMode:not(.tssEditMode) .max-trio-text h3,body.tssViewMode:not(.tssEditMode) .max-trio-text h4,body.tssViewMode:not(.tssEditMode) .max-trio-text h5,body.tssViewMode:not(.tssEditMode) .max-trio-text h6 {
     pointer-events: none !important 
}
 .max-trio .max-trio-text h1,.max-trio .max-trio-text h2,.max-trio .max-trio-text h3,.max-trio .max-trio-text h4,.max-trio .max-trio-text h5,.max-trio .max-trio-text h6 {
     color: #fff;
     font-size: 30px;
     line-height: 1;
     max-width: 100%;
     margin: 0 auto 0px auto;
     border-bottom: 2px solid transparent !important;
     letter-spacing: 0.1em;
     padding-bottom: 10px;
     text-align: center;
     transition: 0.3s ease;
     letter-spacing: 0px;
     text-shadow: var(--uxtextshadow);
}
/* .max-trio:hover .max-trio-text h1, .max-trio:hover .max-trio-text h2, .max-trio:hover .max-trio-text h3, .max-trio:hover .max-trio-text h4, .max-trio:hover .max-trio-text h5, .max-trio:hover .max-trio-text h6 {
     color: var(--linkcolor);
     border-bottom: 2px solid var(--linkcolor) !important;
     text-shadow: 0px 1px 4px rgba(0,0,0,0.35) 
}
*/
 .max-trio {
     border-left: 5px solid var(--brandcolor1);
}
 .max-trio.max-blog .max-trio-text h1,.max-trio.max-blog .max-trio-text h2,.max-trio.max-blog .max-trio-text h3,.max-trio.max-blog .max-trio-text h4,.max-trio.max-blog .max-trio-text h5,.max-trio.max-blog .max-trio-text h6 {
     color: #fff !important;
     font-size: 48px;
     line-height: 1;
     border-bottom: 1px solid #fff !important;
     max-width: 30%;
     margin: 0 auto 15px auto;
     letter-spacing: 0.1em;
     padding-bottom: 15px;
     text-align: center 
}
 .max-trio:hover .max-trio-text {
     transition: 0.3s ease 
}
 .max-sidebar {
     width: 100%;
     max-width: 250px;
     margin: auto 0 auto auto 
}
 @media (max-width: 1199px) and (min-width: 1024px) {
     .max-trio {
         width: 280px;
         height: 280px;
    }
}
 @media (max-width: 1024px) and (min-width: 768px) {
     .max-sidebar {
         margin:auto auto auto auto 
    }
     .max-trio {
         width: 210px;
         height: 210px;
    }
     .max-trio .max-trio-text h1,.max-trio .max-trio-text h2,.max-trio .max-trio-text h3,.max-trio .max-trio-text h4,.max-trio .max-trio-text h5,.max-trio .max-trio-text h6 {
         font-size: 20px !important;
    }
}
 @media (max-width: 480px) {
     .max-trio {
         width: 240px;
         height: 240px;
    }
     .max-trio .max-trio-text h1,.max-trio .max-trio-text h2,.max-trio .max-trio-text h3,.max-trio .max-trio-text h4,.max-trio .max-trio-text h5,.max-trio .max-trio-text h6 {
         font-size: 20px !important;
    }
}
/*----TAB MENU-----*/
 .page-menu.menu-creative {
     background-color: transparent;
     border: none;
}
 .page-menu.menu-creative nav {
     background-color: transparent;
}
 .page-menu.menu-creative nav > ul > li > a {
     color: var(--bodycolor);
     font-size: 16px;
     font-weight: 700;
     letter-spacing: 3px;
     text-transform: uppercase;
}
 .page-menu.menu-creative nav > ul > li:hover > a, .page-menu.menu-creative nav > ul > li.active > a {
     color: var(--linkcolor) 
}
 .page-menu.menu-creative nav > ul > li > a:after {
     background-color: var(--linkcolor);
}
 .page-menu nav > ul > li > a {
     padding-bottom: 10px 
}
 .brighten.wavoverlay {
     background-color: rgba(255,255,255, 0.36);
     background-blend-mode: overlay;
     overflow: visible;
}
 .copyright-content {
     display: none;
}
 body#bBody #footer .footer-content {
     padding: 20px 0px 20px 0px !important;
}
 body#bBody.tssEditMode #footer .footer-content {
     padding: 20px 0px 40px 0px !important;
}
 @media (max-width: 767px) {
     #footer .footer-content .col-md-4 {
         text-align: center;
    }
     #footer .footer-content .col-md-4 img {
         margin-left: auto !important;
         margin-right: auto !important;
    }
     #footer .footer-content .col-md-4:first-child {
         order: 3;
    }
}
 #footer .destination.draghere {
     height: 50px;
}
 div#footerc2a {
     background-color: var(--brandcolor1);
     border-radius: 15px;
     padding: 40px;
     color: #fff;
     margin-top: -130px;
}
 div#footerc2a h1, div#footerc2a h2, div#footerc2a h3, div#footerc2a h4, div#footerc2a h6 {
     color: #fff;
     font-size: 36px;
     line-height: 1;
}
 div#footerc2a h5 {
     color: #fff;
}
 div#footerc2a a.btn.btn-secondary {
     color: #fff;
     border-color: #fff;
     margin-top: 30px;
}
 section.foot {
     overflow: visible;
}
 @media (max-width: 991px) {
     section.foot .container > .row > div:last-child {
         order: 1;
    }
     div#footerc2a h1, div#footerc2a h2, div#footerc2a h3, div#footerc2a h4, div#footerc2a h6 {
         color: #fff;
         font-size: 32px;
         line-height: 1;
    }
     div#footerc2a {
         padding: 20px 20px;
    }
     div#footerc2a a.btn.btn-secondary {
         font-size: 12px !important;
         margin-top: 18px;
         line-height: 1.25 
    }
}
 .wfrBoot h3, #missionStatement h3 {
     color: #fff;
     font-size: 30px;
}
 #missionStatement p {
     color: #fff;
     line-height: 1.15;
}
 .wfrBoot a:not(.btn) {
     color: #fff;
     opacity: 0.5;
     display: block;
     margin-bottom: 16px;
     font-size: 14px;
     font-weight: 300 
}
 .wfrBoot a:not(.btn):hover {
     opacity: 1;
}
 body#Bbody.tssEditMode #missionStatement, body#Bbody.tssEditMode #footerc2a {
     display: block !important;
}
 @media (max-width: 767px) {
     .wfrBoot .col-md-4 {
         margin-bottom: 16px;
         text-align: center;
    }
     section.foot > .container > .row > div:first-child {
         order: 2;
         margin-top: 40px;
    }
     div#footerc2a br {
         display: none;
    }
}
/*---SEARCH BAR---*/
 div#filtered-search {
     min-height: 100px;
     background-color: #fff;
     filter: drop-shadow(0px 2px 24px rgba(0, 0, 0, 0.1));
     padding: 20px 25px;
     display: flex;
     align-content: center;
     width: 100%;
     flex-direction: row;
     position: relative;
     margin-bottom: 50px;
     justify-content: center;
     align-items: center;
}
 body#bBody:not(.tssEditMode) section.split-search div#filtered-search {
     margin-top: -50px;
}
 div#filtered-search .input-group-text {
     border-radius: 0px var(--interfacecorners) var(--interfacecorners) 0px;
     background-color: transparent;
     color: var(--linkcolor);
     border: 1.5px solid var(--n100);
     border-left: 0px solid transparent;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 @media (min-width: 768px) {
     div#filtered-search .form-group {
         margin-bottom: 0px;
    }
}
 #filtered-search .form-row {
     width: 100%;
     font-family: 'Roboto';
}
 #filtered-search #searchbox {
     border-right: none;
     border-width: 1.5px 
}
 #filtered-search input:not([type="checkbox"]):not([type="radio"]), select {
     min-height: 50px !important;
}
 #filtered-search .form-group input.form-control:focus + .input-group-append .input-group-text {
     border-color: var(--linkcolor);
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
 @media (min-width: 767px) and (max-width: 991px) {
     div#filtered-search {
         padding: 20px 10px;
    }
     #filtered-search .form-group select {
         text-align: left;
    }
}
 @media (min-width: 767px) {
     #filtered-search .form-group select, #filtered-search .form-group .wfr_daterangepicker {
         border-left: 1.5px solid var(--n100);
         border-right: 0px solid transparent;
         border-top: 0px solid transparent;
         border-bottom: 0px solid transparent;
         border-radius: 0px;
    }
     #filtered-search .form-group:nth-child(2) select {
         border-left: 0px solid transparent;
    }
     .wfr_daterangepicker .form-control {
         margin-left: 9px;
    }
}
 #filtered-search .form-group select {
     color: #000 !important;
     font-weight: 500;
     cursor: pointer;
}
 #filtered-search select {
     text-align: center;
     background-image: none !important;
}
 #filtered-search .hasSelect::after {
     content: '';
     color: var(--linkcolor);
     display: block;
     position: absolute;
     right: 10px;
     top: 22px;
     width: 11px;
     height: 7px;
     font-size: 16px;
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/Vector.svg');
     background-size: contain;
     background-repeat: no-repeat;
     pointer-events: none;
}
 @media (max-width: 767px) {
     div#filtered-search {
         padding: 20px 10px;
    }
     #filtered-search .form-group select {
         border-bottom: 1.5px solid var(--n100);
         border-right: 0px solid transparent;
         border-top: 0px solid transparent;
         border-left: 0px solid transparent;
         border-radius: 0px;
         text-align: left;
    }
}
 @media (max-width: 350px) {
     #filtered-search .col-6 {
         width: 100% !important;
         max-width: 100% !important;
         flex: 0 0 100% !important;
    }
}
/*---MODULES---*/
 .halfnhalf {
     margin-bottom: 16px;
}
/*----PLAQUE LIST----*/
 .plaque-entry.row {
     background-color: #fff;
     box-shadow: 0 1px 3px 1px rgb(66 66 66 / 10%), 0 2px 8px 8px rgb(66 66 66 / 5%);
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 24px;
}
 p.plaque-text, .plaque-body .col-md-8 div#isPasted {
     line-height: 1.25;
     font-size: 16px;
     text-align: justify;
}
 .plaque-entry.row > div:first-child {
     padding-left: 0px;
     padding-right: 0px;
}
/*.plaque-image img {
     filter: grayscale(1);
}
*/
 .plaque-image img {
     margin-left: 0px !important;
     margin-right: 0px !important;
     padding: 0px !important;
     height: 100%;
     width: 100% !important;
     max-height: 370px;
     object-fit: cover;
     display: block;
     margin-top: 0px !important;
     margin-bottom: 0px !important;
     position: relative;
}
 .plaque-name {
     margin-bottom: 0px !important;
     font-size: 36px;
     letter-spacing: 0px;
}
 .plaque-content {
     padding-left: 30px;
     padding-right: 30px;
     padding-top: 15px;
     padding-bottom: 15px;
}
 .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
    /* font-size: 12px !important;
     */
    /* min-height: 32px !important;
     */
    /* letter-spacing: 0px !important;
     */
     display: flex;
     margin: auto auto !important;
     width: 100%;
}
 .plaque-actions {
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: flex-end;
     align-items: center;
}
 .row.plaque-header {
     border-bottom: var(--n100) 2px solid;
     margin-left: auto;
     margin-right: auto;
     padding-bottom: 12px;
     margin-bottom: 12px;
}
 .row.plaque-header > div {
     padding: 0px;
}
 ul.detail-list {
     margin-bottom: 16px;
}
 .list-counter {
     font-weight: 700;
     margin-bottom: 16px;
}
 @media (max-width: 1024px) {
     .plaque-name {
         font-size: 30px;
         line-height: 1.15 
    }
}
 @media (max-width: 991px) {
}
 @media (max-width: 767px) {
     .plaque-text {
         text-align: justify;
    }
}
 @media (max-width: 767px) and (min-width: 350px) {
     .plaque-actions {
         flex-direction: row;
         justify-content: space-between;
    }
     .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
         margin: 4px auto 4px auto !important;
         display: inline-flex;
         width: 48%;
    }
}
 @media (max-width: 350px) {
     .plaque-actions button.btn.btn-primary, .plaque-actions button.btn.btn-secondary, .plaque-actions a.btn.btn-secondary, .plaque-actions a.btn.btn-primary {
         margin: 4px auto 4px auto !important;
    }
     .plaque-name {
         font-size: 24px;
    }
}
 h5.events-location {
     color: var(--linkcolor);
}
 .plaque-date {
     height: 120px;
     width: 120px;
     position: absolute;
     background-color: var(--brandcolor1);
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     align-items: center;
     z-index: 1;
     pointer-events: none;
}
 .plaque-month {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 10px;
     color: #fff;
     line-height:1;
}
 .plaque-day {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 600;
     font-size: 50px;
     color: #fff;
     line-height: 1.1;
}
 .plaque-year {
     letter-spacing: 0.15rem;
     text-transform: uppercase;
     font-weight: 500;
     font-size: 10px;
     color: #fff;
     line-height: 1;
}
 .card-entry {
     width: 100%;
     background-color: #fff;
     box-shadow: var(--uxshadowhover);
     margin: 0px 0 3% 0;
}
 .card-heading img {
     margin-left: 0px !important;
     margin-right: 0px !important;
     width: 100% !important;
     height: 100%;
     object-fit: cover;
     display: block !important;
     padding: 0px !important;
}
 .card-content {
     padding: 10px 15px;
}
 .card-entry .card-title {
     font-size: 20px !important;
     line-height: 1 !important;
}
 #card-subtitle {
     font-size: 14px !important;
     letter-spacing: 1.5px;
}
 .card-actions {
     display: flex;
     flex-direction: row;
     align-content: center;
     justify-content: center;
     align-items: center;
     width: 100%;
     flex-wrap: wrap;
}
 .card-actions a.btn.btn-primary, .card-actions button.btn.btn-primary {
     font-size: 10px !important;
     min-height: 20px !important;
     line-height: 1;
     letter-spacing: 1px !important;
     margin: 0px auto 4px auto;
     width: 45%;
}
 .card-actions a.btn.btn-secondary, .card-actions button.btn.btn-secondary {
     font-size: 10px !important;
     min-height: 20px !important;
     line-height: 1;
     letter-spacing: 1px !important;
     margin: 0px auto 4px auto;
     width: 45%;
}
 .card-list {
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: space-between;
}
 .container-fluid .grid.grid-5-columns li {
     height: calc(20vw);
}
 @media (max-width: 767px) {
     .container-fluid .grid.grid-5-columns li {
         height: calc(50vw);
         width: 50%;
    }
     .container-fluid .grid.grid-5-columns li:last-child {
         height: 100vw;
         width: 100%;
    }
}
 .wfrListTitle {
     margin-top: 40px !important;
     margin-bottom: 40px !important;
     line-height: 1;
     display: flex;
     width: 100%;
     height: auto;
     position: relative 
}
 .wfrListTitle::after {
     content: '';
     flex-grow: 1;
     margin: auto 0 auto 30px;
     pointer-events: none;
     height: 2px;
     background-color: var(--bodycolor);
}
 .wfrListTitle::before {
     content: '';
     flex-grow: 1;
     margin: auto 30px auto 0px;
     pointer-events: none;
     height: 2px;
     background-color: var(--bodycolor);
}
 .wfrListTitle.darkbgversion {
     color: #fff;
}
 .wfrListTitle.darkbgversion::before, .wfrListTitle.darkbgversion::after {
     background-color: var(--n0) 
}
 @media (min-width: 1024px) {
     .plaque-content .plaque-body {
         padding-bottom: 30px;
    }
     .plaque-content .col-md-8 {
         padding-right: 8px;
         height: 205px;
         overflow-y: auto;
         padding-bottom: 0px;
         margin-bottom: 0px;
    }
     .plaque-content .plaque-details {
         max-height: 205px;
         overflow-y: auto;
         padding-bottom: 0px 
    }
     .plaque-image img {
         min-height: 370px;
    }
     .plaque-content {
         padding-bottom: 0px;
    }
}
 .plaque-body .col-md-8::-webkit-scrollbar, .plaque-body .plaque-details::-webkit-scrollbar {
     width: 4px;
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-track, .plaque-body::-webkit-scrollbar-track {
     background: #e9e9e9;
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-thumb, .plaque-body .plaque-details::-webkit-scrollbar-thumb {
     -webkit-transition: var(--uxtransition);
     transition: var(--uxtransition);
     border-radius: 50px;
}
 .plaque-body .col-md-8::-webkit-scrollbar-thumb:hover, .plaque-body .plaque-details::-webkit-scrollbar-thumb:hover {
     background-color: var(--brandcolor2);
     -webkit-transition: var(--uxtransition);
     transition: var(--uxtransition);
}
 .wfrBlueCheck {
     text-align: center;
     display: flex;
     flex-direction: column;
     align-content: center;
     justify-content: center;
     align-items: center;
     margin-bottom: 20px;
     max-width: 350px;
     margin-left: auto;
     margin-right: auto;
     margin-top: 20px;
}
 .checkshroud br {
     display: none;
}
 .checkshroud, .locationshroud {
     height: 100px;
     width: 100px;
     background-size: cover;
     background-repeat: none;
     display: block;
     margin: 0px auto 20px auto;
}
 .checkshroud {
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/checkmark.svg');
}
 .locationshroud {
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/location.svg');
}
 div.max-trio::after {
     position: absolute;
     content: '';
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/chevron-right-angle.svg');
     height: 50px;
     width: 50px;
     bottom: 15px;
     right: 15px;
     background-size: cover;
     background-repeat: no-repeat;
     transition: var(--uxtransition);
}
 div.max-trio:hover::after {
     bottom: 5px;
     right: 5px;
     transition: var(--uxtransition);
}
 div.max-trio::after {
     position: absolute;
     content: '';
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/chevron-right-angle.svg');
     height: 50px;
     width: 50px;
     bottom: 15px;
     right: 15px;
     background-size: cover;
     background-repeat: no-repeat;
     transition: var(--uxtransition);
}
 div.max-trio:hover::after {
     bottom: 5px;
     right: 5px;
     transition: var(--uxtransition);
}
 .proprojectlogo {
     position: absolute;
     top: 0px;
     left: 15px;
     height: 120px;
     width: 120px;
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/proproj.png');
     z-index: 1;
     background-size: cover;
     background-repeat: no-repeat;
     pointer-events: none;
}
 div.max-trio::after {
     position: absolute;
     content: '';
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/chevron-right-angle.svg');
     height: 50px;
     width: 50px;
     bottom: 15px;
     right: 15px;
     background-size: cover;
     background-repeat: no-repeat;
     transition: var(--uxtransition);
}
 div.max-trio:hover::after {
     bottom: 5px;
     right: 5px;
     transition: var(--uxtransition);
}
 .proprojectlogo {
     position: absolute;
     top: 0px;
     left: 15px;
     height: 120px;
     width: 120px;
     background-image: url('https://3stepsolutions.s3-accelerate.amazonaws.com/assets/custom/010350/css/svg/proproj.png');
     z-index: 1;
     background-size: cover;
     background-repeat: no-repeat;
     pointer-events: none;
}
 @media (min-width: 768px) and (max-width: 991px) {
     .proprojectlogo {
         height: 80px;
         width: 80px;
    }
     div.max-trio::after {
         bottom: 0px;
         right: 0px;
    }
}
 @media (max-width: 480px) {
     .proprojectlogo {
         height: 80px;
         width: 80px;
    }
}
 @media (min-width: 992px) {
     .product {
         width: 260px;
         min-height: 350px;
         margin-left: auto;
         margin-right: auto;
         max-width: 100%;
         background-color: var(--ice);
         display: flex;
         flex-direction: column;
         justify-content: center;
         padding: 20px;
         transition: var(--uxtransition);
    }
     .product .product-title h3, .product .product-title h3 a {
         margin-top: 0px;
    }
}
 .product {
     min-width: 220px;
     margin-left: auto;
     margin-right: auto;
     max-width: 100%;
     background-color: var(--ice);
     display: flex;
     flex-direction: column;
     justify-content: center;
     padding: 20px;
     transition: var(--uxtransition);
}
 .product .product-description {
     margin-top: auto;
     line-height: 1.15;
}
 .product .product-title {
     max-width: 100%;
}
 .product .product-title h3, .product .product-title h3 a {
     font-weight: 400;
     font-size: 16px;
     line-height: 1.25;
}
 .product:hover {
     transition: var(--uxtransition);
     background-color: rgba(112,126,161,0.29);
}
 .product h3:hover {
     color: var(--linkcolor);
}
 @media (min-width: 992px) {
     .row.product-list {
         justify-content: center;
    }
}
