@media (min-width:1500px) {
  .container {
    max-width: 1440px !important
  }
}
h5, h4 {
  line-height: 1.5;
  font-weight: 400;
} 

.text-blue, h4.quoteby {
  color: #0890ff
}
.prata, h1, h4.quoteby {
   font-family: "Poppins", sans-serif;
}
.display-5 {
  font-size: 3rem
}
#topNavSnippet {
  height: 75px
}
.logoheader, .topheader {
  line-height: 135%
}
.logoheader, .quotetitle, .topheader {
  letter-spacing: .15rem;
  text-transform: uppercase
}
@media (max-width:1200px) {
  .d-xs-none {
    display: none
  }
  .new-form {
    padding: 10px !important
  }
}
.site-header {
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  padding: 20px 0
}
.bg-blue, .bg-blue-split {
  background-color: #022440
}
.bg-blue-light {
  background-color: #EDF7FF
}
.bg-gray-light {
  background-color: #F1F5F7
}
.site-header a {
  transition: color .15s ease-in-out
}
.site-header a:hover {
  text-decoration: none
}
.bg-blue-split {
  background-size: 50% auto;
  width: 100%
}
body {
   font-family: "Poppins", sans-serif;
  font-size: 1.125rem
}
.topheader {
  font-size: 1rem;
  border-left: 4px solid #0890ff;
  padding-left: 10px
}
.bg-grey {
  background-color: #3d576d;
  border-radius: 4px;
  margin: 5px;
  padding: 10px 25px
}
.bg-quote {
  border: 4px solid #fff;
  border-radius: 5px;
  background-color: #fbfbfb
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto
}
.image-center {
  display: inline-block;
  vertical-align: middle;
  position: relative
}
.quotetitle {
  font-size: .9375rem
}
.fbadge {
  color: #fff;
  font-size: .625rem;
  border-left: 1px solid #fff
}
.fbadgeimg {
  max-width: 83px
}
.checkmark {
  height: 24px;
  width: 24px
}
.new-form {
  width: 100%;
  max-width: 556px;
  padding: 30px;
  border-radius: 8px;
  background-color: #fff
}
.border-top {
  border-top: 1px solid #e5e5e5
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5
}
.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05)
}
.flex-equal > * {
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1
}
@media (min-width:768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1
  }
}
.overflow-hidden {
  overflow: hidden
}