/*
Theme Name: Inductotherm Multisites
Theme URI: https://www.inductothermgroup.com
Author: Blue Blaze
Author URI: https://blueblazeassociates.com
Description: Custom WordPress theme.
Template: twentynineteen
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.0.1
Text Domain: inductotherm
*/
html, body {
    font-family: 'Roboto', sans-serif;
    background-color: #050505;
}
#main {
    background-color: #fff;
}
.site {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto 1fr auto;
    min-height: calc(100vh - 700px);
}
h1 {
    font-size: 28px;
    color: #414141;
    line-height: 1.2;
    margin: .5rem 0 .75rem;
    display: inline-block;
}
@media only screen and (min-width: 62em) {
    h1 {
        font-size: 34px;
        margin: 1rem 0 1.5rem;
    }
}
h1:not(.site-title):before, h2:before {
    display: none;
}
.home h1 {
    color: #FF3300;
    margin: 0;
}
h2 {
    font-size: 24px;
    color: #FF3300;
    line-height: 1.5;
    font-weight: 400;
    margin: .5rem 0 .25rem;
    display: inline-block;
}
@media only screen and (min-width: 48em) {
    h2 {
        margin: 1rem 0 .5rem;
    }
}
h3 {
    font-size: 20px;
    color: #414141;
    line-height: 1.2;
    margin: 1rem 0 .5rem;
    display: inline-block;
}
h4 {
    font-size: 20px;
    color: #FF3300;
    line-height: 1.2;
    font-weight: 400;
    margin: 1rem 0 .5rem;
    display: inline-block;
}
h5 {
    font-size: 20px;
    color: #FF3300;
    line-height: 1.2;
    font-weight: 300;
    margin: 1rem 0 .5rem;
    display: inline-block;
}
h6 {
    color: #414141;
    font-weight: 400;
    font-size: 14px;
    padding: .5rem .5rem 0;
    margin: 0;
    text-transform: uppercase;
}
p, ul, ol {
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    margin-bottom: 1rem;
}
hr {
    background-color: transparent;
    border: 0;
    margin: 0 0 15px;
    padding: 10px 0 0;
    border-bottom: 1px solid #bbbdbf;
}
a, a:visited {
    color: #ff3300;
    cursor: pointer;
}
a:hover, a:focus {
    color: #d11a12;
    text-decoration: underline;
}
a.button, a.button:visited, a.button:active, .button, .button:visited, .button:active, .button, button, input[type="button"], input[type="reset"], input[type="submit"] {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ffffff;
    border-width: 1px;
    border-color: #ff3300;
    border-style: solid;
    color: #ff3300;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 12px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
    vertical-align: middle;
    display: inline-block;
}
a.button:hover, .button:hover, a:hover .link .button, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #ff3300;
    border-color: #ff3300;
    color: #ffffff;
    text-decoration: none;
}
a.button-dark, a.button-dark:visited, a.button-dark:active, .button-dark, .button-dark:visited, .button-dark:active, .button-dark {
    width: auto;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    background: #ff3300;
    border-width: 1px;
    border-color: #ff3300;
    border-style: solid;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-shadow: none;
    padding: 12px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
    vertical-align: middle;
    display: inline-block;
}
a.button-dark:hover, .button-dark:hover, a:hover .link .button-dark {
    background: #bd0600;
    border-color: #bd0600;
    color: #ffffff;
    text-decoration: none;
}
input[type="search"] {
    -webkit-backface-visibility: hidden;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    padding: 12px 20px;
    -webkit-appearance: none;
    outline-offset: 0;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    color: #414141;
    margin-bottom: 1rem;
    width: 75%;
    font-family: 'roboto', sans-serif;
}
a.box-link {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .2s ease-in-out; /** Firefox **/
    -o-transition: all .2s ease-in-out; /** Opera **/
    position: relative;
    width: 100%;
    height: 200px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
@media only screen and (min-width: 75em) {
    a.box-link {
        height: 225px;
    }
}
@media only screen and (min-width: 90em) {
    a.box-link {
        height: 250px;
    }
}
a:hover.box-link {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: transparent;
}
.box-link h3 img {
    width: 25px;
    position: absolute;
    left: 6px;
    top: 6px;
    height: auto;
}

.box-link p {
    color: #414141;
    padding: .35rem .5rem;
    margin: 0;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.box-link img {
    width: 100%;
    flex: 1;
    height: 100%;
    object-fit: cover;
}
.box-link figure.post-thumbnail {
    height: 100%;
}
a.post-box-link {
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0);
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .2s ease-in-out; /** Firefox **/
    -o-transition: all .2s ease-in-out; /** Opera **/
    position: relative;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 300px;
    margin-bottom: 2rem;
}
@media only screen and (min-width: 75em) {}
@media only screen and (min-width: 90em) {}
a:hover.post-box-link {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    border: transparent;
}
.post-box-link h2 {
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    padding: .35rem .5rem;
}
.post-box-link p {
    color: #414141;
    padding: .35rem .5rem;
    margin: 0;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 2.75rem;
    width: 100%;
    background-color: #fff;
}
.post-box-link .link {
    color: #414141;
    padding: 0 .5rem .25rem;
    margin: 0;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #fff;
}
.post-box-link img {
    width: 100%;
    flex: 1;
    height: 100%;
    object-fit: cover;
}
.post-box-link figure.post-thumbnail {
    height: 100%;
}
.flexboxes {
    display: flex;
    width: 100%;
    margin-bottom: 2rem;
}
/* Masonry Grid for Blog */
.grid {
    margin: 0 -1rem;
}
.grid-item {
    width: 100%;
}
@media only screen and (min-width: 48em) {
    .grid-item {
        width: 50%;
    }
}
@media only screen and (min-width: 75em) {
    .grid-item {
        width: 33%;
    }
}
.grid-item article {
    padding: 0 1rem 2rem;
}
.grid-item a.post-box-link {
    height: auto;
}
.grid-item figure.post-thumbnail {
    height: auto;
}
.grid-item img {
    width: 100%;
    flex: 1;
    height: auto;
    object-fit: contain;
    position: relative;
    padding-bottom: 0;
}
.grid-item h2 {
    margin: 0;
    padding: .5rem .5rem 0;
}
.grid-item h5 {
    padding: .25rem .5rem .5rem;
    margin: 0;
    font-size: 16px;
}
.grid-item p {
    position: relative;
    bottom: auto;
    padding: 0 .5rem;
    margin: 0;
}
.grid-item .link {
    padding: 0 .5rem .25rem;
    margin: 0;
    position: relative;
}
table {
    font-size: 16px;
    line-height: 24px;
    color: #414141;
    margin-bottom: 1rem;
    font-family: 'Roboto', sans-serif;
    table-layout: fixed;
}
table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
table tr {
    border-bottom: 1px solid #ffffff;
    display: block;
}
table td {
    border-bottom: 1px solid #ffffff;
    display: block;
    text-align: left;
    word-break: inherit;
}
table td::before {
    content: attr(data-th);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    color: #ff3300;
}
tr:nth-child(odd) {
    background-color: #e6e6e6;
}
tr:nth-child(even) {
    background-color: #f4f4f4;
}
tr:nth-child(odd) td {
    border-bottom: 1px solid #ffffff;
}
tr:nth-child(even) td {
    border-bottom: 1px solid #e8ebed;
}
table th {
    background-color: #d2d2d2;
    text-align: left;
    font-size: 13px;
    text-transform: uppercase;
}
table td, table th {
    padding: .35rem .75rem;
    border: none;
    word-break: initial;
    white-space: pre-line;
    vertical-align: top;
    border-right: none;
    display: block;
    text-align: left;
}
@media only screen and (min-width: 62em) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: auto;
        margin: 0;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: auto;
    color: #ff3300;
    }
    table tr {
        border-bottom: none;
        display: table-row;
    }
    table td, table th {
        padding: .35rem .75rem;
        border: none;
        word-break: initial;
        white-space: pre-line;
        vertical-align: top;
        border-bottom: none;
        display: table-cell;
        text-align: left;
        border-right: 1px solid #fff;
    }
    tr:nth-child(odd) td, tr:nth-child(even) td {
        border-bottom: none;
    }
    table td::before {
        display: none;
    }
}
.entry .post-thumbnail {
    margin: 0;
}

/* Mobile Menu */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 0;
    background-color: #2d2d2d;
    overflow-y: scroll;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 50px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.sidenav .bellows .bellows-nav a {
    padding: 15px 25px !important;
    text-decoration: none !important;
    font-size: 16px;
    color: #ffffff;
    display: block !important;
    transition: 0.3s;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 400;
    border-bottom: 1px solid #414141;
}
.sidenav .bellows .bellows-nav .bellows-current-menu-item a, .sidenav .bellows .bellows-nav a:hover, .sidenav .bellows .bellows-nav a:active {
    color: #ff3300;
}
.bellows .bellows-nav .bellows-submenu a {
    text-transform: none;
    letter-spacing: 1px;
    padding: 10px 25px !important;
    color: #ffffff;
}
.bellows .bellows-nav .bellows-submenu a:hover, .bellows .bellows-nav .bellows-submenu a:active {
    color: #ff3300;
}
.bellows .bellows-nav .bellows-subtoggle {
    width: 78px !important;
}
.bellows .bellows-nav .bellows-submenu .bellows-item-level-2 .bellows-target {
    padding-left: 2rem !important;
    font-size: 14px;
}
.sidenav .overlay-content {
    margin-top: 25px;
    width: 320px;
}
.sidenav a.closebtn {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 36px;
    color: #6e6e6e;
    font-weight: 100;
    font-family: 'roboto', sans-serif;
    width: 50px;
    text-align: center;
}
.sidenav a:hover.closebtn {
    color: #ffffff;
    text-decoration: none;
}
.togglemenu {
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    width: 35px;
    right: 2rem;
    background-color: #ff3300;
    border-radius: 4px;
    text-align: center;
    padding: 0;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    border: 1px solid #ff3300;
    height: 35px;
    line-height: 35px;
}
@media only screen and (min-width: 62em) {
    .togglemenu {
        display: none;
    }
}
.bellows {
    margin: 0 !important;
}
.bellows .bellows-nav .bellows-subtoggle .fa {
    margin-top: -10px !important;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: 'roboto', sans-serif;
    font-size: 20px;
}
.bellows .bellows-nav .bellows-subtoggle .fa-chevron-down:before {
    content: "\00BB";
}
.bellows .bellows-nav .bellows-subtoggle .fa-chevron-up:before {
    content: "\00AB";
}
/* Header */
.gradient-fire {
    height: 10px;
    background-image: url(assets/images/gradient.jpg);
    background-size: cover;
}
.main-header {
    padding: 15px 0 1px;
}
@media only screen and (min-width: 62em) {
    .main-header {
        padding: 30px 0 20px;
    }
}
.site-header {
    margin: 0;
    padding: 0;
}
.site-logo {
    position: relative;
    right: 0;
    top: 0;
    margin: 0;
    height: 70px;
}
@media only screen and (min-width: 62em) {
    .site-logo {
        height: 90px;
    }
}
.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
    box-shadow: none;
    outline: none;
}
.site-logo .custom-logo-link {
    width: 100% !important;
    height: 70px;
    border-radius: 0;
}
@media only screen and (min-width: 62em) {
    .site-logo .custom-logo-link {
        width: 100% !important;
        height: 90px;
        border-radius: 0;
    }
}
img.custom-logo {
    height: 60px;
    width: auto;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}
@media only screen and (min-width: 62em) {
    img.custom-logo {
        height: 90px;
    }
}

/* Header Menu */
.header-navigation {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
#mega-menu-wrap-language_menu #mega-menu-language_menu li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-language_menu #mega-menu-language_menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
    margin: 0 !important;
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu {
    right: 0;
    margin-top: 10px;
    width: 150px;
}
@media only screen and (min-width: 62em) {
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu {
    right: 0;
}
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-item:first-of-type {
    background-image: url(./assets/images/globe.svg);
    line-height: 26px;
    font-weight: normal;
    height: 26px;
    text-align: right;
    color: #313333;
    text-transform: uppercase;
    font-size: 0;
    margin: 0;
    padding: 0 0 0 0;
    background-repeat: no-repeat;
    background-position: right 15px top;
    min-width: 45px;
}
@media only screen and (min-width: 37em) {
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-item:first-of-type {
    padding: 0 40px 0 0;
    }
}
@media only screen and (min-width: 62em) {
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-item:first-of-type {
        line-height: 20px;
        height: 18px;
        font-size: 14px;
    margin: 0;
    padding: 2px 0 0 15px;
    background-position: left top;
    border-right: 1px solid #bbbdbf;
    }
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu {
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    padding: 0px 0px 0px 0px;
    background: #f1f1f1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
    background: -moz-linear-gradient(top, #fff, #f1f1f1);
    background: -ms-linear-gradient(top, #fff, #f1f1f1);
    background: -o-linear-gradient(top, #fff, #f1f1f1);
    background: linear-gradient(to bottom, #fff, #f1f1f1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFF1F1F1');
    max-width: none;
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.1);
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    border-bottom: 1px solid rgba(65, 65, 65, 0.1);
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: transparent;
    color: #414141;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    padding: 0px 10px 0px 10px;
    line-height: 35px;
    text-decoration: none;
    text-transform: none;
    vertical-align: baseline;
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
    color: #FF3300;}
.language-link .wpml-ls-native {
    font-size: 0px;
    display: block;
    height: 36px;
    width: 36px;
}
.language-link ul.mega-sub-menu .wpml-ls-native {
    font-size: 14px;
    display: block;
    height: auto;
    width: 100%;
}
@media only screen and (min-width: 62em) {
.language-link .wpml-ls-native {
    font-size: 14px;
}
.language-link .wpml-ls-native {
    display: block;
    height: auto;
    width: 100%;
}
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 24px;
    font-size: 0;
}
@media only screen and (min-width: 62em) {
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 16px;
    font-size: 14px;
}
}
#mega-menu-wrap-language_menu #mega-menu-language_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    text-align: right;
}
.header-menu {
    display: none;
}
@media only screen and (min-width: 62em) {
    .header-menu {
        display: block;
    }
}
/* Mega Menu */
.main_menu {
    display: none;
}
@media only screen and (min-width: 62em) {
    .main_menu {
        background-color: #050505;
        display: block;
    }
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu {
    padding: 15px 0 0 0;
}
li.mega-menu-column li:after a.mega-menu-link {
    content: 'asd';
    font-size: 16px;
    color: #fff;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    padding-bottom: 0 !important;
}
.main_menu figure {
    width: 100% !important;
    -webkit-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    box-shadow: inset 0px 0px 15px 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
    background-color: #191a1a;
    margin: -25px 0 25px 0;
}
.main_menu figcaption.wp-caption-text {
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:after {
    content: '\00BB';
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: 0px;
    font-size: 16px;
    line-height: 10px;
    display: inline;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: '\00BB';
    font: inherit;
    font-family: dashicons;
    position: absolute;
    margin: 6px 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
    background: transparent;
    height: auto;
    width: auto;
    top: 0;
    font-size: 16px;
    line-height: 1;
    display: inline;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu {
    border-left: none;
    padding-top: 25px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
    margin: 0 15px 0 0;
}
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
        margin: 0 15px 0 0;
    }
@media only screen and (min-width: 78em) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
        margin: 0 20px 0 0;
    }
}
@media only screen and (min-width: 90em) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item {
        margin: 0 25px 0 0;
    }
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 14px;
    font-weight: 500;
}
@media only screen and (min-width: 68em) {

#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 15px;
    font-weight: 500;
}
}
@media only screen and (min-width: 84em) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 16px;
    }
}
@media only screen and (min-width: 91em) {
    #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 17px;
    }
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item-has-children > a.mega-menu-link span.mega-indicator:after {
    margin: 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:active, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu.mega-menu-item.mega-toggle-on, .mega-current-menu-ancestor, .single-products .mega-menu-grid a.mega-menu-link {
    background-image: url(./assets/images/caret.png) !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    transition: inherit;
    color: #bd0600 !important;
    font-weight: 500;
}
.single-products #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, .single-products #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #fff !important;
}
.single-products #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a:hover.mega-menu-link, .single-products #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a:hover.mega-menu-link {
    color: rgb(249, 66, 58) !important;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before {
    content: '•';
    color: rgb(249, 66, 58) !important;
    display: inline-block;
    font: inherit;
    font-family: dashicons;
    position: static;
    margin: 0 6px 0 -15px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    height: auto;
    width: auto;
    font-size: 26px;
    line-height: 13px;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link:before {
    content: '';
}
#mega-menu-wrap-main_menu #mega-menu-main_menu li.mega-menu-item a.mega-menu-link:before {
    margin: 0;
}
.mega-indicator:after {
    margin: 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-tabbed > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    border-radius: 4px;
    margin: 5px 0;
}
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    padding-left: 15px;
}
/* Footer */
#footer-widget {
    background-color: #050505;
    padding: 1rem 0 2rem;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    #footer-widget {
        text-align: left;
    }
}
#footer-widget p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
}
@media only screen and (min-width: 64em) {
    #footer-widget p {
        font-size: 14px;
        line-height: 22px;
    }
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {
    font-size: 11px;
    padding: 0px 5px;
}
@media only screen and (min-width: 38em) {
    #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 11px;
        padding: 0px 10px;
    }
}
@media only screen and (min-width: 64em) {
    #mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
    }
}
.social-nav {
    display: block;
    margin: 0 2px;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    .social-nav {
        text-align: right;
        margin: 0 5px 0 0;
    }
}
ul.social-nav {
    padding-left: 0;
}
.social-nav li {
    display: inline-block;
    font-size: 0;
}
.social-nav li a {
    background-size: cover;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    display: block;
    margin: 0 5px 15px;
    opacity: .35;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out; /** Chrome & Safari **/
    -moz-transition: all .2s ease-in-out; /** Firefox **/
    -o-transition: all .2s ease-in-out; /** Opera **/
}
.social-nav li a:hover {
    opacity: .75;
}
.social-nav li.email a {
    background-image: url(./assets/images/email.svg);
}
.social-nav li.fb a {
    background-image: url(./assets/images/facebook.svg);
}
.social-nav li.tw a {
    background-image: url(./assets/images/twitter.svg);
}
.social-nav li.ld a {
    background-image: url(./assets/images/linkedin.svg);
}
.social-nav li.yt a {
    background-image: url(./assets/images/youtube.svg);
}
.social-nav li.ig a {
    background-image: url("./assets/images/instagram.svg");
}
#mega-menu-wrap-footer_menu #mega-menu-footer_menu {
    text-align: center;
}
@media only screen and (min-width: 48em) {
    #mega-menu-wrap-footer_menu #mega-menu-footer_menu {
        text-align: right;
    }
}
/* Menu Search */
.menu-search {
    margin: 0;
    background-color: #050505;
    padding: 1rem;
}
@media only screen and (min-width: 62em) {
    .menu-search {
        margin: 20px 0 0 0;
        background-color: transparent;
        padding: 0 0 20px 0;
    }
}
.menu-search form.search-form {
    background-color: #414141;
    border-radius: 4px;
    display: flex;
    height: 40px;
    align-items: center;
}
.menu-search form.search-form label {
    flex: 1 1 auto;
    width: 100%;
}
.menu-search form.search-form input::placeholder {
    color: #fff;
}
.menu-search input.search-field {
    background-color: transparent;
    border: none;
    color: #fff;
    font-family: 'roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    margin: 0;
}
.menu-search input[type="submit"] {
    background: transparent;
    border: none;
    color: #ff3300;
    font-family: dashicons;
    content: "\f002";
    justify-content: flex-end;
    background-image: url(./assets/images/search.svg);
    line-height: 20px;
    font-weight: normal;
    height: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: 0;
    margin: 0px 10px 0 0;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    box-shadow: none;
}
/* Page */
#primary.content-area {
    padding: 0 0 2rem;
}
@media only screen and (min-width: 62em) {
#primary.content-area {
        padding: 1rem 0 3rem;
    }
}
.home #primary.content-area {
    padding-bottom: 0;
}
.featured-image img {
    width: 100%;
}
/* Footer Content */
.form-box {
    margin-bottom: 1rem;
    text-align: left;
        border-right: none;
    padding-right: 1rem;
}
@media only screen and (min-width: 48em) {
    .form-box {
        margin-bottom: 0;
        border-right: 1px solid #bbbdbf;
    padding-right: 2rem;
    }
}
.address-box {
    padding-left: 1rem;
}
@media only screen and (min-width: 48em) {
.address-box {
    padding-left: 2rem;
    }
}
.frm_style_formidable-style.with_frm_style .frm_primary_label {
    line-height: 1.2;
}
.frm_style_formidable-style.with_frm_style textarea {
    margin-top: 5px;
    height: 103px;
}
#footer-content {
    background-color: #e6e6e6;
    padding: 2rem 0;
    text-align: center;
}
@media only screen and (min-width: 48em) {
    #footer-content {
        text-align: left;
    }
}
.single-products #footer-content {
    margin-top: 0;
}
#footer-content h3 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 18px;
}
#footer-content p {
    margin: 0 0 5px 0;
}
#footer-content ul {
    margin: 0 0 5px 0;
    padding: 0;
}
#footer-content li {
    display: inline-block;
    padding: 0 0 0 10px;
    border-left: 1px solid #414141;
    margin: 0px 10px 0 0px;
    line-height: 1;
}
#footer-content li:first-child {
    margin: 0 10px 0px 0px;
    border-left: none;
    padding: 0;
}
.footer-logo {
    width: 200px;
    height: 70px;
    margin: 10px auto 25px;
    background-image: url(./assets/images/inductotherm-group-logo-white.svg);
    background-size: contain;
}
@media only screen and (min-width: 48em) {
.footer-logo {
    margin: 10px 0 0;
}
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
@media only screen and (min-width: 48em) {
    .copyright {
        text-align: right;
    }
}
/* Products */
#products.content-area {
        padding: 1rem 0 0;
}
@media only screen and (min-width: 37em) {
    #products.content-area {
        padding: 2rem 0 0;
    }
}
#products header {
    display: block;
    align-items: flex-end;
}
@media only screen and (min-width: 37em) {
    #products header {
        display: flex;
    }
}
img.product-brand-logo {
    height: 60px;
    padding: 0 0 20px 0;
    border-right: none;
    margin: 0;
    border-bottom: 1px solid #bbbdbf;
    display: block;
    text-align: left;
}
@media only screen and (min-width: 37em) {
    img.product-brand-logo {
    height: 50px;
        padding: 0 20px 0 0;
        border-right: 1px solid #bbbdbf;
        border-bottom: none;
        margin: 0rem 20px 1.5rem 0;
    }
}
#products header h1 {
    margin: .5rem 0 1.5rem;
}
@media only screen and (min-width: 37em) {
    #products header h1 {
        margin: 0rem 0 1.5rem;
    }
}
figure.featured-product {
    width: 100%;
}
.company-info {
    background-color: #f5f5f5;
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #dddede;
}
.company-info h3 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 18px;
}
.company-info p {
    margin: 0 0 5px 0;
}
.company-info ul {
    margin: 0 0 5px 0;
    padding: 0;
}
.company-info li {
    display: block;
    margin: 0;
}
.gray-background {
    background-color: #f5f5f5;
    padding: 2rem 0 3rem;
    margin-top: 1rem;
}
@media only screen and (min-width: 48em) {
    .gray-background {
        padding: 3rem 0;
        margin-top: 2rem;
    }
}
.section-tab {
    margin: -1.5rem 0 2rem;
    background: -moz-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(189, 189, 189, 1) 50%, rgba(186, 186, 186, 0) 52%, rgba(110, 110, 110, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(189, 189, 189, 1) 50%, rgba(186, 186, 186, 0) 52%, rgba(110, 110, 110, 0) 100%);
    background: linear-gradient(to right, rgba(189, 189, 189, 1) 0%, rgba(189, 189, 189, 1) 50%, rgba(186, 186, 186, 0) 50%, rgba(110, 110, 110, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#006e6e6e', GradientType=1);
    z-index: 2;
    position: relative;
    line-height: 1;
}
.section-tab .section-gray-white .container-fluid {
    background: linear-gradient( to bottom, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
}
.section-tab .section-white-gray .container-fluid {
    background: linear-gradient( to bottom, #ffffff 0%, #ffffff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.section-tab h2 {
    background: #bdbdbd;
    background: -moz-linear-gradient(left, #bdbdbd 0%, #6e6e6e 100%);
    background: -webkit-linear-gradient(left, #bdbdbd 0%, #6e6e6e 100%);
    background: linear-gradient(to right, #bdbdbd 0%, #6e6e6e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#6e6e6e', GradientType=1);
    margin: 0;
    padding: 10px 1rem;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: inline-block;
}
.section_highlights {
    background-color: #fff;
}
.section_highlights h2 {
    background-color: #FF3300;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 10px 10px 50px;
    line-height: 16px;
    margin: 0;
    font-weight: 600;
}
.section_highlights .product-highlights {
    border: 1px solid #e6e6e6;
    padding: 1rem;
    margin-bottom: 1rem;
}
.section_highlights .product-highlights img {
    max-width: 100%;
    width: auto;
}
#features h2 {
    background-image: url(./assets/images/star.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
}
#tech h2 {
    background-image: url(./assets/images/gears.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
}
#accessories h2 {
    background-image: url(./assets/images/accessories.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 15px center;
    display: block;
}
.photo_slider {
    margin-bottom: 1rem;
}
@media only screen and (min-width: 48em) {
    .photo_slider {
        margin-bottom: 2rem;
    }
}
.photo_slider h2, .video_slider h2 {
    color: #414141;
    text-transform: uppercase;
    margin: 0 0 .75rem;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    padding: 0;
}
.carousel {
    position: relative;
    padding-bottom: 20px;
}
.slide-image {
    position: relative;
    width: 100%;
    height: 200px;
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}
@media only screen and (min-width: 26em) {
    .slide-image {
        height: 275px;
    }
}
.slide-image a {
    width: 100%;
}
.slide-image img {
    width: 100%;
    flex: 1;
    height: 100%;
    object-fit: cover;
}
.caption {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    font-size: 16px;
    padding: .25rem .5rem;
    font-weight: 800;
}
.carousel-indicators {
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}
.carousel-indicators li {
    background-color: #d3d7d9;
    border-radius: 10px;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border: 1px solid #d3d7d9;
}
.carousel-indicators .active {
    background-color: #ff3300;
    border: 1px solid #ff3300;
    margin: 0 5px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    background-color: rgba(0, 0, 0, .5);
    z-index: 4;
    height: 40px;
    top: 35%;
    width: 24px;
    font-size: 20px;
    opacity: 1;
}
.section_related_resources {
    padding: 3rem 0 2rem;
    margin: -3rem 0 0 0;
    background-color: #fff;
    z-index: 1;
    display: block;
    flex-wrap: wrap;
}
@media only screen and (min-width: 48em) {
    .section_related_resources {
        padding: 3rem 0 5rem;
    }
}
.section_related_resources .box-link h3 {
    background-color: rgba(147, 147, 147, .9);
    position: absolute;
    z-index: 2;
    margin: 0;
    color: #fff;
    padding: 10px 15px 10px 35px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    top: 0;
}
.section_related_products {
    padding: 3rem 0 1rem;
    margin: -3rem 0 0 0;
    background-color: #f5f5f5;
    z-index: 1;
    display: block;
    flex-wrap: wrap;
}
@media only screen and (min-width: 48em) {
    .section_related_products {
        padding: 3rem 0;
    }
}
/* Blog */
nav.navigation.pagination, .post-navigation {
    display: block;
    width: 100%;
    border-top: 1px solid #e6e6e6;
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.pagination .nav-links, .post-navigation .nav-links {
    margin: 0;
    padding: 0;
    justify-content: center;
    width: 100%;
    flex-direction: row;
    display: flex;
    max-width: 100%;
}
.pagination .nav-links > *, .post-navigation .nav-links > * {
    color: #ff3300;
    font-size: 14px;
    padding: 5px 10px;
    margin: 10px 5px;
    font-weight: 600;
}
.post-navigation .nav-links .nav-previous {
    order: 1;
}
.post-navigation .nav-links .nav-next {
    order: 2;
}
span.page-numbers.current {
    background-color: #ff3300;
    color: #fff;
    border-radius: 4px;
}
.pagination .nav-links .nav-next-text, .pagination .nav-links .nav-prev-text, .post-navigation .nav-links .nav-next, .post-navigation .nav-links .nav-previous {
    visibility: visible;
    display: block;
}
.pagination .nav-links .nav-next-text .text, .pagination .nav-links .nav-prev-text .text {
    visibility: hidden;
    display: none;
}
@media only screen and (min-width: 37em) {
    .pagination .nav-links .nav-next-text .text, .pagination .nav-links .nav-prev-text .text {
        visibility: visible;
        display: inline;
    }
}
.post-navigation .nav-links a .meta-nav {
    color: #414141;
    user-select: none;
}
.post-navigation .nav-links a .post-title {
    hyphens: none;
    font-size: 14px;
    padding: 5px 0;
    margin: 10px 0;
    font-weight: 600;
}
.post-navigation .nav-links a:hover {
    color: #ff3300;
}
.post-navigation .nav-links .nav-next {
    width: calc(100% - 2 * 0rem);
    text-align: right;
    padding: 0;
}
.post-navigation .nav-links .nav-previous {
    width: calc(100% - 2 * 0rem);
    text-align: left;
    padding: 0;
}
.blog-sidebar, .event-sidebar {
    background-color: #f5f5f5;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid #dddede;
}
.blog-sidebar h2, .event-sidebar h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 18px;
    color: #414141;
    line-height: 1.2;
    font-weight: 700;
}
.blog-sidebar ul, .event-sidebar ul {
    padding: 0;
    margin: 0;
}
.blog-sidebar li, .event-sidebar li {
    list-style: none;
    border-bottom: 1px solid #dddede;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
header.blog {
    display: block !important;
}
header.blog h1 {
    margin: 0 !important;
}
header.blog h5 {
    display: block;
    margin: .25rem 0 0.5rem;
}
header.blog h6 {
    padding: .5rem 0 1rem !important;
}
/* Recent Posts Sidebar */
.rpwe-block ul {
    list-style: none !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.rpwe-block li {
    border-bottom: 1px solid #dddede;
    margin-bottom: 15px;
    padding-bottom: 10px;
    list-style-type: none;
}
.rpwe-block a {
    display: inline !important;
    text-decoration: none;
}
.rpwe-block a.more-link {
    padding: 5px 0 0;
    display: block !important;
}
.rpwe-block h3 {
    background: none !important;
    clear: none;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #ff3300;
    display: inherit;
}
.rpwe-thumb, .rpwe-li .size-post-thumbnail {
    border: 1px solid #eee !important;
    box-shadow: none !important;
    margin: 2px 10px 2px 0;
    padding: 0 !important;
    max-width: 60px;
    height: auto;
    float: left;
}
.rpwe-summary {
    font-size: 14px;
    line-height: 1.4;
    padding: .5rem 0;
}
.rpwe-time {
    color: #414141;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    display: inherit;
    margin-top: 5px;
}
.rpwe-comment {
    color: #bbb;
    font-size: 11px;
    padding-left: 5px;
}
.rpwe-alignleft {
    display: inline;
    float: left;
}
.rpwe-alignright {
    display: inline;
    float: right;
}
.rpwe-aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.rpwe-clearfix:before, .rpwe-clearfix:after {
    content: "";
    display: table !important;
}
.rpwe-clearfix:after {
    clear: both;
}
/* Homepage */
.home-content {
    background-color: #f5f5f5;
    padding: 2rem 1rem;
}
@media only screen and (min-width: 62em) {
    .home-content {
        padding: 3rem 1rem;
    }
}
.box-link h3.product-icon {
    background-image: url(./assets/images/product.svg);
    background-repeat: no-repeat;
    background-position: 4px 5px;
    background-size: 25px;
    padding: 10px 15px 10px 30px;
}
.home-form {
    background: rgb(230, 230, 230); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f5f5f5', GradientType=0); /* IE6-9 */
    border-left: none;
    padding: 2rem 1rem 3rem 1rem;
}
@media only screen and (min-width: 62em) {
    .home-form {
        padding: 3rem 1rem 1.5rem 1rem;
        background: rgb(230, 230, 230); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(230, 230, 230, 1) 25%, rgba(245, 245, 245, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#f5f5f5', GradientType=1); /* IE6-9 */
        border-left: 1px solid rgba(186, 186, 186, .5);
    }
}
.home-form h2 {
    background: #bdbdbd;
    background: -moz-linear-gradient(left, #bdbdbd 0%, #6e6e6e 100%);
    background: -webkit-linear-gradient(left, #bdbdbd 0%, #6e6e6e 100%);
    background: linear-gradient(to right, #bdbdbd 0%, #6e6e6e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#6e6e6e', GradientType=1);
    padding: 10px 1rem;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    -webkit-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 0px 5px 0px rgba(0, 0, 0, 0.15);
    margin: -3rem 0 1rem -1rem;
    display: inline-block;
    position: absolute;
}
@media only screen and (min-width: 62em) {
.home-form h2 {
        position: relative;
    }
}
.home .section-tab .section-gray-white .container-fluid {
    background: transparent;
}
@media only screen and (min-width: 62em) {
.form-gradient {
    background: rgb(230, 230, 230);
    background: -moz-linear-gradient( to bottom, #f5f5f500 0%, #f5f5f500 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient( to bottom, #f5f5f500 0%, #f5f5f500 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient( to bottom, #f5f5f500 0%, #f5f5f500 50%, #ffffff 50%, #ffffff 100%);
    display: block !important;
}
}
.title-gradient {
    background: rgb(230, 230, 230);
    background: -moz-linear-gradient( to bottom, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
    background: -webkit-linear-gradient( to bottom, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
    background: linear-gradient( to bottom, #f5f5f5 0%, #f5f5f5 50%, #ffffff 50%, #ffffff 100%);
}
.home .section_related_resources {
    padding: 3rem 0 1rem;
    margin: -3rem 0 0 0;
    background-color: #ffffff;
    z-index: 1;
    display: block;
    flex-wrap: wrap;
}
@media only screen and (min-width: 62em) {
    .home .section_related_resources {
        padding: 3rem 0 2rem;
    }
}
.home a.box-link {
    height: 300px;
}
@media only screen and (min-width: 75em) {
    .home a.box-link {
        height: 325px;
    }
}
@media only screen and (min-width: 90em) {
    .home a.box-link {
        height: 350px;
    }
}
.home .box-link .featured_content {
    color: #414141;
    padding: .35rem .5rem;
    margin: 0;
    flex-direction: column;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.home .box-link h2 {
    font-size: 18px;
    color: #414141;
    line-height: 1.2;
    margin: .5rem 0;
    font-weight: 700;
}
.home .box-link .excerpt {    padding: 0;
    margin: 0;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    max-height: 38px;
    height: auto;
}
.home .box-link .excerpt h1, .home .box-link .excerpt h2, .home .box-link .excerpt p {
    color: #414141;
    background-color: transparent;
    font-size: 14px;
    line-height: 1.4;
    padding: 0 0 .5rem;
    margin: 0;
    top: 0;
    position: relative;
    font-weight: 400;
}
.home .box-link .button-link, .home .box-link .button-link:visited {
    color: #ff3300;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
}
.home .box-link .button-link:hover, .home .box-link .button-link:focus {
    color: #d11a12;
    text-decoration: underline;
}
.gradient-overlay {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+25,000000+65,000000+100&1+25,0+65,0+100 */
    background: -moz-linear-gradient(to bottom, rgba(5, 5, 5, 1) 80%, rgba(5, 5, 5, 0) 100%, rgba(5, 5, 5, 0) 125%); /* FF3.6-15 */
    background: -webkit-linear-gradient(to bottom, rgba(5, 5, 5, 1) 80%, rgba(5, 5, 5, 0) 100%, rgba(5, 5, 5, 0) 125%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(5, 5, 5, 1) 80%, rgba(5, 5, 5, 0) 100%, rgba(5, 5, 5, 0) 125%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#05050500', GradientType=1); /* IE6-9 */
    padding: 2rem 0;
}
@media only screen and (min-width: 62em) {
    .gradient-overlay {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+25,000000+65,000000+100&1+25,0+65,0+100 */
        background: -moz-linear-gradient(left, rgba(5, 5, 5, 1) 25%, rgba(5, 5, 5, 0) 65%, rgba(5, 5, 5, 0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(5, 5, 5, 1) 25%, rgba(5, 5, 5, 0) 65%, rgba(5, 5, 5, 0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(5, 5, 5, 1) 25%, rgba(5, 5, 5, 0) 65%, rgba(5, 5, 5, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#050505', endColorstr='#05050500', GradientType=1); /* IE6-9 */
        padding: 3rem 0;
    }
}
.callout {
    background-size: auto 400px;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 250px;
    background-color: #050505;
}
@media only screen and (min-width: 62em) {
    .callout {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        padding-bottom: 0;
    }
}
.callout h1 {
    color: #fff;
    margin: .5rem 0 0;
    text-transform: uppercase;
    font-weight: 800;
    display: block;
}
.callout h2 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    font-size: 50px;
    text-transform: uppercase;
    line-height: .75;
    display: block;
    letter-spacing: .25px;
}
@media only screen and (min-width: 48em) {
    .callout h2 {
        font-size: 60px;
    }
}
.callout h3 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.3;
}
.callout p {
    color: #fff;
}

/*Media Text Block Styling*/

/*Defaults image to full size instead of streching to fit*/
.wp-block-media-text {
    grid-template-columns: 25% auto;
}

.wp-block-media-text .wp-block-media-text__media {
/*    grid-area: media-text-media;
    grid-row-start: media-text-media;
    grid-column-start: media-text-media;
    grid-row-end: media-text-media;
    grid-column-end: media-text-media;*/
    margin: 0 auto;
}


.wp-block-media-text > figure > img {
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

/*Sets image to 200x200 square*/
.wp-block-media-text.ig-media-img > figure > img {
    object-fit: contain;
    width: 200px!important;
    height: 200px!important;
    overflow: hidden!important;
}

/*Sets image to 300px width square*/
.wp-block-media-text.ig-media-img-300 > figure >  img {
    object-fit: contain;
    width: 300px!important;
    height: auto!important;
}

/*Sets image to 300px height square*/
.wp-block-media-text.ig-media-img-300-vertical > figure >  img {
    object-fit: contain;
    width: auto!important;
    height: 300px!important;
}

/* change padding between image and text area
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 2%!important;
}*/


/* Block Styling for Media-Text and File Blocks */
.wp-block-media-text.publications-list {
    grid-template-columns: 10% auto!important;
    }

.wp-block-file a {
    font-size: 16px!important;
}

.wp-block-file {
    margin-bottom: 0;
}

.wp-block-media-text.publications-list .wp-block-media-text__content {
    padding: 0 2%!important;
}

/* Block Table Styling */
.wp-block-table td, .wp-block-table th {
    border: none;
}

/* Mega Menu Color Changes */
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link,
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item > a.mega-menu-link:active, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu.mega-menu-item.mega-toggle-on, .mega-current-menu-ancestor, .single-products .mega-menu-grid a.mega-menu-link,
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-footer_menu #mega-menu-footer_menu > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
#mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main_menu #mega-menu-main_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link::before{
    color: #ff3300 !important;
}


/* Formidable orm Color Changes */
.frm_style_formidable-style-2.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style-2.with_frm_style input[type=submit], .frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style-2.with_frm_style .frm_submit button, .frm_form_submit_style {
    border-color: #ff3300 !important;
    color: #ff3300 !important;
}
.frm_style_formidable-style-2.with_frm_style input[type=submit]:hover, .frm_style_formidable-style-2.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style-2.with_frm_style .frm_submit button:hover {
    background: #ff3300 !important;
    border-color: #ff3300 !important;
}


/* Google Transalte */

#google_translate_element select { text-align-last: right; }
#google_translate_element option { direction: rtl; }
select::-ms-expand {
    display: none;
}
select.goog-te-combo {
    border: none;
    outline: none;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
    display: none;
}
.goog-te-gadget {
    font-size: 0px !important;
}
.goog-te-gadget .goog-te-combo {
    font-family: 'Roboto', sans-serif;
    width: auto;
    -webkit-appearance: none;
    background-position-x: 200px;
    background-color: #fff;
    min-width: 1px;
    border: none;
    background-image: url(./assets/images/globe.svg);
    line-height: 35px;
    font-weight: normal;
    height: 35px;
    text-align: right;
    color: #313333;
    text-transform: uppercase;
    font-size: 0;
    margin: 0px 15px 0 0 !important;
    padding: 0 0 0 25px;
    background-repeat: no-repeat;
    background-position: left center;
    border-right: 0px solid #bbbdbf;
    border-radius: 0;
}
@media only screen and (min-width: 62em) {
.goog-te-gadget .goog-te-combo {    line-height: 20px;
    font-weight: normal;
    height: 18px;
    color: #313333;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 40px 0 0;
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 0;
    border-right: 1px solid #bbbdbf;
    background-size: 18px 18px;
    direction:rtl;
}
}
select.goog-te-combo {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 50px 33%;
}


/*Products Forms */
.frm_opt_container {
    column-count: 1;
    column-gap: 0;
}
@media only screen and (min-width: 48em) {
.frm_opt_container {
    column-count: 2;
    column-gap: 2rem;
}
}
@media only screen and (min-width: 62em) {
.frm_opt_container {
    column-count: 3;
    column-gap: 2rem;
}
}

/* Search products */
.filter {
    border: 1px solid #e6e6e6;
    background-color: #f5f5f5;
    margin: 0 0 2rem;
}
.searchandfilter ul {
    display: block;
    margin: 0;
    padding: 0;
}
.searchandfilter label {
    display: inline;
}
.searchandfilter ul li {
    list-style: none;
    display: block;
    padding: 0 0 .75rem;
}
.searchandfilter ul li ul {
    max-height: 300px;
    overflow-y: scroll;
}
.searchandfilter ul li li {
    padding: 5px 15px;
    font-size: 14px;
}
.searchandfilter ul li ul {    
    max-height: 350px;
    overflow-y: scroll;
}
.searchandfilter h4 {
    background-color: rgba(147, 147, 147, .9);
    margin: 0;
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    top: 0;
    font-weight: 700;
    margin-bottom: .5rem;
}