
/* Mermaid Blurb Module Css Code
** Product Built By Divi Den - https://seku.re/divi-den
** Get the latest products here: https://seku.re/mermaid
** Watch Mermaid Bundle tutorials https://seku.re/mermaid-tutorials
** Get Support Here: https://seku.re/support
*/

/*////////////////////////////////////////////////////////Tooltip Reveal Hover Blurb/////////////////////////////////////////////////////////////*/


.blurbs_1_M .et_pb_blurb { cursor: pointer; }

.blurbs_1_M .et_pb_blurb .et_pb_blurb_container p:after {
     content: "";
     display: block;
     background-color: #512da8;
     width: 13px;
     height: 13px;
     position: absolute;
     bottom: -5px;
     left: 0;
     right: 0;
     margin: auto;
     z-index: -1;
     transform: rotate(-45deg);
}

.blurbs_1_M .et_pb_blurb h4 {
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurbs_1_M .et_pb_blurb:hover h4 { transform: translate(0, 30px); }

/*Animation*/

.blurbs_1_M .et_pb_blurb .et_pb_blurb_container p {
     position: absolute;
     right: 50%;
     margin-right: -190px;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0 !important;
     pointer-events: none;
     transform: rotate(45deg) translateY(20px);
     background-color: #512da8;
     width: 100%;
     text-align: center;
     color: #fff;
     z-index: 9;
     padding: 10px 0;
     border-radius: 20px;
     top: -70px !important;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}

.blurbs_1_M .et_pb_blurb:hover .et_pb_blurb_container p {
     opacity: 1 !important;
     margin-right: 0;
     right: 0;
     -webkit-animation: animateText 0.3s infinite !important;
     animation: animateText 0.3s infinite !important;
     animation-iteration-count: 1 !important; /*left: 0;*/
}

.blurbs_1_M .et_pb_blurb:hover .et_pb_blurb_container p span {
     -webkit-animation: wobble 5s infinite;
     animation: wobble 1s infinite;
     animation-iteration-count: 1;
}
 @keyframes animateText {
 from {
 left: 50%;
 margin-left: -190px;
 transform: rotate(-45deg) translateY(20px);
}
 to {
 left: 0;
 margin-left: 0;
 transform: rotate(0) translateY(0);
}
}
 @-webkit-keyframes animateText {
 from {
 left: 50%;
 margin-left: -190px;
 transform: rotate(-45deg) translateY(20px);
}
 to {
 left: 0;
 margin-left: 0;
 transform: rotate(0) translateY(0);
}
}

.animateText { animation-name: animateText; }

.blurbs_1_M .et_pb_blurb.hover .et_pb_blurb_container p { transform: rotate(0deg) translateY(0px); }
 @keyframes wobble {
 from {
 transform: none;
}
 15% {
 transform: translate3d(-20%, 0, 0) rotate3d(0, 0, 1, -2deg);
}
 30% {
 transform: translate3d(5%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
 45% {
 transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
 60% {
 transform: translate3d(0%, 0, 0) rotate3d(0, 0, 1, 1deg);
}
 75% {
 transform: translate3d(-1%, 0, 0) rotate3d(0, 0, 1, -0deg);
}
 to {
 transform: none;
}
}

.wobble { animation-name: wobble; }

/*Animation for safari*/

body.safari .blurbs_1_M .et_pb_blurb .et_pb_blurb_container p {
     transform: rotate(0) translateY(50px) !important;
     opacity: 0 !important;
     -webkit-animation: none !important;
     animation: none !important;
     margin: 0 !important;
     left: 0 !important;
     right: 0 !important;
}

body.safari .blurbs_1_M .et_pb_blurb:hover .et_pb_blurb_container p {
     transform: rotate(0) translateY(0) !important;
     opacity: 1 !important;
}

/*Responsive*/

@media only screen and (max-width: 980px) {

.blurbs_1_M .et_pb_blurb {
     max-width: 200px;
     margin: 0 auto 80px !important;
}
}

/*////////////////////////////////////////////////////////Rounded Corner Content Blurb/////////////////////////////////////////////////////////////*/


.blurbs_2_M .et_pb_blurb { cursor: pointer; }

.blurbs_2_M { counter-reset: section; }

/*Hover*/

.blurbs_2_M .et_pb_blurb:hover:before { transform: rotate(0) translate(0, 0px); }

.blurbs_2_M .et_pb_blurb_container h4:after {
     content: "";
     width: 0;
     display: block;
     height: 1px;
     background: #ffffff;
     margin: 5px auto -5px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurbs_2_M .et_pb_blurb:hover .et_pb_blurb_container h4:after { width: 50%; }

.blurbs_2_M .et_pb_blurb:hover .et_pb_blurb_container {
     -webkit-animation: fadeIn 1s infinite;
     /* Safari 4.0 - 8.0 */
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*////////////////////////////////////////////////////////Arrow Reveal Hover Blurb/////////////////////////////////////////////////////////////*/


.blurbs_3_M .et_pb_promo_description p {
     margin-top: -32px;
     font-weight: 300;
     z-index: 9;
     position: relative;
}

.blurbs_3_M .et_pb_main_blurb_image img {
     z-index: 2;
     position: relative;
     display: block;
}

.blurbs_3_M .et_pb_main_blurb_image {
     border: 1px solid #eeeeee;
     border-radius: 50%;
     padding: 38px;
     background-color: #fff;
     position: relative;
     display: inline-block;
}

.blurbs_3_M .et_pb_blurb .et_pb_main_blurb_image:before,
.blurbs_3_M .et_pb_blurb .et_pb_main_blurb_image:after,
.blurbs_3_M .et_pb_blurb .et_pb_main_blurb_image img,
.blurbs_3_M .et_pb_blurb .et_pb_main_blurb_image {
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurbs_3_M .et_pb_blurb { cursor: pointer; }

.blurbs_3_M .et_pb_blurb:hover .et_pb_main_blurb_image:after {
     opacity: 1;
     transition-delay: 0.3s !important;
     transform: translate(-50%, -50%) scale(1);
}

.blurbs_3_M .et_pb_main_blurb_image:after {
     content: "$";
     font-family: "ETmodules";
     display: block;
     font-size: 48px;
     color: #512da8;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%) scale(0);
     opacity: 0;
     border: 1px solid #eeeeee;
     padding: 40.5px 28px;
     background-color: #fff !important;
     border-radius: 50%;
}

.blurbs_3_M .et_pb_blurb:hover .et_pb_main_blurb_image img { opacity: 0 !important; }

.blurbs_3_M .et_pb_blurb {
     z-index: 1;
     position: relative;
}

.blurbs_3_M .et_pb_main_blurb_image:before {
     content: "";
     display: block;
     width: 0;
     height: 0;
     border-top: 130px solid #ebebeb;
     border-left: 70px solid transparent;
     border-right: 70px solid transparent;
     margin: 0 auto;
     position: absolute;
     left: 0;
     right: 0;
     top: 7%;
     transform: rotate(-90deg) translate(0, -30px);
     opacity: 0;
     z-index: -1 !important;
}

.blurbs_3_M .et_pb_blurb:hover .et_pb_main_blurb_image {
     border-color: transparent !important;
     background-color: transparent;
}

.blurbs_3_M .et_pb_blurb:hover .et_pb_main_blurb_image:before {
     transform: rotate(0deg) translate(0, 0px);
     opacity: 1;
}

.blurbs_3_M .et_pb_blurb:hover .et_pb_blurb_container {
     -webkit-animation: fadeIn 5s infinite;
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 980px) {

.blurbs_3_M .et_pb_promo_description p { margin-top: -19px; }
}

@media only screen and (max-width: 767px) {

.blurbs_3_M .et_pb_promo_description p { margin-top: -12px; }
}

/*////////////////////////////////////////////////////////Typography Hover Blurb/////////////////////////////////////////////////////////////*/


.blurbs_4_M .et_pb_blurb .et_pb_main_blurb_image:before {
     content: "";
     display: block;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     background-color: #d0c3e8;
     border-radius: 50%;
     opacity: 0.8;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurbs_4_M .et_pb_blurb .et_pb_main_blurb_image img {
     display: block;
     width: 100%;
}

.blurbs_4_M .et_pb_blurb { cursor: pointer; }

.blurbs_4_M .et_pb_blurb .et_pb_blurb_container {
     padding: 0px 0 0 68px;
     display: inline-block;
     width: 70%;
     position: relative;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     margin-top: 4vw;
}

.blurbs_4_M .et_pb_blurb:hover:before,
.blurbs_4_M .et_pb_blurb:hover .et_pb_blurb_container { transform: translate(0%, -22px); }

.blurbs_4_M .et_pb_blurb .et_pb_main_blurb_image {
     width: 29% !important;
     border-radius: 50% !important;
     overflow: hidden;
     display: inline-block;
     position: relative;
}

.blurbs_4_M .et_pb_blurb:hover .et_pb_main_blurb_image:before { opacity: 0; }

.blurbs_4_M .et_pb_blurb:hover .et_pb_blurb_container {
     -webkit-animation: fadeIn 5s infinite;
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

.blurbs_4_M h4 { font-size: 22px !important; }

.blurbs_4_M .et_pb_blurb:hover .et_pb_blurb_container { transform: translate(0%, -32%); }
}

@media only screen and (max-width: 980px) {

.blurbs_4_M .et_pb_blurb .et_pb_blurb_container { margin-top: 8vw; }

#page-container .blurbs_4_M .et_pb_blurb:before {
     top: 8vw;
     font-size: 100px;
}

.blurbs_4_M .et_pb_blurb:hover .et_pb_blurb_container { transform: translate(0%, -24%); }
}

@media only screen and (max-width: 480px) {

.blurbs_4_M .et_pb_blurb .et_pb_blurb_container {
     padding: 0;
     width: 100%;
     margin-top: 0;
     text-align: center;
}

.blurbs_4_M .et_pb_blurb .et_pb_main_blurb_image {
     display: block;
     margin: 0 auto 30px;
     width: 120px !important;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s
}

#page-container .blurbs_4_M .et_pb_blurb:before { display: none !important; }

.blurbs_4_M { margin-bottom: 40px !important; }

.blurbs_4_M .et_pb_blurb:hover .et_pb_main_blurb_image { transform: translate(0%, -5px); }

.blurbs_4_M .et_pb_blurb:hover .et_pb_blurb_container { transform: translate(0%, 5px); }

.blurbs_4_M .et_pb_blurb {
     cursor: pointer;
     margin-bottom: 30px !important;
}
}

/*////////////////////////////////////////////////////////List Reveal Hover Blurb/////////////////////////////////////////////////////////////*/

.blurb_5_M .et_pb_blurb .et_pb_blurb_container ul {
     position: absolute;
     top: 43px;
     left: 0;
     right: 0;
     padding-left: 0;
     line-height: 190%;
     opacity: 0;
     transform: translate(0, 20px);
}

.blurb_5_M .et_pb_blurb .et_pb_blurb_container ul li { list-style: none !important; }

/*Hover Animation*/

.blurb_5_M .et_pb_blurb .et_pb_blurb_container h4,
.blurb_5_M .et_pb_blurb .et_pb_main_blurb_image,
.blurb_5_M .et_pb_blurb .et_pb_blurb_container ul,
.blurb_5_M .et_pb_blurb .et_pb_blurb_content {
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurb_5_M .et_pb_blurb { cursor: pointer; }

.blurb_5_M .et_pb_blurb:hover .et_pb_blurb_content { background-color: rgba(235, 235, 235, 0.7); }

.blurb_5_M .et_pb_blurb:hover .et_pb_blurb_container ul {
     opacity: 1;
     transform: translate(0, 0px);
}

.blurb_5_M .et_pb_blurb:hover .et_pb_main_blurb_image {
     padding-top: 216px;
     margin-bottom: -12px !important;
}

.blurb_5_M .et_pb_blurb:hover .et_pb_blurb_container h4 {
     opacity: 0;
     height: 0;
     padding: 0;
}

/*Responsive*/

@media only screen and (min-width: 768px) {

.blurb_5_M .et_pb_blurb .et_pb_blurb_content { min-height: 491px; }

.blurb_5_M .et_pb_blurb:hover .et_pb_blurb_container h4 { transform: translate(0, 180px); }

.blurb_5_M .et_pb_blurb:hover .et_pb_main_blurb_image {
     transform: translate(0, 180px);
     padding-top: 36px;
}
}

@media only screen and (max-width: 980px) {

.blurb_5_M .et_pb_row:last-child .et_pb_column:last-child { margin-right: 0 !important; }

.blurb_5_M .et_pb_row:last-child .et_pb_column {
     width: 32% !important;
     margin-right: 2% !important;
}
}

@media only screen and (max-width: 980px) and (min-width: 768px) {

.blurb_5_M .et_pb_blurb .et_pb_blurb_content { min-height: 440px; }

.blurb_5_M .et_pb_blurb .et_pb_blurb_container ul li { font-size: 14px; }
}

@media only screen and (max-width: 767px) {

.blurb_5_M .et_pb_row:last-child .et_pb_column {
     width: 100% !important;
     margin-right: 0 !important;
}

.blurb_5_M .et_pb_blurb .et_pb_main_blurb_image { margin-bottom: -25px !important; }
}

/*////////////////////////////////////////////////////////Circular Impact Hover blurb/////////////////////////////////////////////////////////////*/

/* 6-9 Mermaid Blurb Module Css Code
** Circular Impact Hover blurb
** Product Built By Divi Den - https://divi-den.com/
** Get the latest module here: https://divi-den.com/product/mermaid-bundle-divi-ui-kits-and-layouts/
** Get Support Here: https://divi-den.com/support/
*/

#page-container .blurb_6_M { padding: 50px 0 !important; }

#page-container .blurb_6_M .et_pb_row { padding: 7vw 0 !important; }

.blurb_6_M .et_pb_main_blurb_image .et-pb-icon { padding: 23px; }

.blurb_6_M .et_pb_image img { border-radius: 50% !important; }

/*Hover Animation*/

.blurb_6_M { cursor: pointer; }

.blurb_6_M .et_pb_column .et_pb_main_blurb_image {
     display: inline-block;
     position: relative;
}

.blurb_6_M .et_pb_column .et_pb_blurb_container p,
.blurb_6_M .et_pb_column .et_pb_blurb_container h4:after,
.blurb_6_M .et_pb_column .et-pb-icon,
.blurb_6_M .et_pb_column .et_pb_main_blurb_image:after {
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.blurb_6_M .et_pb_column .et_pb_blurb:hover .et-pb-icon { transform: translate(0, -10px); }

.blurb_6_M .et_pb_column .et_pb_blurb:hover .et_pb_main_blurb_image:after { opacity: 1; }

.blurb_6_M .et_pb_column .et_pb_main_blurb_image:after {
     pointer-events: none;
     position: absolute;
     content: '';
     left: 0;
     height: 10px;
     width: 80%;
     opacity: 0;
     background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 67%);
     transition-duration: 0.3s;
     transition-property: transform opacity;
     display: block;
     margin: 0px auto 0;
     right: 0;
}

.blurb_6_M .et_pb_column .et_pb_blurb_container h4 { position: relative; }

.blurb_6_M .et_pb_column:first-child .et_pb_blurb_container h4:after {
     left: auto;
     right: 0;
}

.blurb_6_M .et_pb_column .et_pb_blurb_container h4:after {
     content: "";
     width: 0;
     display: block;
     height: 1px;
     background: #d7d7d7;
     position: absolute;
     left: 0;
     bottom: -5px;
}

.blurb_6_M .et_pb_column .et_pb_blurb:hover .et_pb_blurb_container h4:after {
     width: 60%;
     -webkit-transition-duration: 0.4s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.4s;
     transition-delay: 0.3s;
}

.blurb_6_M .et_pb_column .et_pb_blurb_container p {
     -webkit-transition-duration: 0.4s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.4s;
     transition-delay: 0.3s;
}

.blurb_6_M .et_pb_column .et_pb_blurb:hover .et_pb_blurb_container p {
     transform: translate(0, 12px);
     -webkit-transition-duration: 0.4s;
     -webkit-transition-delay: 0s;
     transition-duration: 0.4s;
     transition-delay: 0s;
}

.blurb_6_M .et_pb_blurb:hover .et_pb_blurb_container {
     -webkit-animation: fadeIn 1s infinite;
     /* Safari 4.0 - 8.0 */
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

.blurb_6_M .et_pb_column .et_pb_image:before { bottom: 12vw; }
}

@media only screen and (max-width: 980px) {

.blurb_6_M .et_pb_column .et_pb_blurb { text-align: center !important; }

.blurb_6_M .et_pb_column:first-child .et_pb_blurb_container h4:after {
     left: 0;
     right: 0;
}

.blurb_6_M .et_pb_column .et_pb_image { max-width: 270px; }

.blurb_6_M .et_pb_column .et_pb_image:before {
     bottom: 134px;
     width: 300px;
}

.blurb_6_M .et_pb_column .et_pb_blurb_container h4:after {
     right: 0;
     margin: auto;
}
}

/*////////////////////////////////////////////////////////Process Reveal Hover Blurb/////////////////////////////////////////////////////////////*/

.blurb_7_M .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
     font-weight: 300;
     margin-left: 18vw;
     margin-top: -51px;
}

.blurb_7_M { counter-reset: section; }

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description { z-index: 8; }

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description:after {
     content: "" !important;
     display: block !important;
     background-color: #ebebeb !important;
     width: 129px;
     height: 22px;
     position: absolute;
     z-index: -1;
     transform: rotate(-118deg) translate(-20px, -70px);
     opacity: 0;
     top: -79px;
     left: -58px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s;
     margin-left: 0;
}

/*Hover Animations*/

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo { cursor: pointer; }

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo:after,
.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description:after,
.blurb_7_M .et_pb_row:last-child .et_pb_column:last-child:before,
.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description:before,
.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description p,
.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo_description h2 {
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo:hover:after {
     transform: translate(0, 0);
     opacity: 1;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description:after {
     transform: rotate(-68deg) translate(0px, 0px);
     opacity: 1;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 {
     display: inline-block;
     position: relative;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description p,
.blurb_7_M .et_pb_row:last-child .et_pb_column .et_pb_promo:hover .et_pb_promo_description h2 {
     -webkit-animation: fadeIn 1s infinite;
     /* Safari 4.0 - 8.0 */
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 980px) {

.blurb_7_M .et_pb_row:nth-child(2):before { display: none; }

.blurb_7_M .et_pb_row:first-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 { margin-left: -20px !important; }

.blurb_7_M .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
     margin-left: 18vw;
     margin-top: -31px;
     font-size: 30px;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column:before {
     content: "";
     display: block;
     background: #dddddd;
     width: 0;
     height: 1px;
     margin-top: -1px;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column:hover:before { width: calc(100% - 10%); }

.blurb_7_M .et_pb_row:last-child { overflow: visible; }

.blurb_7_M .et_pb_row:first-child:before {
     left: -120px;
     width: 300px;
}

.blurb_7_M .et_pb_row:last-child .et_pb_column:last-child,
 .blurb_7_M .et_pb_row:last-child .et_pb_column:nth-last-child(2) { margin-bottom: 0 !important; }

.blurb_7_M .et_pb_row:last-child .et_pb_column { margin-bottom: 80px !important; }
}

@media only screen and (max-width: 767px) {

.blurb_7_M .et_pb_row:first-child .et_pb_column .et_pb_promo .et_pb_promo_description h2 { margin-left: -10px !important; }

.blurb_7_M .et_pb_row:first-child .et_pb_column .et_pb_promo_description p {
     margin-left: 18vw;
     margin-top: -19px;
     font-size: 20px;
}

.blurb_7_M .et_pb_row:last-child { overflow: visible; }

.blurb_7_M .et_pb_row:first-child:before {
     left: -195px;
     width: 390px;
}
}

@media only screen and (max-width: 480px) {

.blurb_7_M .et_pb_row:last-child .et_pb_column:nth-last-child(2) { margin-bottom: 80px !important; }
}

/*////////////////////////////////////////////////////////Triple Circle Hover Blurb/////////////////////////////////////////////////////////////*/


.blurb_8_M { counter-reset: section; }

.blurb_8_M .et_pb_column .et_pb_blurb_container { line-height: 170%; }

.blurb_8_M .et_pb_column .et_pb_blurb_content { z-index: 9; }

.blurb_8_M .et_pb_column .et_pb_main_blurb_image { position: relative; }

/*Hover Animation*/

.blurb_8_M { cursor: pointer; }

.blurb_8_M .et_pb_column .et_pb_blurb:after,
.blurb_8_M .et_pb_column .et_pb_blurb:before,
.blurb_8_M .et_pb_column .et_pb_blurb_container p,
.blurb_8_M .et_pb_column .et_pb_blurb_container h4,
.blurb_8_M .et_pb_column .et_pb_blurb_container h4:after,
.blurb_8_M .et_pb_column .et_pb_main_blurb_image:before,
.blurb_8_M .et_pb_column .et_pb_main_blurb_image img {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     transition: all 0.3s;
}

.blurb_8_M .et_pb_column:nth-child(2):hover .et_pb_blurb:first-child:before,
.blurb_8_M .et_pb_column:hover .et_pb_blurb:nth-child(2):before { transform: translate(0%, -22px); }

.blurb_8_M .et_pb_column:hover .et_pb_blurb:after { transform: translate(0%, 20px); }

.blurb_8_M .et_pb_column:hover .et_pb_blurb .et_pb_main_blurb_image img { transform: scale(0.95); }

.blurb_8_M .et_pb_column:hover .et_pb_blurb .et_pb_blurb_container p,
.blurb_8_M .et_pb_column:hover .et_pb_blurb .et_pb_blurb_container h4 { transform: translate(0, 20px); }

.blurb_8_M .et_pb_column:hover .et_pb_blurb .et_pb_blurb_container {
     -webkit-animation: fadeIn 5s infinite;
     animation: fadeIn 1s infinite;
     animation-iteration-count: 1;
}
 @-webkit-keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}
 @keyframes fadeIn {
 from {
 opacity: 0.5;
}
 to {
 opacity: 1;
}
}

.fadeIn {
     -webkit-animation-name: fadeIn;
     animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (min-width: 981px) {

.blurb_8_M .et_pb_column:nth-child(2) .et_pb_blurb .et_pb_main_blurb_image {
     margin-bottom: 0 !important;
     margin-top: 80px;
}

.blurb_8_M .et_pb_column:nth-child(2) .et_pb_blurb:nth-child(2) { margin-bottom: 0; }

.blurb_8_M .et_pb_column:nth-child(2) .et_pb_blurb:first-child { margin-top: -35px; }

.blurb_8_M .et_pb_column:nth-child(2) .et_pb_blurb:after { margin: 11px auto 15px; }
}

@media only screen and (max-width: 1390px) {

.blurb_8_M .et_pb_column:nth-child(2) .image:before { bottom: 108px; }

.blurb_8_M .et_pb_column .image:before {
     width: 190px;
     bottom: 134px;
     left: -1vw;
}
}

@media only screen and (max-width: 1200px) {

.blurb_8_M .et_pb_column .image:before { left: -3vw; }
}

@media only screen and (max-width: 980px) {

.blurb_8_M .et_pb_column:last-child { margin-bottom: 0 !important; }

.blurb_8_M .et_pb_column { margin-bottom: 40px !important; }

.blurb_8_M .et_pb_column .image:before { display: none !important; }
}

@media only screen and (max-width: 767px) {

.et_pb_blurb_23.et_pb_blurb .et_pb_main_blurb_image {
     padding: 24px;
     max-width: 170px;
}
}

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

/*////////////////////////////////////////////////////////Info Animation Reveal Blurb/////////////////////////////////////////////////////////////*/


.blurb_9_M .et_pb_blurb_container {
     position: absolute;
     top: 50%;
     left: 56px;
     transform: translate(0, -50%);
     padding-left: 146px;
     padding-right: 40px;
     z-index: 1;
}

.blurb_9_M { counter-reset: section; }

.blurb_9_M .et_pb_blurb_container:after {
     content: "";
     display: block;
     width: 1px;
     height: 340px;
     top: -360px;
     background-color: #fff;
     position: absolute;
     left: 0;
}

.blurb_9_M .et_pb_blurb_container:before {
     counter-increment: section;
     content: '0²' counter(section);
     display: block;
     position: absolute;
     top: 50%;
     transform: translate(0, -50%);
     font-size: 92px;
     line-height: 100%;
     font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif;
     font-weight: 300;
     left: 0;
}

.blurb_9_M .et_pb_main_blurb_image img {
     display: block;
     width: 100%;
}

.blurb_9_M .et_pb_blurb:before {
     content: "";
     display: block;
     background-color: #363636;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     z-index: 1;
     opacity: 0.5;
}

/*Hover Animation*/

.blurb_9_M .et_pb_blurb_container,
.blurb_9_M .et_pb_blurb_container h4,
.blurb_9_M .et_pb_blurb_container p,
.blurb_9_M .et_pb_blurb:before,
.blurb_9_M .et_pb_blurb_container:after {
     -webkit-transition: all 0.4s ease-in-out;
     -moz-transition: all 0.4s ease-in-out;
     transition: all 0.4s ease-in-out;
}

.blurb_9_M .et_pb_blurb_container:after { opacity: 0; }

.blurb_9_M .et_pb_blurb_container p,
.blurb_9_M .et_pb_blurb_container h4 {
     transform: translate(100%, 0);
     opacity: 0;
     -webkit-transition-duration: 0.8s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.8s;
     transition-delay: 0.3s;
}

.blurb_9_M .et_pb_blurb:hover:before {
     background: rgba(231, 56, 39, 0);
     background: -moz-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(231, 56, 39, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
     background: -webkit-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
     background: -o-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
     background: -ms-linear-gradient(top, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
     background: linear-gradient(to bottom, rgba(231, 56, 39, 0) 0%, rgba(0, 0, 0, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73827', endColorstr='#000000', GradientType=0);
}

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container:after { opacity: 1; }

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container { top: 82%; }

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container h4 {
     -webkit-transition-duration: 0.4s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.4s;
     transition-delay: 0.3s;
     transform: translate(0, 0);
     opacity: 1;
}

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container p {
     -webkit-transition-duration: 0.8s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.8s;
     transition-delay: 0.3s;
     transform: translate(0, 0);
     opacity: 1;
}

/*Responsive*/

@media only screen and (max-width: 1650px) and (min-width: 1391px) {

.blurb_9_M .et_pb_blurb_container {
     left: 22px;
     padding-left: 106px;
     padding-right: 40px;
}
}

@media only screen and (max-width: 1390px) and (min-width: 981px) {

.blurb_9_M .et_pb_blurb_container {
     left: 20px;
     padding-left: 70px;
     padding-right: 30px;
}

.blurb_9_M .et_pb_blurb_container:before { font-size: 60px !important; }

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container { top: 60%; }
}

@media only screen and (max-width: 767px) {

.blurb_9_M .et_pb_blurb_container {
     left: 22px;
     padding-left: 106px;
     padding-right: 40px;
}
}

@media only screen and (max-width: 480px) {

.blurb_9_M .et_pb_blurb_container {
     left: 20px;
     padding-left: 70px;
     padding-right: 30px;
}

.blurb_9_M .et_pb_blurb_container:before { font-size: 60px !important; }

.blurb_9_M .et_pb_blurb:hover .et_pb_blurb_container { top: 60%; }
}




/* Mermaid Divi Content Layouts
** Product Built By Divi Den - https://seku.re/divi-den
** Get the latest products here: https://seku.re/mermaid
** Watch Mermaid Bundle tutorials https://seku.re/mermaid-tutorials
** Get Support Here: https://seku.re/support
*/

/*////////////////////////////////////////////////////////2 Column Text & Number Counter Content /////////////////////////////////////////////////////////////*/

.content_1_M { overflow-x: hidden; }

/*Promo*/

.content_1_M .et_pb_promo_description {
     position: absolute;
     right: -30px;
     top: 77px;
}

.content_1_M .et_pb_promo_description > p {
     bottom: 38px;
     left: 6.5%;
     position: absolute;
}

/*List 2*/
.content_1_M .content_1_list li { margin-bottom: 12px; }

.content_1_M .et_pb_text_inner a {
     color: #757575;
     line-height: 30px;
}

.content_1_M .content_1_list li::before { left: 0; }

.content_1_M .content_1_list li {
     list-style: none !important;
     padding-left: 20px;
}

.content_1_M .c-list {
     margin-left: -6px;
     margin-top: 45px;
}

.content_1_M .c-list .content_1_list li a:hover { color: #512da8; }

.content_1_M .et_pb_text_inner a:hover { margin-left: -20px; }

.content_1_M .content_1_list li a {
     transition: all 0.3s ease 0s;
     font-weight: 400;
}

.content_1_M .content_1_list li:hover a { padding-left: 0; }

.content_1_M .content_1_list li::after,
.content_1_M .content_1_list li::before {
     content: "5";
     font-family: "ETmodules";
     overflow: hidden;
     position: absolute;
     transition: all 0.3s ease 0s;
}

.content_1_M .content_1_list li::after {
     margin-left: 5px;
     opacity: 0;
     transform: translate(-100%, 0px);
}

.content_1_M .content_1_list li:hover::before {
     opacity: 0;
     transform: translate(100%, 0px);
}

.content_1_M .content_1_list li:hover::after {
     opacity: 1;
     transform: translate(0px, 0px);
}

/*Text*/

.content_1_M .content-1-text p {
     font-weight: 400;
     padding-bottom: 30px;
}

.content_1_M .content-1-text { padding-top: 23px; }

/*Percent Values*/
.content_1_M .percent-value { font-weight: 900; }

.content_1_M .content-numbers .et_pb_column:first-child .et_pb_number_counter::before { display: none; }

/*Hover*/
.content_1_M .c-list .et_pb_text_inner a:hover { color: #512da8 !important; }

/*Responsive*/

@media all and (max-width: 1390px) {

.content_1_M .content-1-list-text .et_pb_column:not(:first-child) .et_pb_text { margin-top: -90px !important; }

.content_1_M .et_pb_number_counter { margin-bottom: 0 !important; }

.content_1_M .content-numbers .et_pb_text { margin-top: 0 !important; }
}

@media all and (max-width: 980px) {

/*Content 1 - Responsive*/
.content_1_M .img-h { float: left; }

.content_1_M .c-list { margin-top: 0; }

.content_1_M .c-list::before { top: -35px; }

.content_1_M .content-1-list-text .et_pb_column:not(:first-child) .et_pb_text { margin-top: 0 !important; }

.content_1_M .et_pb_promo_description > p {
     position: static;
     margin-top: -40px;
}

.content_1_M .et_pb_promo_description { position: static; }
}

@media all and (max-width: 980px) {

.content_1_M .content-1-img-promo { display: table; }

.content_1_M .content-1-img-promo .et_pb_column:last-child {
     display: table-header-group;
     float: none;
}

.content_1_M .content-numbers .et_pb_column.et_pb_column_1_4 {
     float: left !important;
     margin: 0 2% 50px 2% !important;
     width: 21% !important;
}

.content_1_M .et_pb_cta_0.et_pb_promo { margin-right: 0 !important; }

.content_1_M .content-1-list-text .et_pb_column {
     width: 50% !important;
     margin-bottom: 0 !important;
}

.content_1_M .content-1-list-text .et_pb_column:nth-child(2) { margin-top: -31vw; }

.content_1_M .content-1-list-text .et_pb_column:nth-child(3) {
     float: right;
     width: 50% !important;
}

.content_1_M .content-1-text { padding-top: 0; }

.content_1_M .img-h {
     float: left;
     width: 40%;
}

.content_1_M .c-list {
     margin-left: 50px;
     margin-top: 45px !important;
}

.content_1_M .c-list::before {
     left: 50px;
     top: 25px;
}

.content_1_M .content-1-list-text .et_pb_column:nth-child(2) p,
 .content_1_M .content-1-list-text .et_pb_column:nth-child(3) p { text-align: left !important; }
}

@media all and (max-width: 767px) {

/*Content 1 - Responsive*/
.content_1_M .et_pb_promo_description > p { font-size: 20px; }

.content_1_M .et_pb_cta_0.et_pb_promo h2 { font-size: 60px !important; }

.content_1_M .content-1-text p { text-align: center; }

/*.content_1_M .c-list,*/
.content_1_M .img-h::after,
 .content_1_M .et_pb_number_counter::before { display: none; }

.content_1_M .et_pb_row { padding: 0; }

.content_1_M .img-h {
     display: table;
     float: none;
     margin-bottom: 10px !important;
}

.content_1_M .content-1-text { padding-top: 0; }

.content_1_M .content-1-text-2 p { padding-bottom: 0; }

.content_1_M .content-numbers { padding: 0; }

.content_1_M .content-numbers .et_pb_column.et_pb_column_1_4 {
     float: left !important;
     margin: 0 2% 50px 2% !important;
     width: 46% !important;
}

.content_1_M .content-1-list-text { margin-bottom: 40px; }

.content_1_M .content-1-text-2 { padding-top: 0px; }

.content_1_M .et_pb_promo_description { right: 0; }

.content_1_M .content-1-list-text .et_pb_column:nth-child(2) { margin-top: 0 !important; }

.content_1_M .content-1-list-text .et_pb_column:not(:first-child) .et_pb_text { padding-top: 0 !important; }

.content_1_M .c-list { margin-left: 0; }

.content_1_M .c-list::before { left: 0; }

.content_1_M .content-1-list-text .et_pb_column:first-child { width: 40% !important; }

.content_1_M .content-1-list-text .et_pb_column { width: 60% !important; }

.content_1_M .content-1-list-text .et_pb_column:nth-child(3) { width: 60% !important; }
}

@media only screen and (max-width: 550px) {

.content_1_M .content-1-list-text .et_pb_column:first-child { width: 100% !important; }

.content_1_M .content-1-list-text .et_pb_column { width: 100% !important; }

.content_1_M .content-1-list-text .et_pb_column:nth-child(3) { width: 100% !important; }

.content_1_M .img-h { width: 100%; }

.content_1_M .et_pb_promo_description > p { margin-top: -30px; }
}

@media only screen and (max-width: 480px) {

.content_1_M .content-numbers .et_pb_column.et_pb_column_1_4 {
     float: left !important;
     margin: 0 2% 50px 2% !important;
     width: 100% !important;
}
}

/*////////////////////////////////////////////////////////Left 2 Column Content /////////////////////////////////////////////////////////////*/

.content_2_M { overflow: hidden; }

/*Fullwidth Navigation*/

.content_2_M .fullwidth-aboutus-nav.et_pb_row {
     max-width: 100% !important;
     width: 100% !important;
     padding: 0 !important;
}

.content_2_M .fullwidth-aboutus-nav .et_pb_column { width: 100%; }

.content_2_M .fullwidth-aboutus-nav-item-left {
     left: 0;
     position: absolute;
     z-index: 5;
     float: left;
     padding: 0 !important;
}

.content_2_M .fullwidth-aboutus-nav-item-left.et_pb_button,
.content_2_M .fullwidth-aboutus-nav-item-left .et_pb_promo_button {
     left: 36px;
     letter-spacing: 1px;
     position: relative;
     text-transform: uppercase;
     transform: rotate(-90deg);
     transform-origin: left 0 0;
     font-weight: 900 !important;
     bottom: 88px;
     padding: 0.3em 1em !important;
}

.content_2_M .fullwidth-aboutus-nav-item-right {
     right: 0;
     position: absolute;
     z-index: 5;
     float: right;
     padding: 0 !important;
}

.content_2_M .fullwidth-aboutus-nav-item-right.et_pb_button,
.content_2_M .fullwidth-aboutus-nav-item-right .et_pb_promo_button {
     position: relative;
     right: 64px;
     text-transform: uppercase;
     transform: rotate(-90deg) translateX(100%);
     -webkit-transform: rotate(-90deg) translateX(100%);
     transform-origin: right center 0;
     -webkit-transform-origin: right center 0;
     bottom: 125px;
     font-weight: 900 !important;
     padding: 0.3em 1em !important;
}

.content_2_M .fullwidth-aboutus-nav .et_pb_promo_button.et_pb_button { font-weight: 700; }

/* About Us img */
.content_2_M .aboutus-img {
     position: absolute;
     right: 0;
     top: 0;
     transform: translateX(22%) translateY(-79%);
     -webkit-transform: translateX(22%) translateY(-79%);
     width: max-content;
}

.content_2_M .aboutus-img img {
     position: relative;
     z-index: 2;
}

.content_2_M .aboutus-img::after {
     bottom: 28%;
     color: #ebebeb;
     content: "ABOUT US";
     font-family: "Raleway";
     font-size: 140px;
     font-weight: 900;
     left: 23px;
     position: absolute;
     text-transform: uppercase;
     white-space: pre;
     z-index: 3;
}

/*Text*/
.content_2_M .content-2-title p { font-weight: 400; }

/*Hover*/

/*unique top & bottom borders*/

.content_2_M .unique_top_and_bottom_bordersM:hover:before { box-shadow: inset 0px -1px 0px #242d2e, inset 0px 1px 0px #242d2e; }

.content_2_M .unique_top_and_bottom_bordersM:before,
.content_2_M .unique_top_and_bottom_bordersM:after {
     content: "";
     display: block !important;
     position: absolute;
     top: 0;
     right: 0;
     transition: 400ms ease all;
     opacity: 1 !important;
     z-index: -1;
     height: 100%;
     width: 100%;
     bottom: 0;
     margin: auto !important;
     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     transition: all 0.3s;
}

.content_2_M .unique_top_and_bottom_bordersM:hover:before { height: 0 !important; }

.content_2_M .unique_top_and_bottom_bordersM:hover:after { height: 100% !important; }

.content_2_M .unique_top_and_bottom_bordersM:hover:after { transition-delay: 0.3s !important; }

.content_2_M .unique_top_and_bottom_bordersM:after {
     height: 0 !important;
     background-color: #242d2e;
}

/*Responsive*/

@media only screen and (max-width: 1900px) and (min-width: 981px) {

.content_2_M .aboutus-img::after {
     font-size: 90px;
     left: 0;
}
}

@media only screen and (max-width: 1390px) {

.content_2_M .aboutus-img {
     position: static;
     transform: translateX(0) translateY(0);
     -webkit-transform: translateX(0) translateY(0);
     width: 100%;
}

.content_2_M .aboutus-img::before {
     bottom: 50%;
     left: -66px;
     width: 140%;
}

.content_2_M .aboutus-img::after { font-size: 6vw !important; }
}

@media only screen and (max-width: 980px) {

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:first-child { margin-right: 2% !important; }

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:first-child,
 .content_2_M .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) { width: 49% !important; }

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:last-child .et_pb_image { max-width: 280px; }

.content_2_M .aboutus-img::before {
     bottom: 51%;
     left: -86px;
     width: 110%;
}

.content_2_M .aboutus-img::after { font-size: 60px !important; }
}

@media only screen and (max-width: 767px) {

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:first-child { margin-right: 0 !important; }

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:first-child,
 .content_2_M .et_pb_row:nth-child(2) .et_pb_column:nth-child(2) { width: 100% !important; }

.content_2_M .fullwidth-aboutus-nav-item-left.et_pb_button,
 .content_2_M .fullwidth-aboutus-nav-item-left .et_pb_promo_button { left: 10px; }

.content_2_M .fullwidth-aboutus-nav-item-right.et_pb_button,
 .content_2_M .fullwidth-aboutus-nav-item-right .et_pb_promo_button { right: 26px; }
}

@media only screen and (max-width: 550px) {

.content_2_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button_module_wrapper,
 .content_2_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button_module_wrapper {
     position: static;
     transform: translate(0, 0);
     width: 100%;
     text-align: center;
     margin-bottom: 5px;
}

.content_2_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button,
 .content_2_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button {
     position: static !important;
     transform: rotate(0) translate(0, 0) !important;
     float: none;
}
}

@media only screen and (max-width: 480px) {

.content_2_M .et_pb_row:nth-child(2) .et_pb_column:last-child .et_pb_image { max-width: 190px; }

.content_2_M .aboutus-img::before {
     left: -76px;
     height: 14px;
}

.content_2_M .aboutus-img::after { font-size: 36px !important; }

.content_2_M .fullwidth-aboutus-nav-item-right.et_pb_button,
 .content_2_M .fullwidth-aboutus-nav-item-right .et_pb_promo_button { bottom: 70px; }

.content_2_M .fullwidth-aboutus-nav-item-left.et_pb_button,
 .content_2_M .fullwidth-aboutus-nav-item-left .et_pb_promo_button { bottom: 67px; }
}

/*////////////////////////////////////////////////////////Left 2 Column Scattered Images Content/////////////////////////////////////////////////////////////*/


/*Hover*/

.content_3_M .et_pb_button:after {
     content: "";
     display: block !important;
     background-color: #fff !important;
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 1 !important;
     transform: scale(0);
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     margin: 0 !important;
     z-index: -1;
}

.content_3_M .et_pb_button:hover:after { transform: scale(1); }

.content_3_M .et_pb_module.et_pb_image {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_3_M .et_pb_module.et_pb_image:hover {
     cursor: pointer;
     z-index: 9;
     transform: scale(1.1);
}

/*Responsive*/

@media only screen and (max-width: 1600px) {

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:nth-child(2) { right: -98%; }
}

@media only screen and (max-width: 1390px) {

#page-container .content_3_M a.et_pb_button { padding: 14px 30px!important; }

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:first-child {
     margin-top: -177px!important;
     margin-left: 30px!important;
     margin-bottom: -30px !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:nth-child(2) {
     right: -18%;
     position: absolute;
     top: 78%;
     margin-left: 0;
     max-width: 220px;
}
}

@media only screen and (max-width: 980px) {

.content_3_M .et_pb_row:first-child .et_pb_text:before {
     width: 370px;
     bottom: -29px;
     left: -156px;
}

.content_3_M .et_pb_row:last-child .et_pb_column:last-child .et_pb_image:last-child { margin-right: 13vw!important; }

.content_3_M .et_pb_row:last-child .et_pb_column:last-child {
     padding-right: 7%;
     padding-top: 20px;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:first-child {
     margin-top: 0px!important;
     margin-left: -16vw!important;
     margin-bottom: -30px !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:nth-child(2) {
     position: static;
     margin-top: -90px;
     max-width: 340px;
     margin-right: 0 !important;
     margin-bottom: -180px !important;
}
}

@media only screen and (max-width: 767px) {

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:first-child {
     margin-right: -33% !important;
     margin-left: 0 !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column:last-child { padding-right: 0%; }

.content_3_M .et_pb_row:last-child .et_pb_column:last-child .et_pb_image:last-child {
     margin-left: -38% !important;
     margin-right: 0 !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:nth-child(2) {
     position: static;
     margin-top: -90px;
     max-width: none;
     margin-right: 0 !important;
     margin-bottom: -120px !important;
}
}

@media only screen and (max-width: 480px) {

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:first-child {
     margin-right: 0 !important;
     margin-bottom: 30px !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image:nth-child(2) {
     margin-top: 0;
     max-width: none;
     margin-right: 0 !important;
     margin-bottom: 30px !important;
}

     .content_3_M .et_pb_row:last-child .et_pb_column:last-child .et_pb_image:last-child {
     margin-left: 0 !important;
     margin-right: 0 !important;
}

.content_3_M .et_pb_row:last-child .et_pb_column .et_pb_image img { width: 100% !important; }
}

/*////////////////////////////////////////////////////////Right Simple 2 Column Content/////////////////////////////////////////////////////////////*/

/* 4-14 Mermaid Divi Content Layouts
** Right Simple 2 Column Content
** Product Built By Divi Den - https://divi-den.com/
** Get the latest module here: https://divi-den.com/product/mermaid-bundle-divi-ui-kits-and-layouts/
** Get Support Here: https://divi-den.com/support/
*/

.content_4_M .et_pb_row:first-child .et_pb_promo_description p {
     float: right;
     max-width: 252px;
     margin-top: -58px;
     font-weight: 300;
     z-index: 9;
     position: relative;
     margin-right: 80px;
}

.content_4_M .et_pb_row:last-child .et_pb_text p:last-child { padding-bottom: 0; }

.content_4_M .et_pb_row:last-child .et_pb_text p { padding-bottom: 26px; }

/*Responsive*/

@media only screen and (max-width: 980px) {

.content_4_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description h2 { text-align: center; }

.content_4_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description { max-width: 100% !important; }

.content_4_M .et_pb_row:first-child .et_pb_promo_description p {
     float: none;
     max-width: 100%;
     margin-top: -28px;
     margin-right: 0;
     text-align: center;
}

.content_4_M .et_pb_row:last-child .et_pb_image:before { display: none !important; }

.content_4_M .et_pb_row:last-child .et_pb_text { text-align: center !important; }
}

@media only screen and (max-width: 767px) {

.content_4_M .et_pb_row:first-child .et_pb_promo_description p { margin-top: -11px; }
}

/*////////////////////////////////////////////////////////Right 3 Column Numbered Grid View Content/////////////////////////////////////////////////////////////*/

/* 5-14 Mermaid Divi Content Layouts
** Right 3 Column Numbered Grid View Content
** Product Built By Divi Den - https://divi-den.com/
** Get the latest module here: https://divi-den.com/product/mermaid-bundle-divi-ui-kits-and-layouts/
** Get Support Here: https://divi-den.com/support/
*/

.content_5_M { counter-reset: section; }

.content_5_M .et_pb_row:first-child .et_pb_promo_description p {
     float: right;
     max-width: 322px;
     margin-top: -62px;
     font-weight: 300;
     z-index: 9;
     position: relative;
     margin-right: 0;
}

/*Blurbs Size*/

.content_5_M .et_pb_blurb:nth-child(2n+2),
.content_5_M .et_pb_blurb:last-child { margin-right: 0 !important; }

#page-container .content_5_M .et_pb_blurb {
     width: 40%;
     margin-right: 14%;
     float: left;
     padding-top: 0 !important;
     margin-top: 155px !important;
     position: relative;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

#page-container .content_5_M .et_pb_blurb { padding-top: 90px; }

.content_5_M .et_pb_blurb .et_pb_blurb_container h4:before { font-size: 60px !important; }
}

@media only screen and (max-width: 980px) {

.content_5_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description h2 {
     text-align: center !important;
     margin-left: 0 !important;
}

.content_5_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description { max-width: 100%; }

.content_5_M .et_pb_row:first-child .et_pb_promo_description p {
     float: none;
     max-width: 100%;
     margin-top: -32px;
     margin-right: 0;
     text-align: center;
}

.content_5_M .et_pb_row:last-child .et_pb_column:first-child:before { margin: 0px auto 35px; }
}

@media only screen and (max-width: 767px) {

.content_5_M .et_pb_row:first-child .et_pb_promo_description p { margin-top: -9px; }

#page-container .content_5_M .et_pb_blurb {
     width: 49%;
     margin-right: 2%;
}
}

@media only screen and (max-width: 480px) {

#page-container .content_5_M .et_pb_blurb {
     width: 100%;
     margin-right: 0;
}

#page-container .content_5_M .et_pb_blurb:first-child:after,
 #page-container .content_5_M .et_pb_blurb:nth-child(2):after { display: none !important; }

#page-container .content_5_M .et_pb_blurb:last-child { margin-bottom: 0 !important; }

#page-container .content_5_M .et_pb_blurb { margin-bottom: 30px !important; }
}

/*////////////////////////////////////////////////////////Left Header Middle Column Content/////////////////////////////////////////////////////////////*/

.content_6_M .et_pb_row .et_pb_column:nth-child(2) .et_pb_text p { padding-bottom: 27px; }

/*Hover*/

.content_6_M .et_pb_row .et_pb_column .et_pb_image { cursor: pointer; }

.content_6_M .et_pb_row .et_pb_column .et_pb_image img {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_6_M .et_pb_row .et_pb_column .et_pb_image:hover:before { transform: rotate(-52deg); }

.content_6_M .et_pb_row .et_pb_column .et_pb_image:hover img { transform: scale(1.1); }

/*Responsive*/

@media only screen and (max-width: 980px) {

.content_6_M .et_pb_row .et_pb_column .et_pb_text { text-align: center !important; }

.content_6_M .et_pb_row .et_pb_column:last-child .et_pb_image:before { display: none !important; }

.content_6_M .et_pb_row .et_pb_column .et_pb_button_module_wrapper { text-align: center !important; }

.content_6_M .et_pb_row .et_pb_column .et_pb_divider {
     width: 100px;
     margin: 20px auto 20px !important;
}
}

/*////////////////////////////////////////////////////////Left 3 Column Icon Grid View Content/////////////////////////////////////////////////////////////*/


/*Responsive*/

@media only screen and (max-width: 980px) {

.content_7_M .et_pb_row .et_pb_column:first-child,
 .content_7_M .et_pb_row .et_pb_column:nth-child(2) { width: 50% !important; }

.content_7_M .et_pb_row .et_pb_column .et_pb_blurb { padding: 0 1vw !important; }

.content_7_M .et_pb_row .et_pb_column .et_pb_blurb .et_pb_main_blurb_image,
 .content_7_M .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content { text-align: center !important; }

.content_7_M .et_pb_row:first-child .et_pb_column:last-child .et_pb_divider { margin: -10px auto 10px !important; }

.content_7_M .et_pb_row:first-child .et_pb_column:last-child {
     padding-top: 30px !important;
     margin-bottom: 30px;
}

.content_7_M .et_pb_row .et_pb_column .et_pb_promo * { text-align: center !important; }

.content_7_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description h2 {
     max-width: 100%;
     line-height: 109%;
     margin-top: 0;
}

.content_7_M .et_pb_row:first-child .et_pb_promo .et_pb_promo_description h2:after { margin: 13px auto 0; }
}

@media only screen and (max-width: 767px) {

.content_7_M .et_pb_row .et_pb_column .et_pb_blurb h4 { margin-bottom: 5px !important; }
}

@media only screen and (max-width: 480px) {

.content_7_M .et_pb_row .et_pb_column:first-child,
 .content_7_M .et_pb_row .et_pb_column:nth-child(2) { width: 100% !important; }

.content_7_M .et_pb_row .et_pb_column .et_pb_blurb { padding: 0 !important; }
}

/*////////////////////////////////////////////////////////3 Box Arrow Hover Content/////////////////////////////////////////////////////////////*/


/*Hovers*/

.content_8_M .et_pb_column .et_pb_blurb h4:before {
     content: "$";
     font-family: ETmodules !important;
     color: #fff;
     display: inline-block;
     width: 0;
     overflow: hidden;
     font-size: 30px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     vertical-align: middle;
     font-weight: 300;
}

.content_8_M .et_pb_column:hover .et_pb_blurb h4:before {
     width: 27px;
     margin-right: 8px;
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.3s;
     transition-delay: 0.3s;
}

.content_8_M .et_pb_column:hover {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     cursor: pointer;
}

.content_8_M .et_pb_column:hover .et_pb_blurb * { color: #fff !important; }

.content_8_M .et_pb_column:hover { background-color: #363636; }

/*Responsive*/

@media only screen and (max-width: 980px) {

.content_8_M .et_pb_row .et_pb_column .et_pb_blurb { margin-bottom: 0 !important; }

.content_8_M .et_pb_row .et_pb_column .et_pb_divider { margin: 16px auto 0px!important; }

.content_8_M .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
     text-align: center;
     max-width: none;
}

.content_8_M .et_pb_row .et_pb_column { padding: 40px !important; }
}

@media only screen and (max-width: 480px) {

.content_8_M .et_pb_row .et_pb_column { padding: 30px !important; }

.content_8_M .et_pb_column .et_pb_blurb h4:before { display: none !important; }
}

/*////////////////////////////////////////////////////////2 Box Arrow Hover Content/////////////////////////////////////////////////////////////*/


/*Hovers*/

.content_9_M .et_pb_column:not(:first-child) .et_pb_promo h2 {
     display: inline-block;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_9_M .et_pb_column:not(:first-child) .et_pb_promo:first-child .et_pb_promo_description:before {
     content: "$";
     font-family: ETmodules !important;
     color: #fff;
     display: inline-block;
     overflow: hidden;
     font-size: 72px;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     vertical-align: middle;
     font-weight: 300;
     display: inline-block;
     position: absolute;
     transform: translateX(-100%);
     opacity: 0;
     line-height: 70%;
}

.content_9_M .et_pb_column:not(:first-child):hover .et_pb_promo .et_pb_divider { background-color: #565656; }

.content_9_M .et_pb_column:not(:first-child):hover .et_pb_promo h2 {
     transform: translateX(100%);
     opacity: 0;
}

.content_9_M .et_pb_column:not(:first-child):hover .et_pb_promo .et_pb_promo_description:before {
     transform: translateX(0);
     opacity: 1;
}

.content_9_M .et_pb_column:not(:first-child):hover {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     cursor: pointer;
}

#page-container .content_9_M .et_pb_column:not(:first-child):hover .et_pb_promo a.et_pb_promo_button,
.content_9_M .et_pb_column:not(:first-child):hover .et_pb_promo * { color: #fff !important; }

.content_9_M .et_pb_column:not(:first-child):hover { background-color: #363636 !important; }

/* Lines */

.et_pb_section.footer,
.et_pb_cta_0.et_pb_promo .et_pb_promo_description {z-index: 100 !important;}
body {position: relative;}

/*Responsive*/

@media only screen and (max-width: 980px) {

.content_9_M .et_pb_row .et_pb_column .et_pb_promo { text-align: center !important; }

.content_9_M .et_pb_row .et_pb_column:first-child .et_pb_promo h2 { padding-bottom: 10px !important; }

.content_9_M .et_pb_row .et_pb_column .et_pb_divider { margin: -3px auto 9px!important; }

.content_9_M .et_pb_row .et_pb_column:not(:first-child) { padding: 40px !important; }

.content_9_M .et_pb_row .et_pb_column .et_pb_promo .et_pb_blurb_content {
     text-align: center;
     max-width: none;
}

.content_9_M .et_pb_column .et_pb_promo_description:after { margin: 6px auto -3px; }

.content_9_M .et_pb_column:not(:first-child) .et_pb_promo .et_pb_promo_description:before {
     left: 0;
     right: 0;
}
}

@media only screen and (max-width: 481px) {

.content_9_M .et_pb_row .et_pb_column:not(:first-child) { padding: 30px !important; }
}

/*////////////////////////////////////////////////////////Bracket Call Out Box Content/////////////////////////////////////////////////////////////*/

.content_10_M .et_pb_column:last-child { margin-right: 0 !important; }

.content_10_M .et_pb_column {
     width: 49% !important;
     margin-right: 2% !important;
}

.content_10_M .et_pb_image img {
     height: auto !important;
     display: block !important;
     width: 100%;
}

/*Fullwidth Navigation*/

.content_10_M .fullwidth-aboutus-nav .et_pb_column { width: 100% !important; }

.content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button_module_wrapper {
     left: 0;
     position: absolute;
     z-index: 5;
     float: left;
     padding: 0 !important;
     top: 56%;
     transform: translate(0, -50%);
}

.content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button,
.content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_promo .et_pb_promo_button {
     left: 3.2vw;
     letter-spacing: 1px;
     position: relative;
     text-transform: uppercase;
     transform: rotate(-90deg);
     transform-origin: left 0 0;
     font-weight: 900 !important;
     bottom: 0;
     padding: 0.3em 1em !important;
}

.content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button_module_wrapper {
     right: 0;
     position: absolute;
     z-index: 5;
     float: right;
     padding: 0 !important;
     top: 56%;
     transform: translate(0, -50%);
}

.content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button,
.content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_promo .et_pb_promo_button {
     position: relative;
     right: 4.9vw;
     text-transform: uppercase;
     transform: rotate(-90deg) translateX(100%);
     -webkit-transform: rotate(-90deg) translateX(100%);
     transform-origin: right center 0;
     -webkit-transform-origin: right center 0;
     bottom: 0;
     font-weight: 900 !important;
     padding: 0.3em 1em !important;
}

.content_10_M .fullwidth-aboutus-nav .et_pb_promo_button.et_pb_button { font-weight: 700; }

/*Hover*/

#page-container #main-content a.button_hover:before,
#page-container #main-content a.button_hover:after {
     content: '';
     display: block !important;
     position: absolute;
     top: 0;
     right: 0;
     height: 2px;
     width: 0;
     background: #bdbdbd;
     transition: 400ms ease all;
     opacity: 1 !important;
}

#page-container #main-content a.button_hover:after {
     right: inherit;
     top: inherit;
     left: 0;
     bottom: 0;
}

#page-container #main-content a.button_hover:hover:before,
#page-container #main-content a.button_hover:hover:after {
     width: 100%;
     transition: 800ms ease all;
}

.content_10_M .et_pb_row { cursor: pointer; }

.content_10_M .et_pb_row .et_pb_column .et_pb_text,
.content_10_M .et_pb_row .et_pb_column .et_pb_promo h2,
.content_10_M .et_pb_row .et_pb_column .et_pb_promo p,
.content_10_M .et_pb_row .et_pb_column .et_pb_image img,
.content_10_M .et_pb_row .et_pb_column .et_pb_image:before,
.content_10_M .et_pb_row .et_pb_column .et_pb_image:after {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_10_M .et_pb_row:hover .et_pb_column .et_pb_image img { transform: scale(1.1); }

.content_10_M .et_pb_row .et_pb_column .et_pb_image:after,
.content_10_M .et_pb_row:hover .et_pb_column .et_pb_image:before {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.3s;
     transition-delay: 0.3s;
}

.content_10_M .et_pb_row .et_pb_column .et_pb_image:before,
.content_10_M .et_pb_row:hover .et_pb_column .et_pb_image:after {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.7s;
     transition-duration: 0.3s;
     transition-delay: 0.7s;
}

.content_10_M .et_pb_row .et_pb_column .et_pb_promo p,
.content_10_M .et_pb_row:hover .et_pb_column .et_pb_text {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.4s;
     transition-duration: 0.3s;
     transition-delay: 0.4s;
}

.content_10_M .et_pb_row .et_pb_column .et_pb_promo h2,
.content_10_M .et_pb_row:hover .et_pb_column .et_pb_promo h2 {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.5s;
     transition-duration: 0.3s;
     transition-delay: 0.5s;
}

.content_10_M .et_pb_row .et_pb_column .et_pb_text,
.content_10_M .et_pb_row:hover .et_pb_column .et_pb_promo p {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.6s;
     transition-duration: 0.3s;
     transition-delay: 0.6s;
}

.content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_image:before,
.content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_image:after { right: -4.8vw; }

.content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_text,
.content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_promo h2,
.content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_promo p { transform: translateX(-4vw); }

.content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_image:before,
.content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_image:after { left: -4.8vw; }

.content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_text,
.content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_promo h2,
.content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_promo p { transform: translateX(4vw); }

/*Responsive*/

@media only screen and (min-width: 768px) {

body.ie .content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_image:before,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_image:after { right: -6.8vw; }

body.ie .content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_text,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_promo h2,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_promo p { transform: translateX(-22px); }

body.ie .content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_image:before,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:last-child .et_pb_image:after { left: -6.8vw; }

body.ie .content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_text,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_promo h2,
 body.ie .content_10_M .et_pb_row:hover .et_pb_column:first-child .et_pb_promo p { transform: translateX(22px); }
}

@media only screen and (max-width: 1390px) {

.content_10_M .et_pb_column:first-child .et_pb_image:before { top: 1vw; }

.content_10_M .et_pb_column:first-child .et_pb_image:after { bottom: 1vw; }

.content_10_M .et_pb_column:last-child .et_pb_image:before { top: 1vw; }

.content_10_M .et_pb_column:last-child .et_pb_image:after { bottom: 1vw; }
}

@media only screen and (max-width: 980px) {

.content_10_M .et_pb_row { display: flex !important; }

.content_10_M .et_pb_column .et_pb_image:before,
 .content_10_M .et_pb_column .et_pb_image:after { height: 20px !important; }

.content_10_M .et_pb_column .et_pb_text {
     font-size: 34px;
     margin-bottom: 0 !important;
}
}

@media only screen and (max-width: 767px) {

.content_10_M .et_pb_row { display: block !important; }

.content_10_M .et_pb_column {
     width: 100% !important;
     margin-right: 0% !important;
     display: block !important;
     flex-direction: inherit !important;
     justify-content: inherit !important;
     padding-top: 0 !important;
     padding-bottom: 0 !important;
}

.content_10_M .et_pb_column .et_pb_image:before {
     border-top: 0 !important;
     border-right: 0 !important;
     border-bottom: none !important;
     border-left: none !important;
     top: 40px !important;
     left: 7px !important;
     height: 100% !important;
     width: 20px !important;
}

.content_10_M .et_pb_column .et_pb_image:after {
     border-top: 0 !important;
     border-left: 0 !important;
     border-bottom: none !important;
     border-right: none !important;
     top: 40px !important;
     right: 7px !important;
     height: 100% !important;
     width: 20px !important;
     left: auto !important;
}

.content_10_M .et_pb_column .et_pb_promo_description *,
 .content_10_M .et_pb_column .et_pb_text p { text-align: center !important; }

.content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button,
 .content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_promo .et_pb_promo_button { left: 10px; }

.content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button,
 .content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_promo .et_pb_promo_button { right: 25px; }

#page-container .content_10_M .et_pb_row:hover .et_pb_column .et_pb_image:after,
 #page-container .content_10_M .et_pb_row:hover .et_pb_column .et_pb_image:before { top: 20px !important; }

#page-container .content_10_M .et_pb_row:hover .et_pb_column .et_pb_promo p,
 #page-container .content_10_M .et_pb_row:hover .et_pb_column .et_pb_promo h2,
 #page-container .content_10_M .et_pb_row:hover .et_pb_column .et_pb_text {
     transform: translateX(0);
     transform: translateY(-20px);
}
}

@media only screen and (max-width: 550px) {

.content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button_module_wrapper,
 .content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button_module_wrapper {
     position: static;
     transform: translate(0, 0);
     width: 100%;
     text-align: center;
     margin-bottom: 5px;
}

.content_10_M .fullwidth-aboutus-nav .et_pb_column:first-child .et_pb_button,
 .content_10_M .fullwidth-aboutus-nav .et_pb_column:last-child .et_pb_button {
     position: static !important;
     transform: rotate(0) translate(0, 0) !important;
}
}

/*////////////////////////////////////////////////////////4 Icon With Centre CTA Content/////////////////////////////////////////////////////////////*/

#page-container .content_11_M .button_base_size_M:hover {
     -webkit-transition-duration: 0.3s;
     -webkit-transition-delay: 0.3s;
     transition-duration: 0.3s;
     transition-delay: 0.3s;
     background-color: #fff !important;
}

.content_11_M .button_base_size_M:after {
     height: 44px;
     left: -35%;
     top: auto;
     bottom: 0;
     transform: skew(50deg);
     transition-duration: 0.6s;
     transform-origin: top left;
     width: 0;
     background: #fff;
     content: '';
     position: absolute;
     z-index: -1;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_11_M .button_base_size_M:hover:after { width: 135%; }

@media only screen and (max-width: 480px) {

.content_11_M .button_base_size_M:hover:after { width: 145%; }

.content_11_M .button_base_size_M:after { left: -43% !important; }
}

.content_11_M .et_pb_button_module_wrapper { margin: 0 !important; }

/*Responsive*/

@media only screen and (max-width: 1390px) {

#page-container .content_11_M .et_pb_button_module_wrapper:last-child .et_pb_button.et_pb_module { margin-bottom: 0 !important; }

#page-container .content_11_M .et_pb_button_module_wrapper .et_pb_button.et_pb_module {
     width: 100%;
     margin-right: 0;
     margin-left: 0;
     margin-bottom: 10px !important;
}

#page-container .content_11_M .et_pb_text { margin-top: 0 !important; }

#page-container .content_11_M .et_pb_promo h2 { font-size: 24px !important; }
}

@media only screen and (max-width: 980px) {

#page-container .content_11_M .et_pb_column:last-child { border-left: 0 !important; }

#page-container .content_11_M .et_pb_column:first-child { border-right: 0 !important; }

#page-container .content_11_M .et_pb_column:nth-child(2) {
     border-bottom: 2px solid #ebebeb;
     border-top: 2px solid #ebebeb;
     padding: 17px 0 40px;
}

#page-container .content_11_M .et_pb_column { margin-bottom: 0 !important; }
}

@media only screen and (max-width: 980px) and (min-width: 768px) {

#page-container .content_11_M .et_pb_column .et_pb_blurb:first-child { border-right: 2px solid #ebebeb; }

#page-container .content_11_M .et_pb_column .et_pb_blurb {
     width: 50% !important;
     float: left !important;
     margin: 0 !important;
     border-bottom: 0 !important;
}

#page-container .content_11_M .et_pb_blurb .et_pb_main_blurb_image {
     margin-bottom: 15px !important;
     margin-top: 0 !important;
}
}

/*////////////////////////////////////////////////////////3 Simple Column Content/////////////////////////////////////////////////////////////*/


/*Responsive*/

@media only screen and (max-width: 1390px) {

.content_12_M .et_pb_column:first-child .et_pb_promo_description h2 { font-size: 36px !important; }
}

@media only screen and (max-width: 980px) {

.content_12_M .et_pb_column .et_pb_promo_description,
 .content_12_M .et_pb_column:first-child .et_pb_promo_description h2 { text-align: center; }

.content_12_M .et_pb_column:first-child h2:before { margin: 0px auto 20px auto; }

.content_12_M .et_pb_column .et_pb_promo_description h2 { padding-bottom: 10px !important; }

.content_12_M .et_pb_column:not(:last-child) { margin-bottom: 10px !important; }

.content_12_M .et_pb_column .et_pb_promo_description {
     padding-left: 0 !important;
     padding-right: 0 !important;
}
}

/*////////////////////////////////////////////////////////4 Column Numbers Counter Content/////////////////////////////////////////////////////////////*/


.content_13_M .et_pb_number_counter:after {
     content: "";
     display: block;
     width: 2px;
     height: 70px;
     background-color: #ffffff;
     margin: 46px auto 0;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.content_13_M .et_pb_number_counter { margin-bottom: 35px !important; }

.content_13_M .et_pb_number_counter span.percent-value { font-weight: 300 !important; }

/*Responsive*/

@media only screen and (max-width: 980px) {

.content_13_M .et_pb_row:last-child .et_pb_promo_description { max-width: 100% !important; }

.content_13_M .et_pb_number_counter:after { margin: 18px auto 0; }
}

@media only screen and (max-width: 980px) {

.content_13_M .et_pb_number_counter:after { height: 40px; }
}

/*////////////////////////////////////////////////////////3 Stacked Box With Image Hover Content/////////////////////////////////////////////////////////////*/


/*List Styles*/

.content_14_M .list_styles_M.et_pb_bg_layout_dark li a { color: #fff; }

.content_14_M .list_styles_M.et_pb_bg_layout_light li,
.content_14_M .list_styles_M.et_pb_bg_layout_light li a { color: #363636; }

.content_14_M .list_styles_M ul {
     padding: 0;
     margin-top: 29px;
}

.content_14_M .list_styles_M li a {
     display: inline-block;
     padding-left: 27px;
}

.content_14_M .list_styles_M li {
     list-style: outside none none;
     margin-bottom: 10px;
}

.content_14_M .list_styles_M li::after,
.content_14_M .list_styles_M li::before {
     content: "$";
     font-family: "ETmodules";
     overflow: hidden;
     position: absolute;
     transition: all 0.3s ease 0s;
     font-size: 13px;
}

.content_14_M .et_pb_blurb_container p a:after,
.content_14_M .list_styles_M li::after {
     margin-left: 5px;
     opacity: 0;
     transform: translate(-100%, 0px);
}

.content_14_M .et_pb_blurb_container p a:hover:before,
.content_14_M .list_styles_M li:hover::before {
     opacity: 0;
     transform: translate(100%, 0px);
}

.content_14_M .et_pb_blurb_container p a:hover:after,
.content_14_M .list_styles_M li:hover::after {
     opacity: 1;
     transform: translate(0px, 0px);
}

/*Link*/

.content_14_M .et_pb_blurb_container p a {
     display: inline-block;
     padding-left: 24px;
     position: relative;
     color: #363636;
     margin-top: 20px;
}

.content_14_M .et_pb_blurb_container p a:after,
.content_14_M .et_pb_blurb_container p a:before {
     content: "$";
     font-family: "ETmodules";
     overflow: hidden;
     position: absolute;
     transition: all 0.3s ease 0s;
     font-size: 13px;
     left: 0;
}

.content_14_M .et_pb_blurb_container p a:after {
     right: -18px !important;
     left: auto !important;
}

/*Text For IE*/

body.ie .content_14_M .et_pb_blurb h4 {
     -webkit-filter: grayscale(0) !important;
     filter: grayscale(0) !important;
     -webkit-background-clip: unset !important;
     -webkit-text-fill-color: unset !important;
     background-image: none !important;
     color: #9f9f9f !important;
}

/*Hover*/

.content_14_M .et_pb_blurb {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     cursor: pointer;
}

.content_14_M .et_pb_column:hover { z-index: 99; }

.content_14_M .et_pb_blurb:hover {
     transform: scale(1.1);
     z-index: 99;
}

.content_14_M .et_pb_blurb:hover h4 {
     -webkit-filter: grayscale(0);
     filter: grayscale(0);
}

/*Responsive*/


@media only screen and (max-width: 1390px) {

.content_14_M .et_pb_blurb h4 { font-size: 80px !important; }


.content_14_M .et_pb_row:last-child .et_pb_blurb h4 { margin-bottom: 23vw; }
}

@media only screen and (max-width: 980px) {

.content_14_M .et_pb_row .et_pb_column .et_pb_blurb .et_pb_blurb_content { max-width: 100% !important; }

.content_14_M .et_pb_row:first-child .et_pb_column:first-child .et_pb_blurb { padding: 40px !important; }

.content_14_M .et_pb_row:first-child .et_pb_column:first-child .et_pb_blurb h4 {
     margin-right: 100px;
     margin-left: -100px;
}

.content_14_M .et_pb_row:first-child .et_pb_column:last-child .et_pb_blurb {
     padding: 40px !important;
     margin-left: 0 !important;
     margin-top: -60px !important;
     margin-right: -20px;
     width: 60%;
     float: right;
}

.content_14_M .et_pb_row:first-child .et_pb_column:last-child .et_pb_blurb h4 {
     text-align: right;
     margin-top: -90px !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
}

.content_14_M .et_pb_row:last-child .et_pb_column .et_pb_blurb {
     margin-top: -50px !important;
     margin-right: 90px !important;
     margin-left: -20px !important;
     padding: 40px !important;
}

.content_14_M .et_pb_row:last-child .et_pb_column .et_pb_blurb h4 {
     float: none;
     margin-bottom: 20px !important;
     margin-left: -70px;
     margin-top: -70px !important;
     text-align: left;
}
}

@media only screen and (max-width: 767px) {

.content_14_M .et_pb_blurb h4 { font-size: 50px !important; }

.content_14_M .et_pb_row:first-child .et_pb_column:first-child .et_pb_blurb h4 {
     margin-right: 0;
     margin-left: 0;
     text-align: left;
}

.content_14_M .et_pb_row:first-child .et_pb_column:last-child .et_pb_blurb {
     margin-left: 0 !important;
     margin-top: 0 !important;
     margin-right: 0;
     width: 100%;
}

.content_14_M .et_pb_row:first-child .et_pb_column:last-child .et_pb_blurb h4 {
     text-align: left;
     margin-top: 0px !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
}

.content_14_M .et_pb_row:last-child .et_pb_column .et_pb_blurb {
     margin-top: 0 !important;
     margin-right: 0 !important;
     margin-left: 0 !important;
}

.content_14_M .et_pb_row:last-child .et_pb_column .et_pb_blurb h4 {
     float: none;
     margin-left: 0;
     margin-top: 0 !important;
     max-width: 100%;
     margin-right: 0;
}
}

@media only screen and (max-width: 480px) {

#page-container .content_14_M .et_pb_row .et_pb_column .et_pb_blurb { padding: 30px !important; }

.content_14_M .et_pb_blurb h4 { font-size: 36px !important; }
}




/* Mermaid Divi Blog Modules
** Product Built By Divi Den: https://seku.re/divi-den
** Get the latest product here: https://seku.re/mermaid
** Watch Mermaid Bundle tutorials: https://seku.re/mermaid-tutorials
** Get Support Here: https://seku.re/support
*/

/*////////////////////////////////////////////////////////Left 2 Column Portrait Blog Module/////////////////////////////////////////////////////////////*/


/*2 Col*/

.blog_portrait_M article {
    float: left;
    width: 45%;
    position: relative;
    margin-right: 9% !important;
    cursor: pointer;
}

.blog_portrait_M article:last-child {
    margin-right: 0 !important;
}

.blog_portrait_M .entry-featured-image-url img {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}

.blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description p {
    text-align: right;
    position: relative;
    z-index: 3;
    top: 4.6vw;
}

/*Hover*/

.blog_portrait_M a.et_pb_button:hover:before {
    transform: rotate(-126deg) !important;
    -webkit-transform: rotate(-126deg) !important;
}

.blog_portrait_M article:hover .author.vcard {
    opacity: 0;
}

.blog_portrait_M a.entry-featured-image-url:before {
    content: 'Read More';
    display: block;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    z-index: 9;
    color: #fff;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 300;
    left: 4.4vw;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.blog_portrait_M article:hover a.entry-featured-image-url:before {
    transform: translateY(530px);
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.blog_portrait_M .entry-featured-image-url:after {
    background: #fff;
    content: "";
    height: 550px;
    left: 3.3vw;
    position: absolute;
    top: -550px;
    width: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
}

.blog_portrait_M .entry-featured-image-url {
    background: #000;
}

.blog_portrait_M article:hover .entry-featured-image-url:after {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    top: 0;
    opacity: 1;
}

.blog_portrait_M article:hover .entry-featured-image-url img {
    opacity: 0.4 !important;
}

/*Image*/

.blog_portrait_M .et_pb_post .entry-featured-image-url {
    height: 600px;
    overflow: hidden;
    border-radius: 5px;
}

.blog_portrait_M .entry-featured-image-url > img {
    height: 100%;
    left: 50%;
    max-width: none !important;
    position: absolute;
    width: auto;
    transform: translate(-50%, 0);
}

/*Layour*/

.blog_portrait_M .published span.month {
    transform: translate(0, -48px);
    display: block;
}

.blog_portrait_M .published {
    color: #000;
    display: table;
    font-family: Raleway;
    font-weight: 700;
    min-width: 80px;
    font-size: 18px;
    left: 0;
    line-height: 100%;
    position: absolute;
    text-align: center;
    top: 622px;
    text-transform: uppercase;
}

.blog_portrait_M .post-meta {
    margin: 0 !important;
    width: 0;
    font-size: 0 !important;
    height: 0;
}

.blog_portrait_M .published > span.day {
    clear: both;
    color: #d0c3e8;
    display: block;
    font-family: Roboto;
    font-size: 80px;
    font-weight: 400;
    text-align: center;
    line-height: 100%;
}

.blog_portrait_M .entry-title {
    margin-bottom: 28px;
    margin-top: 28px;
    padding-bottom: 0;
    padding-left: 109px;
    font-weight: 700;
    min-height: 72px;
}

.blog_portrait_M .post-content {
    border-top: 5px solid #512da8;
    display: table;
    margin-top: 0px;
    padding-top: 21px;
    width: 100%;
}

.blog_portrait_M .author.vcard {
    position: absolute;
    right: 0;
    top: 600px;
    transform: rotate(270deg) translateX(100%) translateY(100%);
    -webkit-transform: rotate(270deg) translateX(100%) translateY(100%);
    z-index: 55;
    display: none !important;
}

.blog_portrait_M .author.vcard > a {
    text-transform: uppercase;
    color: #fff !important;
    font-size: 16px;
}

/*Hover*/

.blog_portrait_M .published > span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.blog_portrait_M article:hover .published > span.day {
    transform: translate(0, -10px);
}

.blog_portrait_M article:hover .published span.month {
    transform: translate(0, -13px);
    display: block;
}

.blog_portrait_M article:hover .post_info {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Responsive*/

@media only screen and (max-width: 980px) {

    .blog_portrait_M .entry-title {
        margin-bottom: 38px;
    }

    .blog_portrait_M article {
        width: 45.5%;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo {
        margin-bottom: 0 !important;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description {
        max-width: 390px !important;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description h2 {
        transform: rotate(0) !important;
        position: static !important;
        margin-bottom: -44px;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description p {
        position: relative;
        z-index: 3;
        top: 0 !important;
    }
}

@media only screen and (max-width: 767px) {

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description {
        max-width: 260px !important;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_promo_description h2 {
        margin-bottom: -30px;
    }

    .blog_portrait_M .entry-title {
        min-height: 50px;
    }

    .blog_portrait_M article {
        width: 100%;
    }

    .blog_portrait_M .et_pb_post .entry-featured-image-url {
        height: 500px;
    }

    .blog_portrait_M .author.vcard {
        top: 500px;
    }

    .blog_portrait_M .published {
        top: 520px;
    }

    .blog_portrait_M article a.entry-featured-image-url:before {
        left: 60px;
    }

    .blog_portrait_M article:hover a.entry-featured-image-url:before {
        transform: translateY(420px);
    }

    .blog_portrait_M .entry-featured-image-url:after {
        height: 440px;
        left: 45px;
        top: -440px;
    }
}

@media only screen and (max-width: 480px) {

    .blog_portrait_M .et_pb_post .entry-featured-image-url {
        height: 310px;
    }

    .blog_portrait_M .author.vcard {
        top: 310px;
    }

    .blog_portrait_M .published {
        top: 330px;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_button_module_wrapper {
        max-width: 100px;
        position: relative;
        margin: 0 auto;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_button_module_wrapper .et_pb_button:before {
        width: 130px;
        top: 40px;
        left: -16px;
    }

    .blog_portrait_M .et_pb_column_1_3 .et_pb_button.et_pb_module {
        position: static !important;
    }

    .blog_portrait_M .entry-featured-image-url:after {
        height: 260px;
        top: -260px;
    }

    .blog_portrait_M article:hover a.entry-featured-image-url:before {
        transform: translateY(240px);
    }
}

/*////////////////////////////////////////////////////////3 Circle Blog Module/////////////////////////////////////////////////////////////*/


/*General*/

.blog_circle_M article {
    position: relative;
    cursor: pointer;
}

.blog_circle_M .et_pb_post::before {
    background: #ebebeb none repeat scroll 0 0;
    content: "";
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    transform: rotate(108deg);
    transform-origin: 17% 100% 0;
    width: 120%;
    z-index: 1;
}

.blog_circle_M .post-content {
    display: none;
}

/*Columns*/

#page-container .blog_circle_M .et_pb_column_4_4 a.newa {
    width: 29.3%;
    margin-right: 6%;
    display: block;
    float: left;
}

#page-container .blog_circle_M .et_pb_column_4_4 a.newa:last-child {
    margin-right: 0 !important;
}

/*Blog Post Image*/

.blog_circle_M .entry-featured-image-url:after {
    padding-top: 100%;
    content: "";
    display: block;
}

.blog_circle_M .entry-featured-image-url img {
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}

.blog_circle_M .entry-featured-image-url {
    border-radius: 100%;
    overflow: hidden;
    z-index: 12;
    width: 100%;
}

/*Published Day*/

.blog_circle_M .published {
    position: absolute;
    top: 385px;
    left: 0;
    right: 0;
    font-family: Raleway;
}

.blog_circle_M .published span {
    text-transform: uppercase;
}

.blog_circle_M .published span.month {
    font-size: 18px;
    color: #000000;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    transform: translate(0, -14px);
    display: block;
    font-weight: 700;
}

.blog_circle_M .published span.day {
    font-size: 80px;
    color: #ebebeb;
    display: block;
    font-weight: 800;
    transform: translate(0, 0);
}

/*Post Meta*/

.blog_circle_M .post-meta {
    text-align: center;
}

/*Title*/

.blog_circle_M .entry-title {
    text-align: center;
}

/*Hover*/

.blog_circle_M article .entry-featured-image-url,
.blog_circle_M article .entry-featured-image-url img,
.blog_circle_M article .published span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

body.ie .blog_circle_M article:hover .entry-featured-image-url,
body.unknown .blog_circle_M article:hover .entry-featured-image-url {
    transform: rotate(-6deg);
}

body.ie .blog_circle_M article:hover .entry-featured-image-url img,
body.unknown .blog_circle_M article:hover .entry-featured-image-url img {
    transform: translate(-50%, 0);
}

.blog_circle_M article:hover .entry-featured-image-url img {
    transform: translate(-50%, 0) scale(1.1) rotate(-6deg);
}

.blog_circle_M article:hover .published span.month {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    transform: translate(0, -6px);
}

.blog_circle_M article:hover .published span.day {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    transform: translate(0, -30px);
}

.blog_circle_M article:hover .post-meta,
.blog_circle_M article:hover .entry-title {
    -webkit-animation: fadeIn 1s infinite; /* Safari 4.0 - 8.0 */
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/*Responsive*/

@media all and (max-width: 1390px) {

    .blog_circle_M .entry-featured-image-url {
        max-width: 229px !important;
        margin: 0 auto 40px !important;
    }

    .blog_circle_M .published {
        top: 280px;
    }

    .blog_circle_M .et_pb_post::before {
        transform-origin: 21% 100% 0;
        width: 90%;
    }

    .blog_circle_M .et_pb_promo_description {
        padding-right: 0 !important;
    }

    .blog_circle_M .et_pb_promo_description h2 {
        margin-left: -61px !important;
        margin-right: -60px;
    }
}

@media all and (max-width: 980px) {

    .blog_circle_M .et_pb_promo_description h2 {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .blog_circle_M .entry-featured-image-url {
        margin: 0 auto;
    }

    .blog_circle_M .entry-featured-image-url {
        max-width: 179px !important;
    }

    .blog_circle_M .published span.day {
        font-size: 60px;
    }

    .blog_circle_M .published {
        top: 237px;
    }

    .blog_circle_M .et_pb_post h2.entry-title {
        margin: 110px 0 0px !important;
    }
}

@media all and (max-width: 767px) {

    #page-container .blog_circle_M .et_pb_column_4_4 a.newa:last-child {
        border-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    #page-container .blog_circle_M .et_pb_column_4_4 a.newa {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px !important;
        border-bottom: 1px solid #eee !important;
        padding-bottom: 30px !important;
    }

    .blog_circle_M .et_pb_promo_description h2 {
        margin-left: 0 !important;
    }

    .blog_circle_M article.et_pb_post {
        margin-bottom: 0 !important;
    }

    .blog_circle_M .et_pb_post::before {
        display: none;
    }
}

/*////////////////////////////////////////////////////////2 Column Typography Style Blog Module/////////////////////////////////////////////////////////////*/


/*Hide avatar*/

.et_pb_posts .entry-title img.avatar {
    display: none !important;
}

/*Blog our news text*/

.blog_no_images_M .et_pb_row .et_pb_promo_description p {
    text-align: left;
    margin-top: 0;
    font-weight: 300;
    margin-left: -99px;
}

/*Post Info*/

.blog_no_images_M .et_pb_posts .published {
    font-family: Raleway;
    left: -3px;
    line-height: 0;
    min-width: 80px;
    position: absolute;
    top: 9px;
}

.blog_no_images_M .et_pb_posts .published .day {
    color: #fff !important;
    font-size: 80px;
    display: block;
    text-align: center;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 100%;
    font-weight: 300;
}

.blog_no_images_M .et_pb_posts .published .month {
    font-size: 18px !important;
    display: block;
    text-align: center;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    transform: translate(0%, -45px);
}

.blog_no_images_M .et_pb_posts .post-content {
    line-height: 160%;
}

/*Articles*/

.blog_no_images_M .et_pb_post {
    position: relative;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.blog_no_images_M article:nth-child(2n+2) {
    margin-right: 0 !important;
}

.blog_no_images_M article {
    width: 47% !important;
    margin-right: 6% !important;
    float: left;
    margin-bottom: 43px;
}

.blog_no_images_M article .post_info {
    padding-left: 103px;
    margin-top: 0;
}

/*Layout*/

.blog_no_images_M .entry-title {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.blog_no_images_M .post-meta,
.blog_no_images_M .post-meta a {
    font-weight: 500;
    text-transform: uppercase;
    color: #512da8 !important;
}

#page-container .blog_no_images_M .et_pb_post .post-meta {
    margin-bottom: 2px !important;
}

/*Hover*/
.blog_no_images_M article {
    cursor: pointer;
}

#page-container .blog_no_images_M .et_pb_post .post-meta,
#page-container .blog_no_images_M .et_pb_post .post-meta a,
.blog_no_images_M article .published .month,
.blog_no_images_M article .published .day {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
}

.blog_no_images_M article:hover .published .day {
    transform: translate(0, -20px);
}

.blog_no_images_M article:hover .published .month {
    transform: translate(0, -20px);
}

#page-container .blog_no_images_M .et_pb_post:hover .post-meta,
#page-container .blog_no_images_M .et_pb_post:hover .post-meta a {
    color: #000 !important;
}

#page-container #main-content .blog_no_images_M a.et_pb_button:hover:before,
#page-container #main-content .blog_no_images_M a.et_pb_button:hover:after {
    width: 100%;
    transition: 800ms ease all;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

    .blog_no_images_M .more-link {
        top: 100px;
    }
}

@media only screen and (max-width: 980px) {

    #page-container .blog_no_images_M .et_pb_row:first-child {
        width: 100% !important;
        float: none;
        left: 0 !important;
    }

    .blog_no_images_M .et_pb_row .et_pb_promo_description h2 {
        text-align: center;
    }

    .blog_no_images_M .et_pb_row .et_pb_promo_description p {
        text-align: center;
        margin-left: 0;
    }

    .blog_no_images_M:before {
        display: none !important;
    }

    .blog_no_images_M .more-link {
        top: 77px;
        font-size: 20px;
    }

    .blog_no_images_M .et_pb_button.et_pb_module {
        left: -118px !important;
    }

    .blog_no_images_M .et_pb_promo .et_pb_promo_description {
        float: none !important;
    }

    .blog_no_images_M .et_pb_promo .et_pb_promo_description h2 {
        margin-bottom: -28px !important;
        margin-right: 0 !important;
    }

    .blog_no_images_M .et_pb_row .et_pb_promo_description p {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {

    .blog_no_images_M article:last-child {
        margin-bottom: 0 !important;
    }

    .blog_no_images_M article {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .blog_no_images_M .et_pb_button.et_pb_module {
        left: -124px !important;
    }
}

@media only screen and (max-width: 480px) {

    .blog_no_images_M .et_pb_button.et_pb_module {
        position: static !important;
        transform: rotate(0) !important;
        letter-spacing: 4px !important;
    }

    .blog_no_images_M .et_pb_posts .published .day {
        font-size: 60px;
    }

    .blog_no_images_M .et_pb_posts .published .month {
        transform: translate(0%, -30px);
    }

    .blog_no_images_M .et_pb_posts .published {
        left: -10px !important;
    }

    .blog_no_images_M article .post_info {
        padding-left: 80px;
    }
}

/*////////////////////////////////////////////////////////4 Column Grid Image Reveal Blog Landing Page/////////////////////////////////////////////////////////////*/

.blog-landing-image-reveal_M .et_pb_row {
    max-width: 1634px !important;
}

.blog-landing-image-reveal_M .published span {
    background: #fff none repeat scroll 0 0;
    color: #0e0e0e;
    display: block;
    font-weight: 900;
    left: 0;
    line-height: 140%;
    mix-blend-mode: lighten;
    top: 0;
    width: 100%;
    opacity: 1;
}

.blog-landing-image-reveal_M .et_pb_post:nth-child(4n+4),
.blog-landing-image-reveal_M .et_pb_post:last-child {
    margin-right: 0 !important;
}

.blog-landing-image-reveal_M .et_pb_post {
    float: left;
    overflow: hidden;
    position: relative;
    width: 23.8%;
    margin: 0 !important;
    padding: 0;
    margin-right: 1.6% !important;
    margin-bottom: 20px !important;
    border: none !important;
}

.blog-landing-image-reveal_M .et_pb_post a.entry-featured-image-url img {
    height: 100%;
    min-width: 0;
    max-width: none;
    width: auto;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);
}

.blog-landing-image-reveal_M .et_pb_post a.entry-featured-image-url {
    margin: 0 !important;
    height: 100%;
    width: 100%;
    position: absolute;
}

#page-container .blog-landing-image-reveal_M .entry-title {
    font-size: 13px !important;
    margin-top: 301px !important;
    line-height: 150%;
    z-index: 98;
    position: relative;
    background-color: #fff;
    padding: 38px 3vw 14px;
    text-align: center;
}

.blog-landing-image-reveal_M .post-meta .author.vcard{
    display: none;
}
.blog-landing-image-reveal_M .post-meta {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 0 !important;
}

.blog-landing-image-reveal_M .post-content,
.blog-landing-image-reveal_M .avatar {
    display: none;
}

.blog-landing-image-reveal_M .published span.month {
    height: 67px;
}

.blog-landing-image-reveal_M .published span.day {
    font-size: 200px;
    display: block;
    line-height: 100%;
    padding-top: 34px;
    height: 234px;
}

.blog-landing-image-reveal_M .published {
    font-size: 48px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    text-transform: capitalize;
    font-weight: 800;
}

.blog-landing-image-reveal_M .entry-title a {
    font-size: 16px;
}

.blog-landing-image-reveal_M .post-meta .categories {
    position: absolute;
    z-index: 99;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    top: 100%;
    left: 30px;
    display: block;
    width: 100%;
    text-align: right;
    max-width: 340px;
}

/*Hover*/

.blog-landing-image-reveal_M .et_pb_post a.entry-featured-image-url img,
.blog-landing-image-reveal_M .post-meta .categories,
#page-container .blog-landing-image-reveal_M .entry-title,
.blog-landing-image-reveal_M .et_pb_post .post-meta span {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

#page-container .blog-landing-image-reveal_M .et_pb_post:hover .entry-title,
.blog-landing-image-reveal_M .et_pb_post:hover .post-meta .categories,
.blog-landing-image-reveal_M .et_pb_post:hover .post-meta .published span {
    opacity: 0;
}

.blog-landing-image-reveal_M .et_pb_post:hover a.entry-featured-image-url img {
    transform: translate(-50%, 0%) scale(1.1);
}

/*Responsive*/
@media all and (max-width: 1390px) {

    .blog-landing-image-reveal_M .et_pb_post:nth-child(2n+3) {
        clear: both;
    }

    .blog-landing-image-reveal_M .et_pb_post {
        width: 48%;
        margin: 1% !important;
    }
}

@media all and (max-width: 767px) {

    .blog-landing-image-reveal_M .et_pb_post {
        width: 100%;
        margin: 0% !important;
    }

    #page-container .blog-landing-image-reveal_M .et_pb_post {
        margin-bottom: 0 !important;
    }
}

@media all and (max-width: 480px) {

    .blog-landing-image-reveal_M .published span.day {
        font-size: 150px;
    }

    .blog-landing-image-reveal_M .published {
        font-size: 40px;
    }

    #page-container .blog-landing-image-reveal_M .entry-title {
        margin-top: 240px !important;
        padding: 10px 3vw 10px;
    }

    .blog-landing-image-reveal_M .published span.month {
        height: 56px;
    }

    .blog-landing-image-reveal_M .published span.day {
        height: 184px;
    }

    .blog-landing-image-reveal_M .post-meta .categories {
        max-width: 260px;
    }
}

/*////////////////////////////////////////////////////////2 Column Grid Landscape Blog Landing Page/////////////////////////////////////////////////////////////*/


/*Hide avatar*/

.et_pb_posts .entry-title img.avatar {
    display: none !important;
}

/*Blog our news text*/

#page-container .blog_or_news.et_pb_row {
    width: auto !important;
    float: left;
}

.blog_or_news.et_pb_row .et_pb_promo_description p {
    text-align: right;
    margin-top: -40px;
    font-weight: 300;
    margin-right: 23px;
}

/*Post Info*/

.blog_landing_M .et_pb_posts .published {
    left: -3px;
    line-height: 0;
    min-width: 80px;
    position: absolute;
    top: 317px;
}

.blog_landing_M .et_pb_posts .published .day {
    color: #d0c3e8 !important;
    font-size: 80px;
    display: block;
    text-align: center;
    font-family: 'Roboto', Helvetica, Arial, Lucida, sans-serif !important;
    line-height: 100%;
    font-weight: 300;
}

.blog_landing_M .et_pb_posts .published .month {
    font-size: 18px !important;
    display: block;
    text-align: center;
    color: #000000 !important;
    text-transform: uppercase;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700;
    transform: translate(0%, -40px);
}

.blog_landing_M .published > span {
    clear: both;
}

.blog_landing_M .et_pb_posts .post-content {
    line-height: 160%;
}

/*Articles*/

.blog_landing_M .et_pb_post {
    position: relative;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.blog_landing_M article:nth-child(2n+2) {
    margin-right: 0 !important;
}

.blog_landing_M article {
    width: 47% !important;
    margin-right: 6% !important;
    float: left;
    margin-bottom: 43px;
}

.blog_landing_M article .post_info {
    padding-left: 103px;
    margin-top: 37px;
}

/*More Button*/

.blog_landing_M .more-link {
    border: none;
    color: #fff;
    left: 30%;
    padding: 0;
    position: absolute;
    text-transform: uppercase;
    top: 122px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    font-size: 24px;
}

/*Layout*/

.blog_landing_M .post-meta {
    font-size: 0 !important;
}

.blog_landing_M .author.vcard > a::after {
    content: " / ";
}

.blog_landing_M .entry-title {
    margin-bottom: 0;
    padding-bottom: 12px;
}

.blog_landing_M .author.vcard > a,
.blog_landing_M .post-meta a {
    font-weight: 300;
}

/*Image*/

.blog_landing_M .entry-featured-image-url.smallheight img {
    height: 100%;
    width: auto;
    max-width: none;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
}

.blog_landing_M .entry-featured-image-url {
    height: 271px;
    overflow: hidden;
    border-radius: 6px;
}

.blog_landing_M .entry-featured-image-url::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0%;
    width: 100%;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    opacity: 0;
}

.blog_landing_M .entry-featured-image-url::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0%;
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
}

/*Hover*/
.blog_landing_M article {
    cursor: pointer;
    margin-bottom: 75px;
}

.blog_landing_M .et_pb_post:hover .more-link {
    opacity: 1;
    left: 50%;
    z-index: 6;
}

.blog_landing_M .et_pb_post:hover .entry-featured-image-url::after {
    width: 30%;
    z-index: 6;
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
}

.blog_landing_M .et_pb_post:hover .entry-featured-image-url::before {
    opacity: 0.5;
    z-index: 5;
}

.blog_landing_M .et_pb_post::before {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    width: 10%;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -30px;
    width: 10%;
    height: 5px;
    background: #512da8;
    display: block;
    opacity: 0;
}

.blog_landing_M .et_pb_post:hover::before {
    opacity: 1;
    left: 0;
    width: 100%;
}

#page-container .blog_landing_M .et_pb_post .entry-featured-image-url img,
#page-container .blog_landing_M .et_pb_post .post-meta,
.blog_landing_M article .published .month,
.blog_landing_M article .published .day {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s;
}

.blog_landing_M article:hover .published .day {
    transform: translate(0, -20px);
}

.blog_landing_M article:hover .published .month {
    transform: translate(0, -20px);
}

#page-container .blog_landing_M .et_pb_post:hover .post-meta > span:not(.published),
#page-container .blog_landing_M .et_pb_post:hover .post-meta a {
    color: #000 !important;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {

    .blog_landing_M .more-link {
        top: 100px;
    }

    .blog_landing_M .entry-featured-image-url {
        height: 225px;
    }
}

@media only screen and (max-width: 980px) {

    #page-container .blog_or_news.et_pb_row {
        width: 100% !important;
        float: none;
        left: 0 !important;
    }

    .blog_or_news.et_pb_row .et_pb_promo_description h2 {
        text-align: center;
    }

    .blog_or_news.et_pb_row .et_pb_promo_description p {
        text-align: center;
        margin-right: 0;
    }

    .blog_or_news:before {
        display: none !important;
    }

    .blog_landing_M .more-link {
        top: 77px;
        font-size: 20px;
    }

    .blog_landing_M .entry-featured-image-url {
        height: 175px;
    }

    .blog_landing_M .et_pb_posts .published {
        top: 237px;
    }
}

@media only screen and (max-width: 767px) {

    .blog_landing_M article {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .blog_landing_M .more-link {
        top: 107px;
    }

    .blog_landing_M .entry-featured-image-url {
        height: 235px;
    }

    .blog_landing_M .et_pb_posts .published {
        top: 297px;
    }
}

@media only screen and (max-width: 480px) {

    .blog_landing_M .more-link {
        top: 68px;
    }

    .blog_landing_M .entry-featured-image-url {
        height: 160px;
    }

    .blog_landing_M .et_pb_posts .published {
        top: 210px;
    }

    .blog_landing_M .et_pb_post:hover .entry-featured-image-url::after {
        width: 26%;
    }
}
