* {
  font-family: Lato;
  font-weight: 300; }

body {
  padding-top: 16px; }

strong, b {
  font-weight: bold; }

p {
  line-height: 2;
  margin-bottom: 20px;
  font-weight: 200; }

hr {
  margin-bottom: 40px; }

h1 {
  font-size: 35px;
  margin-bottom: 14px; }

p ul {
  padding-left: 14px; }

p li {
  line-height: 30px;
  list-style-type: none;
  font-weight: 200; }

p li:before {
  margin-right: 9px;
  margin-left: -14px;
  content: '\00b7';
  font-size: 29px;
  top: 3px;
  position: relative; }

nav.nav-custom {
  margin-bottom: 30px;
  padding: 0; }

nav.nav-custom .container {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee; }

nav.nav-custom img {
  margin-bottom: 4px;
  margin-right: 6px;
  width: 26px; }

nav h1 {
  display: inline;
  font-size: 18px;
  margin-left: 10px;
  font-weight: bold; }

nav a {
  color: inherit; }

nav a:hover {
  color: inherit;
  text-decoration: none; }

@media only screen and (max-width: 768px) {
  nav.nav-custom .container {
    padding-left: 16px;
    padding-right: 16px; } }
header.header-home {
  margin-top: 30px; }

.masthead h2 {
  margin-bottom: 28px; }

h4.emphasized {
  margin-bottom: 14px; }

h4.emphasized-2 {
  font-size: 21px;
  color: #2164c3;
  margin-bottom: 28px;
  line-height: 1.6; }

.btn-main {
  border-radius: 2px;
  background-color: #4184f3;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
  color: #ffffff;
  padding: 11px 13px;
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: inherit; }

.btn-main:hover, .btn-main:focus {
  color: #ffffff;
  text-decoration: none; }

.btn-main-secondary {
  background-color: #239496; }

.btn-main-secondary:hover, .btn-main-secondary:focus {
  text-decoration: none; }

.lead-in {
  line-height: 1.6;
  margin-top: 18px;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 200; }

input[type=email].form-control {
  height: 41px;
  width: 270px;
  margin-right: 10px; }

button.close span {
  font-size: 32px; }

.header-home blockquote {
  margin-bottom: 60px;
  color: #777; }

footer {
  margin-top: 100px;
  margin-bottom: 20px; }

footer .container {
  padding-top: 20px;
  border-top: 1px solid #eee; }

footer p {
  color: #999; }

footer a {
  color: #999; }

body .font-size-15 {
  font-size: 15px; }

.divider-pipe {
  display: inline-block;
  margin: 0 5px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-60 {
  margin-top: 60px; }

.mt--40 {
  margin-top: -40px; }

.mr-10 {
  margin-right: 10px; }

.ml-10 {
  margin-left: 10px; }

.pl-40 {
  padding-left: 40px; }

.pr-40 {
  padding-right: 40px; }

.modal-body {
  padding: 25px; }

.modal-body input.form-control, .modal-body .btn {
  margin-bottom: 20px; }

@media (min-width: 576px) {
  .modal .modal-dialog {
    max-width: 570px; } }
.report {
  border: 1px solid #eee;
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 20px; }

.nav-custom .select2 {
  margin: 6px 12px;
  max-width: 180px; }

.card {
  border-color: #e9e9e9;
  border-radius: 0; }

.card .card-header {
  background-color: #f9f9f9;
  border-bottom: 0;
  color: #666; }

.card h4 {
  font-size: 18px; }
