/* ---------------------------------- Our Story Page Slider -------------------------*/

#history_content .vc_column_container.wpb_column.vc_col-sm-12
{
    /* box-shadow: 0 3px 6px #00000029; */
    border: 3px solid #2854C5;
    margin: 30px 15px;
    padding: 20px;
    height: auto;
}
#history_content .slick-track
{
    display: flex;
}
#history_content .slick-list
{
    margin: 0 20px;
}

#history_content button.slick-prev::before
{
    /* content: "\276E"; */
    content: "";
    line-height: 0.5;
    background-image: url(https://crisil-silicones.com/wp-content/themes/crisil-silicones/assets/button-primary-blue-arrow.svg);
    display: block;
    height: 15px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
#history_content button.slick-next::before
{
    /* content: "\276F"; */
    content: "";
    line-height: 0.5;
    display: block;
    background-image: url(https://crisil-silicones.com/wp-content/themes/crisil-silicones/assets/button-primary-blue-arrow.svg);
    height: 15px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
}
#history_content button.slick-arrow
{
    /* background-color: #4752B4; */
    background-color: transparent;
    padding: 0;
    height: 10px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#history_content button.slick-arrow.slick-next
{
    right: -10px;
}
#history_content button.slick-arrow.slick-prev
{
    transform: rotate(180deg) translate(0px,10px);
    left: -10px;
}
#history_content .vc_column_container.wpb_column.vc_col-sm-12 .wpb_wrapper h4
{
    border-bottom: 2px solid #2854C5;
    padding-bottom: 4px;
}


@media (max-width: 1024px) and (min-width: 768px){

    #history_content
    {
        width: calc(100% - 50px) !important;
    }

}
/* ---------------------------------- Mega-Menu CSS ------------------------- */




#product-mega-menu
{
    display: flex;
    align-items: baseline;
    gap: 20px;
    border-top: 6px solid #3751C8;
    border-bottom: 6px solid #3751C8;
}
#product-mega-menu .site-header__mega-menu-buttons
{
    flex-direction: column;
    width: 30%;
    aspect-ratio: 1 / 2;
    background-color: #102384;
    justify-content: start;
    padding-top: 30px;
    border: 0;
	padding: 20px;
}
@media screen and (max-width: 1500px) {
	#product-mega-menu .site-header__mega-menu-buttons {
    	width: 25%;
	}	
}

#product-mega-menu .site-header__mega-menu-buttons a
{
    width: 100%;
}

/* ---------------------------------- End Mega-Menu CSS ------------------------- */

/* TYPOGRAPHY */
body {
    font-family: 'Barlow', sans-serif;
}
h1 {
    font-family: brother-1816, sans-serif !important;
    font-size: 50px;
    font-weight: 700 !important;
}
h2 {
    font-family: brother-1816, sans-serif !important;
    font-size: 40px;
    font-weight: 700 !important;
}
h3 {
    font-family: brother-1816, sans-serif !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700 !important;
}
h4 {
    font-family: brother-1816, sans-serif !important;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700 !important;
}
@media screen and (max-width: 1500px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 35px;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 18px;
    }
}
@media screen and (max-width: 550px) {
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

p, 
ul li, 
ol li,
a, 
.button,
.button *,
.button button {
    font-family: 'Barlow', sans-serif !important;
    font-size: 23px !important;
    line-height: 1.5;
}
.text__normal {
    font-size: 23px !important;
}
.text__large {
    font-size: 30px !important;
}
p a {
    color: #2854C5 !important;
    text-decoration: underline;
    position: relative;
    padding: 15px 0;
    white-space: nowrap;
}
p a::after {
    content: "";
    background: transparent;
    width: calc(100% + 10px) !important;
    height: 100%;
    transition: .3s ease;
    position: absolute;
    left: -5px;
    right: 0;
    top: calc((100% - 40px) / 2);
    bottom: 0;
    z-index: -1;
    max-height: 40px;
}
p a:hover {
    color: #FFF !important;
    text-decoration: none !important;
}
p a:hover::after {
    background: #2854C5;
}
@media screen and (max-width: 1500px) {
    p, 
    ul li, 
    ol li,
    a, 
    .button.button--primary > *,
    .button.button--secondary > *,
    .button button {
        font-size: 20px !important;
    }
    .text__normal {
        font-size: 20px !important;
    }
    .text__large {
        font-size: 25px !important;
    }
}
@media screen and (max-width: 767px) {
    p, 
    ul li, 
    ol li,
    a, 
    .button.button--primary > *,
    .button.button--secondary > *,
    .button button {
        font-size: 16px !important;
    }
    .text__normal {
        font-size: 16px !important;
    }
    .text__large {
        font-size: 20px !important;
    }
}

/* FORMIDABLE FORMS */
.with_frm_style .frm_top_container .frm_primary_label, 
.with_frm_style .frm_hidden_container .frm_primary_label, 
.with_frm_style .frm_pos_top {
    color: #2854C5 !important;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 800;
}
.frm_style_formidable-style.with_frm_style div.frm_description {
    text-transform: capitalize;
    font-size: 15px;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}
.with_frm_style input[type=text], 
.with_frm_style input[type=password], 
.with_frm_style input[type=email], 
.with_frm_style input[type=number],
.with_frm_style input[type=url], 
.with_frm_style input[type=tel], 
.with_frm_style input[type=file], 
.with_frm_style input[type=search], 
.with_frm_style select, 
.with_frm_style .frm-card-element.StripeElement {
    border: 2px solid #323C41 !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    min-height: 50px !important;
}
.with_frm_style textarea {
    border: 2px solid #323C41 !important;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
}
.with_frm_style textarea,
.with_frm_style textarea::placeholder,
.with_frm_style input[type=text],
.with_frm_style input[type=text]::placeholder, 
.with_frm_style input[type=password], 
.with_frm_style input[type=password]::placeholder,
.with_frm_style input[type=email],
.with_frm_style input[type=email]::placeholder, 
.with_frm_style input[type=number],
.with_frm_style input[type=number]::placeholder,
.with_frm_style input[type=url],
.with_frm_style input[type=url]::placeholder, 
.with_frm_style input[type=tel],
.with_frm_style input[type=tel]::placeholder, 
.with_frm_style input[type=file],
.with_frm_style input[type=file]::placeholder, 
.with_frm_style input[type=search],
.with_frm_style input[type=search]::placeholder, 
.with_frm_style select,
.with_frm_style select::placeholder, 
.with_frm_style .frm-card-element.StripeElement,
.with_frm_style .frm-card-element.StripeElement::placeholder {
    color: #323C41;
    font-family: 'Barlow', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: 500;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    outline: none !important;
    color: #2854C5 !important;
    line-height: 1.2 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    background: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: left !important;
    border-bottom: 4px solid transparent !important;
    border-left: none;
    border-top: none;
    border-right: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: .3s ease;
    font-family: 'Barlow', sans-serif !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button::before {
    content: url('../assets/button-primary-blue-arrow.svg');
    display: inline-block;
    transform: scale(.8);
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    border-bottom: 4px solid #2854C5 !important;
}
@media screen and (max-width: 767px) {
    .with_frm_style textarea,
    .with_frm_style textarea::placeholder,
    .with_frm_style input[type=text],
    .with_frm_style input[type=text]::placeholder, 
    .with_frm_style input[type=password], 
    .with_frm_style input[type=password]::placeholder,
    .with_frm_style input[type=email],
    .with_frm_style input[type=email]::placeholder, 
    .with_frm_style input[type=number],
    .with_frm_style input[type=number]::placeholder,
    .with_frm_style input[type=url],
    .with_frm_style input[type=url]::placeholder, 
    .with_frm_style input[type=tel],
    .with_frm_style input[type=tel]::placeholder, 
    .with_frm_style input[type=file],
    .with_frm_style input[type=file]::placeholder, 
    .with_frm_style input[type=search],
    .with_frm_style input[type=search]::placeholder, 
    .with_frm_style select,
    .with_frm_style select::placeholder, 
    .with_frm_style .frm-card-element.StripeElement,
    .with_frm_style .frm-card-element.StripeElement::placeholder,
    .with_frm_style .frm_top_container .frm_primary_label, 
    .with_frm_style .frm_hidden_container .frm_primary_label, 
    .with_frm_style .frm_pos_top,
    .frm_style_formidable-style.with_frm_style div.frm_description {
        font-size: 12px !important;
    }
    .frm_style_formidable-style.with_frm_style .frm_submit button {
        font-size: 16px !important;
    }
}

/* BUTTONS */
.button  {
    width: fit-content;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    transition: .3s ease;
}
.button button {
    border: none !important;
    line-height: 1.2 !important;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    background: none !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    text-align: left !important;
    font-size: 25px !important;
}
.button.button--primary,
#job-listing p a {
    border-bottom: 4px solid transparent !important;
}
.button.button--primary > *,
.button.button--primary > a,
#job-listing p a {
    color: #2854C5 !important;
    background: none !important;
    padding: 0 !important;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
    border: none !important;
    width: fit-content;
    text-decoration: none;
    font-weight: 700;
    text-align: left;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
}
#job-listing p a::after {
    display: none !important;
}
.button.button--primary > *::before,
#job-listing p a::before {
    content: url('../assets/button-primary-blue-arrow.svg');
    display: inline-block;
    transform: scale(.8);
}
.button.button--primary:hover,
#job-listing p a:hover {
    border-bottom: 4px solid #2854C5 !important;
}
.button.button--secondary {
    border-bottom: 4px solid transparent !important;
}
.button.button--secondary > *,
.button.button--secondary > a {
    color: #FFF !important;
    background: none !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none !important;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif !important;
    font-weight: 700 !important;
	letter-spacing: 1px;
}
.button.button--secondary > *::before {
    content: url('../assets/button-secondary-white-arrow.svg');
    display: inline-block;
    transform: scale(.8);
}
.button.button--secondary:hover {
    border-bottom: 4px solid #FFF !important;
}

/* FONT COLORS */
.text__gray {
    color: #323C41;
}
.text__light-blue {
    color: #2854C5;
}
.text__dark-blue {
    color: #102384;
}
.text__white {
    color: #FFF;
}

/* WPBAKERY OVERRIDES */
.wpb-content-wrapper {
    max-width: none !important;
    width: 100%;
}
.wpb-content-wrapper .section__contained {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
}
.wpb-content-wrapper .section__full-width {
    max-width: none;
}
.wpb_wrapper > * {
    margin-bottom: 20px;
}
.wpb_wrapper > *:last-child {
    margin-bottom: 0;
}
.vc_row {
    margin-left: auto;
    margin-right: auto;
}
.site-content::before,
.site-content::after {
    display: none !important;
}
.entry-content {
    margin: 0 auto !important;
}
.site-content .site-main {
    padding: 0;
}
.vc_column_container > .vc_column-inner {
    padding: 0;
}
@media screen and (max-width: 1500px) {
    .wpb-content-wrapper .section__contained {
        width: calc(100% - 100px) !important;
        max-width: none;
    }
}
@media screen and (max-width: 550px) {
    .wpb-content-wrapper .section__contained {
        width: calc(100% - 40px) !important;
        max-width: none;
    }
}
@media screen and (max-width: 1024px) {
    .wpb_wrapper p img.alignright,
    .wpb_wrapper p img.alignleft,
    .wpb_wrapper p img.aligncenter {
        float: none;
        margin: 0;
    }  
}
@media screen and (min-width: 767px) {
    .mobile-only {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }  
}

/* ACCORDIONS */
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus, 
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.vc_tta-panel.vc_active a {
    background: none !important;
}
.vc_tta-panel .vc_tta-panel-title a {
    background: none !important;
    padding: 15px 50px 15px 0px !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel-title * {
    color: #102384 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: transparent !important;
    border-bottom: 2px solid #102384 !important;
    border: none;
}
.vc_tta-panel-body, 
.vc_tta-panel-body * {
    color: #323C41;
} 
.vc_tta.vc_general .vc_tta-panel-body {
    padding: 15px 0 !important;
}
.vc_tta-panel-body p,
.vc_tta-panel-body ul,
.vc_tta-panel-body ol,
.vc_tta-panel-body .wpb_text_column > .wpb_wrapper > div > p,
.vc_tta-panel-body .wpb_text_column > .wpb_wrapper > div > ul, 
.vc_tta-panel-body .wpb_text_column > .wpb_wrapper > div > ol {
    margin-bottom: 20px;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-width: 3px 0 0 0 !important; 
    border-color: #102384 !important;
}
.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after {
    border-width: 0 0 0 3px !important;
    border-color: #102384 !important;
}
.vc_tta.vc_general .vc_tta-panel-title > a {
    text-transform: none;
}

/* IMAGE WITH TEXT */
.image-with-text .image-with-text__text {
    padding: 50px 2% 50px 7.5%;
}
/* .image-with-text .image-with-text__text *,
.image-with-text .image-with-text__image * {
    padding: 0 !important;*/
}
.image-with-text .image-with-text__image > * {
    padding: 0;
}
.image-with-text .image-with-text__image figure, 
.image-with-text .image-with-text__image figure * {
    width: 100%;
    height: 100%;
} 
.image-with-text .image-with-text__image figure *.attachment-medium {
    max-width: 300px !important;
    margin: auto !important;
    display: block;
    height: auto !important;
    width: 50% !important;
    padding: 40px 0 0 !important;
}
.image-with-text .image-with-text__image.cover * {
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
}
.image-with-text .image-with-text__image.cover > .vc_column-inner {
    background-position: top left !important;
    min-height: 900px;
}
@media screen and (max-width: 1500px) {
    .image-with-text .image-with-text__text {
        padding: 50px 20px 50px 50px;
    }
}
@media screen and (max-width: 1400px) {
    .image-with-text .image-with-text__image.cover > .vc_column-inner {
        min-height: 600px;
    }
}
@media screen and (max-width: 767px) {
    .image-with-text .image-with-text__text {
        order: 2;
        padding: 50px;
    }
    .image-with-text .image-with-text__image {
        order: 1;
    }
    .image-with-text .image-with-text__image.cover > .vc_column-inner {
        background: none !important;
        min-height: 0;
    }
}
@media screen and (max-width: 550px) {
    .image-with-text .image-with-text__text {
        padding: 50px 20px;
    }
}

/* RICH TEXT */
.rich-text.section__full-width {
    padding: 100px 7.5% !important;
}
.rich-text.section__contained:not(.columns) {
    padding: 50px 0 !important;
}
.rich-text::before, 
.rich-text::after {
    display: none !important;
}
.rich-text > * {
    max-width: none;
    margin-left: auto !important;
    float: inherit !important;
    width: 100%;
    margin-right: auto !important;
}
.rich-text.columns {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.rich-text > .vc_col-sm-6 {
    margin-left: auto !important;
    float: inherit !important;
    width: 50%;
    margin-right: auto !important;    
}
.rich-text__center  > *  > * {
    margin-left: auto;
    margin-right: auto;
    width: 70% !important;
    padding: 0 !important;
}
.rich-text__left > *  > * {
    width: 70% !important;
    padding: 0 !important;
}
.rich-text .vc_column-inner {
    padding: 0 !important;
}
@media screen and (max-width: 1500px) {
    .rich-text.section__full-width {
        padding: 50px !important;
    }
    .wpb-content-wrapper .section__full-width.rich-text__left {
        padding: 50px 50px !important;
    }
}
@media screen and (max-width: 1024px) {
    .rich-text.columns {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .rich-text > * > *,
    .rich-text__left > *  > *,
    .rich-text > .vc_col-sm-6 {
        width: 100% !important;
    }
    .rich-text.columns {
        flex-direction: column;
    }
    .rich-text.section__contained:not(.columns) {
        padding: 50px 0 !important;
    }
}
@media screen and (max-width: 550px) {
    .rich-text.section__full-width {
        padding: 50px 20px !important;
    }
    .wpb-content-wrapper .section__full-width.rich-text__left {
        padding: 50px 20px !important; 
    }
}

/* HEADER */
#masthead {
    width: 100%;
    padding: 20px;
    border-bottom: 10px solid #2854C5;
    max-width: none;
    padding: 0 100px;
    position: relative;
    align-items: stretch;
}
#masthead .site-logo * {
    outline: none !important;
}
#masthead > nav {
    display: flex;
    align-items: center;
    justify-content: center;
}
.primary-navigation .primary-menu-container {
    align-items: stretch;
    height: 100%;
}
.primary-navigation .primary-menu-container > ul {
    align-items: stretch;
    height: 100%;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
    align-items: center;
}
.primary-navigation .primary-menu-container > ul > .menu-item.has-mega-menu {
    position: relative;
    margin-right: 20px;
}
.primary-navigation .primary-menu-container > ul > .menu-item.has-mega-menu::after {
    content: "+";
    font-family: brother-1816, sans-serif !important;
    font-size: 20px !important;
    font-weight: 700;
    position: absolute;
    right: -5px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #102384;
}
.primary-navigation .primary-menu-container > ul > .menu-item.has-mega-menu > .sub-menu-toggle {
    display: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
    font-family: brother-1816, sans-serif !important;
    font-size: 20px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #102384;
    line-height: 1;
    background: none !important;
    outline: none !important;
}
.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
    text-decoration-color: #2854C5;
    background: none !important;
    color: #2854C5 !important;    
}
.primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
    text-decoration-color: #2854C5;
    text-decoration-style: solid;
    background: none !important;
    color: #2854C5 !important;
    outline: none !important;
}
.primary-navigation .primary-menu-container > ul > .menu-item.has-mega-menu:hover::after {
    color: #2854C5;
}
@media screen and (max-width: 1500px) {
    #masthead {
        padding: 0 50px;
    }
}

/* MEGA MENU */
.site-header__mega-menu-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 6px solid #2854C5;
}
.site-header__mega-menu-button {
    width: 50%;
    background: #102384 !important;
    transition: .3s ease;
    border: none !important;
    color: #FFF;
    font-weight: 800;
    text-transform: uppercase;
    font-family: brother-1816, sans-serif !important;
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none !important;
    text-decoration-color: transparent !important;
    outline: none !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
}
.site-header__mega-menu-button.open, 
.site-header__mega-menu-button:hover {
    background: #2854C5 !important;
    text-decoration: none !important;
    text-underline-offset: 6px;
    text-decoration-thickness: 4px;
    text-decoration-color: #FFF;
    color: #FFF;
}
#about-mega-menu.site-header__mega-menus {
    top: 99px;
}
.site-header__mega-menus {
    position: absolute;
    left: 0;
    top: 94px;
    width: 100%;
    
    background: white;
    border-bottom: 6px solid #2854C5;
    display: none;
    opacity: 0;
}
.site-header__mega-menus.open {
    display: block;
    opacity: 1;
    z-index: 9;
}
.site-header__mega-menus nav {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding: 40px 20px 40px 0px !important;
    display: none;
}
.site-header__mega-menus nav.open {
    opacity: 1;
    display: block;
}
.site-header__mega-menus nav ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    gap: 70px 10px;
}
.site-header__mega-menus nav ul#mega-menu1 li {
    width: calc((100% / 3) - 40px);
}
.site-header__mega-menus nav ul li {
    width: calc((100% / 4) - 40px);
}
@media screen and (max-width: 1500px) {
	.site-header__mega-menus nav ul li {
    	width: calc((100% / 4) - 20px);
	}	
}
.site-header__mega-menus #mega-menu3 li {
    border-bottom: 4px solid #2854C5;
    padding-bottom: 10px;
}
.site-header__mega-menus nav ul a {
    color: #2854C5 !important;
    font-size: 20px !important;
    font-weight: 700;
    font-family: brother-1816, sans-serif !important;
    text-decoration: none !important;
    text-transform: capitalize;
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    background: none !important;
    outline: none !important;
}
.site-header__mega-menus nav ul li.icon a {
    padding-left: 40px;
}
.site-header__mega-menus nav ul a::after {
    content: url('../assets/button-primary-blue-arrow.svg');
    position: absolute;
    top: 3px;
    right: 0;
    transform: scale(.8);
    opacity: 0;
    transition: .3s ease;
}
.site-header__mega-menus nav ul a:hover::after {
    opacity: 1;
}
.site-header__mega-menus .menu-item-description {
    color: #323C41;
    font-weight: 500;
    font-family: 'Barlow', sans-serif !important;
    border-top: 4px solid #2854C5;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 18px !important;
    margin-left: -40px;
}
.icon-belting::before {
    content: url('../assets/icon_belting.svg');
    display: inline-block;
    position: absolute;
}
.icon-consumer::before {
    content: url('../assets/icon_consumer.svg');
    display: inline-block;    
    position: absolute;
}
.icon-electrical::before {
    content: url('../assets/icon_electrical.svg');
    display: inline-block;
    position: absolute;
}
.icon-moldmaking::before {
    content: url('../assets/icon_moldmaking.svg');
    display: inline-block;
    position: absolute;
}
.icon-healthcare::before {
    content: url('../assets/icon_healthcare.svg');
    display: inline-block;
    position: absolute;
}
.icon-industrial::before {
    content: url('../assets/icon_industrial.svg');
    display: inline-block;
    position: absolute;
}
.icon-military::before {
    content: url('../assets/icon_military.svg');
    display: inline-block;
    position: absolute;
}
.icon-print::before {
    content: url('../assets/icon_print.svg');
    display: inline-block;
    position: absolute;
}
.icon-transport::before {
    content: url('../assets/icon_transport.svg');
    display: inline-block;
    position: absolute;
}
#mobile-menu,
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: none !important;
}
@media screen and (min-width: 1024px) {
    #mobile-menu {
        display: none;
    }
}
@media screen and (max-width: 1350px) {
    #masthead {
        padding: 20px !important;
        justify-content: space-between;
        align-items: center;
    }
    #masthead::before,
    #masthead::after {
        display: none !important;
    }
    #masthead .site-logo img {
        max-width: 200px !important;
    }
    .menu-button-container {
        top: 0;
        padding: 0 !important;
        right: 20px;
    }
    .menu-button-container .dropdown-icon {
        color: transparent;
    }
    .menu-button-container .dropdown-icon svg {
        color: #2854C5 !important;
    }
    #primary-mobile-menu[aria-expanded=true] > .dropdown-icon.close {
        margin-top: 50px;
    }
    #primary-mobile-menu[aria-expanded=true] > .dropdown-icon,
    #primary-mobile-menu[aria-expanded=true] > .dropdown-icon * {
        outline: none !important;
        background: none !important;
    }
    .site-branding .screen-reader-text {
        display: none !important;
    }
    .site-header__mega-menus nav {
        width: calc(100% - 100px);
        gap: 40px 20px;
    }
    #site-navigation, 
    #product-mega-menu,
    #product-mega-menu {
        display: none !important;
    }
    #mobile-menu {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 30px;
    }
    #mobile-menu .menu-button-container {
        top: 0;
        padding: 0 !important;
        right: 20px;
        display: block;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center !important;
    }
    #mobile-menu .mobile-menu-button-container span {
        color: transparent !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mobile-menu .mobile-menu-button-container svg {
        color: #102384;
    }
    #mobile-menu .mobile-menu-button-container .dropdown-icon {
        margin: 0 !important;
        color: #323C41;
        width: 30px;
        position: relative;
    }
    #mobile-menu .mobile-menu-button-container .dropdown-icon svg {
        position: absolute;
        top: 7px;
        right: 0;
    }
    #mobile-menu .mobile-menu-button-container:not(.open) .dropdown-icon.close,
    #mobile-menu .mobile-menu-button-container.open .dropdown-icon.open {
        display: none;
    }
    #mobile-menu .mobile-menu-button-container.open .dropdown-icon.close {
        display: flex;
    }
    #mobile-menu .mobile-menu-container {
        width: 100%;
        position: absolute;
        background: white;
        z-index: 2;
        transform: translateX(-200vw);
        transition: .3s linear;
        left: 0;
        height: 100vh;
        overflow: scroll;
        padding-bottom: 150px;
    }
    #mobile-nav-toggle, 
    #mobile-nav-toggle * {
        outline: none !important;
    }
    body.primary-navigation-open {
        overflow: hidden;
    }
    body.primary-navigation-open #mobile-menu .mobile-menu-container {
        transform: none;
    }
    #mobile-menu-list,
    #mobile-menu-list ul {
        list-style-type: none;
        padding: 20px 0px 20px 20px;
    }
    #mobile-menu-list a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    #mobile-menu-list > li > a,
    #mobile-menu-list li.menu-item-has-children > a {
        font-family: brother-1816, sans-serif !important;
        font-size: 20px !important;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        text-decoration: none;
        color: #102384;
        display: block;
    }
    #mobile-menu-list li.menu-item-has-children {
        position: relative;
    }
    #mobile-menu-list li.menu-item-has-children > a {
        position: relative;
        border-bottom: 4px solid #102384;
        width: 100%;
        display: inline-block;
        background: none !important;
        outline: none !important;
    }
    #mobile-menu-list li.icon > a {
        color: #2854C5 !important;
        font-size: 20px;
        font-weight: 700;
        font-family: brother-1816, sans-serif !important;
        text-decoration: none !important;
        text-transform: capitalize;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background: none !important;
        outline: none !important;
        padding-left: 40px;
    }
    #mobile-menu-list > li.menu-item-has-children > .sub-menu li:not(.menu-item-has-children) a {
        color: #2854C5 !important;
        font-size: 20px;
        font-weight: 700;
        font-family: brother-1816, sans-serif !important;
        text-decoration: none !important;
        text-transform: capitalize;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
        background: none !important;
        outline: none !important;
    }
    #mobile-menu-list li:not(.menu-item-has-children) a {
        padding-bottom: 0 !important;
    }
    #mobile-menu-list .sub-menu-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        background: transparent;
        outline: none;
        border: none;
        display: flex;
        justify-content: end;
        color: #102384;
    }
    #mobile-menu-list > li.menu-item-has-children .sub-menu-toggle[aria-expanded=false] .icon-minus {
        display: none;
    }
    #mobile-menu-list > li.menu-item-has-children .sub-menu-toggle[aria-expanded=true] .icon-plus {
        display: none;
    }
    #mobile-menu-list > li.menu-item-has-children .sub-menu-toggle[aria-expanded=false] + .sub-menu {
        display: none;
    }
    #mobile-menu-list > li.menu-item-has-children .sub-menu.open {
        display: block;
    }
    #mobile-menu-list li.icon {
        position: relative;
    }
    #mobile-menu-list li.icon::before {
        transform: scale(.7);
        top: 10px;
    }
    .site-branding * {
        display: block !important;
        position: relative !important;
        margin: auto !important;
        top: 0 !important;
        padding: 0 !important;       
    }
}
@media screen and (max-width: 767px) {
    #masthead {
        padding: 20px 10px !important;
    }
    #masthead .site-logo img {
        max-width: 150px !important;
    }
    #mobile-menu-list > li > a, #mobile-menu-list li.menu-item-has-children > a,
    #mobile-menu-list > li.menu-item-has-children > .sub-menu li:not(.menu-item-has-children) a {
        font-size: 16px !important;
    }
    #mobile-menu-list, 
    #mobile-menu-list ul {
        padding: 10px;
    }
    #mobile-menu-list .sub-menu-toggle {
        padding: 10px 0;
    }
    #mobile-menu-list li.menu-item-has-children > a {
        border-bottom: 2px solid #102384;
        padding: 10px 0 !important;
    }
    .lock-scrolling .site {
        position: relative;
    }
}
@media screen and (max-width: 550px) { 
    #mobile-menu-list li.icon > a {
        padding-left: 30px !important;
    }
    #mobile-menu-list li.icon::before {
        transform: scale(.5);
        top: 7px;
    }
    #mobile-menu-list a {
        padding-top: 10px !important;
    }
    #mobile-menu-list ul.sub-menu .sub-menu {
        padding-top: 0 !important;
    }
}

/* FOOTER */
footer.site-footer::before,
footer.site-footer::after {
    display: none;
}
footer.site-footer {
    background: #102384;
    width: 100%;
    max-width: none;
    padding: 70px 100px;    
    border-top: 10px solid #2854C5;
}
footer.site-footer .site-footer__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 150px;
    margin: 0;
}
footer.site-footer .site-footer__top img {
    max-width: 400px;
    margin-bottom: 20px;
    width: 100%;
}
footer.site-footer .site-footer__left {
    width: 40%;
    margin: 0 auto !important;
    border: none;
}
footer.site-footer .site-footer__right {
    display: flex;
    gap: 50px;
    width: 60%;
    margin: 0 auto !important;
}
footer.site-footer .site-footer__right > * {
    width: calc(100% / 3);
    border-left: 4px solid #2854C5;
    padding-left: 20px !important;
    margin: 0;
}
footer.site-footer .footer-navigation-wrapper {
    flex-direction: column;
}
footer.site-footer .site-footer__right li {
    max-width: 250px;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
    font-weight: 800;
}
footer.site-footer .site-footer__right li * {
    text-decoration: none;
}
footer.site-footer .site-footer__right li a,
footer.site-footer .site-footer__policies nav ul li a,
footer.site-footer .site-footer__description a {
    background: none !important;
    outline: none !important;
    transition: .3s ease;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    color: #FFF !important;
	font-family: brother-1816, sans-serif !important;
}
footer.site-footer .site-footer__right li a:hover,
footer.site-footer .site-footer__policies nav ul li a:hover,
footer.site-footer .site-footer__description a:hover {
    border-bottom: 2px solid #FFF;
}
footer.site-footer * {
    color: #FFF;
    padding: 0 !important;
    text-align: left;
    font-size: 18px !important;
}
footer.site-footer .site-footer__description * {
    text-transform: none !important;
}
footer.site-footer .site-footer__description > * {
    margin-bottom: 20px;
}
footer.site-footer .site-footer__description > *:last-child {
    margin-bottom: 0;
}
footer.site-footer .site-footer__description a,
footer.site-footer .site-footer__description > *:last-child {
    font-weight: 800;
    text-decoration: none;
	font-family: brother-1816, sans-serif !important;
}
footer.site-footer .site-footer__bottom {
    border-top: 4px solid #2854C5;
    padding: 20px 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
footer.site-footer .site-footer__bottom * {
    font-size: 16px !important;
}
footer.site-footer .site-footer__copyright {
    font-weight: 800;
	font-family: brother-1816, sans-serif !important;
}
footer.site-footer .site-footer__policies nav {
    margin: 0;
}
footer.site-footer .site-footer__policies nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}
footer.site-footer .site-footer__policies nav ul li {
    font-weight: 800;
    padding: 0 20px !important;
    border-right: 2px solid #2854C5 !important;
    line-height: 1;
}
footer.site-footer .site-footer__policies nav ul li:last-child {
    border: none !important;
}
footer.site-footer .site-logo * {
    background: none !important;
    outline: none !important;
}
@media screen and (max-width: 1500px) {
    footer.site-footer {
        padding: 50px;
    }
    footer.site-footer .site-footer__top {
        gap: 50px;
    }
    footer.site-footer .site-footer__right {
        gap: 20px;
    }
}
@media screen and (max-width: 1024px) {
    footer.site-footer .site-footer__top {
        flex-direction: column;
    }
    footer.site-footer .site-footer__top > * {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    footer.site-footer .site-footer__right {
        flex-direction: column;
    }
    footer.site-footer .site-footer__right > * {
        width: 100%;
    }
    footer.site-footer .site-footer__right li {
        max-width: none;
    }
    footer.site-footer .site-footer__bottom {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
        margin-top: 50px;
    }
    footer.site-footer .site-footer__policies nav ul {
        gap: 20px 0;
        justify-content: center;
    }
}
@media screen and (max-width: 550px) {
    footer.site-footer {
        padding: 50px 20px;
    }
}

/* PRODUCT CATEGORIES */
.section-product-categories::before,
.section-product-categories::after,
#home-section-categories::after,
.section-products::before,
.section-products::after {
    display: none;
}
.section-product-categories {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.section-product-categories > * {
    width: calc((100% / 2) - 20px);
}
.section-products {
    display: flex;
    gap: 50px;
}
.section-products > div {
    border: 6px solid #2854C5;
    padding: 40px !important;
}
.section-product-categories > .wpb_column > .vc_column-inner {
    padding: 0;
    border: 6px solid #2854C5;
}
.section-product-categories .wpb_column:hover .button {
    border-bottom: 4px solid #2854C5 !important;
}
.section-product-categories * {
    outline: none !important;
}
.section-product-categories > .vc_col-sm-3 {
    width: calc((100% / 4) - 15px) !important;
}
.section-product-categories > .vc_col-sm-2 {
    width: calc((100% / 3) - 15px) !important;
}
.section-product-categories img {
    width: 100% !important;
    max-width: none !important;
}
@media screen and (max-width: 1500px) {
    .section-product-categories > .wpb_column > .vc_column-inner .vc_btn3-container {
        margin: 20px 10px !important;
    }
    .section-product-categories > .wpb_column > .vc_column-inner .button .vc_general {
        font-size: 16px !important;
        gap: 0;
    }
    .section-product-categories .button.button--primary > *::before {
        transform: scale(.6);
        margin-left: -10px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 1280px) {
    .section-product-categories > .wpb_column > .vc_column-inner .button .vc_general {
        font-size: 14px !important;
    }
}
@media screen and (max-width: 1024px) {
    .section-products {
        gap: 30px !important;
    }
    .section-product-categories > .wpb_column > .vc_column-inner button.vc_general {
        font-size: 18px !important;
    }
    .section-product-categories {
        flex-wrap: wrap;
    }
    .section-product-categories > * {
        width: calc(50% - 10px);
    }
    .section-product-categories > .vc_col-sm-3,
    .section-product-categories > .vc_col-sm-2 {
        width: calc((100% / 2) - 15px) !important;
    }
}
@media screen and (max-width: 767px) {
    .section-product-categories > * {
        width: 100%;
    }
    .section-product-categories > .wpb_column > .vc_column-inner button.vc_general {
        font-size: 16px !important;
    }
    div.section-product-categories {
        margin-bottom: 20px !important;
    }
    .section-products {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 50px !important;
    }
    .section-products > * {
        width: 100%;
    }
    div.section-products {
        margin-bottom: 30px !important;
    }
    div.section-products:last-child {
        margin-bottom: 50px !important;
    }
    .section-products > div {
        padding: 20px !important;
    }
}
@media screen and (max-width: 550px) {
    .section-product-categories .button {
        margin: 0px 0px !important;
        padding: 15px 10px !important;
    }
    .section-product-categories {
        flex-direction: column;
    }
    .section-product-categories > * {
        width: 100%;
    }
    .section-product-categories > .vc_col-sm-3,
    .section-product-categories > .vc_col-sm-2 {
        width: 100% !important;
    }
}

/* TEAM MEMBERS */
.section-team-members::before,
.section-team-members::after {
    display: none;
}
.section-team-members {
    display: flex;
    gap: 20px;
}
.section-products {
    display: flex;
    gap: 50px;
}
.section-products > div {
    border: 6px solid #2854C5;
    padding: 40px !important;
}
.section-team-members .empty .vc_column-inner {
    border: none !important;
}
.section-team-members > .wpb_column > .vc_column-inner {
    padding: 0;
    border: 6px solid #2854C5;
    height: 100%;
}
.section-team-members .wpb_column:hover .button {
    border-bottom: 4px solid #2854C5 !important;
}
.section-team-members * {
    outline: none !important;
}
.section-team-members {
    flex-wrap: nowrap;
}
.section-team-members .vc_col-sm-3 {
    width: calc(100% / 4) !important;
    max-width: calc(100% / 4) !important;
}
@media screen and (max-width: 1500px) {
    .section-team-members > .wpb_column > .vc_column-inner .vc_btn3-container {
        margin: 20px 10px !important;
    }
    .section-team-members > .wpb_column > .vc_column-inner button.vc_general {
        font-size: 16px !important;
        gap: 0;
    }
    .section-team-members .button.button--primary > *::before {
        transform: scale(.6);
        margin-left: -10px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 1024px) {
    .section-products {
        gap: 30px !important;
    }
    .section-team-members > .wpb_column > .vc_column-inner button.vc_general {
        font-size: 18px !important;
    }
    .section-team-members {
        flex-wrap: wrap;
    }
    div.section-team-members {
        flex-direction: row !important;
        /*padding-bottom: 20px !important;*/
    }
    /*div.section-team-members:nth-child(2) {
        padding-bottom: 50px !important;
    }*/
    .section-team-members > div.vc_col-sm-3 {
        width: calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
        margin: 0 !important;
    }
}
@media screen and (max-width: 767px) {
    .section-team-members > .wpb_column > .vc_column-inner button.vc_general {
        font-size: 16px !important;
    }
    div.section-team-members {
        margin-bottom: 20px !important;
    }
    .section-products {
        flex-direction: column;
        gap: 50px;
        margin-bottom: 50px !important;
    }
    .section-products > * {
        width: 100%;
    }
    div.section-products {
        margin-bottom: 30px !important;
    }
    div.section-products:last-child {
        margin-bottom: 50px !important;
    }
    .section-products > div {
        padding: 20px !important;
    }
}
@media screen and (max-width: 550px) {
    .section-team-members .button {
        margin: 0px 0px !important;
        padding: 15px 10px !important;
    }
    .section-team-members {
        flex-direction: column;
    }
    .section-team-members > * {
        width: 100%;
    }
}

/* CATEGORY TEMPLATE */
article .entry-header {
    display: none;
}
@media screen and (max-width: 767px) {
    .section-category-images {
        flex-direction: row !important;
        flex-wrap: wrap;
        gap: 20px 10px !important;
    }
    .section-category-images > * {
        width: calc(50% - 10px) !important;
    }
}

/* OUR STORY */
#our-story-timeline .vc_custom_heading,
#our-story-timeline__two-column .vc_custom_heading {
    position: relative;
}
#our-story-timeline .vc_custom_heading:nth-child(1)::before,
#our-story-timeline__two-column .vc_custom_heading:nth-child(1)::before {
    display: none;
}
#our-story-timeline .vc_custom_heading::before {
    content: "";
    position: relative;
    height: 50px;
    width: 2px;
    background: blue;
    display: block;
    margin-bottom: 20px;
    margin-left: 10px;
    left: calc((100% - 20px) / 2);
}
#our-story-timeline__two-column {
    display: flex;
    gap: 100px;
    justify-content: space-between;
}
#our-story-timeline__two-column * {
    text-align: left !important;
}
#our-story-timeline__two-column::before,
#our-story-timeline__two-column::after {
    display: none !important;
}
#our-story-history-timeline {
    align-items: center;
}
@media screen and (max-width: 1024px) {
    #our-story-timeline__two-column {
        gap: 30px;
    }    
}
@media screen and (max-width: 767px) {
    #our-story-timeline__two-column {
        gap: 20px;
        flex-direction: column;
    }   
    #our-story-timeline__two-column *,
    #our-story-timeline * {
        text-align: center !important;
        margin: auto;
        max-width: 500px;
    } 
    #our-story-timeline .vc_custom_heading::before,
    #our-story-timeline__two-column .vc_custom_heading::before {
        content: "";
        position: relative;
        height: 30px;
        width: 2px;
        background: blue;
        display: block;
        margin-bottom: 20px;
        margin-left: 10px;
        left: calc((100% - 20px) / 2);
    }
}

/* CONTACT PAGE */
#contact-section-intro {
    align-items: center;
}
.contact-section-image > * {
    border: 6px solid #2854C5;
}
@media screen and (max-width: 767px) {
    #contact-section-intro {
        flex-direction: column-reverse;
        gap: 50px;
    }
    div.section-contact-form {
        margin: 50px auto !important;
    }
}