/* Desktop and General Styles */
html, body, h1, h2, h3, h4, h5, h6, p, span, ul, ul li, a, a:link, a:active, a:visited, a:hover, form, form input {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

h1 {
  font-weight: 400;
  margin-bottom: 0.4em;
  color: #445c6d;
}
h1 ~ p {
  font-size: 14px !important;
  font-weight: 100 !important;
  line-height: 1.3;
}

ul {
  font-size: 1em;
}

a, a:link, a:visited, a:active, a:hover {
  color: #4A90AD;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
}

h2 {
  font-size: 1.25em !important;
  margin-top: 40px;
}

h3 {
  color: #4e4e4e;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  margin: 20px 0 1em;
}

h4 {
  font-size: 1em !important;
  font-style: italic;
  margin-top: 40px;
  color: #455C6C !important;
}

ul {
  padding-left: 2em;
}
ul li {
  margin-bottom: 0;
}

p, ul {
  margin-bottom: 1em;
}
p:last-child, ul:last-child {
  margin-bottom: 0;
}
p.indent, ul.indent {
  text-indent: 3em;
}

span.semibold {
  font-weight: 600;
}

.breadcrumb {
  padding: 30px 0 30px 0;
  font-weight: 300;
  line-height: 1.5;
}
.breadcrumb a, .breadcrumb span {
  font-weight: 300 !important;
  font-size: 14px;
}

.inline-list {
  display: inline-block;
}
.inline-list > li {
  color: #4A90AD;
  margin-left: 10px;
}

dl {
  font-size: 1em;
}
dl dd {
  margin: 0 0 1em 3em;
}
dl dd dd {
  margin: 1em 0 1em 2em;
}
dl dt {
  font-weight: 300;
  float: left;
}

dl.categories,
dl.sub-headings {
  padding-left: 3em;
}
dl.categories dt,
dl.sub-headings dt {
  font-weight: 700;
  float: none;
}
dl.categories dd, dl.categories dd dd, dl.categories dt, dl.categories dt dd,
dl.sub-headings dd,
dl.sub-headings dd dd,
dl.sub-headings dt,
dl.sub-headings dt dd {
  margin: 0;
}
dl.categories dd,
dl.sub-headings dd {
  margin-bottom: 1em;
}

dl.sub-headings dt {
  font-weight: 600;
}

table tr td, table tr th {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 20px;
}
table tr td:nth-child(odd), table tr th:nth-child(odd) {
  width: 30%;
}
table tr th {
  font-size: 16px;
  color: white !important;
  background-color: #445C6D;
}
table tr th:first-of-type {
  background-color: #8DC63E;
}

.main-text,
table tr td {
  color: #4e4e4e;
  font-size: 1em;
  font-weight: normal;
}

.main-text {
  margin-top: 3.15em;
  margin-bottom: 100px;
}

.chart-desktop {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
.chart-desktop .chart-header {
  background-color: #435C6D;
}
.chart-desktop .chart-header:first-of-type {
  border-top-left-radius: 3px;
}
.chart-desktop .chart-header .header-text {
  color: #FFFFFF !important;
  font-weight: 700;
}
.chart-desktop .side-header {
  font-weight: 700;
  color: #4E4E4E;
}
.chart-desktop div:nth-child(4) {
  border-top-right-radius: 3px;
}
.chart-desktop ul {
  margin: auto;
}
.chart-desktop ul li {
  padding-bottom: 10px;
  padding-left: 6px;
  font-size: 10px;
}
.chart-desktop ul li span {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}

.chart-desktop > div {
  padding: 32px 16px;
  border: solid 1px #D8D8D8;
}

.chart-mobile {
  margin: auto;
  display: none;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
}
.chart-mobile .chart-header {
  height: 56px;
  border-radius: 3px;
  background-color: #435C6D;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: auto;
}
.chart-mobile .chart-header .chart-header-text {
  height: 42px;
  color: #FFFFFF !important;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
}
.chart-mobile .chart-section {
  color: #4E4E4E;
  margin: 32px;
}
.chart-mobile .chart-section .section-header-text {
  font-weight: 700;
  display: block;
}

/* Tablet Styles */
@media only screen and (max-width: 1023px) {
  body {
    font-size: 15px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 1.3875em !important;
  }
  body {
    font-size: 14px;
  }
  ul, dl.categories {
    padding-left: 1em;
  }
  .breadcrumb {
    padding: 15px 0 20px 0;
    font-size: 0.875em;
  }
  dl.categories,
  dl.sub-headings {
    padding-left: 2em;
  }
  dl dd {
    margin-left: 2em;
  }
  dl dd dd {
    margin-left: 1.5em;
  }
  .chart-desktop {
    display: none;
  }
  .chart-mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 1.2857142857em !important;
  }
  .mainMenu {
    padding: 25px 0 0 0;
  }
}
.cookie-preference-center .nowrap {
  white-space: nowrap;
}
.cookie-preference-center h2 {
  margin-top: 24px;
}
.cookie-preference-center h2 + p {
  margin-bottom: 35px;
}
.cookie-preference-center img.functional-cookie {
  width: 24px;
  margin-right: 13px;
  vertical-align: top;
}
.cookie-preference-center .input-content {
  display: inline-block;
  max-width: calc(100% - 45px);
}
.cookie-preference-center .input-content h6 {
  color: #455C6C;
  font-weight: 500;
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 0;
}
.cookie-preference-center .form-field-row > div {
  margin-bottom: 25px;
}
.cookie-preference-center input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 21px;
  height: 21px;
  cursor: pointer !important;
  z-index: 1;
  top: 4px;
  left: 14px;
}
.cookie-preference-center input[type=checkbox] + span.input-label {
  display: inline-block;
  margin: 0 13px 0 0;
  clear: none;
  vertical-align: top;
  /* Left padding makes room for image */
  padding: 12px;
  /* Make look clickable because they are */
  background: url("https://assets.inductiveautomation.com/static/images/form/form_checkbox_off@2x.png") center center no-repeat;
  background-size: 100% !important;
}
.cookie-preference-center input[type=checkbox]:checked + span.input-label {
  background-image: url("https://assets.inductiveautomation.com/static/images/form/form_checkbox_on@2x.png");
}
.cookie-preference-center input.iu-btn[type=submit] {
  cursor: pointer;
  font-weight: 400;
  margin: 10px 0;
  height: 40px;
  background: #8dc63e none repeat scroll 0 0;
  border: medium none;
  -webkit-transition: background-color 0.5s; /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s ease 0s;
  border-radius: 3px;
  width: 214px;
  font-size: 17px;
  color: #FFFFFF;
}
.cookie-preference-center input.iu-btn[type=submit]:hover {
  background-color: #7bba19;
}
.cookie-preference-center .successmsg {
  display: inline-block;
  font-size: 16px;
  color: #455C6C;
  font-weight: 600;
  margin: 20px 0 0 30px;
}
@media only screen and (max-width: 641px) {
  .cookie-preference-center .successmsg {
    display: block;
    margin: 10px 0 0 0;
  }
}
.cookie-preference-center .anchor-link {
  visibility: hidden;
}
.cookie-preference-center .chart-desktop {
  display: none;
}
.cookie-preference-center .chart-mobile {
  display: block;
}

/*# sourceMappingURL=policy.css.map */
