/**============================================
* 
* Typography CSS Styles
* 
*=============================================*/


/**
* Web Fonts
*/
/* font-family: 'Lato', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');



/**
* Typography
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  color: #0b2b59;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem 0;
  /*word-spacing: 0.25rem;*/
}

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.15;
  margin: 0 0 1.25rem 0;
}

.h2, h2 {
  font-size: 1.85rem;
}

.h3, h3 {
  font-size: 1.55rem;
}

.h4, h4 {
  font-size: 1.4rem;
}

.h5, h5 {
  font-size: 1.25rem;
}

.h6, h6 {
  font-size: 1.15rem;
}

.block-header,
.block-title {
  background: #ececec;
  margin: 0 0 1rem 0;
  padding: 8px 12px;
}

.underline-title {
  border-bottom: 1px solid #e6e6e6;
  padding: 0 0 0.4rem 0;
  margin-bottom: 1.25rem;
}

.background-light-gray .underline-title {
  border-color: #ccc;
}

p, ul, ol, dl, table {
  margin: 0 0 15px 0;
}

p:last-child {
  margin-bottom: 15px;
}

.caption {
  
}

.table {
}

.table tr.light-gray th,
.table tr.light-gray td {
  background-color: #f3f3f3;
}

.table tr.medium-gray th,
.table tr.medium-gray td {
  background-color: #bbb;
}

.table tr.medium-gray th,
.table tr.medium-gray td {
  background-color: #bbb;
}

.table tr.dark-gray th,
.table tr.dark-gray td {
  background-color: #555;
  color: #fff;
}


