:root {
    --primary: #0163a7;
    --footer-bg: #c7d1e7;
    --blue: #0779BF;
    --line-border-fill: #0779bf;
    --line-border-empty: #919195;
}

@font-face {
    font-family: 'Helvetica Neue';
    font-style: normal;
    src: url(../fonts/Helvetica-Neue-Regular.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue Roman';
    font-style: normal;
    src: url(../fonts/HelveticaNeueLTStd-Roman.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue Bold';
    font-style: normal;
    src: url(../fonts/HelveticaNeueLTStd-Bd.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue Medium';
    font-style: normal;
    src: url(../fonts/HelveticaNeueLTStd-Md.otf) format("opentype");
}

@font-face {
    font-family: 'Helvetica Neue Bold Condensed';
    font-style: normal;
    src: url(../fonts/HelveticaNeueLTStd-BdCn.otf) format("opentype");
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Montserrat-Light.woff) format("woff"), url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Montserrat-SemiBold.woff) format("woff"), url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url(../fonts/Montserrat-ExtraBold.woff) format("woff"), url(../fonts/Montserrat-ExtraBold.woff2) format("woff2"), url(../fonts/Montserrat-ExtraBold.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Montserrat-Black.woff) format("woff"), url(../fonts/Montserrat-Black.woff2) format("woff2"), url(../fonts/Montserrat-Black.svg) format("svg");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000
}
.kohlerlogo{
	width:200px;
	display:block;
	margin-top:10px;
}
.page-template-home video#hp-video, .modal video{
	padding-top:30px;
}
.branding-bar {
    /*background-color: rgba(80, 80, 85, 1);*/
    background-color:#000000;
    /* height: 80px; */
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom:15px;
}

 .branding-bar h2 {
    font-size: 28px;
    margin:0px;
}


.trademark{
  color:white;position:relative;font-size:10px;top:16px;
}

.branding-bar .col-sm-6:first-of-type {
    text-align: left;
}

.branding-bar .kohler_logo {
    /* height: 80%; */
    margin: 10px;
    width:150px;
    /* object-fit: contain; */
    margin-left: 0;
    margin-right: 0;
}

.kohler-energy {
/* display: flex;
align-items: center; */
display:block;
text-align: right;
justify-content: right;
}

.branding-bar h2 {
    font-family: 'Helvetica Neue Roman';
    color: white;
    text-align: right;
    margin:12px 0px 12px;
    display:block;
    font-size:25px;
}
.lang-select .span{
	font-size:15px;
}

.navbar-dark .navbar-nav .nav-link{
    font-family: 'Helvetica Neue Medium';
    font-size:15px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	color:#999;
}

html {
    font-size: 12px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body, html{
    font-family: "Helvetica Neue Roman", sans-serif;
    /* font-size: 17px; */
    line-height: 1.42857;
    color: #000000;/*151515;*/
    /*background-color: #fff/*  */
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0779BF;
    text-decoration: none
}

a:hover,
a:focus {
    color: #044a75;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

body{
	font-size: 17px!important;
}
p,p.text-secondary, ul:not(.navbar-nav) li a, .text-md{
  margin: 0 0 10.5px!important;
  font-size: 17px!important;
  font-family: "Helvetica Neue Roman", sans-serif!important;
  letter-spacing: 0.3px!important;
  color:#000000!important;
}
main ol li, table tr, table th,.btn-group-sm > .btn, .btn-sm, .jobWindow .description ul li,.jobWindow .back-result,.jobWindow .date-info li{
	  font-size: 17px!important;
}

.jobWindow .description ul li{
	color:#000000!important;
}

.jobWindow .description ul {
  list-style: none;
  color: #000000!important;
}
main strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,.home-main-content h3,
.h4,
.h5,
.h6 {
    font-family: 'Helvetica Neue Bold';
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3,.home-main-content  h3 {
    margin-top: 22px;
    margin-bottom: 10.5px
}

h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10.5px;
    margin-bottom: 10.5px
}

h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 42px
}

h2,
.h2 {
    font-size: 34px
}

h3,
.h3 {
    font-size: 28px
}

h4,
.h4 {
    font-size: 21px
}

h5,
.h5 {
    font-size: 17px
}

h6,
.h6 {
    font-size: 15px
}

.bold-title, .bold-title strong{
	font-size:17px;
}

.social-share li i{
	font-size:24px;
}
footer address,footer .copyright{
	text-align:center;
	font-size:16px!important;
}
footer p{
	font-size:15px!important;
}
footer .footer-logo-kohler {
  width: 145px;
}



@media (max-width: 990px) {
.branding-bar .kohler_logo {

  margin: 24px;
  width: 200px;
  margin-left: 0;
  margin-right: 0;
  }
  .branding-bar h2 {
  margin: 30px 0px 28px;
  font-size:28px;
}
}

@media (max-width: 900px) {
.logo {
  width: 300px;
  max-width: 100%;
  margin-bottom:10px;
  }

}

@media (max-width: 767px) {

    .logo-container img {
	  display: block;
	  margin: 20px auto 15px;
	  width: 300px;
	 }
}


@media (max-width: 575px) {
.branding-bar .kohler_logo {

  margin: 10px;
  width: 150px;
  margin-left: 0;
  margin-right: 0;
  text-align:center;
  margin:10px auto 0px;
  }
.branding-bar h2 {
  margin: 10px 0px 10px;
  text-align:center;
  font-size:25px;

}
}