@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:400,600,700&display=swap&subset=latin-ext');
body{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: #535353;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
img{
  max-width: 100%;
  height: auto;
}
button, input, select, textarea{
  font-family: 'Nunito Sans', sans-serif;
}
a{
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  color: #426A53;
}
a:hover{
  text-decoration: none;
}
h2{
  font-size: 24px;
  line-height: 32px;
  color: #000;
  font-weight: 600;
  margin: 0px 0px 45px;
}
p{
  margin: 0px 0px 20px;
}
figure{
  margin: 0px 0px 30px;
}
figcaption{
  padding-top: 20px;
}
iframe{
  max-width: 100%;
}
table{
  width: 100%;
  margin: 0px 0px 20px;
}
table tr{
  border-bottom: 1px solid #ccc;
}
table tbody tr:last-child{
  border-bottom: none;
}
th{
  text-align: left;
  padding: 5px 10px;
  color: #426A53;
  font-weight: bold;
}
td{
  padding: 5px 10px;
}
table caption{
  color: #426A53;
  font-weight: bold;
  border-bottom: 1px solid #ccc; 
  padding: 0px 10px 10px;
}