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

html {
  font-family: 'Roboto', sans-serif;
  background: rgb(242, 242, 242);
}

body {
  min-width: 1130px;
  font-size: 14px;
  font-weight: 300;
}

h1 { 
  font-family: 'Roboto', sans-serif; 
  font-weight: 300; 
  font-size: 36px; 
  color: rgb(51,51,51);
  line-height: 1.2; 
} 

h2 { 
  font-family: 'Roboto', sans-serif;
  font-weight: 300; 
  font-size: 24px; 
  color: rgb(51,51,51);
  line-height: 1.2; 
} 

h3 { 
  font-family: 'Roboto', sans-serif;
  font-weight: 300; 
  font-size: 20px; 
  color: rgb(51,51,51);
  line-height: 1.2; 
} 

h4 { 
  font-family: 'Roboto', sans-serif; 
  font-weight: 500; 
  font-size: 14px; 
  color: rgb(51,51,51);
  margin: 0 0 0.8em; 
  line-height: 1.2; 
}

h4, h5, h6 { 
  font-family: 'Roboto', sans-serif; 
  font-weight: 500; 
  font-size: 14px; 
  color: rgb(102, 102, 102);
  margin: 0 0 0.8em; 
  line-height: 1.2; 
}

blockquote,
p {
  font-family: 'Roboto', sans-serif; 
  margin: 0 0 1.4em;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 300;
  color: rgb(102, 102, 102);
}

strong {
  font-weight: 500;
}

ol {
  list-style: decimal;
}
ol,
ul {
  padding: 0;
  color: rgb(102, 102, 102);
  font-family: 'Roboto', sans-serif; 
  font-size: 14px;
  font-weight: 300;
  margin: 0 20px;
}

li {
  padding: 0;
  margin-bottom: 10px;
}

ul li {
  list-style: disc;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 2px solid rgb(255,255,255);
}

input {
  font-family: Roboto,sans-serif;
  font-size: 16px;
  border-radius: 4px;
  padding: 0 14px;
  box-sizing: border-box;
  height: 50px;
  outline: none;
  border: 1px solid rgb(209, 209, 209);
  color: rgb(102, 102, 102);
  background: rgb(255,255,255);
  transition: background 0.2s ease-out;
}

input::placeholder { color: rgb(209, 209, 209); }

input:disabled {
  background: rgb(242, 242,242);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}

textarea {
  background: rgb(242,242,242);
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 300;
  padding: 20px;
  border: none;
}

label {
  font-size: 14px;
  font-weight: 300;
  color: rgb(102, 102, 102);
  margin-bottom: 5px;
  display: block;
}

a {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: rgb(102, 102, 102);
  text-decoration: underline;
  cursor: pointer;
}

button {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 14px;
}

small {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 12px;
  color: rgb(102, 102, 102);
}

/* top header */
header .css-7ngrkv {
	height: 114px !important;
}
/* top header logo wrapper */
header .css-7ngrkv .css-17hb097 {
	justify-content: center !important;
}
/* top header logo */
header .css-7ngrkv .css-17hb097 img {
}
/* force hide switch-apps */
header .css-7ngrkv .css-o0jhlo {
	display: none;
}
/* header toolbar */
header .css-1bzmz52 {
	display: none;
}

// HACK
img[src="/static/img/header-AssuranceAmp.png"] {
	height: 24px;
}
.css-8mg22s {
	height: 24px;
}
.css-1t1yhsm {
	background: #1e384b !important;
}