/*
 This quick example demonstrates the potentially drastic effects of simply
 toggling a class on an element.
 */


/*
 General Styles : Essential Addons for Cornerstone;
 */

 .clearfix::before,
 .clearfix::after {
     content: " ";
     display: table;
     clear: both;
 }
 .h3.subtitle, .h4.subtitle {
    margin-bottom: 25px;
    margin-top: 0px;
 }
 
 /* Common Styles for elements */
 
 .eacs-grid-post-excerpt>div,
 .eacs-timeline-post-excerpt>div {
     display: none;
 }
 .idm-post-grid {
    margin-right: -35px;
    margin-left: -35px;
 }
 .employee.idm-post-grid .eacs-entry-content p{
    margin:0;
 }
 /* Testimonial Slider Styles */
 
 
 /* disabled avatar */
 
 .testimonial-avatar-disabled .eacs-testimonial-image {
     display: none;
 }
 
 .testimonial-avatar-disabled .eacs-testimonial-content {
     padding-top: 20px;
 }
 
 
 /* Default styles */
 
 .eacs-testimonial-image img {
     max-width: 100%;
 }
 
 .eacs-testimonial-image {
     padding: 10px 10px 10px 20px;
 }
 
 .eacs-testimonial-image>figure {
     display: block;
     margin: 0;
 }
 
 .eacs-testimonial-slider .eacs-testimonial-item.testimonial-avatar-rounded figure img {
     border-radius: 50%;
     height: auto;
 }
 
 .eacs-testimonial-content {
     margin: 0;
     padding: 10px 20px 50px;
 }
 
 .eacs-testimonial-item>figure {
     margin: 0 auto;
     padding: 0 20px;
 }
 
 .eacs-testimonial-item .center-text {
     text-align: center;
 }
 
 .eacs-testimonial-item .right-text {
     text-align: right;
 }
 
 .eacs-testimonial-item .left-text {
     text-align: left;
 }
 
 .eacs-testimonial-item .justify-text {
     text-align: justify;
 }
 
 
 /* Default aligned */
 
 .eacs-testimonial-content .eacs-testimonial-text {
     font-size: 100%;
     font-style: italic;
     line-height: 1.5;
     margin-bottom: 10px;
 }
 
 .eacs-testimonial-content .eacs-testimonial-user {
     float: left;
     font-family: inherit;
     font-size: 105%;
     font-style: italic;
     font-weight: normal;
     line-height: 1.5;
     margin-bottom: 0;
     margin-right: 5px;
 }
 
 .eacs-testimonial-content .eacs-testimonial-user-company {
     float: left;
     font-family: inherit;
     font-size: 90%;
     font-style: italic;
     font-weight: lighter;
     line-height: 1.75;
     margin-bottom: 0;
     margin-top: 1px;
 }
 
 .eacs-testimonial-image {
     position: relative;
 }
 
 .eacs-testimonial-image .eacs-testimonial-quote::after {
     color: inherit!important;
     content: "\f10e";
     font-family: "FontAwesome";
     font-size: 200%;
     position: absolute;
     right: 20px;
     top: 10px;
 }
 
 
 /* Left aligned slide */
 
 .eacs-testimonial-slide-left .eacs-testimonial-content,
 .eacs-testimonial-slide-left .eacs-testimonial-user,
 .eacs-testimonial-slide-left .eacs-testimonial-user-company {
     text-align: left;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-image {
     float: left;
     width: 30%;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-content {
     float: left;
     margin-top: 20px;
     position: relative;
     width: 70%;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-image .eacs-testimonial-quote {
     display: none;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-quote::before {
     color: inherit;
     content: "\f10e";
     font-family: "FontAwesome";
     font-size: 28px;
     right: 20px;
     position: absolute;
     top: 0;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-text {
     padding-right: 25px;
 }
 
 .eacs-testimonial-slide-left .eacs-testimonial-content {
     margin: 0;
     padding: 10px 25px 30px 10px;
 }
 
 
 /* Centered slide */
 
 .eacs-testimonial-slide-centered .eacs-testimonial-content .eacs-testimonial-text {
     text-align: center;
 }
 
 .eacs-testimonial-slide-centered .eacs-testimonial-user,
 .eacs-testimonial-slide-centered .eacs-testimonial-user-company {
     float: none;
     text-align: center;
 }
 
 .eacs-testimonial-slide-centered .eacs-testimonial-image>figure img {
     display: block;
     margin-left: auto !important;
     margin-right: auto !important;
 }
 
 
 /* Right aligned slide */
 
 .eacs-testimonial-slide-right .eacs-testimonial-content,
 .eacs-testimonial-slide-right .eacs-testimonial-user,
 .eacs-testimonial-slide-right .eacs-testimonial-user-company {
     text-align: right;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-image {
     float: right;
     width: 30%;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-content {
     float: right;
     margin-top: 20px;
     position: relative;
     width: 70%;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-image .eacs-testimonial-quote {
     display: none;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-quote::before {
     color: inherit;
     content: "\f10d";
     font-family: "FontAwesome";
     font-size: 28px;
     left: 20px;
     position: absolute;
     top: 0;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-text {
     padding-left: 30px;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-user,
 .eacs-testimonial-slide-right .eacs-testimonial-user-company {
     float: none;
     text-align: right;
 }
 
 .eacs-testimonial-slide-right .eacs-testimonial-content {
     padding: 10px 10px 30px 25px;
 }
 
 
 /* Team Slider Styles */
 
 .eacs-team-slider .eacs-team-item {
     position: relative;
 }
 
 .eacs-team-slider .eacs-team-item.team-avatar-rounded figure img {
     border-radius: 50%;
     height: auto;
 }
 
 .eacs-team-image>figure {
     margin: 0;
     padding: 0;
 }
 
 .eacs-team-item .eacs-team-content {
     padding: 10px;
 }
 
 .eacs-team-item .eacs-team-member-name {
     font-size: 20px;
     font-weight: bold;
     letter-spacing: 0.05em;
     margin: 5px 0;
     text-transform: uppercase;
 }
 
 .eacs-team-item .eacs-team-member-position {
     font-size: 14px;
     font-weight: normal;
     letter-spacing: 0.05em;
     margin: 5px 0 10px;
     text-transform: uppercase;
 }
 
 .eacs-team-item .eacs-team-content,
 .eacs-team-item .eacs-team-content .eacs-team-text,
 .eacs-team-item .eacs-team-content p {
     font-size: 14px;
     line-height: 1.5;
 }
 
 .eacs-team-content>ul {
     margin: 0;
     padding: 0;
 }
 
 .eacs-team-content li {
     display: inline-block;
     list-style: outside none none;
     margin-right: 10px;
     text-align: center;
 }
 
 .eacs-team-content li a {
     font-size: 2.5rem;
 }
 
 .eacs-team-slider-left .eacs-team-item .eacs-team-member-name,
 .eacs-team-slider-left .eacs-team-item .eacs-team-member-position,
 .eacs-team-slider-left .eacs-team-item .eacs-team-text,
 .eacs-team-slider-left .eacs-team-item .eacs-team-content p,
 .eacs-team-slider-left .eacs-team-item .eacs-team-content ul,
 .eacs-team-slider-left .eacs-team-item .eacs-team-content li {
     text-align: left;
 }
 
 .eacs-team-slider-right .eacs-team-item .eacs-team-member-name,
 .eacs-team-slider-right .eacs-team-item .eacs-team-member-position,
 .eacs-team-slider-right .eacs-team-item .eacs-team-text,
 .eacs-team-slider-right .eacs-team-item .eacs-team-content p,
 .eacs-team-slider-right .eacs-team-item .eacs-team-content ul,
 .eacs-team-slider-right .eacs-team-item .eacs-team-content li {
     text-align: right;
 }
 
 .eacs-team-slider-centered .eacs-team-item .eacs-team-member-name,
 .eacs-team-slider-centered .eacs-team-item .eacs-team-member-position,
 .eacs-team-slider-centered .eacs-team-item .eacs-team-text,
 .eacs-team-slider-centered .eacs-team-item .eacs-team-content p,
 .eacs-team-slider-centered .eacs-team-item .eacs-team-content ul,
 .eacs-team-slider-centered .eacs-team-item .eacs-team-content li {
     text-align: center;
 }
 
 .eacs-team-members-overlay .eacs-team-item .eacs-team-content {
     bottom: 10px;
     left: 10px;
     margin-bottom: 0;
     padding-top: 15%;
     opacity: 0;
     overflow: hidden;
     text-overflow: ellipsis;
     position: absolute;
     right: 10px;
     top: 10px;
     -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
 }
 
 .eacs-team-members-overlay .eacs-team-item:hover .eacs-team-content {
     opacity: 1;
 }
 
 
 
 /* Post Carousel Styles */
 
 .eacs-post-carousel .x-recent-posts a {
     border: medium none;
 }
 
 .eacs-post-carousel .x-recent-posts-excerpt p:last-child {
     margin-bottom: 0;
 }
 
 
 /* Product Carousel Styles */
 
 .eacs-product-carousel .woocommerce li.product {
     background-color: #fff;
     border-radius: 0;
     box-shadow: none;
     margin: 0;
 }
 
 .eacs-product-carousel .woocommerce li.product.first {
     clear: none;
 }
 
 .eacs-product-carousel .woocommerce .cols-3 li.product:nth-child(2n+3),
 .eacs-product-carousel .woocommerce .cols-4 li.product:nth-child(2n+3),
 .eacs-product-carousel .woocommerce.columns-3 li.product:nth-child(2n+3),
 .eacs-product-carousel .woocommerce.columns-4 li.product:nth-child(2n+3) {
     clear: none !important;
 }
 
 .eacs-product-carousel.hide_rating .woocommerce li.product .star-rating-container {
     display: none !important;
 }
 
 .eacs-product-carousel .woocommerce ul.products li.product .price {
     color: #272727;
     font-size: 18px;
 }
 
 .eacs-product-carousel .woocommerce ul.products li.product h3 {
     font-size: 14px;
     padding: 0.5em;
     text-transform: uppercase;
 }
 
 .eacs-product-carousel .woocommerce .products .star-rating {
     display: block;
     float: none;
     margin: 10px auto;
 }
 
 .eacs-product-carousel .woocommerce .star-rating::before,
 .eacs-product-carousel .woocommerce .star-rating span::before {
     color: #f2b01e;
 }
 
 body:not(.x-ethos):not(.x-integrity):not(.x-renew):not(.x-icon) .eacs-product-carousel .woocommerce li.product .button {
     background-color: rgba(255, 255, 255, 0.9);
     border: 1px solid rgba(0, 0, 0, 0.25);
     box-shadow: none;
     color: #272727;
     display: block;
     font-size: 14px;
     left: auto;
     margin: 15px;
     padding: 0.45em 0.5em 0.575em;
     position: relative;
     right: auto;
     text-shadow: 0 0.075em 0.075em rgba(0, 0, 0, 0.5);
     top: auto;
 }
 
 
 /* Product Carousel Simple and Reveal Style */
 
 .eacs-product-carousel:not(.eacs-product-no-style) .woocommerce li.product .entry-featured {
     background-color: transparent;
     border: medium none;
     box-shadow: none;
     padding: 0;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-wrap,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-wrap {
     background-color: transparent;
     bottom: auto;
     box-shadow: none;
     padding: 15px 0 0;
     position: relative;
     text-align: center;
     top: auto;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-header h3,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-header h3 {
     font-size: 14px;
     line-height: 1.2;
     margin: 0 0 5px;
     padding-bottom: 0.5em;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-header h3 a,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-header h3 a {
     color: #272727;
     font-weight: normal;
     letter-spacing: 0.01rem;
     text-transform: uppercase;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .price>.amount,
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-header .price>.amount,
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-header .price>ins>.amount,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-header .price>.amount,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-header .price>ins>.amount {
     color: #272727;
     font-size: 18px;
     font-weight: normal;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .entry-wrap::before,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-wrap::before {
     display: none;
 }
 
 .eacs-product-carousel:not(.eacs-product-no-style) .woocommerce li.product .entry-header .button {
     background-color: transparent;
     border: 1px solid rgba(0, 0, 0, 0.5);
     border-radius: 0;
     box-shadow: none;
     color: #272727;
     display: block;
     font-size: 14px;
     left: auto;
     margin: 20px auto;
     opacity: 1;
     position: relative;
     right: auto;
     text-shadow: none;
     top: auto;
     width: 80%;
 }
 
 .eacs-product-carousel:not(.eacs-product-no-style) .woocommerce li.product .entry-header .button:hover {
     background-color: #e74c3c;
     border: 1px solid #e74c3c;
     color: #fff;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .star-rating-container {
     background-color: transparent;
     left: auto;
     opacity: 1;
     position: relative;
     right: auto;
     top: 5px;
     display: block;
     margin: 0 auto;
     width: 110px;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .star-rating-container .star-rating::before,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .star-rating-container .star-rating::before {
     color: #f2b01e;
 }
 
 .eacs-product-carousel.eacs-product-simple .woocommerce li.product .star-rating-container .star-rating span::before,
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .star-rating-container .star-rating span::before {
     color: #f2b01e;
 }
 
 .eacs-product-carousel:not(.eacs-product-no-style) .onsale {
     background-color: #ff2a13;
     border-radius: 0;
     box-shadow: none;
     color: #fff;
     display: block;
     font-size: 14px;
     height: 100px;
     letter-spacing: 0;
     line-height: 160px;
     position: absolute;
     text-align: center;
     text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
     text-transform: uppercase;
     transform: rotate(-45deg);
     width: 200px;
     z-index: 1;
 }
 
 .eacs-product-carousel:not(.eacs-product-no-style) .woocommerce li.product .onsale {
     left: -95px;
     top: -45px;
 }
 
 .eacs-product-carousel .woocommerce ul.products {
     margin: 0 0 30px;
 }
 
 
 /* Product Carousel Reveal Styles */
 
 .eacs-product-carousel .woocommerce li.product {
     background-color: #fff;
     float: left;
     overflow: hidden;
     padding: 0;
     position: relative;
     text-align: center;
 }
 
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .entry-wrap {
     bottom: -63px;
     margin-top: -63px;
     position: relative;
     top: auto;
     -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s
 }
 
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product:hover .entry-wrap {
     bottom: 0;
 }
 
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product:hover .entry-wrap::before {
     background-color: #fff;
     display: block;
 }
 
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product .star-rating-container {
     background-color: rgba(255, 255, 255, 0.9);
     left: auto;
     opacity: 0;
     position: absolute;
     right: 10px;
     top: 10px;
 }
 
 .eacs-product-carousel.eacs-product-reveal .woocommerce li.product:hover .star-rating-container {
     opacity: 1;
 }
 
 
 /* Product Carousel Overlay Styles */
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-wrap {
     bottom: auto;
     font-size: 14px;
     left: 0;
     padding: 0;
     position: absolute;
     right: 0;
     top: calc(100% - 4em);
     transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-wrap {
     background-color: rgba(0, 0, 0, 0.5);
     bottom: auto;
     font-size: 14px;
     left: 0;
     padding: 0;
     position: absolute;
     right: 0;
     text-align: center;
     top: calc(100% - 4em);
     -webkit-transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-wrap::before {
     background-color: rgba(0, 0, 0, 0.5);
     content: "";
     display: block;
     height: 50em;
     left: 0;
     position: absolute;
     right: 0;
     top: 0;
     transition: all 0.615s cubic-bezier(0.19, 1, 0.22, 1) 0s;
     z-index: 0;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product:hover .entry-wrap::before {
     background-color: rgba(0, 0, 0, 0.75);
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-header {
     position: relative;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-header h3 {
     font-size: 14px;
     line-height: 1;
     margin: 0;
     overflow: hidden;
     padding: 1.5em;
     text-overflow: ellipsis;
     text-transform: uppercase;
     white-space: nowrap;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-header h3 a {
     color: #fff;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .price>del,
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-header .price>del {
     display: none;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .entry-header .price>.amount,
 .woocommerce li.product .entry-header .price>ins>.amount {
     color: #fff;
     font-size: 24px;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product .added_to_cart {
     display: none;
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product:hover .entry-wrap {
     top: calc(100% - 10.385em);
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product:hover .entry-wrap::before {
     background-color: rgba(0, 0, 0, 0.75);
 }
 
 .eacs-product-carousel.eacs-product-overlay .woocommerce li.product:hover .star-rating-container {
     opacity: 1;
 }
 
 
 /* Product Grid Styles */
 
 .eacs-product-grid .woocommerce li.product.first {
     clear: left;
 }
 
 .eacs-product-grid.eacs-col-3 .woocommerce li.product.first {
     clear: none;
 }
 
 .eacs-product-grid ul.products>li {
     float: left;
     margin: 0 4% 4.5% 0
 }
 
 .eacs-product-grid.eacs-col-1 ul.products>li {
     float: none;
     width: 100%;
 }
 
 .eacs-product-grid.eacs-col-2 ul.products>li {
     width: 48%;
 }
 
 .eacs-product-grid.eacs-col-2 ul.products>li:nth-child(2n) {
     margin-right: 0;
 }
 
 .eacs-product-grid.eacs-col-3 ul.products>li {
     width: 30.66667%;
 }
 
 .eacs-product-grid.eacs-col-3 ul.products>li:nth-child(3n) {
     margin-right: 0;
 }
 
 .eacs-product-grid.eacs-col-4 ul.products>li {
     float: left;
     width: 22%;
 }
 
 .eacs-product-grid.eacs-col-4 ul.products>li:nth-child(4n) {
     margin-right: 0;
 }
 
 .awards-item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     width: 570px;
 }
 .awards-item__img-wrapper {
     -webkit-box-flex: 0;
     -webkit-flex: 0 0 140px;
     -ms-flex: 0 0 140px;
     flex: 0 0 140px;
     margin-right: 50px;
 }
 .awards-item__content {
     min-height: 220px;
     margin-bottom: 80px;
     position: relative;
 }
 .pretitle {
     text-transform: uppercase;
     margin-bottom: 0;
 }
 .awards-item__content h3 {
     margin-bottom: 10px;
 }
 .awards-item__content:after {
     content: "";
     display: inline-block;
     width: 100%;
     height: 1px;
     background: #c8d3d9;
     -webkit-transform-origin: left bottom;
     transform-origin: left bottom;
     -webkit-transform: skewY(-4deg);
     transform: skewY(-4deg);
     position: absolute;
     bottom: 0;
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next, .insight-slider .owl-carousel .owl-nav button.owl-prev, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev {
     display: inline-block;
     white-space: nowrap;
     font-weight: 700;
     vertical-align: middle;
     text-align: center;
     height: 68px;
     width: 68px;
     line-height: 4rem;
     margin-bottom: 10px;
     cursor: pointer;
     border-width: 2px;
     border-style: solid;
     -webkit-transition: all .15s ease-in-out;
     transition: all .15s ease-in-out;
     position: relative;
     z-index: 1;
     background: 0 0;
     color: #1d1d1b;
     border-color: #1d1d1b;
     outline: none;
 }
 .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev {
     position: absolute;
     left: -150px;
     top: 50%;
 }
 .awards-carousel__panel .owl-carousel .owl-nav button.owl-next {
     position: absolute;
     right: 0;
     top: 50%;
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next {
     float: right;
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next span, .insight-slider .owl-carousel .owl-nav button.owl-prev span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev span {
     position: relative;
     display: inline-block;
     width: 30px;
     height: 30px;
     margin-top: 17px;
     background: url(../svg/DropArrow_select.svg) no-repeat 0 0;
     -webkit-transition: -webkit-transform .2s ease-in-out;
     transition: -webkit-transform .2s ease-in-out;
     transition: transform .2s ease-in-out;
     transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
     transform: rotate(90deg);
     font-size: 0;
     outline: none;
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next span {
     transform: rotate(-90deg);
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next:before, .insight-slider .owl-carousel .owl-nav button.owl-prev:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev:before {
     content: "";
     position: absolute;
     z-index: -1;
     outline: none;
     width: calc(100% + 4px);
     height: 68px;
     opacity: 0;
     top: 0;
     left: 0;
     -webkit-transform: translate(-2px,-2px);
     transform: translate(-2px,-2px);
     -webkit-transition: -webkit-transform .2s ease-in-out;
     transition: -webkit-transform .2s ease-in-out;
     transition: transform .2s ease-in-out;
     transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
     background: #fbba00;
 }
 .insight-slider .owl-carousel .owl-nav button.owl-next:hover:before, .insight-slider .owl-carousel .owl-nav button.owl-prev:hover:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next:hover:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev:hover:before {
     -webkit-transform: translate(5px,-9px);
     transform: translate(5px,-9px);
     opacity: 1;
 }
 .testimonial-popup {
     background: #eef4f6f7;
     width: 100%;
     height: 100%;
     position: fixed;
     top: 0;
     left: 0;
     z-index: 9999;
     padding-top: 60px;
 }
 .testimonial-popup .container{
     width: 100%;
     padding-right: 35px;
     padding-left: 35px;
     margin-right: auto;
     margin-left: auto;
 }
 .testimonial-popup p {
     color: #000;
 }
 .testimonial-popup img.img-fluid {
     max-width: 500px;
 }
 .pop {position: relative;z-index: 9999;top: 0;left: 0;width: 60%;height: 100%;padding-top: 100px;color: white;margin: 0 auto;}
 .pop i {position: absolute;right: 0;top: 0;font-size: 2rem;cursor: pointer;}
 .pop i a.button {font-style:  normal;font-weight:  normal;font-size:  36px;min-width:  68px;border-color: #3c3c3b;}
 .pop i:hover {color: black;}
 
 .pop i a.button span {padding: 0;position: relative;color: transparent;background: #3c3c3b;border: 2px solid #3c3c3b;}
 .pop i a.button span:after, .pop i a.button span:before {content: '';display: inline-block;width: 1px;height: 40px;background: #fff;}
 .pop i a.button span:before {transform: translate(9px,7px) rotate(50deg);}
 .pop i a.button span:after {transform: translate(-9px,7px) rotate(-50deg);}
 .pop i a.button:hover span:before, .pop i a.button:hover span:after {background: #3c3c3b;}
 .pop i a.button:hover span {background: #fbba00;border-color: #fbba00;}
 /* Responsive Styles for Product Grid */
 .eacs-col-4 .eacs-entry-thumbnail img {
    width: 300px;
    max-height: 134px;
}
.eacs-col-3 .eacs-entry-thumbnail img {
    width: 391px;
    max-height: 218px;
}
.eacs-col-4 .employee.idm-post-grid .eacs-entry-thumbnail img {
    max-height: 241px;
}
.eacs-col-3 .employee.idm-post-grid .eacs-entry-thumbnail img {
    max-height: 344px;
}

 @media only screen and (max-width: 979px) {
     .eacs-product-grid.eacs-col-3 ul.products>li,
     .eacs-product-grid.eacs-col-4 ul.products>li {
         width: 48%;
         margin-right: 4%!important;
     }
     .eacs-product-grid.eacs-col-3 ul.products>li:nth-child(2n+2),
     .eacs-product-grid.eacs-col-4 ul.products>li:nth-child(2n+2) {
         margin-right: 0!important;
     }
 }
 
 @media only screen and (max-width: 480px) {
     .eacs-product-grid.eacs-col-2 ul.products>li,
     .eacs-product-grid.eacs-col-3 ul.products>li,
     .eacs-product-grid.eacs-col-4 ul.products>li {
         width: 100%;
         margin-left: auto!important;
         margin-right: auto!important;
     }
 }
 
 
 /* Post Grid Style */
 
 .eacs-grid-post {
     float: left;
     padding: 0 35px !important;
 }
 
 .eacs-grid-post-holder {
     overflow: hidden;
 }
 
 .eacs-grid-post-holder-inner {
     height: 100%;
 }
 
 .eacs-entry-media {
     position: relative;
 }
 
 .eacs-entry-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 999;
     opacity: 0;
     -webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
     -moz-transition: opacity .2s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
     transition: opacity .2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
 }
 
 .eacs-entry-overlay:hover {
     opacity: 1;
 }
 
 .eacs-entry-overlay>a {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 99999;
 }
 
 .eacs-entry-title {
     margin: 10px 0 5px;
     font-size: 1.2em;
 }
 
 .eacs-entry-overlay i {
     color: #fff;
     width: 60px;
     text-align: center;
     line-height: 60px;
     height: 60px;
     position: absolute;
     left: 50%;
     margin-left: -30px;
     font-size: 32px;
     top: 50%;
     margin-top: -30px;
     -webkit-perspective: 1000;
     -moz-perspective: 1000;
     -ms-perspective: 1000;
     perspective: 1000;
     opacity: 0;
     -webkit-transform: translatex(-20px);
     -moz-transform: translatex(-20px);
     -ms-transform: translatex(-20px);
     transform: translatex(-20px);
     -webkit-transition: opacity .2s ease-in-out, -webkit-transform .25s cubic-bezier(.19, 1, .22, 1);
     -moz-transition: opacity .2s ease-in-out, -moz-transform .25s cubic-bezier(.19, 1, .22, 1);
     transition: opacity .2s ease-in-out, transform .25s cubic-bezier(.19, 1, .22, 1);
 }
 
 .eacs-entry-media:hover .eacs-entry-overlay i {
     -webkit-transform: translatex(0px);
     -moz-transform: translatex(0px);
     -ms-transform: translatex(0px);
     transform: translatex(0px);
     opacity: 1;
 }
 
 .eacs-entry-thumbnail img {
     width: 100%;
     max-width: 100%;
     vertical-align: middle;
     object-fit: cover;
 }
 
 .eacs-grid-post-excerpt {
     padding-top: 5px;
 }
 
 .eacs-entry-footer {
     display: flex;
     flex-flow: row nowrap;
     align-items: center;
 }
 
 .eacs-entry-footer .eacs-author-avatar {
     flex: 0 0 auto;
     width: 50px;
 }
 
 .eacs-entry-footer .eacs-author-avatar .avatar {
     border-radius: 50%;
 }
 
 .eacs-post-grid .eacs-entry-footer .eacs-entry-meta {
     padding-left: 0px;
 }
 
 .eacs-entry-meta>div {
     font-size: 12px;
     line-height: 1.2;
     padding-bottom: 5px;
     color: #1d1d1b;
    font-size: .875rem;
 }
 
 .eacs-grid-post-excerpt p {
     margin: 0;
     font-size: 1rem;
 }
 
 .eacs-entry-meta .eacs-entry-footer .eacs-posted-by {
     display: block;
 }
 
 .eacs-grid-post .eacs-entry-wrapper,
 .eacs-grid-post .eacs-entry-footer {
     padding: 15px 0;
 }
 
 .eacs-post-grid .eacs-entry-header .eacs-entry-meta span.eacs-posted-on {
     padding-left: 5px;
 }
 
 .eacs-post-grid .eacs-entry-header .eacs-entry-meta span.eacs-posted-on::before {
     content: '\f111';
     font-family: FontAwesome;
     color: inherit;
     opacity: .4;
     font-size: .8em;
     padding-right: 7px;
 }
 
 .fa-long-arrow-right::before {
     content: "\f178";
     font-family: FontAwesome;
 }
 
 
 /* Post Grid Column */
 
 .eacs-col-1 .eacs-post-grid-column {
     float: none;
     width: 100%;
 }
 
 .eacs-col-2 .eacs-post-grid-column {
     float: left;
     width: 50%;
 }
 
 .eacs-col-3 .eacs-post-grid-column {
     float: left;
     width: 33.3333%;
 }
 
 .eacs-col-4 .eacs-post-grid-column {
     float: left;
     width: 25%;
 }
 
 .eacs-col-5 .eacs-post-grid-column {
     float: left;
     width: 20%;
 }
 
 .eacs-col-6 .eacs-post-grid-column {
     float: left;
     width: 16.6666%;
 }
 
 .employee.idm-post-grid .large a {border-bottom: 2px solid transparent;}

 .employee.idm-post-grid .large a:hover {border-bottom: 2px solid #fbba00;}

 /* Responsive Styles for Instagram Feed */
 
 @media only screen and (max-width: 979px) {
     .eacs-col-2 .eacs-post-grid-column,
     .eacs-col-3 .eacs-post-grid-column,
     .eacs-col-4 .eacs-post-grid-column,
     .eacs-col-5 .eacs-post-grid-column,
     .eacs-col-6 .eacs-post-grid-column {
         width: 50%;
     }
     .eacs-col-4 article:nth-child(2n+1) {
        clear: left;
     }
     .insight-slider .owl-nav, .awards-carousel__panel .owl-nav {
         position: static;
         /* transform: translate(0,0); */
         text-align: center;
     }
     .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev {
         left: -25px;
     }
     .eacs-col-4 .eacs-entry-thumbnail img{
        max-height: 192px;
        width: 341px;
     }
     .eacs-col-4 .employee.idm-post-grid .eacs-entry-thumbnail img{
        max-height: 315px;
     }
     .eacs-col-2 article:nth-child(2n+1) {
        clear: left;
        padding-left:0;
    }
    .eacs-col-3 article:nth-child(2n+1) {
        clear: left;
    }
    .eacs-col-3 article:nth-child(3n+1){
        clear: inherit !important;
    }
    .eacs-col-4 article:nth-child(4n+1) {
        clear: left;
    }
 }
 
 @media only screen and (max-width: 767px) {
     .eacs-col-1 .eacs-post-grid-column,
     .eacs-col-2 .eacs-post-grid-column,
     .eacs-col-3 .eacs-post-grid-column,
     .eacs-col-4 .eacs-post-grid-column,
     .eacs-col-5 .eacs-post-grid-column,
     .eacs-col-6 .eacs-post-grid-column {
         width: 100%;
     }
     .eacs-col-4 .eacs-entry-thumbnail img {
        width: 300px;
        max-height: 168px;
    }
    .eacs-col-3 .eacs-entry-thumbnail img {
        width: 206px;
        height: 115px;
    }
    .eacs-col-4 .owl-item .eacs-entry-thumbnail img {
        width: 100%;
        height: auto;
    }
    .eacs-col-3 .owl-item .eacs-entry-thumbnail img {
        width: auto;
        height: 185px;
    }
     .awards-item {
         width: 100%;
     }
     .awards-item__img-wrapper {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 100px;
         -ms-flex: 0 0 100px;
         flex: 0 0 100px;
         margin-right: 20px;
     }
     .awards-item .awards-item__content {
         min-height: 1px;
         padding-bottom: 30px;
         margin-bottom: 30px;
     }
     .insight-slider .owl-nav, .awards-carousel__panel .owl-nav{
        transform: translate(0,0);
     }
     .insight-slider .owl-carousel .owl-nav button.owl-next:before, .insight-slider .owl-carousel .owl-nav button.owl-prev:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next:before, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev:before{
        height: 40px;
     }
     .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev {
         left: 0;
     }
     .insight-slider .owl-carousel .owl-nav button.owl-next span, .insight-slider .owl-carousel .owl-nav button.owl-prev span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev span {
         width: 15px;
         height: 15px;
         margin-top: 11px;
     }
     .insight-slider .owl-carousel .owl-nav button.owl-next, .insight-slider .owl-carousel .owl-nav button.owl-prev, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev {
         width: 40px;
         height: 40px;
         float: none;
         margin: 0 15px 15px;
     }
     .insight-slider .owl-carousel .owl-nav button.owl-next span, .insight-slider .owl-carousel .owl-nav button.owl-prev span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-next span, .awards-carousel__panel .owl-carousel .owl-nav button.owl-prev span {
         width: 15px;
         height: 15px;
         margin-top: 11px;
     }
     .pop{width: 100%;}
 }
 
 @media only screen and (max-width: 480px) {
     .eacs-col-1 .eacs-post-grid-column,
     .eacs-col-2 .eacs-post-grid-column,
     .eacs-col-3 .eacs-post-grid-column,
     .eacs-col-4 .eacs-post-grid-column,
     .eacs-col-5 .eacs-post-grid-column,
     .eacs-col-6 .eacs-post-grid-column {
         float: none;
         width: 100%;
     }
     .awards-item {
         width: 100%;
     }
     .awards-item__img-wrapper {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 70px;
         -ms-flex: 0 0 70px;
         flex: 0 0 70px;
         margin-right: 15px;
     }
 }
 
 
 /* alignment */
 
 .eacs-post-align-left,
 .eacs-post-align-left .eacs-entry-header {
     text-align: left;
 }
 
 .eacs-post-align-centered,
 .eacs-post-align-centered .eacs-entry-header {
     text-align: center;
 }
 
 .eacs-post-align-right,
 .eacs-post-align-right .eacs-entry-header {
     text-align: right;
 }
 
 .eacs-post-align-left .eacs-entry-footer {
     justify-content: flex-start;
 }
 
 .eacs-post-align-centered .eacs-entry-footer {
     justify-content: center;
 }
 
 .eacs-post-align-right .eacs-entry-footer {
     justify-content: flex-end;
 }
 
 .hide-post-meta .eacs-entry-header .eacs-entry-meta,
 .hide-post-meta .eacs-entry-footer {
     display: none;
 }
 
 
 /* Load More Button */
 
 .eacs-load-more-button-wrap {
     width: 100%;
     display: block;
     margin: 20px auto;
     clear: both;
     text-align: center;
 }
 
 .eacs-load-more-button-wrap::before,
 .eacs-load-more-button-wrap::after {
     clear: both;
     content: "";
 }
 
 .eacs-load-more-button {
    font-style: normal;
    font-weight: 400;
    font-size: 19px !important;
    min-width: 68px;
    border: 2px solid #3c3c3b;
    background: 0 0;
    padding: 0px !important;
    width: auto !important;
    height: 68px;
    text-shadow: unset;
    position:relative;
    z-index: 1;
    
 }
 button.load-more-insights:focus:before, button.load-more-insights:hover:before{
     display: none;
 }
 .load-more-search-article span,.load-more-insights span{
    position: relative;
    color: #3c3c3b;
    background: 0 0;
    border: 2px solid #3c3c3b;
    text-shadow: unset;
    font-size: .875rem;
    font-weight: 700;
    padding: 0 30px;
    z-index: 1;
    display: inline-block;
    width: calc(100% + 4px);
    height: 68px;
    line-height: 4rem;
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
 }
 .load-more-search-article:hover span,.load-more-insights:hover span{
    background: #fbba00;
    border: 2px solid #fbba00;
    color: #1d1d1b;
    z-index: -1;
    -webkit-transform: translate(5px,-9px);
    transform: translate(5px,-9px);
 }
 .button--hide {
     opacity: 0;
 }
 
 .button--loading {
     padding-left: 50px!important;
 }
 
 .eacs-load-more-button .button__loader {
     float: left;
     position: absolute;
     left: -50px;
     top: 12px;
     transition: all .2s;
     display: none;
 }
 
 .button--loading .button__loader {
     left: 15px;
 }
 
 .eacs-btn-loader,
 .eacs-btn-loader:after {
     border-radius: 50%;
     width: 20px;
     height: 20px;
 }
 
 .eacs-btn-loader {
     font-size: 10px;
     position: relative;
     text-indent: -9999em;
     border-top: 4px solid rgba(255, 255, 255, 0.2);
     border-right: 4px solid rgba(255, 255, 255, 0.2);
     border-bottom: 4px solid rgba(255, 255, 255, 0.2);
     border-left: 4px solid #ffffff;
     transform: translateZ(0);
     animation: loaderSpin 1.1s infinite linear;
 }
 
 @keyframes loaderSpin {
     0% {
         transform: rotate(0deg);
     }
     100% {
         transform: rotate(360deg);
     }
 }
 
 
 /* Swiper Carousel - Common */
 
 .swiper-container-wrap .swiper-button-next,
 .swiper-container-wrap .swiper-button-prev,
 .swiper-container .swiper-button-next,
 .swiper-container .swiper-button-prev {
     background: transparent;
     font-size: 20px;
     height: 30px;
     width: 30px;
     display: flex;
     justify-content: center;
     align-items: center;
     line-height: 1;
     margin: 0;
     padding: 5px 10px;
     text-align: center;
     transform: translateY(-50%);
 }
 
 .swiper-navigation-wrapper {
     position: static;
 }
 
 .swiper-container-wrap .swiper-button-prev {
     left: 12px;
 }
 
 .swiper-container-wrap .swiper-button-next {
     right: 12px;
 }
 
 .swiper-pagination,
 .swiper-pagination {
     position: static;
 }
 
 .swiper-container-wrap.nav-top-left .swiper-button-next {
     top: 0;
     left: 35px;
     right: auto;
     transform: none;
 }
 
 .swiper-container-wrap.nav-top-left .swiper-button-prev {
     top: 0;
     left: 0;
     right: auto;
     transform: none;
 }
 
 .swiper-container-wrap.nav-top-right .swiper-button-next {
     top: 0;
     right: 0;
     left: auto;
     transform: none;
 }
 
 .swiper-container-wrap.nav-top-right .swiper-button-prev {
     top: 0;
     right: 35px;
     left: auto;
     transform: none;
 }
 
 .swiper-container-wrap.nav-top-left .swiper-container,
 .swiper-container-wrap.nav-top-right .swiper-container {
     padding-top: 40px;
 }
 
 .swiper-container-wrap .swiper-pagination-bullet {
     background: #ccc;
     margin: 0 4px;
     opacity: 1;
     height: 10px;
     width: 10px;
 }
 
 .swiper-container-wrap .swiper-pagination-bullet-active {
     background: #333;
 }
 
 .idm-element-heading {
     font-size: 1.5rem;
     font-weight: 700;
 }
 
 .idm-element-link {
     width: 100%;
 }
 
 .idm-element-link .link.card.idm-element-vertical,
 .idm-element-link .cs-empty-element {
     width: 33.33%;
     display: flex;
     float: left;
 }
 
 .link-block {
     border-bottom: 0;
 }
 
 /*a {
     color: inherit;
     text-decoration: none;
     border-bottom: 1px solid #005a77;
     display: inline-block;
     -webkit-transition: border-color .2s ease-in-out;
     transition: border-color .2s ease-in-out;
 }*/
 
 a:active,
 a:focus,
 a:hover {
     border-color: transparent;
 }
 
 .link-block:focus .link-el span,
 .link-block:hover .link-el span {
     border-color: #005a77;
 }
 
 .link-block .link-el span {
     border-bottom: 2px solid transparent;
     -webkit-transition: border-color .2s ease-in-out;
     transition: border-color .2s ease-in-out;
 }
 
 
 /* Post Grid Column */
 
 .iacs-col-1 .iacs-post-grid-column {
     float: none;
     width: 100%;
 }
 
 .iacs-col-2 .iacs-post-grid-column {
     float: left;
     width: 50%;
 }
 
 .iacs-col-3 .iacs-post-grid-column {
     float: left;
     width: 33.3333%;
 }
 
 .iacs-col-4 .iacs-post-grid-column {
     float: left;
     width: 25%;
 }
 
 ul.expertise-list {
     list-style-type: square;
     margin: 0 0 20px;
     padding-left: 30px;
 }
 
 li.expertise-list-item {
     margin-bottom: 25px;
 }
 
 .employee.idm-post-grid .eacs-grid-post-holder {
     overflow: inherit;
     border: none;
 }
 
 .employee.idm-post-grid .eacs-grid-post-holder:hover .eacs-entry-thumbnail img {
     -webkit-transform: translate(-7px, 7px);
     transform: translate(-7px, 7px);
     width: 100%;
     display: block;
     margin-bottom: 0;
     -webkit-backface-visibility: hidden;
     -webkit-transition: -webkit-transform .2s ease-in-out;
     transition: -webkit-transform .2s ease-in-out;
     transition: transform .2s ease-in-out;
     transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
 }
 
 .employee.idm-post-grid .eacs-grid-post-link {
     border-bottom: 2px solid transparent;
 }
 
 .employee.idm-post-grid .eacs-grid-post-holder:hover .eacs-grid-post-link {
     border-bottom: 2px solid #fbba00;
 }
 
 .employee.idm-post-grid .eacs-entry-overlay i {
     display: none !important;
 }
 
 .employee.idm-post-grid .eacs-entry-thumbnail {
     -webkit-box-shadow: -7px 7px 0 0 #fbba00;
     box-shadow: -7px 7px 0 0 #fbba00;
 }
 .employee.idm-post-grid .list-social-media li {
    display: inline-block;
    border: none;
    padding: 0;
}
.employee.idm-post-grid .list-social-media {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.employee.idm-post-grid .social-icon i {
    position: unset;
    color: inherit;
}
.employee.idm-post-grid ul.list-social-media li {
    margin-right: 15px;
    cursor: pointer;
}
.employee.idm-post-grid .list-social-media li i {
    right: 0;
    top: 0;
    font-size: 2rem;
    cursor: pointer;
}
.employee.idm-post-grid .list-social-media li a:hover i {
    opacity: .5;
}
 .x-tabs-panel .idmtab_content {
     padding-left: 0;
     padding-right: 12px;
     float: left;
 }
 
 .x-tabs-panel .idmtab_content_image {
     padding-left: 0;
     float: left;
 }
 
 .x-tabs-panel .boxed-offset {
     -webkit-box-shadow: -7px 7px 0 0 #fbba00;
     box-shadow: -7px 7px 0 0 #fbba00;
 }
 
 .employee.idm-post-grid .h4.subtitle {
     font-weight: 300;
     font-family: Gotham A, Gotham B, helvetica, arial, sans-serif;
 }
 
 .idm-postgrid .eacs-grid-post .eacs-entry-wrapper {
     padding: 15px 0px;
 }
 
 
 /* .container,
 ul.mega-sub-menu>li.mega-menu-row {
     width: 100%;
     padding-right: 35px;
     padding-left: 35px;
     margin-right: auto;
     margin-left: auto;
 } */
 
 .idm-row {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-right: -35px;
     margin-left: -35px;
 }
 /* .idm-row div:first-child{
     padding-left:0;
 } */
 .col,
 .col-1,
 .col-2,
 .col-3,
 .col-4,
 .col-5,
 .col-6,
 .col-7,
 .col-8,
 .col-9,
 .col-10,
 .col-11,
 .col-12,
 .col-auto,
 .col-lg,
 .col-lg-1,
 .col-lg-2,
 .col-lg-3,
 .col-lg-4,
 .col-lg-5,
 .col-lg-6,
 .col-lg-7,
 .col-lg-8,
 .col-lg-9,
 .col-lg-10,
 .col-lg-11,
 .col-lg-12,
 .col-lg-auto,
 .col-md,
 .col-md-1,
 .col-md-2,
 .col-md-3,
 .col-md-4,
 .col-md-5,
 .col-md-6,
 .col-md-7,
 .col-md-8,
 .col-md-9,
 .col-md-10,
 .col-md-11,
 .col-md-12,
 .col-md-auto,
 .col-sm,
 .col-sm-1,
 .col-sm-2,
 .col-sm-3,
 .col-sm-4,
 .col-sm-5,
 .col-sm-6,
 .col-sm-7,
 .col-sm-8,
 .col-sm-9,
 .col-sm-10,
 .col-sm-11,
 .col-sm-12,
 .col-sm-auto,
 .col-xl,
 .col-xl-1,
 .col-xl-2,
 .col-xl-3,
 .col-xl-4,
 .col-xl-5,
 .col-xl-6,
 .col-xl-7,
 .col-xl-8,
 .col-xl-9,
 .col-xl-10,
 .col-xl-11,
 .col-xl-12,
 .col-xl-auto,
 .col-xxl,
 .col-xxl-1,
 .col-xxl-2,
 .col-xxl-3,
 .col-xxl-4,
 .col-xxl-5,
 .col-xxl-6,
 .col-xxl-7,
 .col-xxl-8,
 .col-xxl-9,
 .col-xxl-10,
 .col-xxl-11,
 .col-xxl-12,
 .col-xxl-auto {
     position: relative;
     width: 100%;
     min-height: 1px;
     padding-right: 35px;
     padding-left: 35px;
 }
 
 .trending-story {
     display: block;
     margin-bottom: 36px;
 }
 
 .link-block {
     border-bottom: 0;
 }
 
 .article-category {
     display: inline-block;
     padding: 5px 10px;
     background: #fbba00;
     color: #1d1d1b;
     font-size: .75rem;
     font-weight: 700;
     text-transform: uppercase;
 }
 .eacs-grid-post .article-category{
 	 -webkit-transform: translate(10px,-10px);
    transform: translate(10px,-10px);
 }
 
 .link-block .link-el span {
     border-bottom: 2px solid transparent;
     -webkit-transition: border-color .2s ease-in-out;
     transition: border-color .2s ease-in-out;
 }
 
 .trending-story h3.link-el {
     margin: 0 0 0 0;
     font-weight: 700;
     font-size: 1.5rem;
 }
 
 .trending-story h3.link-el {
     margin: 0 0 25px 0;
     font-weight: 700;
     font-size: 1.5rem;
 }
 
 .trending-story h4.link-el {
     margin: 0 0 25px 0;
     font-weight: 700;
     font-size: 1.125rem;
 }
 
 .link-block img+.article-category {
     position: relative;
     -webkit-transform: translate(10px,-10px);
     transform: translate(10px,-10px);
     margin-bottom: 10px;
 }
 
 /* Responsive Styles for Instagram Feed */
 
 @media only screen and (min-width: 768px) {
     .x-tabs-panel .col-lg-6 {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 50%;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .col-md-4 {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 33.33333%;
         -ms-flex: 0 0 33.33333%;
         flex: 0 0 33.33333%;
         max-width: 33.33333%;
     }
     .col-md-8 {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 66.66667%;
         -ms-flex: 0 0 66.66667%;
         flex: 0 0 66.66667%;
         max-width: 66.66667%;
     }
 }
 
 @media only screen and (min-width: 992px) {
     .x-tabs-panel .col-lg-6 {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 50%;
         -ms-flex: 0 0 50%;
         flex: 0 0 50%;
         max-width: 50%;
     }
     .idm-idmtabs .x-tabs-panel {
         flex-direction: row !important;
     }
 }
 
 @media only screen and (min-width: 1300px) {
     .container,
     ul.mega-sub-menu>li.mega-menu-row {
         max-width: 1240px;
     }
 }
 
 @media only screen and (max-width: 979px) {
     .iacs-col-1 .iacs-post-grid-column,
     .iacs-col-2 .iacs-post-grid-column,
     .iacs-col-3 .iacs-post-grid-column,
     .iacs-col-4 .iacs-post-grid-column,
     .iacs-col-5 .iacs-post-grid-column,
     .iacs-col-6 .iacs-post-grid-column {
         width: 33.3333%;
     }
 }
 
 @media only screen and (max-width: 767px) {
     .iacs-col-1 .iacs-post-grid-column,
     .iacs-col-2 .iacs-post-grid-column,
     .iacs-col-3 .iacs-post-grid-column,
     .iacs-col-4 .iacs-post-grid-column,
     .iacs-col-5 .iacs-post-grid-column,
     .iacs-col-6 .iacs-post-grid-column {
         width: 50%;
     }
     .x-tabs-panel .idmtab_content {
         order: 2
     }
     .x-tabs-panel .idmtab_content_image {
         order: 1;
         margin-bottom: 15px !important;
     }
     .employee.idm-post-grid .eacs-entry-media{
         width: 80px;
         margin: 0 20px 20px 0;
         float: left;
     }
     .employee.idm-post-grid .eacs-grid-post .eacs-entry-wrapper {
         padding: 0px 0px;
     }
     .employee.idm-post-grid .eacs-grid-post .eacs-entry-content {
         padding: 35px 0px 15px 0px;
     }
 }
 
 @media only screen and (max-width: 480px) {
     .iacs-col-1 .iacs-post-grid-column,
     .iacs-col-2 .iacs-post-grid-column,
     .iacs-col-3 .iacs-post-grid-column,
     .iacs-col-4 .iacs-post-grid-column,
     .iacs-col-5 .iacs-post-grid-column,
     .iacs-col-6 .iacs-post-grid-column {
         float: none;
         width: 100%;
     }
 }

 /* new element css for tag and category filter */
.eacs-col-2 article:nth-child(2n+1) {
    clear: left;
    padding-left:0;
}
.eacs-col-3 article:nth-child(3n+1) {
    clear: left;
}
.eacs-col-4 article:nth-child(4n+1) {
    clear: left;
}
.loc-select select {
    display: inline-block;
    width: auto;
    border: 0;
    margin-left: 12px;
    font-weight: 700;
    background-size: 18px,21px;
}
select {
    background: url(/wp-content/themes/pro-child/assets/images/DropArrow_select.svg) no-repeat 98% 10px;
    background-size: 25px,25px;
}

/* post grid tags */
.blue-btn-links a {
    color: #005a77 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 50px 12px 30px;
    border: 1px solid;
    margin-right: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid #005a77;
    display: inline-block;
    -webkit-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out;
}
.blue-btn-links a:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 50px;
    line-height: 43px;
    background: #005a77;
    text-align: center;
    color: #fff;
    font-size: 22px;
    transition: all .4s ease;
    background-repeat: no-repeat;
    background-image: url(/wp-content/themes/pro-child/assets/images/go-arrow-img.png);
    background-position: center;
}
.blue-btn-links {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}
.blue-btn-links a:hover:after {
    transform: translate(5px,-5px);
}

.load_more_post{padding: 0 !important;}