/*
Theme Name: Pitco
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.2
*/
@font-face {
    font-family: "MuseoSans_700";
    src: url('fonts/MuseoSans_700/MuseoSans_700.woff') format('woff'),
    url('fonts/MuseoSans_700/MuseoSans_700.woff2') format('woff2'),
    url('fonts/MuseoSans_700/MuseoSans_700.eot'),
    url('fonts/MuseoSans_700/MuseoSans_700.eot?#iefix') format('embedded-opentype'),
    url('fonts/MuseoSans_700/MuseoSans_700.otf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Presidente";
    src: url('fonts/Presidente/Presidente.woff') format('woff'),
    url('fonts/Presidente/Presidente.woff2') format('woff2'),
    url('fonts/Presidente/Presidente.svg#Presidente') format('svg'),
    url('fonts/Presidente/Presidente.eot'),
    url('fonts/Presidente/Presidente.eot?#iefix') format('embedded-opentype'),
    url('fonts/Presidente/Presidente.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    background: none;
}
.i_hidden {
    display: none;
}
/*header style*/
.page-id-2122 #menu-item-1931,
.page-id-2116 #menu-item-1931,
.page-id-2104 #menu-item-1931,
.page-id-2122 #masthead .flex-col.hide-for-medium.flex-right,
.page-id-2116 #masthead .flex-col.hide-for-medium.flex-right,
.page-id-2104 #masthead .flex-col.hide-for-medium.flex-right {
    display: none;
}

.header-nav .sub-menu a {
        border-bottom: 1px solid #004995;
        color: #004995;
        display: block;
        font-weight: bold;
        text-transform: uppercase;
    }

    .header-nav .sub-menu a:hover {
        background-color: rgba(0, 73, 149, 1) !important;
        color: #fff;
    }



.home_section_2 h2 {
    color: #00539f;
    font-size: 48px;
    line-height: 1.25;
    font-weight: bold;
}

.home_section_2 p {
    font-size: 16px;
    color: #646b79;
    font-weight: normal;
}

.home_section_5 img,
.home_section_1 img {
    width: auto !important;
}

.home_section_1 h2 {
    font-size: 50px;
    line-height: 70px;
    margin: 0px;
    color: #fff;
}

/* Document Search */
.button.disabled {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none;
}
.form-control[disabled]{
    cursor: not-allowed;
}
ul.line-list {
    margin: 0;
    padding: 0;
}
ul.line-list li {
    display: block;
    list-style: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}
.supportdocs-box-header {
    background: #004995;
    width: 250px;
    font-weight: 700;
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
}
.supportdocs-box {
    border: 1px solid #979797;
    padding: 40px;
    margin-bottom: 50px;
}
.supportdocs-box h2 {
    color: #004995;
}
.supportdocs-box .alert-info {
    background-color: #ccc;
    border-color: #bce8f1;
    color: #fff;
}
.supportdocs-box .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/* END Document Search */

.orange_button {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(255, 85, 0) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 100% !important;
}

.orange_button.read_the_blog_button  {
    font-size: 16px !important;
}
.orange_big_button {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(241, 62, 18) !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 16px 36px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 14px !important;
    line-height: 100% !important;
}

.blue_button {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(40, 168, 224) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 10px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 100% !important;
}

.sys {
    background-color: #f13e12;
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 20px;
    max-width: 460px;
    margin-top: 30px;
    font-weight: 600;
}

/*.home_section_3 .sys {
    max-width: 100% !important;
    width: 100% !important;
    
}*/
.video.video-fit.mb {
    padding-top: 0 !important;
}

.home_section_4 img {
    width: auto !important;
}

.home_section_4 h2 {
    font-size: 53px;
    color: #004995;
    font-weight: 600;
    margin-bottom: 3px;
}

.home_section_4 h3 {
    font-size: 42px;
    color: #004995;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.home_section_4 .left_part p {
    color: #004995;
    line-height: 20px;
    margin-bottom: 25px;
}

.home_section_4 .left_part .col:last-child {
    padding-left: 20px;
}

.home_section_5 h2 {
    color: #004995;
    text-align: center;
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 6px;
    font-weight: bold;
    line-height: 100%;
}

.home_section_5 h4 {
    text-align: center;
    font-size: 50px;
    color: #f13e12;
    font-weight: 500;
    margin-bottom: 23px;
    font-weight: bold;
    line-height: 100%;
}

.home_section_5 .img {
    text-align: center;
}

.hs_btn {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #f13e12;
    padding: 10px 18px;
    border-radius: 5px;
    max-width: 270px;
    width: 100%;
    text-align: center;
}


#top-bar ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff !important;
}

#top-bar ul li a:after {
    border-color: #fff !important;
    left: 0;
}

.header-search-form {
    text-align: center;
}

.header-search-form-wrapper {
    display: inline-block;
}

#top-bar ul li a:hover {
    opacity: .8;
}

.header-button-1 {
    margin-left: 10px !important;
}

#menu-main-menu > li > a,
.nav > li > a {
    font-weight: 600;
    color: #004995;
    text-transform: uppercase;
    font-size: 16px;
}

#menu-main-menu,
.header-nav {
    padding-right: 40px;
}

#menu-main-menu > li {
    display: inline-block;
}

#menu-main-menu > li .toggle {
    display: none;
}

#menu-main-menu > li .sub-menu {
    position: absolute;
}

#menu-main-menu > li,
.nav > li {
    margin: 0 !important;
}

.nav > li.header-social-icons {
    margin-left: 160px !important;
}

#menu-main-menu > li > a,
.nav > li > a {
    padding: 10px !important;
}

.searchform {
    max-width: 585px;
    width: 100%;
    display: block;
    min-width: 585px;
    margin-top: 10px !important;
}

form .search-field {
    margin-left: 34px !important;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    min-width: 230px;
    color: #333;
    border: 1px solid #004995;
    border-radius: 4px;
    box-shadow: 0 0 15px 4px rgb(0 0 0 / 10%);
}

.ux-search-submit {
    position: absolute;
    left: 0;
    top: 0;
    background: 0;
    border: 0;
    cursor: pointer;
    display: block;
    margin-right: 0px;
    font-size: 16px;
    color: #004995;
    font-weight: normal;
    outline: 0;
    padding: 0;
}

.header-button .button {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(241, 62, 18) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 7px 10px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
}

.menu-item-has-children a i {
    display: none;
}

.header-search-form {
    padding-left: 30px !important;
}

.ux-search-submit:hover {
    color: #004995;
    opacity: .8;
    background: none;
    box-shadow: none;
}

/*.sub-menu {
    display: none;
}
.menu-item-has-children:hover>.sub-menu{
    display: block;
    position: absolute;
}
.menu-item-has-children:hover>.sub-menu li{
    display: block;
}
.menu-item-has-children>.sub-menu>li:hover>.sub-menu{
    display: block;
    position: absolute;
    right: 0;
}*/

/*header style*/

/*footer style*/

.absolute-footer {
    background: none;
    display: none;
}

.footer-1 {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #336daa;
    text-align: center;
}

.footer-1 p {
    margin: 10px 9px;
    padding: 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 100%;
}

.footer-1 img {
    margin-right: 15px;
    margin-top: -8px;
}

.footer-2 {
    background-color: #004995 !important;
    padding-top: 0;
    display: block;
    width: 100%;
}

.footer-2:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    clear: none;
}

.footer-2 .widget_text {
    min-height: 96px;
    display: inline-block;
    text-align: center;
    border-right: 1px solid #fff;
    width: auto;
    padding: 0 20px;
    flex-basis: auto;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    max-width: 14.28%;
}

.footer-2 .widget_text .textwidget {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
}

.footer-2 .widget_text p {
    margin-bottom: 0;
}

.footer-2 .widget_text p a {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
}

.footer-2 .widget_text img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.footer-2 .row .widget_text:last-child {
    border-right: 0;
}

/*footer style*/

/*content style*/

#banner_blog_archive_head {
    min-height: 397px;
}

#blog_head_text_box {
    width: 100%;
}

#blog_head_text_box h1 {
    font-size: 60px;
    color: #fff;
    text-transform: capitalize;
}

.hbspt-form {
    max-width: 480px;
    width: 100%;
}

.blog-archive {
    padding-top: 0;
}

#section_blog_archive_head .bg {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}

.i_over_preview h2 {
    margin-top: 15px;
}

.archive.category #section_blog_archive .archive-page-header {
    display: none;
}
.bojangles_video_section_2 .video{
    height: 190px;
    margin-bottom: 0;
}
.bojangles_video_section_2 .text_block{
    color:#fff;
    padding: 5px;
    background-color: rgb(18, 57, 94);
}
.bojangles_video_section_2 .text_block p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}
.bojangles_video_section_1 h2{
    font-size: 48px;
    font-weight: 900;
    line-height: 64px;
}
.bojangles_video_section_1 h3{
    font-size: 36px;
    line-height: normal;
}


.i_over_preview h2,
.i_over_preview h2 a {
    font-weight: 600;
    font-size: 24px;
    color: #004995;
    text-decoration: none;
}

.i_over_preview p {
    font-size: 16px;
    line-height: 1.64em;
    color: #333;
    margin: 10px 0;
}

.i_meta_side p a {
    font-size: 20px;
    color: #004995;
}

.i_meta_side {
    padding-bottom: 10px;
}

.i_read_more {
    bottom: 0;
    border: 1px solid transparent;
    padding: 0;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    font-style: normal;
    text-transform: uppercase;
    background-color: #f13e12;
    color: #fff;
    font-family: "MuseoSans_700";
    font-weight: bold;
    width: 100%;
    max-width: 180px;
    display: block;
    line-height: 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.i_read_more:hover {
    background-color: transparent;
    color: #f13e12;
    border: 1px solid #f13e12;
}

.nav-pagination > li > span, .nav-pagination > li > a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid transparent;
    padding: 0;
    text-align: center;
    font-size: 18px;
    color: #fff !important;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
    border-radius: 6px;
    background: #f13e12;
    text-decoration: none;
    font-weight: 700;
}

.nav-pagination > li > a:hover {
    background: #fff;
    text-decoration: none;
    color: #f13e12 !important;
    outline: 0;
    border-color: #f13e12;
}

.nav-pagination > li .page-number.current {
    background: #fff;
    text-decoration: none;
    color: #f13e12 !important;
    outline: 0;
    border-color: #f13e12;
}

.nav-pagination > li .prev.page-number,
.nav-pagination > li .next.page-number {
    font-size: 18px;
    line-height: 1.75em;
    color: #f13e12 !important;
    line-height: 45px;
    background: none;
    text-decoration: none;
    border: none;
}

.i_preview_txt_div {
    font-style: italic;
}

.i_title_side {
    padding-bottom: 0;
}

.pagination_block .text-center {
    text-align: left;
}

#section_blog_archive .large-3 .topic-section {
    background-color: #004995;
    padding: 20px;
}

#section_blog_archive .large-3 .topic-section .post-topics {
    margin-bottom: 0;
}

.post-topics li {
    list-style-type: none;
    margin-bottom: 0;

}

.blog_posts_section .topic-section h4,
.blog_posts_section .post-topics li span {
    display: none;
}

.blog_posts_section .post-topics li a:hover {
    border-bottom: 1px solid #fff;
}

.post-topics a {
    display: block;
    padding: 8px 0;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    max-width: 100%;
    border-bottom: 1px solid transparent;
    border-top: 0;
    margin: 0;
    text-transform: uppercase;
}

.header-wrapper.stuck .header-search-form {
    display: none;
}

.blog_item_row .large-12.col:first-child {
    padding-bottom: 15px;
}

.single #main {
    padding: 7% 15px;
}

.single .post_author {
    font-size: 17px;
}

.single .post_author a {
    font-size: 20px;
    color: #f7751f;
}

.single .post_author {
    margin-bottom: 20px;
}

.single .post_excerpt h2 {
    font-size: 34px;
    font-weight: 600;
    margin: 15px 0;
    color: #004995;
}

.single .post_topics a {
    color: #004995;
    text-decoration: underline;
}

.single .is-divider {
    display: none;
}

.post_single_title h1 {
    font-size: 48px;
    font-weight: 700;
    color: #004995;
}

.post_single_img_wrapper {
    margin-bottom: 25px;
}

#recent-posts-2 {
    margin: 30px 0;
    border: 1px solid #e6e7e8;
    padding: 30px;
}

#recent-posts-2 a {
    padding: 10px 0;
}

#recent-posts-2 a:hover {
    color: #f13e12;
}

ul.menu > li + li, .widget > ul > li + li {
    border-top: 0;
}

.widget-title span {
    color: #004995;
    font-size: 24px;
    font-weight: 500;
}

.single .topic-section {
    margin: 30px 0;
    border: 1px solid #e6e7e8;
    padding: 20px;
}

.single .post-content .col.medium-3 {
    padding: 0 40px 30px;
}

.archive.author .archive-page-header {
    display: none;
}

.menu-item-has-children:hover > .sub-menu {
    display: block;
}

.single .topic-section h4 {
    color: #004995;
    font-size: 24px;
    font-weight: 500;
}

.single .topic-section a {
    text-transform: capitalize;
    color: #f7751f;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}

#blog-see-all-topics {
    color: #0000EE;
    font-weight: bold;
}

.single .topic-section span {
    display: inline-block;
    vertical-align: middle;
}

.single .topic-section li {
    list-style-type: none;
    color: #333;
    padding: 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.64em;
}

.inner-banner-area h2 {
    position: relative;
    font-size: 50px;
    color: #f13e12;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-family: 'MuseoSans_700';
}

.inner-banner-area h2:after {
    content: '';
    background: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 150px;
    height: 3px;
    margin: 0 auto;
}

.inner-banner-area p {
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.about_us_section_2 .img {
    text-align: center;
}

/*.about_us_section_2 img {
    max-width: 200px;
}*/
.no-max-width img {
    max-width: 100% !important;
}

.about_us_section_2 .row {
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: -4px 10px 32px -15px rgb(0 0 0 / 56%);
    -moz-box-shadow: -4px 10px 32px -15px rgba(0, 0, 0, 0.56);
    box-shadow: -4px 10px 32px -15px rgb(0 0 0 / 56%);
    padding: 40px 30px 30px 30px;
    margin: 0 auto !important;
}

.about_us_section_2 .right-box {
    border-left: 1px solid #dfd9d9;
    padding-left: 30px;
}

.about_us_section_2 .right-box h3 {
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 25px;
    margin-bottom: 0;
}

.about_us_section_2 .right-box h6 {
    font-size: 18px;
    color: #f13e12;
    font-weight: 700;
    margin-bottom: 25px;
}

.about_us_section_2 .right-box h2 {
    text-align: center;
    color: #004995;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
}

.about_us_section_2 .right-box p {
    margin-bottom: 26px;
    line-height: 26px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.about_us_section_2 .right-box h5 {
    font-family: 'Presidente';
    font-size: 40px;
    text-align: right;
    font-weight: 400;
}

.about_us_section_2 .right-box h5 span {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding-top: 20px;
}

.about_us_section_2 .left-box h2 {
    font-size: 22px !important;
    color: #004995;
    /* font-size: 36px; */
    line-height: normal;
    margin-bottom: 20px;
}

.about_us_section_2 .left-box p {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    color: #333;
    font-weight: bold;

}

.about_us_section_3 h2 {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 25px;
}

.about_us_section_3 p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
}

.about_us_section_3 .blue-tab-text h2:after {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150px;
    height: 3px;
}

.about_us_section_3 .orange-tab-text h4 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.about_us_section_3 .orange-tab-text h2 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 23px;
}

.about_us_section_3 .orange-tab-text .button {
    background-color: #004995;
    font-weight: 600;
    padding: 11px 17px;
    margin: 0px;
    border-radius: 10px;
    font-size: 16px;
}

.bars_pubs_section_2 .tab a {
    padding: 22px 30px !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    color: #868686;
    display: inline-block;
    width: 100%;
    position: relative;
}

.nav-line-bottom > li:hover > a:before, .nav-line-grow > li:hover > a:before, .nav-line-bottom > li.active > a:before, .nav-line-grow > li.active > a:before, .nav-line > li.active > a:before, .nav-line > li:hover > a:before {
    opacity: 1;
    background-color: #f13e12;
}

.tab-panels {
    padding-top: 2em;
}

.tab-panels p {
    font-size: 20px;
    line-height: 22px;
    color: #333;
}

.tab-panels .link-style {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(255, 89, 0) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 7px 10px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 16px !important;
    line-height: 100% !important;
}

.bars_pubs_section_2 h2 {
    color: #004995;
    font-size: 36px;
    line-height: normal;
    margin-bottom: 20px;
}

.bars_pubs_section_2 p {
    line-height: 22px;
    color: #333;
    font-size: 16px;
}

.bars_pubs_section_3:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a2525;
    background: -moz-linear-gradient(-45deg, #bc312b 0%, #bc312b 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    background: -o-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -ms-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc312b', endColorstr='#cecece', GradientType=1);
    opacity: 0.85;
}

.bars_pubs_section_4 h2 {
    margin-bottom: 20px;
    line-height: normal;
    color: #333;
    font-size: 32px;
}

.service-boxmain p,
.bars_pubs_section_4 p {
    line-height: 22px;
    font-size: 16px;
    color: #333;
}

.service-boxmain h3 {
    font-size: 20px;
    line-height: 24px;
    color: #222;
}

.bars_pubs_section_4 .second_row img {
    width: 100%;
    max-width: 60px;
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -o-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
    transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.bars_pubs_section_4 .second_row .col-inner {
    padding: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.bars_pubs_section_4 .second_row .img-inner {
    width: 90px;
    height: 90px;
    line-height: 68px;
    position: absolute;
    top: -130px;
    left: 50%;
    text-align: center;
    background-color: #0a2525;
    background: -moz-linear-gradient(-45deg, #bc312b 0%, #bc312b 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    background: -o-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -ms-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc312b', endColorstr='#cecece', GradientType=1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.about_us_section_2.why_pitco_section_2 .left-box h2 {
    color: #004995;
    font-size: 36px !important;
    line-height: normal;
    margin-bottom: 20px;
}

.why_pitco_section_2 h6 {
    font-size: 18px;
    color: #f13e12 !important;
    font-weight: 900 !important;
    margin-bottom: 25px;
}

.why_pitco_section_2 h6 span {
    font-weight: 900 !important;

}

.why_pitco_section_2 h6 img,
.why_pitco_section_2 h6 span {
    display: inline-block;
    vertical-align: middle;
}

.why_pitco_section_2 p {
    line-height: 26px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.why_pitco_section_3 .video p {
    height: 300px;
}

.about_us_section_2.why_pitco_section_4 img {
    max-width: 400px;
}

.about_us_section_2.why_pitco_section_4 .left-box h2 {
    color: #004995;
    font-size: 36px !important;
    line-height: normal;
    margin-bottom: 20px;
}

.technologies_section_2 img {
    max-width: 85%;
}

.technologies_section_2 .section-content {
    margin-top: 60px;
}

.a_image_box img {
    width: auto;
    max-width: 200px;
}

.image_boxes_block .col {
    text-align: center;
    margin-bottom: 60px;
    padding: 25px;
    position: relative;
}

.image_boxes_block .col h4 {
    font-size: 18px;
    font-weight: 700;
    color: #004995;
    text-transform: uppercase;
    margin-top: 30px;
    position: relative;
    font-weight: bold;
}

.image_boxes_block .col:hover {
    -webkit-box-shadow: 0px 0px 16px 4px rgb(35 31 32 / 20%);
    -moz-box-shadow: 0px 0px 16px 4px rgba(35, 31, 32, 0.2);
    box-shadow: 0px 0px 16px 4px rgb(35 31 32 / 20%);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.c_stores_section_4 .col {
    margin-bottom: 100px;
}

.bars_pubs_section_3 .banner .bg.fill:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0a2525;
    background: -moz-linear-gradient(-45deg, #bc312b 0%, #bc312b 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -webkit-linear-gradient(-45deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    background: -o-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: -ms-linear-gradient(-45deg, rgba(188, 49, 43, 0.99) 0%, rgba(188, 49, 43, 0.99) 0%, rgba(136, 42, 42, 0.99) 33%, rgba(138, 43, 43, 0.99) 34%, #da3030 100%);
    background: linear-gradient(135deg, rgba(45, 45, 45, 0.99) 0%, rgba(45, 45, 45, 0.99) 0%, rgba(70, 70, 70, 0.99) 33%, rgba(70, 70, 70, 0.99) 34%, #cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc312b', endColorstr='#cecece', GradientType=1);
    opacity: 0.85;
}

.about_us_section_2.f_ch_section_2 .left-box p,
.about_us_section_2.startup_section_2 .left-box p {
    font-weight: normal;
    text-align: left;
    font-size: 16px;
}

.about_us_section_2.startup_section_2 .box p {
    font-size: 16px;
    line-height: 1;
}

.about_us_section_2.startup_section_2 .col.medium-4 {
    padding: 0 20px;
    max-width: 280px;
    border-right: 1px solid #ccc;
}

.about_us_section_2.startup_section_2 .col.medium-4.no_border {
    border-right: 0;
}

.pitco_tab_content .tab-panels img,
.f_ch_section_2 .tab-panels img,
.f_ch_section_2 .big_image img {
    max-width: 100%;
}

.pitco_tab_content .tab-panels p,
.f_ch_section_2 .tab-panels p {
    line-height: 1.4;
    color: #333;
    margin-bottom: 12px;
    font-size: 15px;
}

.pitco_tab_content .tab-panels,
.f_ch_section_2 .tab-panels {
    text-decoration: none;
    display: block;
    padding: 20px;
    border: 1px solid #efefef;
    border-bottom: 0;
}

.pitco_tab_content.tabbed-content .nav li,
.f_ch_section_2 .tabbed-content .nav li {
    margin-right: 0px !important;
}

.pitco_tab_content.tabbed-content .nav li a,
.f_ch_section_2 .tabbed-content .nav li a {
    background-color: #004995;
    color: #FFFFFF;
    border: 1px solid #fff !important;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    border: none;
}
.pitco_tab_content.tabbed-content .nav-line-bottom > li:hover > a:before,
.pitco_tab_content.tabbed-content .nav-line-grow > li:hover > a:before,
.pitco_tab_content.tabbed-content .nav-line-bottom > li.active > a:before,
.pitco_tab_content.tabbed-content .nav-line-grow > li.active > a:before,
.pitco_tab_content.tabbed-content .nav-line > li.active > a:before,
.pitco_tab_content.tabbed-content .nav-line > li:hover > a:before{
    opacity: 0;
}

.pitco_tab_content.tabbed-content .nav li.active a,
.f_ch_section_2 .tabbed-content .nav li.active a {
    background: #f13e12;
}

.f_ch_section_2 .tab-panels .col-inner {
    text-align: center;
}

.f_ch_section_2 .tab-panels .col-inner a.button {
    display: inline-block !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.f_ch_section_2 .big_image {
    margin-left: auto;
    margin-right: auto;
}

.f_ch_section_2 .row .row {
    background: none;
    box-shadow: none;
    padding: 0;
}

.f_ch_section_4.about_us_section_2.why_pitco_section_4 img {
    max-width: 700px;
}

.f_ch_section_4.about_us_section_2.why_pitco_section_4.fries_section_4 img {
    max-width: 400px;
}

.fries_section_2 iframe {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    min-height: 100%;
    min-width: 100%;
    display: block;
    width: 1110px;
    height: 833px;
}

.culinary_section_2 h3 {
    line-height: 100%;
}

.culinary_section_2.about_us_section_2 .image_right img {
    width: auto;
    max-width: 100%;
}

.culinary_section_2.about_us_section_2 .image_right p {
    line-height: 26px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
}

.culinary_section_3 .orange_button {
    padding: 10px 12px !important;
}

.culinary_section_4 iframe {
    width: 100%;
    height: 590px;
}

.financing_section_4 img {
    width: auto;
}

.form_page_content_1 h1 {
    color: #fff;
    font-weight: 300;
    line-height: 1.29em;
    font-size: 48px;
}

.contact_page_form_wrapper {
    /*position: absolute;*/
    margin-bottom: 0;
    margin-top: -400px;
    padding: 30px;
    box-shadow: 1px 1px 12px rgb(39 55 74 / 15%);
    background-color: #fff;
}

.contact_page_form_wrapper h3 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.29em;
    color: #595959;
    padding: 0;
    text-align: center;
}

.contact_page_form_wrapper.gform_wrapper.gravity-theme legend,
.contact_page_form_wrapper.gform_wrapper.gravity-theme label {
    color: #1bade4;
    font-size: 10px;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}

.contact_page_form_wrapper a{
    color: #f13e12;
}

.contact_page_form_wrapper input:not([type=radio]),
.contact_page_form_wrapper input:not([type=checkbox]),
.contact_page_form_wrapper select {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px !important;
    margin: 0 0 15px;
    height: initial !important;
}
.contact_page_form_wrapper .hs_submit input:hover{
        opacity: .7;
    font-size: 16px !important;
    background: #f13e12 !important;
    box-shadow: none !important;
    border: 1px solid #f13e12 !important;
        font-family: 'Raleway', sans-serif;
}
.contact_page_form_wrapper .hs_submit input{
        position: relative;
    z-index: 100;
    font-size: 16px;
        font-family: 'Raleway', sans-serif;
    font-weight: 600;
    background: #f13e12;
    transition: none;
    border-radius: 4px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: none;
    -webkit-user-select: none;
    -webkit-appearance: none;
    appearance: none;
    /* background-color: #f7751f; */
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    width: 100%;
    padding: 12px 10% !important;
    margin-top: 10px !important;
    width: auto !important;
    box-sizing: border-box !important;
    line-height: 100% !important;
    box-shadow: none;
}
.contact_page_form_wrapper input.hs-input[type=checkbox], .contact_page_form_wrapper input.hs-input[type=radio] {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    margin: 3px 0 !important;
    line-height: normal !important;
    border: none !important
            -webkit-appearance: checkbox;
    appearance: checkbox;
}
/*.contact_page_form_wrapper .hs-form-booleancheckbox input.hs-input{
    width: auto !important;
    padding: 6px !important;
    border-radius: 0px  !important;
        margin: 3px 5px 3px 0px;
}*/

.contact_page_form_wrapper textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px;
    margin: 5px 0 15px;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper .gfield textarea.large {
    max-height: 68px;
    min-height: 68px;
    height: 100%;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper .gform_footer {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper .gform_footer input {
    z-index: 100;
    font-size: 15px;
    font-weight: 600;
    background: #ff4413;
    transition: all .4s ease;
    border-radius: 4px;
    width: auto !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block !important;
    width: 100%;
    padding: 12px 10% !important;
    color: #fff;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper input[type=radio],
.gform_wrapper.gravity-theme.contact_page_form_wrapper input[type=checkbox] {
    width: auto !important;
    /* height: 100% !important; */
    border-radius: 0;
    padding: 6px;
    border: 1px solid #eaeaea;
    color: #000;
    text-transform: initial;
    font-size: 12px;
    text-align: left;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper input[type=radio] {
    border-radius: 100%;
    padding: 7px !important;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper .gfield_radio label,
.gform_wrapper.gravity-theme.contact_page_form_wrapper .gfield_checkbox label {
    display: inline-block;
    vertical-align: top;
}

.gform_wrapper.gravity-theme.contact_page_form_wrapper .contact_page_form {
    margin-bottom: 0;
}

.form_page_content_2 h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 1.29em;
    color: #595959;
    padding: 0;
    margin: 0.618em 0 0.309em;
}

.form_page_content_2 p {
    font-size: 16px;
    line-height: 23px;
}

.startup_section_1 h1 {
    font-size: 13px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    color: #fff;
}

.startup_section_2 .startup_section_2_image_col img {
    width: auto;
    max-width: 300px
}

.startup_section_2 .startup_section_2_image_col .img {
    text-align: center;
    margin-bottom: 20px;
}

.startup_section_2 .startup_section_2_image_col .img:after {
    content: "";
    display: block;
    float: none;
    clear: both;
    width: 100%;
    height: 100%;
}

.startup_section_2 .startup_section_2_image_col h3 {
    right: 20px;
    top: -17px;
    padding: 10px 80px;
    color: #fff;
    background: #004995;
    font-size: 15px;
    /* float: right; */
    display: inline-block;
    width: auto;
    position: absolute;
}

.startup_section_2_image_col {
    background: #f3f3f3;
    position: relative;
    margin-bottom: 50px;
}

.startup_section_2_image_col .col-inner {
    padding: 45px 28px 28px;
}

.startup_section_2_image_col .col-inner:before {
    display: block;
    position: absolute;
    content: "";
    left: 40px;
    top: -17px;
    width: 28px;
    height: 50px;
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/02/attachment-bg.webp);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.hbspt-form label{
    width: 100% !important;
    max-width: 100%;
    display: block;
}
.hs_cos_wrapper_type_form input[type="text"], .hs_cos_wrapper_type_form input[type="password"], .hs_cos_wrapper_type_form input[type="datetime"], .hs_cos_wrapper_type_form input[type="datetime-local"], .hs_cos_wrapper_type_form input[type="date"], .hs_cos_wrapper_type_form input[type="month"], .hs_cos_wrapper_type_form input[type="time"], .hs_cos_wrapper_type_form input[type="week"], .hs_cos_wrapper_type_form input[type="number"], .hs_cos_wrapper_type_form input[type="email"], .hs_cos_wrapper_type_form input[type="url"], .hs_cos_wrapper_type_form input[type="search"], .hs_cos_wrapper_type_form input[type="tel"], .hs_cos_wrapper_type_form input[type="color"], .hs_cos_wrapper_type_form input {
    -webkit-appearance: none;
    appearance: none;
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4d4d4d;
    padding: 13px 10px !important;
    margin: 0 0 15px;
    height: initial !important;
}
.hbspt-form label span.hs-form-required,
.hbspt-form label span {
    color: #1bade4;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
}
.startup_request_form_wrapper .hbspt-form label span {
    font-size: 12px;
    font-weight: bolder;
    text-transform: uppercase;
    color: #000;
}
.startup_section_3 .hbspt-form fieldset .hs-field-desc{
    display: none !important;
}
.startup_section_3 .hbspt-form fieldset input,
.startup_section_3 .hbspt-form fieldset select,
.startup_section_3 .hbspt-form fieldset textarea,
.startup_section_3 .hbspt-form fieldset,
.startup_section_3 .hbspt-form{
    max-width: 100%;
    width: 100% !important;
}
.startup_section_3 .hbspt-form fieldset div div{
    margin-right: 0;
    width: 100%;
    max-width: 100%;
}
.startup_section_3 .hbspt-form fieldset.form-columns-2>div{
    max-width: 47.5% !important;
    width: 100% !important;
}
.startup_section_3 .hbspt-form fieldset.form-columns-3>div{
    max-width: 31.3% !important;
    width: 100% !important;
    margin-right: 3%;
}
.startup_section_3 .hbspt-form fieldset.form-columns-2>div:first-child{
        margin-right: 5%;
}
.startup_section_3 .hbspt-form fieldset.form-columns-3>div:last-child{
    margin-right: 0;
}
.hs-form-booleancheckbox{
    margin-left: 0 !important;
}
.startup_request_form_wrapper .hbspt-form select,
.startup_request_form_wrapper .hbspt-form textarea,
.startup_request_form_wrapper .hbspt-form input {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #000;
    border: 1px solid #eaeaea;
    text-transform: initial;
    font-size: 12px;
    text-align: left;
}

/*.startup_request_form_wrapper .hbspt-form input.datepicker {
    width: 100%;
}*/

#input_4_29 {
    border: none !important;
}

.startup_request_form_wrapper .hbspt-form .hs_submit input {
    width: 100%;
    padding: 10px 8px;
    text-align: center;
    font-size: 16px;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: none !important;
    background: #f13e12 !important;
    /* box-sizing: border-box; */
    border: 1px solid #f13e12;
    text-shadow: none;
}
.startup_request_form_wrapper .hbspt-form .hs_submit input:hover {
    opacity: .7;
}
.startup_request_form_wrapper .hbspt-form .hs_submit .actions{
        margin-left: 0;
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.i_product_details_section .hbspt-form{
    max-width: 100%;
    width: 100%;
}
.i_other_products_row .col.medium-7 h2{
    text-align: center;
}
#hs-form-iframe-0 input{
    color: red;
}
.i_product_details_row{
    background: #fff;
}
.hbspt-form .input,
.hbspt-form label{
    margin-left: 0 !important; 
        display: block  !important;
    float: none  !important;
    text-align: left !important;
}
.startup_section_3 p,
.startup_section_2 p {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}

.startup_section_2 ul ul {
    margin: 0;
}

.thank_you_section_2.startup_section_2 .startup_section_2_image_col h3 {
    border-bottom: 20px solid #2dabe2;
    border-left: 6px solid transparent;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0 8px;
    margin: 0 0 4px 0;
    height: 0;
    color: #fff;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -ms-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#all_product_categories {
    display: table;
    height: 135px;
    text-align: center;
    width: 100%;
    line-height: normal;
    left: 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#all_product_categories > li {
    display: inline-block !important;
    display: table-cell;
    vertical-align: middle;
    width: 10%;
    text-align: center;
    position: relative;
    float: none;
    padding: 60px 0px;
}

#all_product_categories > li:hover {
    background-color: #004995;
}

#all_product_categories > li > a {
    display: block;
    color: #000;
    font-weight: 300;
    font-size: 16px;
    white-space: normal !important;
    font-weight: normal;
    border-right: 1px solid #d7d7d7;
}

#all_product_categories > li > a:hover {
    color: #fff;
    border-right: 1px solid #004995;
}

#all_product_categories > li > a > img {
    width: 71px;
    display: inline-block;
    vertical-align: baseline;
    margin-top: -2px;
}

#all_product_categories > li > a > span {
    display: block;
    padding: 7px 0;
    text-transform: capitalize;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    white-space: normal !important;
    font-weight: normal;
}

#all_product_categories > li > a > span:after {
    background: #fff;
    content: "";
    height: 1px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 60px;
    bottom: 30px;
}

#all_product_categories > li:hover > a > span {
    color: #fff;
}

#all_product_categories ul {
    position: absolute !important;
    opacity: 0 !important;
    visibility: hidden !important;

}

#all_product_categories > li > ul > li > ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
    margin: 0
}

#all_product_categories li {
    list-style-type: none;
}

#all_product_categories > li > ul > li {
    margin-left: 0;
}

#all_product_categories > li > ul a {
    color: #fff !important;
}

#all_product_categories > li > ul {

    left: -13%;
    /* right: 0; */
    top: 100%;
    width: 200px;
    float: none;
    position: absolute;
    /* transform: translateX(-50%); */
    margin: 0;
    margin-top: 20px;
    z-index: 11111;
}

#all_product_categories > li:after {
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/02/state-down-arrow.webp);
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -20px;
    content: "";
    height: 10px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 0;
    width: 119px;
}

#all_product_categories > li:hover:after {
    opacity: 1;
}

#all_product_categories > li:hover > ul {
    opacity: 1 !important;
    visibility: visible !important;

}

#all_product_categories > li > ul > li {
    position: relative;
}

#all_product_categories > li > ul > li:hover > ul.hs-menu-children-wrapper {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1111;
}

.hs-menu-children-wrapper a:empty {
    display: none !important;
}

#all_product_categories > li ul li {
    margin: 0;
}

#all_product_categories > li ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 11px;
    background-color: #004995;
    line-height: 100%;
    padding: 8px 5px;
    border-bottom: 1px solid #fff;
    color: #424042;
    width: 100%;
    display: block;
    text-transform: uppercase;
    white-space: normal !important;
    font-weight: normal;
    line-height: 1.2;
}

#all_product_categories ul {
    width: 250px;
}

.product_listing_section_2 .section-content > .row {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-radius: 10px;
    margin-top: -90px !important;
    background-color: rgb(250, 250, 250) !important;
}

.product_listing_section_2 .section-content > .row .row {
    background-color: transparent !important;
    box-shadow: none !important;
    padding: 0px 30px 20px 30px;
}

.product_listing_section_2 .section-content > .row > .col {
    padding-left: 0;
    padding-right: 0;
}

.product_listing_section_2 .section-bg.bg-loaded {
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/02/about-content-bg.webp);
}

#all_product_categories > li:last-child > a {
    border-right: none;
}

#product_listing_bottom_part .col-inner:hover {
    -webkit-box-shadow: 0px 0px 15px 8px rgb(227 226 226);
    -moz-box-shadow: 0px 0px 15px 8px rgba(227, 226, 226, 1);
    box-shadow: 0px 0px 15px 8px rgb(227 226 226);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#product_listing_bottom_part .col-inner {
    display: block;
    text-decoration: none;
    padding: 20px;
    position: relative;

}

#product_listing_bottom_part .col-inner > a {
    display: block;
    min-height: 400px;
    text-align: center;
}

#product_listing_bottom_part .col-inner > a:hover h2 {
    color: #f13e12 !important;
}

#product_listing_bottom_part {
    margin-top: 30px;
}

.child_prod_cat_name h2 {
    margin-top: 25px;
    font-weight: 900;
    font-size: 20px;
    color: #004995;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}

#t_cat_products .products_category_posts_titles {
    color: #8d8d8d;
    margin-top: 7px;
    line-height: 1.4;
    font-size: 12px;
    padding: 0px 15px;
}

.category_product_listing .banner {
    padding-top: 380px;
}

.category_product_listing .banner .bg-fill {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
}

.category_product_listing_section_2,
.category_product_listing {
    padding: 0 !important;
}

.cat_tumb_image {
    text-align: center;
}

.cat_tumb_image:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 80%;
    width: 1px;
    top: 10%;
    background-color: #004995;
}

.cat_tumb_image img {
    max-height: 400px;
    width: auto;
    max-width: 100%;
}

.cat_desc_pre_title, .cat_desc_sub_title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.3;
}

.cat_desc_title {
    font-weight: bolder;
    font-size: 55px;
    text-align: left;
    text-transform: uppercase;
    color: #004995;
    margin-bottom: 20px;
    letter-spacing: -3px;
}

.category_product_listing_section_2 .col.medium-7 {
    padding-left: 50px;
}

.category_product_listing_section_2 .category_description h3 {
    line-height: 1.4;
    color: #333;
    margin-bottom: 12px;
    font-size: 15px;
}

.category_product_listing_section_2 .category_description a span {
    margin-bottom: 0;
    font-style: italic;
    color: #000;
    font-weight: bolder;
}

.category_product_listing_section_2 .category_description a {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(196, 196, 196) !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 8px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
}

.category_product_listing_section_2 .category_description p {
    line-height: 1.4;
    color: #333;
    margin-bottom: 12px;
    font-size: 15px;
}

.category_product_listing_section_2 .category_description * {
    line-height: 1.4;
    color: #333;
    margin-bottom: 12px;
    font-size: 15px;
}

.category_product_listing_section_2 .category_description li {
    margin-bottom: 10px;
    list-style-type: none;
    margin-left: 0;
}

.cat_desc_title,
.cat_desc_pre_title {
    margin-bottom: 0;
}
.category_external_content_section li{
    list-style-type: none;
}
.category_external_content_section li:before,
.category_product_listing_section_2 .category_description li:before {
    content: "";
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/02/list-style-orange.webp);
    background-repeat: no-repeat;
    background-position: left 4px;
    display: inline-block;
    width: 18px;
    height: 13px;
}

.about_us_section_2 .only_product_tabs_content .row {
    box-shadow: none;
}

.only_product_tabs_content .col.medium-7 .col-inner {
    text-align: left;
}

.grey_button,
.only_product_tabs_content .col.medium-7 .col-inner a.button.primary {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    background: rgb(196, 196, 196) !important;
    border-radius: 4px !important;
    border-width: 0px !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    transition: all .4s ease !important;
    padding: 8px 20px !important;
    text-shadow: none !important;
    width: auto !important;
    line-height: 1.5em !important;
    font-weight: bolder;
}

.only_product_tabs_content .col.medium-7 .col-inner a.button.primary span {
    line-height: 100%;
    margin-bottom: 0;
}

.grey_button {
    font-style: normal;
    color: #000 !important;
    font-weight: bolder !important;
}

.find_dealer_action_items {
    text-align: left;
}

body .find_dealer_action_items a.mbde_btn {
    color: #fff !important;
    margin: 0 10px 10px 0;
    background: #888 !important;
    display: inline-block !important;
    border-radius: 4px !important;
    text-align: center !important;
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 16px !important;
    text-decoration: none !important;
    letter-spacing: 0;
    padding: 7px 19px !important;
    outline: 0;
    opacity: 1;
}

.only_category_content.row .row {
    box-shadow: none;
}

.category_details_section .section-content > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.category_details_section .section-content > .row .cat_details_left_col {
    position: relative;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 30px 90px 30px 30px !important;*/
    background: #004995;
}

.category_details_section .section-content > .row .cat_details_left_col .col-inner {
    float: right;
    position: relative;
    max-width: 570px;
    width: 100%;
    line-height: 30px;
    color: #fff;
    z-index: 10;
}

.category_details_section .section-content > .row .cat_details_left_col .col-inner h2 {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 25px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    line-height: 1.1;
}

.category_details_section .section-content > .row .cat_details_left_col .col-inner * {
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 0
}

.category_details_section .section-content > .row .cat_details_left_col .col-inner ul ul {
    margin-left: 0px;
    margin-top: 0;
}

.category_details_section .section-content > .row .cat_details_left_col .col-inner h3 {
    font-size: 15px;
}

.cat_details_title {
    margin-bottom: 0;
    padding-bottom: 0;
}

.cat_details_title:after {
    background-color: #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    opacity: 1;
}

.category_details_section .row-collapse .cat_details_right_col,
.cat_details_left_col {
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cat_details_right_col .col-inner,
.cat_details_left_col .col-inner {
    min-height: 770px;

    padding: 30px 30px 30px 0px !important;
}

.cat_details_right_col .col-inner {
    padding: 140px 30px 30px 0px !important;

}

.cat_details_right_col .col-inner .vidyard-player-container > div > div iframe,
.cat_details_right_col .col-inner .vidyard-player-container > div > div,
.cat_details_right_col .col-inner .vidyard-player-container > div,
.cat_details_right_col .col-inner .vidyard-player-container {
    height: 470px !important;
    max-height: 1080px !important;
    max-width: 100% !important;
    max-height: 470px !important;
}

.cat_details_button {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-box-shadow: inset 0px 1px rgb(255 255 255) !important;
    -moz-box-shadow: inset 0px 1px rgb(255, 255, 255) !important;
    border-radius: 12px !important;
    background-color: rgb(255, 255, 255) !important;
    background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(191, 191, 191)) !important;
    background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(191, 191, 191)) !important;
    border: 6px solid rgb(255, 255, 255) !important;
    box-shadow: inset 0px 1px rgb(255 255 255) !important;
    color: rgb(255, 255, 255) !important;
    font-family: sans-serif !important;
    height: auto !important;
    padding: 6px 18px !important;
    text-shadow: none !important;
    width: auto !important;
    font-size: 24px !important;
    line-height: 1.5em !important;
}

.category_details_section {
    padding: 0 !important;
}

.category_details_section .section-content > .row .cat_details_left_col.medium-12 .col-inner {
    float: none;
    max-width: 100%;
    height: auto;
    min-height: auto;
}

.i_t_section_2 h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.3;
}

.i_t_section_2 img {
    width: auto;
    max-width: 400px;
}

.a_find_dealer_btn {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 0;
    border-top: 1px solid #707070;
    font-family: 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #f50 !important;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #b23b00 !important;
    transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    text-shadow: none;
    line-height: 1.5;
    padding: 8px 20px;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 25%) !important;
}

.about_us_section_3.i_t_section_3 .blue-tab-text h2:after {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
}

.about_us_section_3.i_t_section_3 li {
    font-size: 15px;
}

.about_us_section_3.i_t_section_3 p {
    margin-bottom: 15px;
}

.sos_oil_section_3 ul ul {
    margin: 0;
}

.sos_oil_section_3 ul ul li {
    list-style-type: circle;
}

.service_section_2 h3 {
    font-size: 22px;
    font-weight: bolder;
    margin-bottom: 30px;
}

.blue_big_button {
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    background: rgb(0, 73, 149);
    border-radius: 6px;
    border-width: 0px;
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    height: auto;
    transition: all .4s ease;
    padding: 24px 30px;
    text-shadow: none;
    width: auto;
    line-height: 1.5em;
    width: 100%;
    font-family: 'MuseoSans-300', Helvetica, Arial, sans-serif !important;
}

.blue_big_button span {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5em;
}

.installationHR {
    border-top: 1px solid #ebebeb;
    width: 80%;
    margin: 0 auto 50px;
    height: 2px;
}

.service_section_2 h2 {
    color: #004995;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 28px;
}

.service_section_2 .orderLocator {
    position: relative;
}

.service_section_2 .orderLocator span, .service_section_2 .orderLocator a {
    text-transform: uppercase;
    color: white;
    background: #004995;
    padding: 16px 30px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    font-size: 18px;
}

.service_section_2 .orderLocator div {
    border: 1px solid #e1e1e1;
    width: 82%;
    margin: 0 auto 0 6%;
    padding: 17px 115px 17px 85px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.5;
}

.service_section_2 .orderPartContainer p {
    font-size: 18px;
    margin: 0;
}

.service_section_2 .orderLocator a {
    color: white;
    text-decoration: none;
    left: inherit;
    right: 0;
}

.dealer_section_2_row_2 img {
    width: auto;
    max-width: 100%;
}

/*content style*/

.columnTextRight:after {
    background: rgba(241, 62, 18, 0.9);
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

.columnTextRight * {
    color: white;
    position: relative;
    z-index: 1;
    font-family: 'Raleway', sans-serif;
}

.columnTextRight {
    padding: 25px;
    background: url(../../uploads/2022/02/orange-tab-bg.webp) no-repeat top center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.columnTextRight h2, .columnTextRight h1 {
    margin-top: 0px;
    font-size: 40px;
}

.page-id-2947 * {
    font-family: 'Raleway', sans-serif;
}

.page-id-2947 h1, .page-id-2947 h1 span, .page-id-2947 h2, .page-id-2947 h2 span, .page-id-2947 h3, .page-id-2947 h3 span, .page-id-2947 h4, .page-id-2947 h4 span, .page-id-2947 h5, .page-id-2947 h5 span, .page-id-2947 h6, .page-id-2947 h6 span {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: 1.29em;
    color: #595959;
    padding: 0;
    margin: .618em 0 .309em;
}

.page-id-2947 h1, .page-id-2947 h1 span {
    font-size: 48px;
}

.page-id-2947 strong {
    font-weight: bold;
}

.page-id-2947 h2, .page-id-2947 h2 span {
    font-size: 34px;
}
.i_product_details_section .i_product_details_row{
        border: 1px solid #004995;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    padding: 0px 20px;
    -webkit-box-shadow: -4px 10px 32px -15px rgb(0 0 0 / 56%);
    -moz-box-shadow: -4px 10px 32px -15px rgba(0,0,0,0.56);
    box-shadow: -4px 10px 32px -15px rgb(0 0 0 / 56%);
    border-bottom: 0;
}
.i_product_details_section .i_product_details_row .pitco_tab_content {
    margin-top: 50px;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel *{
    line-height: 1.4;
    color: #333;
    margin-bottom: 12px;
    text-align: center;
    font-size: 15px;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel table{
    text-align: center;
    border: 1px solid #004995;
    width: 100%;
    border-collapse: collapse;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel table tr td:first-child {
    background-color: #f6f6f6;
    background-color: #ccc;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel table thead tr{
    background-color: #004995;
    color: #fff;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel table td{
    border: 2px solid #004995;
    height: 40px !important;
}
.i_product_details_section .i_product_details_row .pitco_tab_content .panel table thead tr td{
    color: #fff;
    background-color: #004995 !important;
    height: 40px;
    border: 2px solid #004995;
    height: 40px !important;
}
.i_product_details_section {
    padding-bottom: 0 !important;
    padding-top: 60px !important;
}
.i_product_details_section .nav li a{
    font-weight: normal;
    text-transform: capitalize;
}
.i_product_details_section .pitco_tab_content.tabbed-content .nav li{
    margin-right: 2px !important;
}
.only_product_tabs_content>section,
.only_product_tabs_content>section .section-content>.row>.col{
    padding: 0 !important;
}
#blue_section_menu li{
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
}
#blue_section_menu{
    margin-bottom: 0;
}
#blue_section_menu li a{
    font-size: 12px;
    text-transform: uppercase;
    padding: 27px 25px;
    line-height: normal;
    white-space: normal !important;
    display: inline-block;
    color: white;
    color: #fff;
    text-decoration: none;
}
.parts_section_2 h3{
    color: #004995;
    font-weight: 900;
    font-size: 28px;
}
.parts_section_2 h2{
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    background: #004995;
    padding: 13px 18px;
    margin: 0 0 3px 0;
}
.parts_left_part .ux-menu-link a{
    color: #004995;
    white-space: normal !important;
    position: relative;
    font-family: 'Raleway',sans-serif;
    font-size: 18px;
    line-height: 100%;
    padding: 15px;
    word-break: break-word;
    text-decoration: none;
    text-transform: capitalize;
    margin: 0 0 3px 0;
    background-color: #dcdddf;
}
.parts_left_part .ux-menu-link a:after{
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/03/sales-right-arrow.webp);
    background-repeat: no-repeat;
    background-position: 96% center;
    content: "";
    height: 18px;
    margin-top: -8px;
    position: absolute;
    right: 12px;
    top: 50%;
    width: 10px;
}
.scheduleInstallation p{
    font-size: 24px;
} 
.scheduleInstallation p a{ 
    color: #004995;
}
.need_to_order_parts p{
    font-size: 16px;
}
.need_to_order_parts{
    text-align: center;
}
.need_to_order_parts img{
    width: auto;
}
.each_video_tab .tab{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    background-color: #004995;
    line-height: 100%;
    margin-right: 2px;
    padding: 8px 13px;
    border: 1px solid #004995;
    margin-bottom: 20px;
}
.i_video_preview img {
    display: block;
    width: 100%;
    vertical-align: top;
}
.a_service_videos {
    display: none;
}
.i_video_item_inner h3{
        background: #004995;
    padding: 7px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
        line-height: 100%;
    text-align: left;
}
.i_video_item_inner h3 a{
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    line-height: 100%;
    
}
.each_video {
    margin-bottom: 20px;
}
.cat_filter:hover{
    cursor: pointer;
}
.fancybox-inner{
        line-height: 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/* .fancybox-stage{
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}*/
.fancybox-stage iframe{
        width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgb(0 0 0 / 60%);
    background: #000;
}
.a_service_videos.fancybox-content{
    width: 100%;
    height: 600px;
    background: none;
}
.fancybox-slide--html .fancybox-close-small{
    right: 30px;
}
.factory_section_3 .col{
    display: none;
}
.factory_section_3 .col.active{
    display: block;
}
.factory_mail:before {
    width: 31px;
    height: 37px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/03/contact-sprite-1.webp);
    background-size: 124px auto;
    background-repeat: no-repeat;
    background-position: -62px 0;
}
.factory_section_2 .parts_right_part .col{
    color: #424042;
    display: inline-block;
    font-size: 16px;
    line-height: normal;
    position: relative;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
    font-weight: 400;
    padding-bottom: 15px;
}
.factory_section_2 .parts_right_part>.col-inner>.row{
    padding-top: 30px;
    font-size: 16px;
    line-height: normal;
    padding-left: 20px;
}
.withIcon {
    padding-left: 55px;
}
.factory_section_2 .parts_right_part .col h3{
    font-size: 16px;
    line-height: normal;
    display: block;
    color: #004b94;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 6px;
}
.factory_phone:before {
    top: 0;
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/03/contact-sprite-1.webp);
    width: 31px;
    height: 37px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: 124px auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.factory_email:before {
    top: 0;
    background-image: url(https://www.pitco.com/wp-content/uploads/2022/03/contact-sprite-1.webp);
        width: 31px;
    height: 37px;
    content: '';
    position: absolute;
    left: 0;
    background-size: 124px auto;
    background-repeat: no-repeat;
    background-position: -93px -3px;
    top: 11px;
}
select.custom_directory-select{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    text-overflow: ellipsis;
    font-size: 17px;
    color: #6e6e6d;
    line-height: 100%;
    padding: 0px 15px;
    margin-top: 3px;
    margin-bottom: 5px;
    border: 1px solid #004995;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 48px;
    color: #004995;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Raleway',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.file_email_section p{
    font-size: 18px;
    color: #004995;
    text-align: center;
}
.file_email_section p a{
    color: #004995;
}
.file_email_section p span a{
    font-size: 18px;
    line-height: normal;
    color: #424042;
    margin-left: 20px;
}
.factory_section_3 td{
    text-align: center;
}
.factory_section_3 thead td {
    font-size: 16px;
    line-height: normal;
    padding: 8px 7px;
    text-transform: uppercase;
    color: #6e6e6d;
    background-color: #f1f2f1;
    font-weight: 700;
}
.factory_section_3 td.nameCol {
    width: 25%;
    color: #424042;
    background-color: #f1f2f1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.factory_section_3 td.titleCol {
    width: 25%;
    color: #424042;
    background-color: #f1f2f1;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.factory_section_3 td.phoneCol {
    width: 25%;
    background-color: #004995;
    color: #fff;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
.factory_section_3 td.mailCol {
    width: 25%;
    background-color: #5ec5ef;
    color: #424042;
    border-bottom: 3px solid #fff;
}
.factory_section_3 td.phoneCol a {
    color: #fff;
    text-decoration: none;
}
.factory_section_3 td.mailCol a {
    color: inherit;
    text-decoration: none;
}
.file_email_section {
    padding-bottom: 0;
}
.factory_section_2{
    padding-bottom: 0 !important;
}
.each_video_tab li:hover, li.active_cat {
    background-color: #fff !important;
    color: #004995 !important;
    cursor: pointer;
}
.i_all_videos.tab-panels{
    padding: 0;
    border: 0;
}
.each_video{
    padding-bottom: 0px !important;
}
.category_external_content_section h3{
        font-size: 25px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.3;
}
.category_external_content_section h2{
        font-weight: 900;
    font-size: 60px;
    text-align: left;
    text-transform: uppercase;
    color: #004995;
    margin-bottom: 20px;
}
.tax-product_cat.term-95 .i_product_details_row .i_prod_spec_tabs_div{
    display: none;
}
body .category_product_listing_section_2 .category_description .i_link{
    color: #333 !important;
    background: none !important;
    margin-bottom: 12px !important;
    font-size: 15px !important;
    padding: 0 !important;
    display: inline !important;
}
.i_other_products_row .a_section_title{
    margin-top: 40px;
    color: #f13e12;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
}
.i_other_products_row>.col:first-child{
    padding-left: 30px;
    padding-right: 10px;
}
.our_other_products_slider.owl-carousel{
    -webkit-box-shadow: 0px 0px 15px 8px rgb(227 226 226);
    -moz-box-shadow: 0px 0px 15px 8px rgba(227,226,226,1);
    box-shadow: 0px 0px 15px 8px rgb(227 226 226);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 25px 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.slider_title h2{
    text-transform: uppercase;
        font-size: 32px;
    color: #004995;
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 700;
        margin-bottom: 0;
}
.slider_title h3{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: normal;
    color: #424042;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.slider_title h3:after{
    background: #424042;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
}
.slider_content h5{
    text-transform: uppercase;
        font-size: 18px;
    font-weight: normal;
    color: #424042;
    font-weight: 700;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 5px;
        margin-bottom: 0;
}
.slider_content h4{
    text-transform: uppercase;
    margin-bottom: 0;
        color: #2dabe2;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.2;
}
.slider_content h6{
    text-transform: uppercase;
        color: red;
    font-size: 16px;
    line-height: 1;
}
.one_col{
    display: inline-block;
    text-align: left;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
       background: transparent;
    border: 1px solid #004995;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
    
.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f13e12;
    border: 1px solid #f13e12;
}
.owl-dot{
    margin-right: 0;
}
.owl-dots{
    text-align: center;
}

.i_support_docs_wrapper {

}
.doc_items .i_hidden {

}
.i_support_docs_wrapper select {
    margin: 2px auto 10px 0;
    font-weight: normal;
}
.i_notice {
    color: #a3b3ce;
    font-size: 13px;
    margin-bottom: 10px;
}

.i_doc_type_data_div,
.i_doc_type_data_div.col {
    padding: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: default;
}
.i_doc_type_data_div .doc_item_line {
    background-color: #ccc;
    line-height: 100%;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    padding: 12px 7px;
    word-wrap: break-word;
}
.row.i_docs_group_div h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.1;
    color: #004995;
    margin: 0;
    margin-top: 22px;
}
.i_doc_type_data_div a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.i_doc_type_data_div.i_active .doc_item_line {
    background-color: #004995;
}
.i_docs_group_div .select2-container .select2-selection {
    background-color: #004995;
    display: block;
    padding: 0 14px 0 15px;
    height: auto;
}
.i_docs_group_div .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    padding-top: 6px;
}
.i_docs_group_div .select2-selection--single .select2-selection__rendered {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.i_docs_group_div .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    background-image: none;
}
.select2-container .select2-results__options li {
    background: #f1f2f1;
    color: #424042;
    border-bottom: 3px solid #fff;
    font-size: 15px;
    line-height: 100%;
    padding: 10px 7px;
    margin: 0 auto;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
    display: none;
}
.i_docs_group_div .select2-selection__arrow:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    font-style: normal;
    content: "\f078";
    color: #fff;
}
#product_2689.panel.entry-content .cat_desc_title,
#product_2679.panel.entry-content .cat_desc_title{
    display: none;
}
#product_2689.panel.entry-content .cat_desc_sub_title,
#product_2679.panel.entry-content .cat_desc_sub_title{
        font-weight: bolder;
    font-size: 60px;
    text-align: left;
    text-transform: uppercase;
    color: #004995;
    margin-bottom: 20px;
    letter-spacing: -3px;
}
.category_product_listing_section_2 .product_external_content_row.row{
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding: 40px 30px 30px 30px;
    margin: 0 auto !important;
}
.category_product_listing_section_2 .product_external_content_row.row .col.medium-5:after{
    content: "";
    position: absolute;
    right: 0px;
    height: 80%;
    width: 1px;
    top: 10%;
    background-color: #004995;
}
#a_document_table tbody tr{
    display: none;
}
#a_document_table tbody tr.arcive_tr{
    display:  table-row;
}
.all_documents:active,
.all_documents:focus,
.all_documents{
        display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 99.9%;
    cursor: pointer;
    background: #f13e12;
    border-color: #f13e12;
    padding: 0px 15px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
}
#a_document_table td{
    background-color: #ccc;
    line-height: 100%;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    text-align: center;
    padding: 12px 7px;
    color: #fff;
    word-wrap: break-word;
    width: 14%;
}
#a_document_table td a{
    color: #fff;
}
#a_document_table thead td{
    text-transform: uppercase;
}
.about_us_section_2.events_section_2 .row{
    background: rgb(255, 255, 255);
}
.about_us_section_2.events_section_2 .row.events_bottom_text_section{
    box-shadow: none;
    padding: 10px 15px;
    border: 1px solid #d7d7d7;
    -webkit-box-shadow: none;
}
.about_us_section_2.events_section_2 .row.events_bottom_text_section:hover{
    background-color: #004995;
    box-shadow: 0px 0px 12px 3px rgb(0 0 0 / 20%);
}
.square_block{
    max-width: 88px;
    background-color: #004995;
    min-height: 88px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 11px;
    width: 100%;
}
.about_us_section_2.events_section_2 .row.events_bottom_text_section:hover .square_block{
    background-color: #f13e12;
}
.about_us_section_2.events_section_2 .row.events_bottom_text_section h3{
    font-size: 25px;
    font-weight: 500;
    line-height: 100%;
}
.about_us_section_2.events_section_2 .row.events_bottom_text_section:hover *{
    color: #fff;
}
.about_us_section_2.events_section_2 .row.events_top_row{
    padding-top: 30px;
    padding-bottom: 30px;
}
.about_us_section_2.events_section_2 .row.events_bottom_row{
    padding-top: 0px;
    padding-bottom: 50px;
}

/* pitco Extra Pages */
.pitco_xtra_langing_title h1 {
    font-family: "MuseoSans-300", Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 20px 0 21px 150px;
}
/* navs */
.custom-quick-links a {
	display: inline-block;
	/* color: #919192; */
	font-family: 'MuseoSans-700',Helvetica,Arial,sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	/* background-color: #f1f2f1; */
	line-height: 100%;
	padding: 10px 15px;
	margin: 2px;
	border: 1px solid #004995;
	background-color: #fff;
	color: #004995;
	width: auto;
}
.custom-quick-links a:hover {
    background-color: #004995;
	color: #fff;
}
.custom-quick-links.links-horz a {
    float: left;
}
.custom_news-content {
    background: #f4f4f4;
    position: relative;
}
.custom_news-wrapper .custom_news-title h1 {
	font-family: 'MuseoSans-700',Helvetica,Arial,sans-serif;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
	padding: 5px 10px 7px;
	margin: 0;
	background-image: url(assets/sprite.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	background-position: 0 -114px;
	position: absolute;
	top: -24px;
	left: 19.4%;
	width: 100px;
}
.custom_module.news-item .custom_title {
	font-size: 16px;
	background-color: #f4f4f4;
}
.custom_module.quick-links.custom_title h3 {
	color: #fff;
	font-family: 'MuseoSans-700',Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 100%;
	text-transform: uppercase;
	padding: 6px 0 7px 22px;
	max-width: 100%;
	width: 132px;
	margin: 0;
	background-color: #004995;
	clip-path: polygon(0 0,86% 0,100% 100%,0% 100%);
	margin-bottom: 5px;
}
.custom_module.news-item .custom_title h3 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.17em;
	line-height: normal;
	text-transform: none;
	margin: 0;
}
.custom_module.news-item .custom_title h3 a {
	font-family: 'MuseoSans-500',Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #424042;
}
.custom_module.news-item .custom_content {
	color: #6e6e6d;
	font-size: 12px;
	line-height: 12px;
	min-height: 36px;
	padding: 0 50px;
	margin: 0 0 5px 0;
}
.ss_docs {
    background-color: rgb(18, 57, 94);
    max-width: 260px;
    max-height: 384px;
}
.ss_docs a {
    color: #fff;
    padding: 5;
    font-weight: bold;
} 
.ss_docs p {
    color: #fff;
    padding: 5px;
    font-weight: bold;
}
.ss_docs img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.ss_docs a img {
    padding: 0;
    margin: 0;
}

/* End pitco Extra Pages */

@media only screen and (max-width: 1100px) {
    .stuck #menu-main-menu, .header-nav {
         padding-right: 0px; 
    }
    .stuck .header-button .button{
        padding: 7px 6px !important;
        font-size: 11px;
    }
    .stuck #menu-main-menu > li > a, .stuck .nav > li > a {
        padding: 3px !important;
        font-size: 14px;
    }
}
@media only screen and (max-width: 991px) {
    #menu-main-menu > li > a, .nav > li > a {
        padding: 7px !important;
        font-size: 14px; 
    }
    #blog_head_text_box h1{
        font-size: 40px;
    }
    h2{
        font-size: 36px !important;
        line-height: 100% !important;
    }
    h3{
        line-height: 100% !important;
        font-size: 20px !important;
    }
    .blue_button,
    .orange_button{
        font-size: 14px !important; 
    }
    .home_section_1 .text-box{
        width: 95% !important;
    }
    
    .technologies_section_1 .text-box,
    .bars_pubs_section_3 .text-box,
    .about_us_section_3 .text-box{
        width: 80% !important;
    }
    .widget ,
    .col{
        max-width: 100%;
        flex-basis: 100%;
    }
    .left_menu ul:after, .pitco-resources-menu ul:after{
        width: 100% !important;
    }
    .c_stores_section_3 .banner{
        padding-top: 600px !important;
    }
    #mdr-brand-resource .tclientLogo{
        text-align: center;
    }
    .resource_card{
        float: none !important;
    }
    .home_section_4 .col .col-inner{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .startup_section_3 .col,
    .dealer_locator_section_2 .col,
    .bars_pubs_section_2 .col,
    .home_section_3 .row-collapse>.col,
    .home_section_2 .row-collapse>.col{
        padding-left: 20px !important; 
        padding-right: 20px !important;
        
    }
    .home_section_3 .row-collapse>.col .button {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .home_section_3 .row-collapse>.col .col-inner{
        text-align: center;
    }
    .home_section_3 .row-collapse>.col .col-inner .video {
        display: inline-block;
        max-width: 100%;
    }
    .e_e_section_2 img,
    .about_us_section_2 img{
        width: auto;
    }
    .about_us_section_2 .right-box{
        padding-left: 0;
        border: 0;
    }
    .contact_page_form_wrapper{
        margin-top: 30px;
    }
    .hbspt-form{
        max-width: 100%;
    }
    .about_us_section_2 .row{
        padding-left: 0;
        padding-right: 0;
    }
    .carousel-area img{
        width: auto;
    }
    .parts_section_1 .text-left{
        padding: 22px 45px !important;
    }
    #all_product_categories > li{
        width: 22%;
    }
    .solstice_supreme_section_3 img{
        width: 60%;
    }
    .about_us_section_2.startup_section_2 .col.medium-4{
        max-width: 100%;
    }
    .category_details_section .section-content > .row .cat_details_left_col .col-inner{
        max-width: 100%;
        float: none;
        padding-left: 30px !important;
    }
    .cat_details_right_col .col-inner, .cat_details_left_col .col-inner{
        min-height: 400px !important;
    }
    .cat_details_right_col .col-inner{
        padding: 20px !important;
    }
    
    .free_culinary_section_1 h1{
        padding-left: 15px !important;
        padding-right: 15px !important;
        font-size: 36px;
    }
    .f_t_p_section_3 .col-inner{
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    #a_document_table td{
        width: 100%;
    }
    .i_product_details_section .i_product_details_row .pitco_tab_content .panel table td {
        height: 60px !important;
            background-color: transparent !important;
    }
    .i_product_details_section .i_product_details_row .pitco_tab_content .panel table td>span {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 700px) {
    #all_product_categories > li {
        width: 43%;
    }
}
@media only screen and (min-width: 850px) {
    .header-nav .sub-menu {
        display: none;
        position: absolute;
        border: 1px solid #004995;
        border-bottom: 0px;
        background: #fff;
        padding: 0;
    }

    

    .header-nav li.menu-item-has-children {
        position: relative;
    }

    .active > ul.sub-menu:not(.nav-dropdown) {
        display: none !important;
    }

    .header-nav > li.menu-item-has-children:hover > .sub-menu {
        display: block !important;
    }

    .header-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        display: block !important;
        right: -100px;
        top: 0;
    }

    .header-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
        left: 255px;
        width: 255px;
    }

    .header-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children:hover > .sub-menu {
        display: block !important;
        right: -130px;
        top: 0;
    }

    .header-nav > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu > li.menu-item-has-children > .sub-menu {
        left: 250px;
        width: 170px;
    }

    .nav-dropdown .nav-dropdown-col .menu-item-has-children {
        margin-top: 0;
    }

    .header-nav li.menu-item-has-children:hover > .sub-menu {
    }

    .header-nav .menu-item-has-children:hover > .sub-menu > li {
        display: block;
        width: 100%;
    }

    .header-nav .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
        display: block;
    }
}
@media only screen and (max-width: 849px) {
    .footer-2 .widget_text{
        max-width: 50%;
        border-right: 0;
    }
}
.culinary_section_2 img{
    width: auto;
}
@media only screen and (max-width: 600px) {
    .solstice_supreme_section_3 .orange-tab-text  .banner{
        padding-top: 400px !important;
    }
    
}





/* TMC FIXES */
.home-split-section h2 {
    position: relative;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 17px;
    padding-bottom: 25px;
}

.home-split-section p {
    line-height: 30px;
    color: #fff;
    margin-bottom: 40px;
    font-size: 16px;
}

.home-split-section h2:after {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 150px;
    height: 3px;
}

.home-split-section  h4 {
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.home-split-section  h2 {
    font-size: 50px;
    line-height: normal;
    margin-bottom: 23px;
}

.home-split-section button {
    font-weight: 600;
    padding: 11px 17px;
    margin: 0px;
    border-radius: 10px;
    font-size: 16px;
}

.home-split-section .orange-tab-text .button {
    background-color: #004995;
   
}


.home-split-section.i_t_section_3  h2:after {
    background: #fff;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
}

.home-split-section.i_t_section_3 li {
    font-size: 15px;
}

.home-split-section.i_t_section_3 p {
    margin-bottom: 15px;
}

.home-split-section .text-box{
    width: 80% !important;
}

.button, .button a, .button a span {
  font-family: raleway, sans-serif !important
}

.home-split-section .orange-tab-text .button {padding: 1rem 2rem}

/* The following code is a bandaid and should be fixed asap  */
.home-split-section .banner-layer {
  min-height: 420px;
  padding: 0;
  position: absolute;
  top: 45%
}

.home-split-section .blue-tab-text .button {padding: 1rem 2rem; font-weight: 600}
.orange-tab-text .banner-layer {
  top: 44%
}

.home-split-section  .text-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 400px;
}

.home-split-section  .text-inner .button {
	margin-top: auto;
	margin-bottom: 0;
}