/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include your notes or table of contents here
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *      #B80000             - links, headings
 *      #D80000             - links on hover
 *      5px Vertical grid   - based on multiples of 5px, eg 10px, 15px, 20px, 25px...
 *
 *    @author Your Name <email@gmail.com>
 *
 * ------------------------------------------------------- */

/* TEMPLATE CUSTOM FONTS */
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 20, 2012 06:04:25 AM America/New_York */

  /* add your own custom fonts here */

  @font-face {
      font-family: 'BoschSans-Regular';
      src: url('../fonts/boschsans/BoschSans-Regular.eot');
      src: url('../fonts/boschsans/BoschSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/boschsans/BoschSans-Regular.woff') format('woff'), url('../fonts/boschsans/BoschSans-Regular.ttf') format('truetype'), url('../fonts/boschsans/BoschSans-Regular.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }

    @font-face {
      font-family: 'BoschSans-Light';
      src: url('../fonts/boschsans/BoschSans-Light.eot');
      src: url('../fonts/boschsans/BoschSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/boschsans/BoschSans-Light.woff') format('woff'), url('../fonts/boschsans/BoschSans-Light.ttf') format('truetype'), url('../fonts/boschsans/BoschSans-Light.svg#CamboRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }

  @font-face {
    font-family: "Bosch-PT-2017-08-08";
    src: url("../fonts/fonticons/Bosch-PT-2017-08-08.eot?3b7zec");
    src: url("../fonts/fonticons/Bosch-PT-2017-08-08.woff?3b7zec") format("woff"), url("../fonts/fonticons/Bosch-PT-2017-08-08.eot?3b7zec#iefix") format("embedded-opentype"), url("../fonts/fonticons/Bosch-PT-2017-08-08.ttf?3b7zec") format("truetype"), url("../fonts/fonticons/Bosch-PT-2017-08-08.svg?3b7zec#Bosch-PT-2017-08-08") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^='icon-'] {
    font-family: "Bosch-PT-2017-08-08" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}






/* BASE TYPOGRPHY */

/* These are the default styles for the Simple theme */


body {
    /*font-size: 16px; This overrides the browsers default font size */
    /*line-height: 22px; If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
    font-family: "BoschSans-Regular",Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: #00558e;
	font-family: "BoschSans-Regular",Arial,Helvetica,sans-serif;
	/* font-size: 16px; */
}

hr {
	color: #808080;
}


/***********************/



.icon-newsletter::before {
    content: "\e92c";
	padding-right: 5px;
    vertical-align: middle;
	font-size: 29px !important;
}

.icon-newsletter {
	color: #000;
	font-family: "Bosch-PT-2017-08-08";
}

.icon-customer-service::before {
    content: "\e913";
	padding-right: 5px;
    vertical-align: middle;
	font-size: 29px !important;
}

.icon-customer-service {
   	color: #000;
	font-family: "Bosch-PT-2017-08-08";
}

.headline-h1 {
    font-size: 36px;
    margin: 0.67em 0;
	font-weight: 500;
    line-height: 1.1;
    margin-bottom: 10px;
    margin-top: 20px;
	font-family: "BoschSans-Light",Arial,Helvetica,sans-serif;
  letter-spacing: -0.02em;
}

.headline-h2 {
	margin-top:20px;
  margin-bottom:10px;
	font-size: 24px!important;
  line-height: 26.4px;
	font-family: "BoschSans-Light",Arial,Helvetica,sans-serif;
  letter-spacing: -0.02em;
}

.headline-h3 {
	font-size: 20px!important;
    line-height: 1.1;
	font-weight: 500;
    margin-bottom: 10px;
    margin-top: 20px;
	font-family: "BoschSans-Light",Arial,Helvetica,sans-serif;
  letter-spacing: -0.02em;
}

body {
    counter-reset: section;
}

.ordered-list-level-1 {
  font-size: 20px !important;
  line-height: 1.1;
  padding-left: 22px;
  counter-reset: level2;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 12px;
  display: block;
}
.ordered-list-level-1:before {
  counter-increment: section;
  content: counter(section) ". ";
  display: block;
  float:left;
  margin: 0 5px 0 -20px;
}


html[dir='rtl'] .ordered-list-level-1 {
  font-size: 20px !important;
  line-height: 1.1;
  margin-right: 22px;
  counter-reset: level2;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-top: 12px;
  display: block;
}
html[dir='rtl'] .ordered-list-level-1:before {
  counter-increment: section;
  content: counter(section) ". ";
  display: block;
  float:right;
  margin: 0 -20px 0 5px;
}

.ordered-list-level-2 {
  font-size: 16px !important;
  /*line-height: 1.1; */
  padding-left: 65px;
  letter-spacing: -0.02em;
  margin-top: 12px;
  counter-reset: level3;
  display: block;

}
.ordered-list-level-2:before {
  counter-increment: level2;
  content: counter(section) "."counter(level2) ". ";
  display: block;
  float:left;
  margin: 0 0 0 -40px;
}

html[dir='rtl'] .ordered-list-level-2:before {
  counter-increment: level2;
  content: counter(section) "."counter(level2) ". ";
  display: block;
  float:right;
  margin: 0 -40px 0 0;
}

html[dir='rtl'] .ordered-list-level-2 {
  font-size: 16px !important;
  /*line-height: 1.1; */
  padding-right: 65px;
  letter-spacing: -0.02em;
  margin-top: 12px;
  counter-reset: level3;
  display: block;

}

.ordered-list-level-3 {
	font-size: 16px !important;
  line-height: 1.1;
  padding-left: 70px;
  margin-top: 12px;
  letter-spacing: -0.02em;
      display: flex;
}
.ordered-list-level-3:before {
  counter-increment: level3;
  content: counter(section) "."counter(level2) "."counter(level3) ". ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .ordered-list-level-3:before {
  counter-increment: level3;
  content: counter(section) "."counter(level2) "."counter(level3) ". ";
  display: block;
  float:right;
  margin: 0 5px 0 0;
}
html[dir='rtl'] .ordered-list-level-3 {
	font-size: 16px !important;
  line-height: 1.1;
  padding-right: 70px;
  margin-top: 12px;
  letter-spacing: -0.02em;
  display: flex;
}

.unordered-list-level-1 {
	font-size: 16px !important;
  line-height: 1.1;
  padding-left: 20px;
  letter-spacing: -0.02em;
  margin: 0;
      display: flex;
}

html[dir='rtl'] .unordered-list-level-1 {
  padding-left: 0;
  margin-right: 20px;
}

.unordered-list-level-1:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-1:before {
  margin: 0 0 0 5px;
}

.unordered-list-level-1-inner {
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
  padding-left: 30px;
  margin: 0;
  display: flex;
}

html[dir='rtl'] .unordered-list-level-1-inner {
  padding-left: 30px;
  margin-right: 30px;
}

.unordered-list-level-1-inner:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-1-inner:before {
  margin: 0 0 0 5px;
}

.unordered-list-level-2 {
	font-size: 16px !important;
  line-height: 1.1;
  padding-left: 25px;
  letter-spacing: -0.02em;
  margin: 0;
  display: flex;
}

html[dir='rtl'] .unordered-list-level-2 {
  padding-left: 0;
  margin-right: 25px;
}

.unordered-list-level-2:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-2:before {
  margin: 0 0 0 5px;
}

.unordered-list-level-2-inner {
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
  padding-left: 68px;
  margin: 0;
      display: flex;
}

html[dir='rtl'] .unordered-list-level-2-inner {
  padding-left: 0;
  margin-right: 68px;
}



.unordered-list-level-2-inner:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-2-inner:before {
  margin: 0 0 0 5px;
}

.unordered-list-level-3 {
	font-size: 16px !important;
  line-height: 1.1;
  padding-left: 30px;
  letter-spacing: -0.02em;
  margin: 0;
      display: flex;
}

html[dir='rtl'] .unordered-list-level-3 {
  padding-left: 0;
  margin-right: 30px;
}
.unordered-list-level-3:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-3:before {
  margin: 0 0 0 5px;
}

.unordered-list-level-3-inner {
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
  padding-left: 40px;
  margin: 0;
      display: flex;
}

html[dir='rtl'] .unordered-list-level-3-inner {
  padding-left: 0;
  margin-right: 40px;
}

.unordered-list-level-3-inner:before {
	content: "\2022  ";
  display: block;
  float:left;
  margin: 0 5px 0 0;
}

html[dir='rtl'] .unordered-list-level-3-inner:before {
  margin: 0 0 0 5px;
}

.level-1 {
  padding-left: 25px;
  letter-spacing: -0.02em;
  font-size: 16px !important;
 /* line-height: 22px; */
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}

html[dir='rtl'] .level-1 {
  padding-left: 0;
  margin-right: 25px;
  letter-spacing: -0.02em;
  font-size: 16px !important;
 /* line-height: 22px; */
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}

.level-2 {
  padding-left: 58px;
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}

html[dir='rtl'] .level-2 {
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  padding:0; 
  margin-right:58px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}

.level-3 {
  padding-left: 130px;
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}

html[dir='rtl'] .level-3 {
  padding-left: 0;
  margin-right: 130px;
  letter-spacing: -0.02em;
  font-size: 16px !important;
  line-height: 22px;
  font-family: "BoschSans-Regular", Arial, Helvetica, sans-serif;
}


.blue {
	color: #00558e;
	font-family: "BoschSans-Regular",Arial,Helvetica,sans-serif;
}

.paragraph {
	font-size: 16px !important;
    line-height: 22px;
	font-family: "BoschSans-Regular",Arial,Helvetica,sans-serif;
}
