/*! CSS Used from: https://www.hydro-thermal.com/libraries/gantry/css/grid-responsive.css */

body {
    min-width: 100px!important;
}

body [class*="htc-grid"] {
    display: inline;
    float: left;
    position: relative;
    margin: 0;
}

.htc-container {
    width: 1200px;
    margin: 0 auto;
}

.htc-grid-2 {
    width: 200px;
}

.htc-grid-3 {
    width: 300px;
}

.htc-grid-6 {
    width: 600px;
}

.htc-grid-10 {
    width: 1000px;
}

.htc-grid-12 {
    width: 1200px;
}

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .htc-container {
        width: 960px;
    }
    .htc-grid-2 {
        width: 160px;
    }
    .htc-grid-3 {
        width: 240px;
    }
    .htc-grid-6 {
        width: 480px;
    }
    .htc-grid-10 {
        width: 800px;
    }
    .htc-grid-12 {
        width: 960px;
    }
    #htc-logo {
        width: 70px !important;
        height: 37px !important;
        margin-left: 16px !important;
        margin-top: 8px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .htc-container {
        width: 768px;
    }
    .htc-grid-2 {
        width: 128px;
    }
    .htc-grid-3 {
        width: 192px;
    }
    .htc-grid-6 {
        width: 384px;
    }
    .htc-grid-10 {
        width: 640px;
    }
    .htc-grid-12 {
        width: 768px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 800px) {
    body {
        -webkit-tap-highlight-color: transparent;
    }
    .htc-container {
        width: 480px;
    }
    .htc-container [class*="htc-grid"] {
        display: block;
        float: none;
        position: relative;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    body {
        -webkit-tap-highlight-color: transparent;
    }
    .htc-container {
        width: 95%;
    }
    .htc-container [class*="htc-grid"] {
        display: block;
        float: none;
        position: relative;
        width: 100%;
    }
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css-compiled/bootstrap.css */

article, header, section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a:hover, a:active {
    outline: 0;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

input, select {
    margin: 0;
    font-size: 100%;
    vertical-align: middle;
}

input {
    *overflow: visible;
    line-height: normal;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

body {
    margin: 0;
    font-family: "Proxima Nova", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
}

a {
    color: #08c;
    text-decoration: none;
}

a:hover {
    color: #005580;
    text-decoration: underline;
}

p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

h3, h4 {
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 1;
    color: inherit;
    text-rendering: optimizelegibility;
}

h3 {
    font-size: 24px;
    line-height: 40px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
}

ul {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

form {
    margin: 0 0 20px;
}

input, select {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}

input, select {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select, input[type="text"] {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    border-radius: 3px;
}

input {
    width: 206px;
}

input[type="text"] {
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

input[type="text"]:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
}

select {
    height: 30px;
    *margin-top: 4px;
    line-height: 30px;
}

select {
    width: 220px;
    border: 1px solid #ccc;
    background-color: #fff;
}

select:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

input:-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

input {
    margin-left: 0;
}

@media (max-width: 800px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 800px) and (max-width: 979px) {
    input {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    input {
        margin-left: 0;
    }
}

[class^="icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    *margin-right: .3em;
    line-height: 14px;
}

[class^="icon-"]:before {
    font-family: 'IcoMoon';
    font-style: normal;
    speak: none;
}

iframe {
    max-width: 100%;
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css-compiled/master-14d1f67a18caada1df4139a76bbb2175.css */

h1, h2, h3, h4, h5, h6 {
    color: #a30046;
}

h1, h2, h3, h4 {
    font-family: source_sans_prolight !important;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.btn, .readon, .btn-primary, .button, .readon, .readmore, button.validate, #member-profile a, #member-registration a, .formelm-buttons button, input[type="submit"], #Kunena .button, #Kunena .kbutton {
    background: #0070bf !important;
    color: #fff;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

a:hover {
    text-decoration: none;
}

html {
    margin-bottom: 1px;
    height: 100%;
}

body {
    margin-bottom: 1px;
}

.htc-block {
    padding: 15px;
    margin: 10px;
    position: relative;
}

.htc-grid-2:before, .htc-grid-3:before, .htc-grid-6:before, .htc-grid-10:before, .htc-grid-12:before {
    display: table;
    content: "";
    clear: both;
}

.htc-grid-2:after, .htc-grid-3:after, .htc-grid-6:after, .htc-grid-10:after, .htc-grid-12:after {
    display: table;
    content: "";
    clear: both;
}

.font-size-is-large {
    font-size: 15px;
    line-height: 1.7em;
}

p {
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul li {
    padding: 0;
    margin: 0;
}

ul ul {
    margin-left: 25px;
    padding: 5px 0;
}

html body * div.clear {
    background: none;
    border: 0;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

select, input[type="text"] {
    color: #6e6e6e;
}

input[type="text"] {
    text-shadow: none;
    color: #000000;
    min-height: 30px;
    box-shadow: none;
    background: none;
    border: 1px solid #ebebeb;
    margin-bottom: 3px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"]:hover, input[type="text"]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.component-content .item-separator {
    display: none;
    margin: 0;
}

.component-content .items-leading {
    margin-bottom: 25px;
}

body {
    overflow-x: hidden;
}

#htc-main .htc-block {
    padding-right: 10px;
}

#htc-top {
    height: 40px;
    color: #FFFFFF;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
}

#htc-top .htc-block {
    padding: 0 15px;
    margin: 0 10px;
}

#htc-top form {
    margin: 0;
}

#htc-top .rokajaxsearch {
    height: 35px;
}

#htc-top .rokajaxsearch .inputbox {
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/search.png) no-repeat 95% 5px;
    padding: 2px 30px 2px 6px;
    margin: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #9c9c9c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
}

.logo-block {
    padding: 7px 10px 0px 5px;
    margin: 4px 0px;
}

#htc-logo {
    width: 300px;
    height: 42px;
    display: inherit;
    padding: 5px 35px 0px 35px;
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/logo.png) 0 0 no-repeat;
}

#htc-header, #htc-top {
    z-index: 1;
    position: relative;
}

.menu-block {
    padding: 0;
    margin: 5px 0 0 0;
    float: right;
}

.menu-block ul {
    list-style: none;
    margin: 28px 0px 0px 0px;
    padding: 0;
}

.htc-block.menu-block ul li {
    display: inline-block;
}

.htc-block.menu-block ul li ul {
    list-style: none;
    margin: 8px 0px 0px 0px;
    padding: 0;
}

.htc-mega-menu ul {
    position: relative;
    z-index: 2;
}

.htc-mega-menu ul li a {
    color: #FFFFFF;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: bold;
    margin: 2px 7px;
    padding: 5px 5px;
    height: 0px;
}

.htc-mega-menu ul li a:hover {
    color: #a21c49;
}

.htc-mega-menu ul li.htc-mega-menu-hover a {
    background: #FFFFFF;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #e9e9e9;
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li {
    margin: 0px;
    padding: 0px;    
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;    
    font-size: 15px;
}

.htc-mega-menu ul li ul.htc-mega-menu-products-child {
    position: absolute;
    background: #FFFFFF;
    display: flex;
    border: 0px solid;
    padding: 0;
    border-radius: 5px;
    border-color: #e9e9e9;
    box-shadow: 2px 4px 6px #3c3030;
    z-index: -1;
    margin: 4px 0px 0px -310px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.htc-mega-menu ul li ul.htc-mega-menu-products-child-show {
    height: unset;
    opacity: 100;
}

.htc-mega-menu .col-1, .htc-mega-menu .col-2, .htc-mega-menu .col-3 {
    padding: 10px;
    height: 275px;
    min-width: 290px;
}

.htc-mega-menu .col-1 a, .htc-mega-menu .col-2 a, .htc-mega-menu .col-3 a {
    all: unset;
    cursor: pointer;
    font-size: 17px !important;
    background: none !important;
    font-weight: 500 !important;
}

.htc-mega-menu .col-1 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#7996b4",GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-2 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b09376", GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-3 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a1a1a1", GradientType=1);
    padding: 15px;    
}

.htc-mega-menu .col-title {
    font-size: 22px;
    font-weight: bold;
}

.htc-mega-menu .col-sub-title {
    font-size: 16px;
    font-weight: bold;
}

.col-title-blue {
    color: #0066cc;
}

.col-title-orange {
    color: #cc6600;
}

.col-title-gray {
    color: #666666;
}

.col-line {
    padding: 2px;
    margin-bottom: 10px;
}

.col-line-blue {
    background: #0066cc;
}

.col-line-orange {
    background: #cc6600;
}

.col-line-gray {
    background: #666666;
}

.col-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.col-item-flex-title {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.col-item-flex-r ul {
    margin: 5px;
}

.col-item-flex-r ul li {
    display: block !important;
    color: #0075b6;
    font-size: 18px;
    margin-bottom: 5px;
}

.col-item-flex-l {
    margin-right: 5px;
}

.col-item-flex-l img {
    max-width: 100px;
}

#htc-top-surround {
    position: relative;
    background: #0070bf;
    width: 100%;
    z-index: 1;
}

#htc-top-surround #htc-header {
    padding: 30;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

#htc-mainbody-surround {
    padding-top: 10px;
}

#ts-fullscreen .htc-block {
    padding: 0;
    margin: 0;
}

#ts-fullscreen .htc-alpha {
    width: 100%;
}

#htc-bottom {
    background: #00447c;
    color: #909090;
}

a {
    color: #0070bf;
}

a:hover {
    color: #00528c;
}

body {
    background-color: #fafafa;
    color: #000000;
}

h3, h4 {
    color: #a30046;
}

h3, h4 {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.inputbox {
    border: 1px solid #e9e9e9;
}

select {
    border: 1px solid #d5d5d5;
}

[class^="icon-"] {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

[class^="icon-"]:before {
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"] {
    display: inline;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    max-width: 100%;
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

#roksearch_results {
    background-color: #00447c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}

#roksearch_results {
    z-index: 10000;
    position: absolute;
    width: 400px;
    float: right;
    text-align: left;
    visibility: hidden;
    border-radius: 2px;
    margin-top: 5px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

.inputbox {
    border: 1px solid #d9d9d9;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css-compiled/mediaqueries.css */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 158px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 115px;
    }
}

@media (max-width: 800px) {
    body {
        padding: 0;
    }
    #htc-logo {
        margin: 0 auto;
    }
    select {
        width: 100%;
    }
    #htc-top {
        display: none;
    }
    #htc-header {
        padding: 5px 0!important;
    }
    .gf-menu-toggle {
        top: 12px;
        left: 15%;
        z-index: 999;
        position: absolute;
    }
    .gf-menu-toggle .icon-bar {
        background: #fff;
    }
    .menu-block {
        float: none;
        margin: 0 10px;
    }
    .layout-mode-responsive .htc-mega-menu {
        border: 0;
    }
    #roksearch_results {
        width: 220px!important;
    }
}

@media (max-width: 480px) {
    .gf-menu-toggle {
        padding: 5px;
        right: 20px;
        left: auto;
    }
    #htc-logo {
        width: 120px!important;
        background-size: contain!important;
    }
}

@media (max-width: 320px) {
    #htc-logo {
        width: 100px!important;
        background-size: contain!important;
    }
}

/*! CSS Used from: Embedded */

a {
    color: #0070bf;
}

#htc-logo {
    background: url(/images/HTC.logo.white1-01.png) 50% 0 no-repeat!important;
}

#htc-logo {
    width: 120px;
    height: 50px;
    margin-left: 16px;
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css/custom.css?v=2113891249 */

.clear {
    clear: both;
}

.home-middle-wrap {
    max-width: 1200px;
    margin: auto;
    margin-top: 30px;
}

.main-banner {
    background: rgb(65,116,176);
    background: -moz-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4174b0",endColorstr="#943753",GradientType=1);
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: -1px;
}

.slick-dots {
    bottom: 5px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots li button {
    opacity: .75;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    padding: 5px;
}

.slick-dots li button:before {
    color: #FFFFFF;
    font-size: 18px;
    opacity: 0;
    line-height: 23px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
    font-size: 18px;
}

.hero-1 {
    /*background: url('../images/hero/hero-1.png') no-repeat 0 0 transparent;*/
    background-size: cover;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 155px;
}

.hero-2 {
    /*background: url('../images/hero/hero-2.png') no-repeat 100px center transparent;*/
    background-size: 80%;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 155px;
    max-width: 1200px;
}

.hero-2 p {
    letter-spacing: 0px;
}

.slick-slide {
        box-shadow: inset 3px -47px 34px rgb(0 0 0 / 32%);
}

.hero-2-infobox {
    float: right;
    margin-right: 11%;
    margin-top: -10%;
    text-align: right;
}

.hero-2-infobox-title {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-2-infobox-sub-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-2-infobox a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.main-banner h3, .main-banner h4 {
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
}

.main-banner h3 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-banner h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
}

.request-quote {
    background: -moz-linear-gradient(top, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d1daed', endColorstr='#00000000', GradientType=0);
    padding-bottom: 40px;
    overflow: hidden;
    text-align: center;
}

.request-quote-cta-area {
    position: relative;
    z-index: 1;
}

.request-quote-arrow {
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/bg/arrow_bg.png) no-repeat 72% center transparent;
    width: 100%;
    height: 110px;
    position: absolute;
    z-index: 0;
    margin-top: -29px;
}

.why-steam {
    background: #ececcc;
    text-align: center;
    padding: 30px 5px 40px 5px;
}

.why-steam>ul>li>p {
    font-size: 14px;
}

.lg-blue {
    color: #003399;
    font-size: 42px;
    display: inline-block;
    padding: 5px;
    margin-top: 40px;
}

.sm-blue {
    font-size: 22px;
    padding: 5px;
}

.request-quote-cta {
    background: #FFF;
    color: #003399;
    padding: 2px 30px;
    border-radius: 30px;
    border: 2px solid;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}

.request-quote-cta-area {
    position: relative;
    z-index: 0;
}

.why-steam-cta {
    background: #FFF;
    color: #903;
    padding: 2px 30px;
    border-radius: 30px;
    border: 2px solid;
    display: inline-block;
    margin-top: 15px;
    font-weight: bold;
    font-size: 16px;
}

.why-steam-headline {
    font-size: 36px;
}

.why-steam ul li {
    display: inline-block;
    list-style: none;
    margin-right: 40px;
    vertical-align: top;
    width: 180px;
}

.why-steam strong {
    color: #990033;
    font-size: 28px;
    margin-bottom: 15px;
    display: inline-block;
}

.why-steam-headline {
    color: #990033;
    font-size: 32px;
    letter-spacing: -1px;
}

.why-steam-headline strong {
    font-size: 32px;
}

.industry-solutions, .silverline-cta {
    display: inline-block;
    vertical-align: top;
}

.industry-solutions {
    border-radius: 8px;
    border: 1px solid #b2b2b2;
    max-width: 797px;
    margin-right: 10px;
}

.industry-solutions h3 {
    color: #013a92;
    margin-left: 25px;
    font-size: 25px;
    text-transform: uppercase;
}

.industry-solutions h3 {
    text-transform: none;
    font-weight: bold;
    color: #137bb9;
    font-size: 30px;
}

.industry-solutions ul li {
    list-style: none;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 9px;
    text-align: center;
}

.industry-solutions img {
    display: block;
    margin-bottom: 10px;
    max-width: 165px;
    margin-right: 5px;
    max-height: 105px;
}

.bottom-cta {
    display: flex;
    justify-content: space-evenly;
    margin-top: 5px;
}

.bottom-cta strong {
    color: #013a92;
    display: block;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 25px;
}

.bottom-cta div {
    width: 50%;
}

.bottom-cta-l, .bottom-cta-r {
    padding: 5%;
}

.bottom-cta-l a, .bottom-cta-r a {
    color: #333333;
    font-weight: bold;
}

.bottom-cta-l strong a, .bottom-cta-r strong a {
    color: #013a92;
}

.bottom-cta-l {
    background: #d1d1d1;
    text-align: center;
    margin-right: 6px;
}

.bottom-cta-r {
    background: #d1e8e8;
    text-align: center;
    margin-left: 6px;
}

input[type="text"] {
    border: 1px solid #042138;
}

.bottom-cta-three-cols {
    color: #013a92;
    display: flex;
    justify-content: space-between;
    margin: 10px 0px 30px 0px;
    width: 100%;
    font-size: 20px;
}

.bottom-cta-three-col {
    border-radius: 8px;
    border: 1px solid #b2b2b2;
    height: 250px;
    margin-right: 1%;
    padding: 10px;
    width: 49%;
}

.bottom-cta-three-col:last-child {
    margin-right: 0px;
}

.bottom-cta-three-col-1 {
    background: url('https://hydro-thermal.com/templates/ts_dotcom/images/bottom-cta-three-col-1.png') -15% 40% no-repeat transparent;
    background-size: 60%;
}

.bottom-cta-three-col-2 {
    background: url(https://hydro-thermal.com/templates/ts_dotcom/images/general_book.png) -15% 40% no-repeat transparent;
    background-size: 60%;
}

.bottom-cta-three-col-3 {
    background: url('https://hydro-thermal.com/templates/ts_dotcom/images/bottom-cta-three-col-3.png') 13% 50% no-repeat transparent;
    background-size: 30%;
}

.bottom-cta-three-col-innner {
    float: right;
    margin-right: 10px;
    width: 185px;
}

.bottom-cta-three-col-1 .bottom-cta-three-col-innner {
    padding-top: 45px;
}

.bottom-cta-three-col-2 .bottom-cta-three-col-innner {
    padding-top: 45px;
}

.bottom-cta-three-col-3 .bottom-cta-three-col-innner {
    margin-top: 24px;
}

a.download-bttn {
    background: #0070bf;
    border-radius: 20px;
    color: #FFFFFF;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 17px;
}

.new {
    color: #940233;
}

.bottom-cta-three-col .small-text {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
}

.three-col-learn-more {
    font-size: 15px;
    font-weight: bold;
}

.silverline-cta {
    background: #e1e1e1;
    border-radius: 8px;
    height: 453px;
    padding: 25px;
    max-width: 28%;
    text-align: center;
}

.silverline-cta img {
    max-width: 85%;
}

.silverline-row-a {
    color: #14479a;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.silverline-row-b {
    color: #14479a;
    font-size: 18px;
    font-weight: bold;
}

.silverline-row-c {
    color: #bd2476;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}

.silverline-row-d {
    color: #292224;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.silverline-row-e {
    font-weight: bold;
    font-size: 19px;
}

@media screen and (max-width: 1200px) {
    .main-banner {}
    .main-banner h3, .main-banner h4 {
        padding: 15px 5px;
    }
    .main-banner h3 {
        font-size: 40px;
    }
    .main-banner h4 {
        font-size: 30px;
    }
    .lg-blue {
        font-size: 24px;
    }
    .sm-blue {
        font-size: 18px;
    }
    .why-steam-headline {
        font-size: 24px;
    }
    .why-steam-headline strong {
        font-size: 24px;
    }
    .industry-solutions {
        display: block;
    }
    .industry-solutions {
        max-width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        text-align: center;
    }
    .industry-solutions ul {
        margin: 5px;
    }
    .industry-solutions h3 {
        margin-left: 0;
    }
    .bottom-cta strong {
        font-size: 18px;
    }
    .silverline-cta {
        background: #e1e1e1;
        border-radius: 8px;
        display: block;
        height: auto;
        padding: 25px;
        margin: auto;
        max-width: 100%;
        text-align: center;
    }
    .bottom-cta-three-cols {
        font-size: 16px;
    }
    .bottom-cta-three-col-1, .bottom-cta-three-col-2, .bottom-cta-three-col-3 {
        background-position: center 10px;
    }
    .bottom-cta-three-col-1 .bottom-cta-three-col-innner, .bottom-cta-three-col-2 .bottom-cta-three-col-innner {
        padding-top: 120px;
    }
    .bottom-cta-three-col-3 .bottom-cta-three-col-innner {
        margin-top: 120px;
    }
    .bottom-cta-three-col-3 .bottom-cta-three-col-innner br {
        display: none;
    }
    .bottom-cta-three-col-innner {
        float: unset;
        margin-right: 0px;
        width: 100%;
        text-align: center;
    }
    .bottom-cta-three-col-1, .bottom-cta-three-col-2 {
        background-size: 36%;
    }
    .bottom-cta-three-col-3 {
        background-size: 18%;
    }
}

@media screen and (max-width: 800px) {
    .bottom-cta-three-cols {
        display: block;
    }
    .bottom-cta-three-col {
        border-radius: 8px;
        border: 1px solid #b2b2b2;
        height: 250px;
        margin: 1% auto;
        padding: 10px;
        width: 90%;
    }
    .bottom-cta-three-col:last-child {
        margin-right: auto;
    }
    .bottom-cta-three-col-1, .bottom-cta-three-col-2 {
        background-size: 120px;
    }
    .bottom-cta-three-col-3 {
        background-size: 60px;
    }
}

@media only screen and (max-width: 990px) and (min-width: 701px) {
    #htc-logo {
        width: 50px;
        height: 50px;
        background-size: contain!important;
        margin-top: 22px;
    }
}

/*! CSS Used from: Embedded */

input#roksearch_search_str {
    border-radius: 5px !important;
}

.gf-menu-toggle {
    display: none;
}

.top-menu ul, .top-menu ul li {
    display: inline-block;
    list-style: none;
    margin: 0;
}

.top-menu ul li {
    margin: 0;
    display: inline-block;
    padding: 0px 5px;
}

.top-menu ul li a {
    color: #FFFFFF;
}

.top-social {
    margin-top: 9px;
}

#htc-logo {
    background: url(/images/HTC.logo.white1-01.png) no-repeat 0 0 transparent!important;
    background-size: contain!important;
}

select#lang-select {
    margin-top: 4px;
    max-width: 100px;
}

.why-steam {
    background: #f3f3f3;
}

.why-steam-cta {
    background: #FFF;
    color: #0075b6;
}

.htc-grid-3 {
    color: #FFFFFF!important;
}

.htc-grid-3 h3 {
    color: #FFFFFF!important;
    font-size: 18pt;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold;
}

.htc-grid-3 h4 {
    color: #FFFFFF!important;
    font-size: 14pt;
    font-family: 'Montserrat', sans-serif!important;
    font-weight: bold;
}

/*
.htc-grid-3:first-child {
    width: 100%;
    color: #FFFFFF;
    max-width: 340px;
}

.htc-grid-3:nth-child(2) {
    width: 100%;
    max-width: 294px;
    line-height: 23px;
}

.htc-grid-3:nth-child(3) {
    width: 100%;
    max-width: 245px;
    line-height: 23px;    
}

.htc-grid-3:nth-child(4) {
    width: 100%;
    max-width: 320px;
}*/

/*! CSS Used from: Embedded */

iframe#_hjRemoteVarsFrame {
    display: none!important;
    width: 1px!important;
    height: 1px!important;
    opacity: 0!important;
    pointer-events: none!important;
}

/*! CSS Used fontfaces */

@font-face {
    font-family: 'IcoMoon';
    src: url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/IcoMoon.eot');
    src: url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/IcoMoon.eot#iefix') format('embedded-opentype'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/IcoMoon.svg#IcoMoon') format('svg'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/IcoMoon.woff') format('woff'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/IcoMoon.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Lato/lato-regular-webfont.eot');
    src: url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Lato/lato-regular-webfont.eot#iefix') format('embedded-opentype'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Lato/lato-regular-webfont.woff') format('woff'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Lato/lato-regular-webfont.ttf') format('truetype'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Lato/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_prolight';
    src: url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Source_Sans_Pro/sourcesanspro-light-webfont.eot');
    src: url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Source_Sans_Pro/sourcesanspro-light-webfont.eot#iefix') format('embedded-opentype'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Source_Sans_Pro/sourcesanspro-light-webfont.woff') format('woff'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Source_Sans_Pro/sourcesanspro-light-webfont.ttf') format('truetype'), url('https://www.hydro-thermal.com/templates/ts_dotcom/fonts/Source_Sans_Pro/urcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot?v=3.2.1');
    src: url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.eot#iefix&v=3.2.1') format('embedded-opentype'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'), url('https://www.hydro-thermal.com/templates/htcmain/fonts/font-awesome-4.7.0/fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v21/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.hero-2-mobile-img{
    display: none !important;
}

@media only screen and (max-width: 1060px) {
    
.hero-1 {
    padding-top: 60px;
    padding-bottom: 50px;    
}    
    
.hero-2 {
    background: unset;
    background-size: 80%;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 60px;
    max-width: 1200px;
    padding-bottom: 50px;
}    
    
    .hero-2-infobox {
        text-align: center !important;
        float: unset;
        margin: auto;
    }
    
    .hero-2-infobox-title {
        color: #FFFFFF;
        font-size: 29px;
        
    }
    
    .hero-2-infobox-sub-title {
        font-size: 20px;
    }
    

    .hero-2-mobile-img {
        display: block !important;
        max-width: 300px;
        margin: 10px auto;
    }
}
@media only screen and (max-width: 960px) {
    .htc-mega-menu ul li a {
        font-size: 15px;
    }
    #htc-top {
        height: auto;
        padding-bottom: 5px;
    }   
    .menu-block ul {
        list-style: none;
        margin: 28px 0px 0px 30px;    
    }
}

@media only screen and (max-width: 800px) {
    .htc-block.menu-block ul li {
        display: block;
        margin-bottom: 5px;
        text-align: center;
    }
    .htc-block.menu-block ul li a {
        margin-bottom: 10px;
    }
    .htc-mega-menu ul li ul.htc-mega-menu-products-child {
        padding: 0px !important;
        position: relative;
        background: #FFFFFF;
        display: block;
        padding: 24px;
        border: 1px solid;
        border-radius: 5px;
        border-color: #e9e9e9;
        box-shadow: 0px 0px 9px #000000;
        z-index: -1;
        margin: 0;
        height: 0;
        opacity: 0;
        overflow: hidden;
        flex-wrap: wrap;
    }
    .htc-mega-menu ul li ul.htc-mega-menu-products-child-show {
        padding: 5px 5px;
        opacity: 100;
        height: unset;
    }
    .htc-mega-menu .col-1, .htc-mega-menu .col-2, .htc-mega-menu .col-3 {
        width: 100%;
    }
    .logo-block {
    }
    #htc-logo {
        width: 98px;
        height: 65px;
        margin: auto;
    }
}    

.pusher {
    margin-bottom: 20px;
}

.col-last {
    line-height: 21px;
}

.dropdown {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 2px 4px 6px #3c3030;
    margin-top: 3px;
    z-index: -1;
}

.dropdown ul li {
    display: block !important;    
    line-height: 30px;
}

.dropdown ul a {
    background: none !important;
    border: 0px;
}
.flyout {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #3c3030;
    margin-left: 110px;
    margin-top: -30px;
    z-index: -1;    
}

.flyout ul {
    /*display: none;*/
    margin-top: 0px;
}
.htc-block.menu-block ul li.hidden {
    display: none;
}
.push-sp {
    margin-left: 9px;
}

#htc-footer-surround #htc-copyright {
    background: #00447c;
    border-top: 1px solid #002849;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    font-size: 12px;
}

.covid-message {
    background: #006DC6;
    text-align: center;
}

.main-banner {
    background: rgb(65,116,176);
    background: -moz-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4174b0",endColorstr="#943753",GradientType=1);
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: -1px;
}


.slick-dots {
    bottom: 5px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button {
    opacity: .75 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 100% !important;
    padding: 5px !important;
}

.slick-dots li button:before {
    color: #FFFFFF !important;
    font-size: 18px;
    opacity: 0;
    line-height: 23px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
    font-size: 18px;
}

.hero-1 {
    background: url('../images/hero/hero-1.jpg') no-repeat 0 0 transparent;
    background-size: cover;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 155px;
}

.hero-2 {
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    padding-top: 155px;
    max-width: 1200px;
    padding-bottom: 10px;
}

.hero-2 p {
    letter-spacing: 0px;
}


.hero-2-slide-img {
    margin: -130px auto auto auto;
    max-width: 80%;
}


.slick-slide {
        box-shadow: inset 3px -47px 34px rgb(0 0 0 / 32%);
}

.hero-2-infobox {
    float: right;
    margin-right: 11%;
    margin-top: -10%;
    text-align: right;
}

.hero-2-infobox-title {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-2-infobox-sub-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-2-infobox a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.main-banner h3, .main-banner h4 {
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
}

.main-banner h3 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-banner h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
}


/* Slick */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.dropdown li {
    display: block !important;    
    line-height: 30px;
}

.dropdown a {
    background: none !important;
    border: 0px;
}
ul.flyout {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #3c3030;
    margin-left: 110px;
    margin-top: -30px;
    z-index: -1;    
}

ul.flyout ul {
    /*display: none;*/
    margin-top: 0px !important;
}
.htc-block.menu-block ul li.hidden {
    display: none;
}
.push-sp {
    margin-left: 9px;
}
li.item305.parent .dropdown {
    width: 170px !important;
}
li.item306.parent .dropdown {
    width: 265px !important;
}
#menu_dynamic_select {
    display: none;
}
#rt-header .htc-grid-12 {
    width: unset;
}

#rt-header .htc-grid-12 {
    width: 100%;
    max-width: 245px;
}

.mobile-menu-icon {
    display: none
}

/**************************** 
*** Temp CSS For New Menu ***
*****************************/

#htc-main .htc-block {
    padding-right: 10px;
}

#htc-top {
    height: 40px;
    color: #FFFFFF;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
}

#htc-top .htc-block {
    padding: 0 15px;
    margin: 0 10px;
}

#htc-top form {
    margin: 0;
}

#htc-top .rokajaxsearch {
    height: 35px;
}

#htc-top .rokajaxsearch .inputbox {
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/search.png) no-repeat 95% 5px;
    padding: 2px 30px 2px 6px;
    margin: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #9c9c9c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
}

.logo-block {
    padding: 7px 10px 0px 5px;
    margin: 4px 0px;
}

#htc-logo {
    width: 300px;
    height: 42px;
    display: inherit;
    padding: 5px 35px 0px 35px;
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/logo.png) 0 0 no-repeat;
}

#htc-header, #htc-top {
    z-index: 1;
    position: relative;
}

.menu-block {
    padding: 0;
    margin: 5px 0 0 0;
    float: right;
}

.menu-block ul {
    list-style: none;
    margin: 28px 0px 0px 0px;
    padding: 0;
}

.htc-block.menu-block ul li {
    display: inline-block;
}

.htc-mega-menu ul {
    position: relative;
    text-align: right;
    z-index: 2;
}

.htc-mega-menu ul ul {
    text-align: left;
}

.htc-mega-menu ul li a {
    color: #FFFFFF;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: bold;
    margin: 2px 7px;
    padding: 5px 5px;
}

.htc-mega-menu ul li a:hover {
    color: #a21c49;
}

.htc-mega-menu ul li.htc-mega-menu-hover a {
    background: #FFFFFF;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #e9e9e9;
}

a.mobile-menu-exapandable {
    border: none !important;
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li {
    margin: 0px;
    padding: 0px;    
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;    
    font-size: 15px;
}

/* Inner Pages */

.htc-mega-menu ul li ul.htc-mega-menu-products-child {
    position: absolute;
    background: #FFFFFF;
    display: flex;
    border: 0px solid;
    padding: 0;
    border-radius: 5px;
    border-color: #e9e9e9;
    box-shadow: 1px 2px 6px #8B8D88;
    z-index: -1;
    margin: 3px 0px 0px -310px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.htc-mega-menu ul li ul a {
    color: #052238;
}

.htc-mega-menu ul li.htc-mega-menu-hover > a {
    color: #a21c49;
}

/* Homepage + Where it works */

.direct-steam-injection-jetcookers > .htc-mega-menu ul li ul.htc-mega-menu-products-child, .where-it-works > .htc-mega-menu ul li ul.htc-mega-menu-products-child {
    position: absolute;
    background: #FFFFFF;
    display: flex;
    border: 0px solid;
    padding: 0;
    border-radius: 5px;
    border-color: #e9e9e9;
    box-shadow: 2px 4px 6px #3c3030;
    z-index: -1;
    margin: 4px 0px 0px -310px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}


.htc-mega-menu ul li ul.htc-mega-menu-products-child-show {
    height: unset;
    opacity: 100;
}

.htc-mega-menu .col-1, .htc-mega-menu .col-2, .htc-mega-menu .col-3 {
    padding: 10px;
    height: 275px;
    min-width: 290px;
}

.htc-mega-menu .col-1 a, .htc-mega-menu .col-2 a, .htc-mega-menu .col-3 a {
    all: unset;
    cursor: pointer;
    font-size: 17px !important;
    background: none !important;
    font-weight: 500 !important;
}

.htc-mega-menu .col-1 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#7996b4",GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-2 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b09376", GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-3 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a1a1a1", GradientType=1);
    padding: 15px;    
}

.htc-mega-menu .col-title {
    font-size: 22px;
    font-weight: bold;
}

.htc-mega-menu .col-sub-title {
    font-size: 16px;
    font-weight: bold;
}

.col-title-blue {
    color: #0066cc;
}

.col-title-orange {
    color: #cc6600;
}

.col-title-gray {
    color: #666666;
}

.col-line {
    padding: 2px;
    margin-bottom: 10px;
}

.col-line-blue {
    background: #0066cc;
}

.col-line-orange {
    background: #cc6600;
}

.col-line-gray {
    background: #666666;
}

.col-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.col-item-flex-title {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.col-item-flex-r ul {
    margin: 5px;
}

.col-item-flex-r ul li {
    display: block !important;
    color: #0075b6;
    font-size: 18px;
    margin-bottom: 5px;
}

.col-item-flex-l {
    margin-right: 5px;
}

.col-item-flex-l img {
    max-width: 100px;
}

#htc-top-surround {
    position: relative;
    background: #0070bf;
    width: 100%;
    z-index: 1;
}

#htc-top-surround #htc-header {
    padding: 30;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

#htc-mainbody-surround {
    padding-top: 10px;
}

#ts-fullscreen .htc-block {
    padding: 0;
    margin: 0;
}

#ts-fullscreen .htc-alpha {
    width: 100%;
}

#htc-fullwidth .custom {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
    height: 150px;
    color: #fff;
}

#htc-bottom {
    background: #00447c;
    color: #909090;
}

#htc-bottom a {
    color: #FFFFFF !important;
}

a {
    color: #0070bf;
}

a:hover {
    color: #00528c;
}

body {
    background-color: #FFFFFF;
    color: #000000;
}

h3, h4 {
    color: #a30046;
}

h3, h4 {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.inputbox {
    border: 1px solid #e9e9e9;
}

select {
    border: 1px solid #d5d5d5;
}

[class^="icon-"] {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

[class^="icon-"]:before {
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"] {
    display: inline;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    max-width: 100%;
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

#roksearch_results {
    background-color: #00447c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}

#roksearch_results {
    z-index: 10000;
    position: absolute;
    width: 400px;
    float: right;
    text-align: left;
    visibility: hidden;
    border-radius: 2px;
    margin-top: 5px;
}

#roksearch_results .roksearch_odd {
    background-color: #FFFFFF;
}

#roksearch_results .roksearch_even {
    background-color: #c8e5fd;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

.inputbox {
    border: 1px solid #d9d9d9;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css-compiled/mediaqueries.css */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 158px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 115px;
    }
}

@media (max-width: 800px) {
    body {
        padding: 0;
    }
    #htc-logo {
        margin: 0 auto;
    }
    select {
        width: 100%;
    }
    #htc-top {
        display: none;
    }
    #htc-header {
        padding: 5px 0!important;
    }
    .gf-menu-toggle {
        top: 12px;
        left: 15%;
        z-index: 999;
        position: absolute;
    }
    .gf-menu-toggle .icon-bar {
        background: #fff;
    }
    .menu-block {
        float: none;
        margin: 0 10px;
    }
    .layout-mode-responsive .htc-mega-menu {
        border: 0;
    }
    #roksearch_results {
        width: 220px!important;
    }
}
/* Inner */

.dropdown {
    display: none;
    position: absolute !important;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #8B8D88;
    z-index: -1 !important;
    list-style: none;
    margin: 3px 0px 0px 0px !important;
    padding: 0;    
}

/* Homepage + Where it works */

.direct-steam-injection-jetcookers .dropdown, .where-it-works .dropdown {
    display: none;
    position: absolute !important;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 2px 4px 6px #3c3030;
    z-index: -1 !important;
    list-style: none;
    margin: 2px 0px 0px 0px !important;
    padding: 0;    
}  

.dropdown li {
    display: block !important;    
    line-height: 30px;
}

.dropdown a {
    background: none !important;
    border: 0px;
}
ul.flyout {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #3c3030;
    margin-left: 110px;
    margin-top: -30px;
    z-index: -1;    
}

ul.flyout ul {
    /*display: none;*/
    margin-top: 0px !important;
}
.htc-block.menu-block ul li.hidden {
    display: none;
}
.push-sp {
    margin-left: 9px;
}
.breadcrumb {
    padding: 8px 15px;
    margin: 0 0 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.breadcrumb li {
    display: inline-block;
    *display: inline;
    *zoom:1;text-shadow: 0 1px 0 #fff;
}

.breadcrumb .divider {
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb .active {
    color: #999;
}
#htc-breadcrumbs .htc-block {
    padding: 10px 15px;
}
#htc-breadcrumbs {
    background: #f8f8f8;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
#htc-breadcrumbs .breadcrumb {
    max-width: 1154px;
    margin: auto;
}
#htc-breadcrumbs {
    background: #f8f8f8;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
}

#htc-breadcrumbs .breadcrumbs,#htc-breadcrumbs .breadcrumb {
    text-align: left;
}

#htc-breadcrumbs .breadcrumbs:before,#htc-breadcrumbs .breadcrumb:before {
    content: "\f015";
    font-family: FontAwesome;
    color: #0070bf;
}

#htc-breadcrumbs .breadcrumbs li,#htc-breadcrumbs .breadcrumb li {
    text-shadow: none;
}

#htc-breadcrumbs .breadcrumbs .icon-location,#htc-breadcrumbs .breadcrumb .icon-location {
    display: none !important;
}
#htc-breadcrumbs .breadcrumb,#htc-breadcrumbs [class^="breadcrumb"] {
}

#htc-breadcrumbs .breadcrumb a:after,#htc-breadcrumbs [class^="breadcrumb"] a:after {
    margin: 0 10px;
}

#htc-breadcrumbs .breadcrumb img,#htc-breadcrumbs [class^="breadcrumb"] img {
    display: none;
}

#htc-breadcrumbs a {
    font-size: 14px;
}

#htc-breadcrumbs a:after {
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 5px 0 10px;
}

#htc-breadcrumbs .showHere {
    font-weight: bold;
    margin-right: 5px;
}

#htc-breadcrumbs .htc-block {
    padding: 10px 15px;
}

#htc-breadcrumbs .divider {
    display: none;
}

#htc-breadcrumbs li:first-child .divider {
    display: inline;
}
li.item305.parent .dropdown {
    width: 170px !important;
}
li.item306.parent .dropdown {
    width: 265px !important;
}
#menu_dynamic_select {
    display: none;
}
#rt-header .htc-grid-12 {
    width: unset;
}

#rt-header .htc-grid-12 {
    width: 100%;
    max-width: 245px;
}

.mobile-menu-icon {
    display: none
}

@media (max-width: 768px) {
    #rt-header .htc-grid-12 {
        max-width: unset !important;
    }
    .header-fixed {
        top:0px;
    }    
}

@media only screen and (min-width: 1020px) and (max-width: 1220px) {
    
    ul.gf-menu.l1 {
        max-width: 700px;
        text-align: right;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 800px) and (max-width: 1020px) {
    
    ul.gf-menu.l1 {
        max-width: 500px;
        text-align: right;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .mobile-menu-icon {
        color: #FFFFFF;
        display: block;
        top: 15px;
        position: absolute;
        z-index: 10;
        left: 10px;
        font-size: 30px;
    }
    
    .mobile-menu {
        height: 0px;
        overflow: hidden;
        transition: 0.3s all;        
    }
    
    #htc-top-surround #htc-header {

    }
    
    #menu_dynamic_select.menu_dynamic_select_show {
        display: block;
    }
}

.main-banner {
    background: rgb(65,116,176);
    background: -moz-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4174b0",endColorstr="#943753",GradientType=1);
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: -1px;
}


.slick-dots {
    bottom: 5px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button {
    opacity: .75 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 100% !important;
    padding: 5px !important;
}

.slick-dots li button:before {
    color: #FFFFFF !important;
    font-size: 18px;
    opacity: 0;
    line-height: 23px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
    font-size: 18px;
}

.hero-1 {
    background: url('../images/hero/hero-1.jpg') no-repeat 0 0 transparent;
    background-size: cover;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 155px;
}

.hero-2 {
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    padding-top: 155px;
    max-width: 1200px;
    padding-bottom: 10px;
}

.hero-2 p {
    letter-spacing: 0px;
}


.hero-2-slide-img {
    margin: -130px auto auto auto;
    max-width: 80%;
}


.slick-slide {
        box-shadow: inset 3px -47px 34px rgb(0 0 0 / 32%);
}

.hero-2-infobox {
    float: right;
    margin-right: 11%;
    margin-top: -10%;
    text-align: right;
}

.hero-2-infobox-title {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-2-infobox-sub-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-2-infobox a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.main-banner h3, .main-banner h4 {
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
}

.main-banner h3 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-banner h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
}

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

    .hero-1 {
        background: url('../images/hero/hero-1.jpg') no-repeat 0 0 transparent;
        background-size: cover;
        padding: 3px;
        padding-top: 3px;
        letter-spacing: -1px;
        min-height: 260px;
        padding-top: 15px;
    }
    
    .hero-2 {
        padding: 3px;
        padding-top: 3px;
        letter-spacing: -1px;
        padding-top: 15px;
        max-width: 1200px;
        padding-bottom: 10px;
    }
    
    .main-banner.slideshow.slick-initialized.slick-slider.slick-dotted {
        padding: 0px;
    }
    
    .main-banner h3 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    
    .hero-2-infobox-title {
        font-size: 32px;
    }
    
    .hero-2-infobox-sub-title {
        color: #FFFFFF;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .hero-2-slide-img {
        margin: 0px auto 20px auto;
        max-width: 80%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1100px) {
    .hero-2-slide-img {
        margin: 0px auto auto auto;
        max-width: 80%;
    }
}


/* Custom */

/*** Main CSS ***/

body {
  font-family: 'Montserrat', sans-serif !important;
}
.clear {
    clear: both;
}
.hidden {
    display: none;
}
.gf-menu .item {
  color: #adbcca !important;
  font-weight: bold;
  padding: 7px;
}
.gf-menu.l1>li>.item {
  letter-spacing: -1px;
}
.menu-direct-steam-injection-hydroheaters-jet-cookers h1, .menu-direct-steam-injection-hydroheaters-jet-cookers h2, .menu-direct-steam-injection-hydroheaters-jet-cookers h3, .menu-direct-steam-injection-hydroheaters-jet-cookers h4, .menu-direct-steam-injection-hydroheaters-jet-cookersh h5 {
  font-family: 'Montserrat', sans-serif !important;
}
.home-middle-wrap {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.main-banner {
  background: url("../images/bg/main_banner_bg.jpg") repeat-x top center transparent;
  background-size: cover;
  color: #FFFFFF;
  text-align: center;
  padding: 3px;
  padding-top: 3px;
  letter-spacing: -1px;
  min-height: 260px;
  padding-top: 0px;
}
.main-banner h3, .main-banner h4 {
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #000000;
}
.main-banner h3 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-banner h4 {
  font-size: 32px;
  line-height: 42px;
}
.request-quote {
  background: -moz-linear-gradient(top, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(209, 218, 237, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d1daed', endColorstr='#00000000', GradientType=0);
  padding-bottom: 40px;
  text-align: center;
}
.why-steam {
  background: #ececcc;
  text-align: center;
  padding: 30px 5px 40px 5px;
}
.why-steam>ul>li>p {
  font-size: 14px;
}
.lg-blue {
  color: #003399;
  font-size: 42px;
  display: inline-block;
  padding: 5px;
  margin-top: 40px;
}
.sm-blue {
  font-size: 22px;
  padding: 5px;
}
.request-quote-cta {
  background: #FFF;
  color: #003399;
  padding: 2px 30px;
  border-radius: 30px;
  border: 2px solid;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}
.request-quote-cta-area {
  position: relative;
  z-index: 1;
}
.request-quote-arrow {
  background: url("../images/bg/arrow_bg.png") no-repeat 72% center transparent;
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 0;
  margin-top: -29px;
}
.why-steam-cta {
  background: #FFF;
  color: #903;
  padding: 2px 30px;
  border-radius: 30px;
  border: 2px solid;
  display: inline-block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}
.why-steam-headline {
  font-size: 36px;
}
.why-steam ul li {
  display: inline-block;
  list-style: none;
  margin-right: 40px;
  vertical-align: top;
  width: 180px;
}
.why-steam strong {
  color: #990033;
  font-size: 28px;
  margin-bottom: 15px;
  display: inline-block;
}
.why-steam-headline {
  color: #990033;
  font-size: 32px;
  letter-spacing: -1px;
}
.why-steam-headline strong {
  font-size: 32px;
}
.home-middle-wrap {}
.industry-solutions, .application-insights, .silverline-cta {
  display: inline-block;
  vertical-align: top;
}
.industry-solutions {
  border-radius: 8px;
  border: 1px solid #b2b2b2;
  max-width: 797px;
  margin-right: 10px;
}
.industry-solutions h3 {
  color: #013a92;
  margin-left: 25px;
  font-size: 25px;
  text-transform: uppercase;
}
.industry-solutions ul li {
  list-style: none;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 9px;
  text-align: center;
}
.industry-solutions img {
  display: block;
  margin-bottom: 10px;
  max-width: 165px;
  margin-right: 5px;
  max-height: 105px;
}
.application-insights {
  background: #E1D8D9;
  border-radius: 8px;
  height: 453px;
  padding: 25px;
  max-width: 28%;
  text-align: center;
}
.application-insights .row-a {
    color: #616161;
    font-size: 13px;
    font-weight: bold;
}
.application-insights .row-b {
    color: #bd2476;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
.application-insights .row-c {
    color: #0276b6;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}
.application-insights .small-book {
    width: 150px;
}
a.download-book {
    background: #91ceed;
    background: -moz-linear-gradient(top, #91ceed 0%, #54afe0 100%);
    background: -webkit-linear-gradient(top, #91ceed 0%,#54afe0 100%);
    background: linear-gradient(to bottom, #91ceed 0%,#54afe0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91ceed', endColorstr='#54afe0',GradientType=0 );
    color: #0070bf !important;
    border: 1px solid #3ca0d4;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 17px;
}
.application-insights .headline {
  color: #15469c;
  font-size: 32px;
}
.application-insights .headline strong {
  font-size: 21px;
}
.application-insights-bl {
  color: #00528c;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.application-insights-bl strong {
  font-size: 24px;
}
.application-insights-rd {
  color: color: #990033;
  ;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.application-insights-lower {
  color: #111111;
}
.application-insights-lower-info {
  font-size: 16px;
}
.application-insights-lower-cta {
  font-size: 18px;
  font-weight: bold;
}
.application-insights-lower a {
  color: #15469c;
}
.bottom-cta {
  display: flex;
  justify-content: space-evenly;
  margin-top: 5px;
}
.bottom-cta strong {
  color: #013a92;
  display: block;
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 25px;
}
.bottom-cta div {
  width: 50%;
}
.bottom-cta-l, .bottom-cta-r {
  padding: 5%;
}
.bottom-cta-l a, .bottom-cta-r a {
  color: #333333;
  font-weight: bold;
}
.bottom-cta-l strong a, .bottom-cta-r strong a {
  color: #013a92;
}
.bottom-cta-l {
  background: #d1d1d1;
  text-align: center;
  margin-right: 6px;
}
.bottom-cta-r {
  background: #d1e8e8;
  text-align: center;
  margin-left: 6px;
}
.gf-menu .dropdown ul li .item {
  font-size: 14px;
}
.industry-desc-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.industry-desc-container>div {
  flex: 0 49%;
  margin-bottom: 20px;
}
.item790 {
    display: none !important;
}
.phone-top {
    text-align: right;
    color: #FFFFFF;
    padding-top: 7px;
}
a.btn:hover {
    color: #0070bf !important;
    text-decoration: none !important;
}
app

/*** APR ***/

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #042138;
}

/*** Starch Landing ***/

.flex-container.three-col-flex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.starch-landing-main-bg {
    background: url('../images/starch-landing-main-bg.png') no-repeat center center transparent;
    height: 260px;
    margin-bottom: 20px;
    width: 100%;
}

.three-col-flex-item {
    text-align: center;
}

.three-col-flex-item p {
    color: #0070bf;
    font-size: 24px;
    margin-bottom: 20px;
}

.three-col-flex-item img {
    border: 1px solid #333333;
    border-radius: 100%;
    box-shadow: 0px 0px 20px #333333;
    height: 220px;
    width: 220px;    
}

.starch-landing-main-h3 {
    font-size: 28px;
    font-weight: bold;
}

/*** Home Edits June 2020 ***/

.bottom-cta-three-cols {
	color: #013a92;
	display: flex;
	justify-content: space-between;
	margin: 10px 0px 30px 0px;
	width: 100%;
	font-size: 20px;
}

.bottom-cta-three-col {
    border-radius: 8px;
    border: 1px solid #b2b2b2;
	height: 250px;
	margin-right: 1%;
	padding: 10px;
    width: 49%;
}

.bottom-cta-three-col-full {
    border-radius: 8px;
    border: 1px solid #b2b2b2;
	height: 250px;
	margin-right: 1%;
	padding: 10px;
    width: 100;
}

.bottom-cta-three-col:last-child {
    margin-right: 0px;
}

.bottom-cta-three-col-full {
    text-align: center;
    height: auto;
}

.bottom-cta-three-col-1 {
    background: url('https://hydro-thermal.com/templates/ts_dotcom/images/bottom-cta-three-col-1.png') -15% 40% no-repeat transparent;
    background-size: 60%;
}

.bottom-cta-three-col-2 {
    /*background: url(https://hydro-thermal.com/templates/ts_dotcom/images/bottom-cta-three-col-2.png) -15% 40% no-repeat transparent;*/
    background: url(https://hydro-thermal.com/templates/ts_dotcom/images/general_book.png) -15% 40% no-repeat transparent; 
    background-size: 60%;
}

.bottom-cta-three-col-3 {
    background: url('https://hydro-thermal.com/templates/ts_dotcom/images/bottom-cta-three-col-3.png') 13% 50% no-repeat transparent;
    background-size: 30%;
}	

.bottom-cta-three-col-innner {
    float: right;
    margin-right: 10px;
    width: 185px;
}	

.bottom-cta-three-col-innner-full {
    float: unset;
    text-align: center;
    width: auto;
}	

.bottom-cta-three-col-1 .bottom-cta-three-col-innner {
    padding-top: 45px;
}	
.bottom-cta-three-col-2 .bottom-cta-three-col-innner {
	padding-top: 45px;
}																				

.bottom-cta-three-col-3 .bottom-cta-three-col-innner {
	margin-top: 24px;
}

.bottom-cta-three-col-full .bottom-cta-three-col-innner {
	margin-top: 40px;
}
											
a.download-bttn {
    background: #0070bf;
    border-radius: 20px;	
    color: #FFFFFF;
	display: inline-block;
	margin-top: 10px;
    padding: 5px 15px;
    font-size: 17px;
}

.new {
	color: #940233;
}

.bottom-cta-three-col .small-text {
    color: #333333;
    font-size: 13px;
    line-height: 20px;
}			

.three-col-learn-more {
	font-size: 15px;
	font-weight: bold;
}

/*** Product Page Test ***/

.hydrive-main-container {
    margin-top: 35px;
}

.hydrive-container {
    font-family: 'Montserrat', sans-serif;
}

.hydrive-top-container, .hydrive-connect-inner, .hydrive-lower, .hydrive-bottom-inner {
    margin: 25px auto;
    max-width: 1110px;
    width: 100%;
}

.hydrive-image-container {
    margin-top: 20px;
    text-align: center;
}

.hydrive-top-container-left, .hydrive-top-container-right {
    display: inline-block;
    vertical-align: top;
}

.hydrive-top-container-left {
    width: 68%;
}
.hydrive-top-container-left-intro {
    font-size: 20px;
    margin-bottom: 20px;
}
.hydrive-highlight {
    font-weight: 400;
    font-size: 17px;
}

.hydrive-hightlights-top {
    display: flex;
}

.hydrive-hightlights-left {
    background: url('/images/hydrive/hydrive-productc.png') no-repeat center center transparent;
    background-size: contain;
    margin-right: 5%;
    width: 11%;  
}

.hydrive-hightlights-right {
    width: 79%;
}

.hydrive-top-container-right {
    width: 28%;
    /*padding-top: 60px;*/
}

.hydrive-top-container-right img {
    /*width: 80%;*/
    max-height: 485px;
}

.hydrive-image-selector-text {
    text-align: center;
    font-weight: bold;
}

.hydrive-image-selector {
    display: flex;
    justify-content: space-evenly;
    margin-top: 6px;
}

.hydrive-image-select {
    border: 1px solid #d8d8d8;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 80px;
    height: 80px;
}

.hydrive-image-select-1 { 
    background-image: url("/images/hydrive/hydrive-producta.png"); 
}

.hydrive-image-select-2 { 
    background-image: url("/images/hydrive/hydrive-productb.png"); 
        background-size: 18px;
}

.hydrive-image-select-3 { 
    background-image: url("/images/hydrive/hydrive-productc.png"); 
        background-size: 15px;
}

.hydrive-image-select-4 { 
    background-image: url("/images/hydrive/hydrive-productd.png"); 
        background-size: 15px;
}

.hydrive-image-select-5 { 
    background-image: url("/images/hydrive/hydrive-producte.png"); 
        background-size: 15px;
}

.hydrive-image-select img {
    width: 100%;
}

.hydrive-top-container-left-title {
    color: #013a92;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 30px;
}

.hydrive-top-container-left-title2 {
    color: #990033;
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 0px;
}

.hydrive-top-container-left-title strong {
    color: #990033;
    font-size: 30px;
}

.hydrive-highlight-title {
    color: #013a92;        
    font-weight: bold;
    margin-top: 10px;
}

.hydrive-tested {
    border-top: 2px solid #d8d8d8;
    border-bottom: 2px solid #d8d8d8;
    padding: 15px 0px;
    margin-top: 20px;
}

.hydrive-tested div {
    display: inline-block;
    vertical-align: middle;
}

.hydrive-tested-text {
    max-width: 550px;
    font-size: 18px;
}
.hydrive-tested-img {
    height: 155px;
    margin-right: 25px;
    width: 155px;
}

.hydrive-connect {
    background: #dcdcdc;
}

.hydrive-connect-left, .hydrive-connect-right {
        display: inline-block;
        vertical-align: top;
}

.hydrive-connect-left {
    width: 40%;
}

.hydrive-connect-left-title {
    color: #013a92;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 60px;
}

.hydrive-connect-left-sub-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    max-width: 310px;    
}

.hydrive-connect-left-sub-title {
    
}

.hydrive-connect-left-text {
    max-width: 340px;
}

.hydrive-app-img {
    display: block;
    margin-top: 22px;
    width: 140px;
    margin-bottom: 20px;
}

.hydrive-image-main {
    height: 491px;
}

.hydrive-image-main-2 img {
    max-width: 40%;
}

.hydrive-image-main-3 img {
    max-width: 32%;
}
.hydrive-connect {
    margin-bottom: 60px;
}

.hydrive-connect-right {
    padding-bottom: 20px;
    padding-top: 20px;    
    text-align: center;
    width: 58%;    
}
.hydrive-lower-left, .hydrive-lower-right {
        display: inline-block;
        vertical-align: top;
}

.hydrive-lower-left {
    width: 39%;
}

.hydrive-lower-right {
    text-align: center;
    width: 60%;
}

.hydrive-lower-left-title {
    color: #990033;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}

.hydrive-lower-left-text {
    max-width: 320px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 600;
}
.hydrive-bottom {
    background: #FFFFFF;
    padding-bottom: 20px;    
    padding-top: 20px;
}

.hydrive-bottom-upper-title {
    color: #990033;
    font-weight: bold;
    font-size: 24px;
}

.hydrive-bottom-upper-sub-title {
  font-weight: bold;
}

.hydrive-bottom-upper-desc {
    font-weight: bold;
    font-size: 24px;
    margin-top: 30px;
}

.hydrive-contact {
    text-align: center;
    padding: 35px 20px;
    border: 1px solid #013a92;
    margin: auto;
    margin-bottom: 20px;
    max-width: 1090px;
    margin-top: 40px;
    font-size: 20px;
}

.hydrive-contact a {
    font-weight: bold;
}

/*** K2 ***/

.catItemRatingBlock {
    display: none;
}

/*** Random Article ***/

.stroubleshooting {
    background: #e1d8d9;
    border-radius: 3px;  
    padding: 18px;
    margin-bottom: 10px;
}

.stroubleshooting-item {
    color: #127bb7;
    display: inline-block;  
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
}

.stroubleshooting-item:first-child {
    max-width: 640px;
}

.stroubleshooting h3 {
    color: #5f5f5f;
    font-size: 24px;
    font-weight: bold;
}

.stroubleshooting strong {
    color: #be2475;
    font-size: 20px;
    font-weight: bold;  
}

/*** Home - Silverline Callout ***/

.silverline-cta {
  background: #e1e1e1;
  border-radius: 8px;
  height: 453px;
  padding: 25px;
  max-width: 28%;
  text-align: center;
}

.silverline-cta img {
  max-width: 85%
}

.silverline-row-a {
    color: #14479a;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
}

.silverline-row-b {
    color: #14479a;
    font-size: 18px;
    font-weight: bold;
}
.silverline-row-c {
    color: #bd2476;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
}
.silverline-row-d {
    color: #292224
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}
.silverline-row-e {
    font-weight: bold;
    font-size: 19px;
}

/*** Video Page ***/

.youtube-channel-videos {
    display: flex;
    flex-wrap: wrap;
}

.video-page-item {
    margin-bottom: 70px;
    text-align: center;
    width: 50%;
}

.video-page-item h4 {
    font-size: 24px;
}

/*** Covid ***/
.covid-message {
  background: #006DC6;
  text-align: center;
}

.covid-message a {
    border-bottom: 1px solid;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;  
    font-size: 18px;
    margin: 10px;
}

/*** Documents ***/

ul.documents-pdf-list {
    margin-top: 40px;
}

.documents-pdf-list li {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 10px;
    text-align: center;
    width: 235px;
    vertical-align: top;
}

.documents-pdf-list li img {
  max-width: 80px;
  width: 100%;
}

.documents-pdf-list li img.thumbnail {
  border-radius: 5px;
  height: 90px;
  margin: auto;
  max-width: 80px;
  width: 100%;
}

.documents-pdf-list a {
    color: #333333;
    font-size: 15px;
    font-weight: bold;
}

/*** Misc ***/

.menu-starch-cooking-system-download input[type="submit"] {
    display: block;  
    font-size: 22px;
    padding: 5px 10px;
    width: 220px;
}

.steam-hammer-page {
}

.steam-hammer-page img {
    padding: 20px;
}

.steam-hammer-page h1 {
    color: #0070bf;
    font-weight: bold;
    margin-bottom: 40px;
}

.steam-hammer-page h3 {
    font-weight: bold;
}

.steam-hammer-page li {
    margin-bottom: 20px;
}

/*** DSI ***/

.dsi-blue {
    color: #0174B6;
    font-size: 38px;
    font-weight: bold;
}

.dsi-rd {
    color: #A11B48;
    font-weight: bold;
}
 
.dsi-top {
    display: flex;
}

.dsi-top-l {
    max-width: 72%;
}

.dsi-heading {
    align-items: center;
    display: flex;
    margin: 35px 0px;
}

.dsi-heading-l {
    color: #A11B48;
    flex-shrink: 0;
    font-size: 32px;
    font-weight: 600;
    margin-right: 10px;
}

.dsi-video {
    text-align: center;
}

.dsi-video iframe {
    max-width: 720px;
    height: 380px;
    margin: 40px 0px;
    width: 100%;
}  

.dsi-exp-items, .dsi-direct-items, .dsi-sparging-info, .dsi-mixing-info {
    display: flex;
}

.dsi-exp-items, .dsi-direct-items {
    font-size: 32px;
    font-weight: 400;
    justify-content: space-around;
    margin: 30px 0px;
}

/*.dsi-contact {
    display: flex;
    justify-content: space-around;
    margin: 60px 0px;
}*/

.dsi-contact {
    background: #efefef;    
    display: flex;
    justify-content: space-around;
    padding: 4% 25%;
}

.dsi-tech, .dsi-exp {
    margin-bottom: 80px;
}

.dsi-learn ul, .dsi-tech-items ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.dsi-learn ul li, .dsi-tech-items ul li {
    max-width: 33%;
}

.dsi-contact a {
    background: #e0f1fb;
    background: -moz-linear-gradient(top,  #e0f1fb 0%, #60abf8 19%, #7fc3e9 100%);
    background: -webkit-linear-gradient(top,  #e0f1fb 0%,#60abf8 19%,#7fc3e9 100%);
    background: linear-gradient(to bottom,  #e0f1fb 0%,#60abf8 19%,#7fc3e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f1fb', endColorstr='#7fc3e9',GradientType=0 );
    border: 2px solid #0180B8;
    border-radius: 30px;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px; 
    min-width: 200px;
    margin: 0px 10px;
    text-align: center;
    transition: 0.3s all;
}

.dsi-contact a:hover {
    background: #0174b6;
    background: -moz-linear-gradient(top,  #0174b6 0%, #a11b48 87%);
    background: -webkit-linear-gradient(top,  #0174b6 0%,#a11b48 87%);
    background: linear-gradient(to bottom,  #0174b6 0%,#a11b48 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0174b6', endColorstr='#a11b48',GradientType=0 );
    color: #FFFFFF;
}

#scrollBtn {
    background: url("/images/dsi/page up-01.png") no-repeat center center transparent; 
    background-size: cover;
    display: none;
    position: fixed; 
    bottom: 20px; 
    right: 30px;
    z-index: 99; 
    border: none; 
    outline: none; 
    color: white; 
    cursor: pointer; 
    padding: 30px; 
    border-radius: 10px; 
    font-size: 18px; 
}

#scrollBtn:hover {
    background-color: #0d77b6; 
} 

@media screen and (max-width: 768px) {
    .dsi-contact {
        display: block;
        padding: 20px 0px;        
        text-align: center;        
    }
    
    .dsi-contact a {
        margin: 10px 0px;
    }
}

@media screen and (max-width: 600px) {
    .dsi-top, .dsi-exp-items, .dsi-direct-items, .dsi-sparging-info, .dsi-mixing-info, .dsi-contact {
        display: block;
        text-align: center;
    }
    
    .dsi-contact {
        padding: 20px 0px;
    }
    
    .dsi-top-l {
        max-width: 100%;
    }
    
    .dsi-contact a {
        margin-bottom: 20px;
    }
}

/*** Wastewater ***/

.ww .blue {
    color: #0174B6;
    font-weight: bold;    
    margin-bottom: 20px;
}

.ww h2.tight {
    margin-bottom: 3px !important;
}

.ww h2 {
    font-weight: bold;    
}

.ww h3 {
    font-size: 24px;
    font-weight: bold;
}

.ww h4 {
    font-weight: bold;    
}

.ww-top {
    border-bottom: 4px solid #0174B6;
    display: flex;
    justify-content: space-around;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.ww-top-r {
    text-align: center;
}

.ww-top-r img {
    margin-bottom: 60px;
    width: 100%;
}

.ww-top-r a {
    background: #e0f1fb;
    background: -moz-linear-gradient(top,  #e0f1fb 0%, #60abf8 19%, #7fc3e9 100%);
    background: -webkit-linear-gradient(top,  #e0f1fb 0%,#60abf8 19%,#7fc3e9 100%);
    background: linear-gradient(to bottom,  #e0f1fb 0%,#60abf8 19%,#7fc3e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f1fb', endColorstr='#7fc3e9',GradientType=0 );
    border: 2px solid #0180B8;
    border-radius: 30px;
    color: #333333;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    padding: 15px 20px; 
    min-width: 200px;
    text-align: center;
    transition: 0.3s all;
}

.ww-top-r a:hover {
    background: #0174b6;
    background: -moz-linear-gradient(top,  #0174b6 0%, #a11b48 87%);
    background: -webkit-linear-gradient(top,  #0174b6 0%,#a11b48 87%);
    background: linear-gradient(to bottom,  #0174b6 0%,#a11b48 87%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0174b6', endColorstr='#a11b48',GradientType=0 );
    color: #FFFFFF;
}

.ww-app {
    display: flex;
    justify-content: space-around;
    padding-bottom: 3%;
    margin-bottom: 3%;
}

.ww-app-l {
    flex: 0 48%;
}

.ww-app-r {
    flex: 0 85%;   
    text-align: center;
}

.ww-app-r img {
    margin-bottom: 20px;
    width: 100%;
}

.ww-flex-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}
 
.ww-flex-cont-col {
    flex: 0 48%;
}

.ww-flex-cont-col h4 {
    font-size: 18px;
}

.ww-flex-cont-col img {
    max-width: 500px;
    width: 100%;
}

.ww iframe {
    min-height: 640px;
    height: auto;
    margin-bottom: 60px;
    text-align: center;
    width: 100%;    
}

.ww-stokes {
    display: block;     
    margin: auto;
    max-width: 600px;
    width: 100%;
}

.ww-bottom {
    border-top: 4px solid #0174B6;
    padding-top: 60px;
    margin-bottom: 60px;
    margin-top: 60px;
}


.contactflex {
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    margin-top: 40px;
}

.contactflex a.btn {
    padding: 25px 30px;
    display: block;
    box-shadow: 3px 3px 6px #aaaaaa;
}

@media screen and (max-width: 800px) {
    .ww div {
        display: block;
    }    
    
    .ww-top-r a {
        display: block;
        margin-bottom: 10px;
    }    
}


/*** Innovation ***/

.innovation h1 {
    color: #0B7AAB;
    font-weight: bold; 
}

.innovation h2, .innovation h3, .innovation h4 {
    color: #902242;
    font-size: 32px;
    font-weight: bold;
}

.innovation h3.light {
    font-weight: normal;
}

.innovation-section {
    align-items: center;
    border-bottom: 1px solid #0c7aab;
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
}

.innovation-section-middle {
    border-bottom: 0px;
}

.innovation-section-l {
    max-width: 56%;
}

.innovation-section-r {

}

.innovation-section-r img {
    width: 100%;
    max-width: 400px;
}

.innovation-section-bottom {
    margin-bottom: 60px;
}

.innovation-quote {
    background: #E3EFF5;
    border-bottom: 4px solid #0c7aab;    
    border-top: 4px solid #0c7aab;
    color: #0c7aab;
    padding: 4%;
    margin: 8% 6%;
    text-align: center;  
}

.innovation-quote-top {
    font-size: 42px;
    margin-bottom: 20px;
}

.innovation-quote-bottom {
    font-size: 32px;
    margin-left: 45px;
}

.inovation-links {
    margin-bottom: 40px;
}

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

    .innovation-section {
        display: block;
        text-align: center;
    }
  
    .innovation-section-l, .innovation-section-r {
        max-width: 100%;
    }
  
    .innovation-quote-top {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .innovation-quote-bottom {
        font-size: 16px;
        margin-left: 0px;
    }  

}
/*** Global Media Queries ***/

@media screen and (max-width: 1200px) {
  .main-banner {
    padding-top: 20px;
  }
  .main-banner h3, .main-banner h4 {
    padding: 15px 5px;
  }
  .main-banner h3 {
    font-size: 40px;
  }
  .main-banner h4 {
    font-size: 30px;
  }
  .lg-blue {
    font-size: 24px;
  }
  .sm-blue {
    font-size: 18px;
  }
  .request-quote-arrow {
    display: none;
  }
  .why-steam-headline {
    font-size: 24px;
  }
  .why-steam-headline strong {
    font-size: 24px;
  }
  .industry-solutions, .application-insights {
    display: block;
  }
  .industry-solutions {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: center;
  }
  .industry-solutions ul {
    margin: 5px;
  }
  .industry-solutions h3 {
    margin-left: 0;
  }
  .application-insights {
    border-radius: 8px;
    height: auto;
    max-width: 100%;
    padding: 25px;
    text-align: center;
  }
  .bottom-cta strong {
    font-size: 18px;
  }
  table {
    max-width: 1200px;
    width: 100% !important;
  }
  
  /*** Homepage June ***/
  
  .silverline-cta {
    background: #e1e1e1;
    border-radius: 8px;
    display: block;    
    height: auto;
    padding: 25px;
    margin: auto;    
    max-width: 100%;
    text-align: center;
  }
  
  .bottom-cta-three-cols {
      font-size: 16px;
  }
  
  .bottom-cta-three-col-1, .bottom-cta-three-col-2, .bottom-cta-three-col-3 {
    background-position: center 10px;
  }
  
  .bottom-cta-three-col-1 .bottom-cta-three-col-innner, .bottom-cta-three-col-2 .bottom-cta-three-col-innner {
    padding-top: 120px;
  }
  
  .bottom-cta-three-col-3 .bottom-cta-three-col-innner {
    margin-top: 120px;
  }
  
  .bottom-cta-three-col-3 .bottom-cta-three-col-innner br {
    display: none;
  }
  
  .bottom-cta-three-col-innner {
    float: unset;
    margin-right: 0px;
    width: 100%;
    text-align: center;
  }
   
  .bottom-cta-three-col-1, .bottom-cta-three-col-2 {
    background-size: 36%;
  }
    
  .bottom-cta-three-col-3 {
    background-size: 18%;
  }
  
  /*** Video Page ***/
  
  .youtube-channel-videos {
      display: block;
      flex-wrap: none;
  }
  
  .video-page-item {
      margin-bottom: 70px;
      text-align: center;
      width: 100%;
  }
  
  .video-page-item h4 {
      font-size: 24px;
  }  
  
  .gf-menu li {
    margin-left: 0px;
  }  
  
  li.item302.hidden { 
    display: none; 
  }   
  
  .hydrive-top-container, .hydrive-connect-inner, .hydrive-lower, .hydrive-bottom-inner {
    max-width: 95%;
  } 

  .hydrive-hightlights-left {
    display: none;
  }
  
  .hydrive-tested-text {
    max-width: 350px;
  }  
}
@media screen and (max-width: 800px) {
  .flex-container.three-col-flex {
      display: block;
  }
  .three-col-flex-item {
      margin-bottom: 40px;   
  }
  
   /*** Homepage - June ***/
  
  .bottom-cta-three-cols {
      display: block;
  }
  
  .bottom-cta-three-col {
      border-radius: 8px;
      border: 1px solid #b2b2b2;
      height: 250px;
      margin: 1% auto;
      padding: 10px;
      width: 90%;
  }   
  
  .bottom-cta-three-col:last-child {
    margin-right: auto;
  }  
  
  .bottom-cta-three-col-1, .bottom-cta-three-col-2 {
    background-size: 120px;
  }  
  
  .bottom-cta-three-col-3 {
    background-size: 60px;
  }  
  
  .hydrive-hightlights-right {
    display: block;
    width: 100%;
  }   

}
@media screen and (max-width: 500px) {
  .flexslider .slides img {
    display: block;
    height: auto !important;
    margin: 0 auto;
    max-width: 100% !important;
    width: auto;
  }
  .industry-desc-container>div {
    flex: 0 100%;
  }
}
.calc-form input[type="text"]{
	height: 30px !important;
}
.headercomb-text{
	background: #e7f5fe;
	padding: 13px;
	border-radius: 5px;
	font-size: 14px;
	color: #065d93 !important;
	margin-bottom: 12px;
}
.header-text{
	padding: 13px;
	border-radius: 5px;
	font-size: 15px;
	color: #065d93 !important;
	margin-bottom: 12px;
}
.header-text .bold{
	/* padding: 13px; */
	border-radius: 5px;
    font-size: 18px !important;
	font-weight: 700 !important;
	color: #00385F !important;
	margin-bottom: 12px;
}
.light-blue-color{
	color: #6cc3f9 !important;
}
.border-head{
	border: 2px solid #939191;
	padding-top: unset !important;
	height: 40px !important;
}
.border-head .btn{
	background: unset !important;
	border: unset !important;
	color: black !important;
	box-shadow: unset !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	color: #065d93 !important;
	padding: 4px 0px !important;
}
.border-head .controls{
	margin-left: 46% !important;	
	/* float: left !important; */
}
.border-head .control-label{
	width: 32% !important;	
	padding-top: 2px !important;
}
.border-head .control-group{
	padding-top: 4px !important;
}
.border-head #jform_units-lbl{
	font-size: 15px !important;
	font-weight: 700 !important;
	
}
.border-head input[type="radio"]{
	margin: 0px !important;
}
.calc-form{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
	background: #ffffff;
	color: #065d93 !important;
}
.calc-form .control-label label{
	font-size: 14px !important;
	color: #065d93 !important;
	display: block !important;
    font-weight: 700 !important;
}
.calc-form .control-label {
	text-align: left !important;
	width: 50% !important;
	padding-top: 4px !important;
}
.calc-form .controls {
	float: right !important;
	margin-left: 1% !important;
}
.calc-form .controls input[type="text"]{
	width: 50% !important;
	background: #e7f5fe !important;
	border: 1px solid #e7f5fe !important;
	box-shadow: unset !important;
}
.water-model .controls input[type="text"]{
	width: 24% !important;
	background: #e7f5fe !important;
	border: 1px solid #e7f5fe !important;
	box-shadow: unset !important;
	float: right !important;
}
.calcul-form{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
	padding: 10px 20px 20px;
	background: #e7f5fe;
	color: #065d93 !important;
}
.calcul-reg-form{
	padding: 5px 20px;
	margin-bottom: 10px !important;
	color: #065d93 !important;
 	text-align: center !important;
}
.calc-form .control-group{
	padding: 2px 30px;
	margin-bottom: 0px !important;
}
.calc-form .bold{
	padding: 10px 18px;
}
.calc-form .header-text{
	background: #fff !important;
}
.calc-form .calc-group,.water-model .calc-group{
	background: #f7faff !important;
}
.calc-form .calc-option .control-label label{
	color: #f47519 !important;
}
/* #exampleModalLong{
	background-color: transparent !important;
} */
/* .modal-dialog{
	width: auto !important;
	margin: 0px !important;
} */
.calculator-form .controls{
	width: 27% !important;
}
.calc-techno .controls{
	width: 24% !important;
}
#jform_technology_used_chzn{
	width: 100% !important;
}
#jform_technology_used_chzn .chzn-single{
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}
#jform_technology_used{
	width: 188px !important;
	background: #000 !important;
	color: #fff !important;
	border: 1px solid #000 !important;
}
.formsubmit{
	border: 1px solid #08c;
	font-size: 16px;
	/* float: right !important; */
	padding: 6px 30px !important;
}
.calc-unit .control-group{
	padding-right: 0px !important;
}
.calc-input-unit{
	display: inline-block;
	width: 38px !important;
  	font-size: 12px !important;
	color: #065d93 !important;
}

.hideform{
	pointer-events: none;
	opacity: 0.4; 
}
.hidden {
    display: none;
}
button.btn.btn-primary.btn-result.hidden {
    display: none;
}
.calc-module{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
	background: #ffffff;
	color: #065d93 !important;
}
.calc-module{
	padding: 13px;
	border-radius: 5px;
	margin-bottom: 50px;
}
.cal-module-in input[type="text"],.cal-module-in input[type="email"]{
	background: #e7f5fe !important;
	border: none !important;
}
.calc-module-text{
	text-align: center !important;
	padding: 14px 44px;
}
.calc-module-text .bold{
	font-size: 16px !important;
    font-weight: 600 !important;
    color: #00385F !important;
	
}
.calc-model-image .bold{
	font-size: 24px !important;
    font-weight: 600 !important;
    color: #00385F !important;
	float: left;
}
.water-model-image .bold{
	font-size: 21px !important;
    font-weight: 600 !important;
    color: #00385F !important;
	float: left;
}
.reg-form-img{
	width: 46% !important;
}
.calc-module-head .registration:hover{
	background: none !important;
	border: 2px solid #0070bf !important;
	color: #0070bf !important;
}
/* .calculator-model{
	right: 14% !important;
	left: 14% !important;
	background: transparent !important;
	border-radius: 10px !important;
	height: fit-content !important;
} */
/* .water-model{
	right: 25% !important;
	left: 25% !important;
} */
/* .calculator-model .modal-dialog-centered{
	min-height: calc(100% - (1.75rem * 2)) !important;
	display: flex !important;
	align-items: center !important;
	
} */
.calc-model-table{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
}
.water-model-form{
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12), 0 10px 10px rgba(0, 0, 0, 0.24);
}
.water-model-form .control-label{
	width: 60% !important;
}
.water-model-form label{
	float:left !important;
	display: block !important;
    font-weight: 700 !important;
    font-size: 14px !important;
 
}
.water-model-form .water-input-unit{
	float:left !important;
	display: inline-block !important;
	max-width: 100% !important;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
.water-model-form .water-cost-unit{
	float:right !important;
	display: inline-block !important;
	max-width: 100% !important;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	line-height: 20px !important;
}
.calculator-model .modal-header{
	border-bottom: none !important;
	padding: 0px 15px 0 15px !important;
}
.calc-model-table .table>tbody>tr>td, .table>thead>tr>th{
	padding: 11px 3px !important;	
	border-top: unset !important;
	border-bottom: unset !important;
	color: #065d93;
	font-weight: 600 !important;
}

.calculator-model .modal-footer{
	border-top: none !important;
}
.calculator-model .modal-content{
	background: #f5fbff !important;
	background-color: #f5fbff !important;
	border-radius: 10px !important;
}
.calculator-model .modal-dialog{
	background: transparent !important;
	background-color: transparent !important;
	border-radius: 10px !important;
}
.calculator-model .close{
	opacity: 1 !important;
}
.headerimage-text .header-img{
	float: left !important;
	width: 22%;
	padding-right: 10px !important;
}
.calc-model-image .header-img{
	float: left !important;
	width: 15%;
	/* padding-right: 10px !important;
	padding-top: 5px !important; */
}
.water-model-image .header-img{
	float: left !important;
	width: 7%;
	/* padding-right: 10px !important;
	padding-top: 5px !important; */
}
/* .model-main-result{
	width: 32% !important;
	padding-right: 0px !important;
	display: inline-block !important;
	max-width: 32% !important;
} */
.model-main-result .model-result{
	background: #fff !important;
    border-radius: 6px !important;
    /* padding: 10px 10px !important; */
	/* margin-bottom: 15px !important; */
	padding: 104px 12px !important;
}
.model-main-result .cost-image{
	float: left;
	padding: 12px 0px !important;
	
}
.more-detail-link{
	text-align: right !important;
	padding: 10px 15px !important;
	text-decoration: underline !important;
}
.boiler-fuel-cost .control-label{
	width: 49% !important;
}
.boiler-fuel-cost .controls{
	margin-left: 0px !important;
	width: 44% !important;
}

.boiler-fuel-cost #jform_water_treatment{
	width: 30% !important;
}
.water-calc-btn{
	font-size: 12px !important;
	margin-right: 2% !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding: 5px 10px !important;
	background: #f47519 !important;
	border: 1px solid #f47519 !important;
}
.water-calc-btn:hover{
	font-size: 12px !important;
	margin-right: 3% !important;
	margin-top: 0px !important;
	padding: 5px 12px !important;
	background: #f47519 !important;
	border: 1px solid #f47519 !important;
}
#jform_units1{
	margin-left: 10px !important;
	display: inline-block !important;
}
#jform_units0{
	margin-left: 5px !important;
	display: inline-block !important;
}
#jform_units label{
	font-weight: 700 !important;
}
.btnSave, .water-calc-btn {
	text-transform: capitalize !important;
}
.optional-text, .more-detail-link{
	padding-right: unset !important;
    display: inline-block !important;
	font-size: 12px !important;
}
.save-calc-btn{
	padding-right: unset !important;
    display: inline-block !important;
    float: right !important;
}
.optional-text span{
	color: #f47519 !important;
    font-size: 12px !important;
    font-style: italic !important;
}
.optional-text:before{
  content:"\25CF";
  font-size: 15px;
  color: #f47519 ;
}
/* .calc-result-tbale{
	width:65% !important; 
	background: #fff !important;  
	border-radius: 8px !important;  
	margin-left: 15px !important;
	padding-right: unset !important;
    display: inline-block !important;
} */
.error-msg .bold{
	color: red !important;
	font-size: 14px !important;
}
.result-unit{
	font-size: 12px !important;
}
.calcul-reg-form .registration{
	text-transform: capitalize !important;
}
.calc-result-heat{
	background: #db610a !important;
    border-radius: 4px !important;
    /* text-align: center !important; */
	padding-left: 6px !important;
}
.calc-result-hydro{
	background: #0d5ea5 !important;
    border-radius: 4px !important;
    /* text-align: center !important; */
	padding-left: 6px !important;
}
#jform_units-lbl{
	display: block !important;
}
@media screen and (max-width: 1296px) and (min-width: 1200px){
	.border-head .control-label {
		width: 72px !important;
	}
	.border-head #jform_units-lbl {
		font-size: 12px !important;
	}
	.border-head .controls {
		margin-left: 75px !important;
	}
	.border-head .btn{
		font-size: 11px !important;
	}
}
@media only screen and (max-width: 990px) and (min-width: 701px) {
	.headerimage-text .header-img{
		width: 8% !important;
	}
	.headerimage-text{
		height: 80px !important;
	}
	.reg-form-img{
		width: 28% !important;
	}
	.save-calc-btn{
		float: unset !important;
	}
	.more-detail-link {
		text-align: unset !important;
	}
	#jform_units1{
		margin-left: 0px !important
	}
	#jform_units0{
		margin-left: 0px !important
	}
	.border-head #jform_units-lbl {
		font-size: 12px !important;
	}
	#jform_units label{
		font-size: 12px !important;
	}
	.border-head {
		height: 56px !important;
		padding-right: 1px !important;
		padding-left: 1px !important;
	}
	.model-main-result{
		width: 100% !important;
		margin-top: 20px !important;
	}
	.calculator-form .controls{
		width: unset !important;
	}
    #htc-logo {
        width: 50px;
        height: 50px;
        background-size: contain !important;
        margin-top: 10px;
    }  
}
@media screen and (max-width: 700px) and (min-width: 320px){
	.calc-form .control-label {
		width: 100% !important;
	}
	.calc-form .controls {
		float: left !important;
		margin-left: 0px !important; 
	}
	.border-head .controls {
		margin-top: -30px !important;
		
	}	
	.headerimage-text .header-img{
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.headerimage-text .bold{
		font-size: 14px !important;
	}
	.calculator-model .modal-dialog-centered{
		min-height: calc(100% - (.5rem * 2)) !important;
	
	}
	.save-calc-btn{
		float: unset !important;
	}
	.more-detail-link {
		text-align: unset !important;
	}
	#jform_units1{
		margin-left: 0px !important
	}
	#jform_units0{
		margin-left: 0px !important
	}
	.border-head #jform_units-lbl {
		font-size: 12px !important;
	}
	#jform_units label{
		font-size: 12px !important;
	}
	.border-head {
		padding-right: 1px !important;
		padding-left: 1px !important;
	}
	.border-head {
		height: 7% !important;
	}
	.border-head .control-label {
		width: 100% !important;
	}
	#jform_user_name, #jform_user_email{
		width: 100% !important;
	}
	.boiler-fuel-cost .controls {
		width: 100% !important;
	}
	.water-model-image .header-img, .calc-model-image .header-img{
		width: 16% !important;
	}
	#exampleModalWaterTitle, #exampleModalLongTitle{
		font-size: 15px !important;
	}
	.water-model-image .close {
		margin: -4rem -2rem -1rem auto !important;
	}
	.calc-model-image .close {
		margin: -1rem -2rem -1rem auto !important;
	}
	.calc-result-tbale{
		width:100% !important; 
		
	}
	.border-head {
		height: 56px !important;
		padding-right: 1px !important;
		padding-left: 1px !important;
	}
	.model-main-result{
		width: 100% !important;
		max-width: 100% !important;
		margin-top: 20px !important;
	}
	.water-calc-btn{
		font-size: 11px !important;
		margin-right: 2% !important;
		padding: 5px 3px !important;
	}
	.boiler-fuel-cost #jform_water_treatment {
		width: 26% !important;
	}
	.calculator-form .controls{
		width: unset !important;
	}
    .hydrive-top-container, .hydrive-connect-inner, .hydrive-lower, .hydrive-bottom-inner {
        text-align: center;
    }    
    .hydrive-top-container-left {
        padding: 5px;
        width: auto;
    }    
    .hydrive-hightlights-left {
        display: none;
    }
    .hydrive-tested, .hydrive-tested div {
        display: block;
        margin: auto;      
        text-align: center;
    } 
    .hydrive-tested-img {
        margin: auto;
    }
    .hydrive-image-selector {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }
    .hydrive-top-container-right {
        width: auto;
    }
    .hydrive-connect-left, .hydrive-connect-left div {
        max-width: 100%;
        text-align: center;
        width: 100%;
    }  
    .hydrive-app-img {
        margin: 10px auto;
    }
    .hydrive-lower-left, .hydrive-lower-right, .hydrive-lower-left div, .hydrive-lower-right div {
        display: block;
        min-width: 100%;
        width: 100%;
    }  
}
@media (min-width: 576px){
	.water-model .modal-dialog {
		max-width: 50% !important;
		margin: 3.75rem auto !important;
	}
	.calculator-result-model .modal-dialog {
		max-width: 75% !important;
		margin: 1.75rem auto !important;
	}
}

.result-view .headerimage-text .header-img {
    float: left !important;
    width: 4%;
    padding-right: 10px !important;
}

#htc-top .topSocial span{
	padding: 2px 5px !important;
	border: unset !important;
	font-size: 15px !important;
	height: 15px !important;
}

/*** Products - New ***/

.ht-products-page {}

.ht-products-page img {
    border-radius: 3px;
}

.ht-products-banner {
    background: url(/images/products/header-01.jpg) no-repeat center center transparent;
    background-size: cover;
    height: 500px;
    margin-bottom: 20px;
    width: 100%;
}

.ht-products-top {
    margin-bottom: 60px;
}

.ht-products-top h2 {
    color: #0070bf;
    font-size: 42px;
    font-weight: bold;
}

.ht-products-cta-container {
    text-align: center;
}

.ht-products-cta {
    background: rgb(181, 215, 235);
    background: -moz-linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    background: -webkit-linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    background: linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5d7eb", endColorstr="#0074b7", GradientType=1);
    border: 1px solid #0074b7;
    color: #FFFFFF;
    display: inline-block;
    padding: 20px;
    border-radius: 30px;
    margin: 20px 0px;
    transition: all 1s;
}

.ht-products-cta:hover {
    background: #042139;
}

.ht-products-cta a {
    color: #FFFFFF;
}

.ht-product-heading h3 {
    font-weight: bold;
    font-size: 34px;
    border-bottom: 2px solid #0070bf;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ht-products-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.ht-products-flex-item {
    max-width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
}

.ht-products-flex-item div {
    margin-bottom: 10px;
}

.ht-products-flex-item-title {
    color: #0070bf;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ht-products-flex-item-models {
    font-size: 12px;
}

.ht-parts-sp {
    margin-bottom: 10px;
}

.ht-products-cta-container-bottom {
    margin-top: 20px;
    margin-bottom: 60px;
}

.ht-products-links {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.ht-products-cta-small {
  
}

.ht-products-cta-bottom {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
}

.ht-products-cta-bottom .ht-products-cta {
    min-width: 200px;
    margin: 20px;
}

hr.ht-products-cta-hr {
    margin: 20px 0;
    border: 0;
    border-top: 3px solid #0074b7;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 1000px) and (min-width: 320px) {
    .ht-products-banner {
        height: 180px;
    }
    .ht-products-flex {
        display: block;
    }
    .ht-products-flex-item {
        max-width: 100%;
    }
}

/*** CIP ***/

body.menu-improved-clean-in-place-systems {
    background: #FFFFFF;
}

h1.ht-cip-main {
    color: #0070bf;
    font-size: 42px;
    font-weight: bold;
}

h2.ht-cip {
    border-bottom: 2px solid #0070bf;    
    font-weight: bold;
    font-size: 34px;
    margin-top: 60px !important;
    margin-bottom: 15px;
}

.ht-cip-img {
    margin: 7px 0px 0px 40px;
}

@media screen and (max-width: 1000px) and (min-width: 320px) { 
    .menu-improved-clean-in-place-systems h1, .menu-improved-clean-in-place-systems h2{
        text-align: center;
    }  
    
    .ht-cip-img {
        margin: 20px 0px;
    }   
}

/*** Jetcookers ***/

.menu-industrial-hydroheater-jetcooker h1 {
    color: #0070bf;
    font-size: 42px;
    font-weight: bold;
}

h2.ht-jetcooker {
    border-bottom: 2px solid #0070bf;    
    font-weight: bold;
    font-size: 34px;
    margin-top: 60px !important;
    margin-bottom: 15px;
    word-break: break-word;
}

@media screen and (max-width: 1000px) and (min-width: 320px) { 
    .menu-industrial-hydroheater-jetcooker .component-content img {
        margin-bottom: 40px !important;
    }
    .menu-industrial-hydroheater-jetcooker h1, .menu-industrial-hydroheater-jetcooker h2 {
        text-align: center;
    }
}

/*** Temp ***/

body.menu-products {
    background: #FFFFFF;
}

.ht-products-flex-item {
    max-width: 45%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) and (min-width: 320px) { 
    .ht-products-flex-item {
        max-width: 100%;
        text-align: center;
    }    
  
    .ht-product-heading h3 {
      text-align: center;
    }  
}

/*** Petfood 8/21 ***/

.petfood-dsi-container {
    background: #FFFFFF;
    padding: 10px;
}

.petfood-dsi-section {
    margin-bottom: 30px;
}

.petfood-dsi-section-center {
    text-align: center;
}

.petfood-dsi-section-flex {
    align-content: center;
    display: flex;
    justify-content: space-between;
}

.petfood-dsi-section-flex-l {
    max-width: 500px;
}

.petfood-dsi-section-flex-bottom-l {
    max-width: 500px;  
}

.petfood-dsi-container img {
    margin: auto;
    display: block;
}

.petfood-dsi-numbers-container li {
    list-style: none;
}

.petfood-dsi-numbers-container {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

span.petfood-dsi-number {
    border: 1px solid;
    width: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    margin: 5px;
}

.petfood-dsi-section h1 {
    color: #0070bf;
    font-weight: bold;
    margin-bottom: 20px;
}

.petfood-dsi-section h2 {
    font-weight: bold;
    font-size: 34px;
    border-bottom: 2px solid #0070bf;
    margin-top: 20px;
    margin-bottom: 20px;
}

.petfood-dsi-section h3 {
    font-size: 24px;
    font-weight: bold;
}

.petfood-dsi-section-bold-blue {
    color: #0070bf;
    font-size: 24px;
    margin: 30px 0px;
}

a.petfood-dsi-button {
    background: rgb(181, 215, 235);
    background: -moz-linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    background: -webkit-linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    background: linear-gradient(180deg, rgba(181, 215, 235, 1) 0%, rgba(0, 116, 183, 1) 15%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b5d7eb", endColorstr="#0074b7", GradientType=1);
    border: 1px solid #0074b7;
    color: #FFFFFF;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 30px;
    margin: 20px 0px;
    transition: all 1s;
    text-align: center;
}

.petfood-dsi-button:hover {
    background: #042139;
}

.petfood-dsi-section-flex-bottom {
    justify-content: space-evenly;
}

.slick-slider-flex {
    min-height: 380px;
}

button.slick-prev.slick-arrow {
    z-index: 3;
}

@media screen and (max-width: 800px) and (min-width: 320px) { 
    .slick-slide {
        padding-top: 0px;
    }
    .slick-slider-flex {
        min-height: unset;
    }  
    button.slick-arrow { 
        display: none !important;
    }
    
}

/* 6-17-22 - Move to new template */

body.menu-silverline {
    background: #FFFFFF;
}

.silverline-bottom {
    text-align: center;
}

.silverline-top {
    margin-bottom: 20px;
}

.silverline-heading {
    color: #006FAD;
    font-size: 38px;
    font-weight: 600 !important;
}

.silverline-bold-red {
    color: #9B0031;
    font-size: 18px;
}

.silverline-product-title {
    font-size: 22px;
}

.silverline-product-more {
    font-size: 15px;
}

.silverline-images-selector {
    display: flex;
    justify-content: center;
}

.silverline-image-select {
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 3px;    
    width: 80px;
}

.silverline-image-select img {
    vertical-align: middle;
    width: 100%;
}

body.menu-sanitary-hydroheater {
    background: #FFFFFF;
    padding: 3px;
}

.hydron-top-inner {
    font-size: 18px;
}

.hydron-vertical-spacer {
    font-size: 18px;
    margin-bottom: 40px;
}

.hydron-vertical-small-spacer {
    margin-bottom: 20px;
}

.hydron-middle-split {
    display: flex;
    margin-bottom: 40px;
}

.hydron-middle-split .hydron-blue {
    font-size: 18px;
}

.hydron-middle-r, .hydron-bottom-r {
    text-align: center;
}

.hydron-middle-bottom {
    align-items: baseline;
    display: flex;
}

.hydron-middle-bottom-l, .hydron-middle-bottom-r {
    padding: 0px 20px;
}

.hydron-middle-bottom-l {
    width: 60%;
}

.hydron-image-title {
    font-size: 22px;
}

.hydron-request {
    margin-bottom: 40px;    
    margin-top: 40px;
    text-align: center;
}

.hydron-bottom {
    display: flex;
}

.hydron-red {
    color: #9B0031; 
    font-size: 24px;
}

.hydron-red-large {
    color: #9B0031; 
    font-size: 26px;
}

.hydron-blue {
    color: #006FAD;    
}

.hydron-blue-large {
    color: #006FAD;
    font-size: 42px;
    font-weight: 600 !important;
}

.hydron-image-main {
    max-width: 300px;
    width: 100%;
}

.hydron-images-selector {
    display: flex;
    justify-content: center;
}

.hydron-image-select {
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 3px;    
    width: 80px;
}

.hydron-image-select img {
    vertical-align: middle;
    width: 100%;
}

.hydron-image-container img {
    max-width: 400px;
    margin: 15px;
}

.hydron-bottom {
    margin-bottom: 40px;
}

.hydron-bottom-video {
    text-align: center;
}

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

    .hydron-top, .hydron-middle, .hydron-middle-split, .hydron-middle-bottom, .hydron-bottom {
        display: block;
    }
    
    .hydron-image-container img {
        max-width: 200px;
        width: 100%;
    }
  
    .hydron-middle-bottom-l {
        width: unset;
    }  

}

/**************************** 
*** Temp CSS For New Menu ***
*****************************/

#htc-main .htc-block {
    padding-right: 10px;
}

#htc-top {
    height: 40px;
    color: #FFFFFF;
    background: #222;
    background: rgba(0, 0, 0, 0.5);
}

#htc-top .htc-block {
    padding: 0 15px;
    margin: 0 10px;
}

#htc-top form {
    margin: 0;
}

#htc-top .rokajaxsearch {
    height: 35px;
}

#htc-top .rokajaxsearch .inputbox {
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/search.png) no-repeat 95% 5px;
    padding: 2px 30px 2px 6px;
    margin: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: #9c9c9c;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 180px;
}

.logo-block {
    padding: 7px 10px 0px 5px;
    margin: 4px 0px;
}

#htc-logo {
    width: 300px;
    height: 42px;
    display: inherit;
    padding: 5px 35px 0px 35px;
    background: url(https://www.hydro-thermal.com/templates/ts_dotcom/images/logo.png) 0 0 no-repeat;
}

#htc-header, #htc-top {
    z-index: 1;
    position: relative;
}

.menu-block {
    padding: 0;
    margin: 5px 0 0 0;
    float: right;
}

.menu-block ul {
    list-style: none;
    margin: 28px 0px 0px 0px;
    padding: 0;
}

.htc-block.menu-block ul li {
    display: inline-block;
}

.htc-mega-menu ul {
    position: relative;
    text-align: right;
    z-index: 2;
}

.htc-mega-menu ul ul {
    text-align: left;
}

.htc-mega-menu ul li a {
    color: #FFFFFF;
    border: 1px solid transparent;
    font-size: 15px;
    font-weight: bold;
    margin: 2px 7px;
    padding: 5px 5px;
}

.htc-mega-menu ul li a:hover {
    color: #a21c49;
}

.htc-mega-menu ul li.htc-mega-menu-hover a {
    background: #FFFFFF;
    border-top: solid 1px;
    border-left: solid 1px;
    border-right: solid 1px;
    border-bottom: 0px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-color: #e9e9e9;
}

a.mobile-menu-exapandable {
    border: none !important;
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li {
    margin: 0px;
    padding: 0px;    
}

.htc-mega-menu ul li.htc-mega-menu-hover ul li a {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;    
    font-size: 15px;
}

/* Inner Pages */

.htc-mega-menu ul li ul.htc-mega-menu-products-child {
    position: absolute;
    background: #FFFFFF;
    display: flex;
    border: 0px solid;
    padding: 0;
    border-radius: 5px;
    border-color: #e9e9e9;
    box-shadow: 1px 2px 6px #8B8D88;
    z-index: -1;
    margin: 4px 0px 0px -310px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}

.htc-mega-menu ul li ul a {
    color: #052238;
}

.htc-mega-menu ul li.htc-mega-menu-hover > a {
    color: #a21c49;
}

/* Homepage + Where it works */

.direct-steam-injection-jetcookers > .htc-mega-menu ul li ul.htc-mega-menu-products-child, .where-it-works > .htc-mega-menu ul li ul.htc-mega-menu-products-child {
    position: absolute;
    background: #FFFFFF;
    display: flex;
    border: 0px solid;
    padding: 0;
    border-radius: 5px;
    border-color: #e9e9e9;
    box-shadow: 2px 4px 6px #3c3030;
    z-index: -1;
    margin: 4px 0px 0px -310px;
    height: 0;
    opacity: 0;
    overflow: hidden;
}


.htc-mega-menu ul li ul.htc-mega-menu-products-child-show {
    height: unset;
    opacity: 100;
}

.htc-mega-menu .col-1, .htc-mega-menu .col-2, .htc-mega-menu .col-3 {
    padding: 10px;
    height: 275px;
    min-width: 290px;
}

.htc-mega-menu .col-1 a, .htc-mega-menu .col-2 a, .htc-mega-menu .col-3 a {
    all: unset;
    cursor: pointer;
    font-size: 17px !important;
    background: none !important;
    font-weight: 500 !important;
}

.htc-mega-menu .col-1 {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 55%, rgba(121,150,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#7996b4",GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-2 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(176, 147, 118, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#b09376", GradientType=1);
    padding: 15px;
}

.htc-mega-menu .col-3 {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 55%, rgba(161, 161, 161, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#a1a1a1", GradientType=1);
    padding: 15px;    
}

.htc-mega-menu .col-title {
    font-size: 22px;
    font-weight: bold;
}

.htc-mega-menu .col-sub-title {
    font-size: 16px;
    font-weight: bold;
}

.col-title-blue {
    color: #0066cc;
}

.col-title-orange {
    color: #cc6600;
}

.col-title-gray {
    color: #666666;
}

.col-line {
    padding: 2px;
    margin-bottom: 10px;
}

.col-line-blue {
    background: #0066cc;
}

.col-line-orange {
    background: #cc6600;
}

.col-line-gray {
    background: #666666;
}

.col-item-flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.col-item-flex-title {
    color: #666666;
    font-size: 15px;
    font-weight: bold;
}

.col-item-flex-r ul {
    margin: 5px;
}

.col-item-flex-r ul li {
    display: block !important;
    color: #0075b6;
    font-size: 18px;
    margin-bottom: 5px;
}

.col-item-flex-l {
    margin-right: 5px;
}

.col-item-flex-l img {
    max-width: 100px;
}

#htc-top-surround {
    position: relative;
    background: #0070bf;
    width: 100%;
    z-index: 1;
}

#htc-top-surround #htc-header {
    padding: 30;
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

#htc-mainbody-surround {
    padding-top: 10px;
}

#ts-fullscreen .htc-block {
    padding: 0;
    margin: 0;
}

#ts-fullscreen .htc-alpha {
    width: 100%;
}

#htc-bottom {
    background: #00447c;
    color: #909090;
}

#htc-bottom a {
    color: #FFFFFF !important;
}

a {
    color: #0070bf;
}

a:hover {
    color: #00528c;
}

body {
    background-color: #FFFFFF;
    color: #000000;
}

h3, h4 {
    color: #a30046;
}

h3, h4 {
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

a {
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    -o-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}

.inputbox {
    border: 1px solid #e9e9e9;
}

select {
    border: 1px solid #d5d5d5;
}

[class^="icon-"] {
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

[class^="icon-"]:before {
    font-family: FontAwesome, sans-serif;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    *margin-right: .3em;
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}

a [class^="icon-"] {
    display: inline;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    max-width: 100%;
}

.icon-twitter:before {
    content: "\f099";
}

.icon-facebook:before {
    content: "\f09a";
}

.icon-linkedin:before {
    content: "\f0e1";
}

.icon-youtube:before {
    content: "\f167";
}

.icon-instagram:before {
    content: "\f16d";
}

#roksearch_results {
    background-color: #00447c;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    border: 1px solid #000;
}

#roksearch_results {
    z-index: 10000;
    position: absolute;
    width: 400px;
    float: right;
    text-align: left;
    visibility: hidden;
    border-radius: 2px;
    margin-top: 5px;
}

#roksearch_results .roksearch_odd {
    background-color: #FFFFFF;
}

#roksearch_results .roksearch_even {
    background-color: #c8e5fd;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 14px;
}

.inputbox {
    border: 1px solid #d9d9d9;
}

[class^="icon-"] {
    width: auto;
    height: auto;
    line-height: inherit;
}

/*! CSS Used from: https://www.hydro-thermal.com/templates/ts_dotcom/css-compiled/mediaqueries.css */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 158px;
    }
}

@media (min-width: 768px) and (max-width: 959px) {
    #htc-top .rokajaxsearch .inputbox {
        width: 115px;
    }
}

@media (max-width: 800px) {
    body {
        padding: 0;
    }
    #htc-logo {
        margin: 0 auto;
    }
    select {
        width: 100%;
    }
    #htc-top {
        display: none;
    }
    #htc-header {
        padding: 5px 0!important;
    }
    .gf-menu {
        display: none;
    }
    .gf-menu-toggle {
        top: 12px;
        left: 15%;
        z-index: 999;
        position: absolute;
    }
    .gf-menu-toggle .icon-bar {
        background: #fff;
    }
    .menu-block {
        float: none;
        margin: 0 10px;
    }
    .layout-mode-responsive .htc-mega-menu {
        border: 0;
    }
    #roksearch_results {
        width: 220px!important;
    }
}
/* Inner */

.dropdown {
    display: none;
    position: absolute !important;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 1px 2px 6px #8B8D88;
    z-index: -1 !important;
    list-style: none;
    margin: 3px 0px 0px 0px !important;
    padding: 0;    
}

/* Homepage + Where it works */

.direct-steam-injection-jetcookers .dropdown, .where-it-works .dropdown {
    display: none;
    position: absolute !important;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 2px 4px 6px #3c3030;
    z-index: -1 !important;
    list-style: none;
    margin: 3px 0px 0px 0px !important;
    padding: 0;    
}  

.dropdown li {
    display: block !important;    
    line-height: 30px;
}

.dropdown a {
    background: none !important;
    border: 0px;
}
ul.flyout {
    display: none;
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    box-shadow: 3px 4px 6px #3c3030;
    margin-left: 110px;
    margin-top: -30px;
    z-index: -1;    
}

ul.flyout ul {
    /*display: none;*/
    margin-top: 0px !important;
}
.htc-block.menu-block ul li.hidden {
    display: none;
}
.push-sp {
    margin-left: 9px;
}
#htc-breadcrumbs .breadcrumb {
    max-width: 1154px;
    margin: auto;
}
li.item305.parent .dropdown {
    width: 170px !important;
}
li.item306.parent .dropdown {
    width: 265px !important;
}
#menu_dynamic_select {
    display: none;
}
#htc-header .htc-grid-12 {
    width: unset;
}

#htc-header .htc-grid-12 {
    width: 100%;
    max-width: 245px;
}

.mobile-menu-icon {
    display: none
}

@media (max-width: 768px) {
    #htc-header .htc-grid-12 {
        max-width: unset !important;
    }
    .header-fixed {
        top:0px;
    }    
}

@media only screen and (min-width: 1020px) and (max-width: 1220px) {
    
    ul.gf-menu.l1 {
        max-width: 700px;
        text-align: right;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 800px) and (max-width: 1020px) {
    
    ul.gf-menu.l1 {
        max-width: 500px;
        text-align: right;
        margin-bottom: 15px;
    }

}

@media only screen and (min-width: 100px) and (max-width: 767px) {
    .mobile-menu-icon {
        color: #FFFFFF;
        display: block;
        top: 15px;
        position: absolute;
        z-index: 10;
        left: 10px;
        font-size: 30px;
    }
    
    .mobile-menu {
        height: 0px;
        overflow: hidden;
        transition: 0.3s all;        
    }
    
    #htc-top-surround #htc-header {

    }
    
    #menu_dynamic_select.menu_dynamic_select_show {
        display: block;
    }
}

.main-banner {
    background: rgb(65,116,176);
    background: -moz-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: -webkit-linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    background: linear-gradient(120deg, rgba(65,116,176,1) 0%, rgba(148,55,83,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4174b0",endColorstr="#943753",GradientType=1);
    background-size: cover;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: -1px;
}


.slick-dots {
    bottom: 5px !important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}

.slick-dots li button {
    opacity: .75 !important;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF !important;
    border-radius: 100% !important;
    padding: 5px !important;
}

.slick-dots li button:before {
    color: #FFFFFF !important;
    font-size: 18px;
    opacity: 0;
    line-height: 23px;
}

.slick-dots li.slick-active button:before {
    color: #FFFFFF;
    font-size: 18px;
}

.hero-1 {
    background: url('../images/hero/hero-1.jpg') no-repeat 0 0 transparent;
    background-size: cover;
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    min-height: 260px;
    padding-top: 155px;
}

.hero-2 {
    padding: 3px;
    padding-top: 3px;
    letter-spacing: -1px;
    padding-top: 155px;
    max-width: 1200px;
    padding-bottom: 10px;
}

.hero-2 p {
    letter-spacing: 0px;
}


.hero-2-slide-img {
    margin: -130px auto auto auto;
    max-width: 80%;
}


.slick-slide {
        box-shadow: inset 3px -47px 34px rgb(0 0 0 / 32%);
}

.hero-2-infobox {
    float: right;
    margin-right: 11%;
    margin-top: -10%;
    text-align: right;
}

.hero-2-infobox-title {
    color: #FFFFFF;
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero-2-infobox-sub-title {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
}

.hero-2-infobox a {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

.main-banner h3, .main-banner h4 {
    color: #FFFFFF;
    text-shadow: 1px 1px 10px #000000;
}

.main-banner h3 {
    font-size: 58px;
    font-weight: bold;
    margin-bottom: 20px;
}

.main-banner h4 {
    font-size: 26px;
    font-weight: normal;
    line-height: 42px;
}

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

    .hero-1 {
        background: url('../images/hero/hero-1.jpg') no-repeat 0 0 transparent;
        background-size: cover;
        padding: 3px;
        padding-top: 3px;
        letter-spacing: -1px;
        min-height: 260px;
        padding-top: 15px;
    }
    
    .hero-2 {
        padding: 3px;
        padding-top: 3px;
        letter-spacing: -1px;
        padding-top: 15px;
        max-width: 1200px;
        padding-bottom: 10px;
    }
    
    .main-banner.slideshow.slick-initialized.slick-slider.slick-dotted {
        padding: 0px;
    }
    
    .main-banner h3 {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 0px;
    }
    
    .hero-2-infobox-title {
        font-size: 32px;
    }
    
    .hero-2-infobox-sub-title {
        color: #FFFFFF;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .hero-2-slide-img {
        margin: 0px auto 20px auto;
        max-width: 80%;
    }
}

@media only screen and (min-width: 770px) and (max-width: 1100px) {
    .hero-2-slide-img {
        margin: 0px auto auto auto;
        max-width: 80%;
    }
}

#htc-logo {
    width: 179px;
    height: 62px;
}

.hide {
    display: none;
}

.blog .masonry-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.blog .masonry-2 .blog-item {
    width: 100%;
    max-width: 550px;
}

.menu-blog ul.tags {
    margin: 10px 0px;
    padding: 0px;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.menu-blog ul.tags li {
    padding: 0px 5px 4px 0px;
}

.menu-blog p.readmore {
    display: block;
    background: none !important;
}

.menu-blog .readmore a > span::before {
    display: none;
}

.menu-blog ul.pagination {
    display: flex;
    list-style: none;
}

.menu-blog ul.pagination li {
    padding: 3px;
}

.menu-blog ul.pagination li.active {
    font-weight: bold; 
} 

legend.visually-hidden, #jform_units-desc {
    display: none;
}

#ts-testimonial {
    text-align: center;
    background: url(../images/brushed_alu.png);
    padding: 0 0 70px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15), 0 1px 1px rgba(0,0,0,0.3);
}

.mwall-date, .mwall-date, .mwall-desc, .mwall-item-info {
    display: none;
}

.mwall-item-inner.mwall-detail-box.tags-hidden.hits-hidden.readmore-hidden {
    background: #EEEEEE !important;
}

.mwall-item-inner.mwall-detail-box.tags-hidden.hits-hidden.readmore-hidden a {
    color: #333333 !important;
}

div#htc-sidebar-a {
    max-width: 25%;
    float: left;
}

a.gaq-red {
    background: #a30046 !important;
    border-radius: 5px;
    color: #FFFFFF !important;
    text-decoration: none !important;
    text-shadow: none !important;
}

a.btn.gaq-red:hover {
    background: #1075b5 !important;
    color: #FFFFFF !important;
}

.com-content-category-blog__item.blog-item {
    margin: 1%;
    text-align: center;
}

.com-content-category-blog__items.blog-items.items-leading {
    max-width: 90%;
    text-align: center;
    margin: auto;
	margin-bottom: 40px;
}

.com-content-category-blog__items.blog-items.items-leading .blog ul.tags {
    justify-content: center;
}

.menu-blog ul.tags {
    justify-content: center;
}

.menu-blog .tags a.btn.btn-sm.btn-info {
    background: none !important;
    color: #1072bd;
    text-shadow: none;
    border: 0px;
}

.htc-blog-item-content a.btn.btn-secondary {
    margin-bottom: 40px;
}

.com-content-category-blog__item.blog-item > .blog-item {
    text-align: center;
    max-width: 45%;
    display: inline-block;
    margin: auto;
    vertical-align: top;
}

@media only screen and (max-width: 800px) { 
    .com-content-category-blog__items.blog-items.htc-blog-col > .blog-item {
        max-width: unset;
    }
    
    .com-content-category-blog__item.blog-item > .blog-item {
        max-width: unset;
        display: block;
    }    
}

.htc-bottom-message-container {
    background: #052238 !important;
    box-shadow: 0 3px 11px #515151;
    color: #FFFFFF;    
    bottom: 0px; 
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 10;
}

.htc-bottom-message-heading {
    font-size: 24px;
    margin: 10px;
}

.htc-bottom-message {
    margin-bottom: 10px;
    padding: 10px;
}

.htc-bottom-message a {
    color: #0070bf !important;
    text-decoration: underline;
}

.htc-bottom-message-container .btn {
    background: #0070bf !important;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 16px;
    padding: 3px;
    transition: all 0.3s;
}

.htc-bottom-message-container .btn:hover {
    background: #394157;
    color: #FFFFFF !important;
}
