 @import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
body {
  background-color: #efedeb;
  font-family: 'Lato', sans-serif;
  color: #33302a;
}
body .container {
  background-color: #ffffff;
  padding: 0 40px
}
header .container {
  padding: 0 15px !important;
}
.hgvlogo {
  padding: 15px 0 !important;
}
.bgv-footer-desktop {
  display: block;
}
.bgv-footer-mobile {
  display: none;
}
.body-content {
  padding: 0 30px;
}
.dop-content {
  padding: 0 30px 15px 30px;
}
.bgv-footer-color {
  background-color: #efedeb !important;
  color: #87847e !important;
}
.body-content a {
  color: #33302a;
  text-decoration: underline;
}
.container-fluid {
  background-color:
    #fff;
  max-width: 1170px;
}
#dop {
  margin: 0;
}
.signature-line {
  margin-bottom: 5px;
  border-top-color: #33302a;
}
.signature {
  margin-top: 35px;
}
#signature {
  font-size: 11px !important;
}
.margin-top-full {
  margin-top: 20px;
}
.navbar-default {
  background-color: #ffffff;
  border-color: #ffffff;
}
.navbar {
  position: relative;
  padding-top: 10px;
}
.navbar-brand {
  position: absolute;
  left: 50%;
  margin-left: -190px !important;
  display: block;
}
.logos {
  height: 60px
}
.container.disc {
  padding: 5px 15px;
  font-size: 12px;
}
.container.disc-padding-tb {
  padding: 8px 15px;
  font-size: 12px;
}
.container.disc-padding-tb-last {
  padding: 8px 15px 14px 15px;
  font-size: 12px;
}
.dop-title{
font-size: 24px;
line-height:24px;
text-align: center;
margin: 30px 0;
}
.dop-subtitle{
font-size: 18px;
line-height:16px;
margin-top: 20px;
}
.p-top10 {
  padding-top: 10px
}
.p-top5 {
  padding-top: 5px
}
.p-bottom20 {
  padding-bottom: 20px
}
.p-bottom30 {
  padding-bottom: 30px
}
.p-bottom35 {
  padding-bottom: 35px
}
.pull-right img {
  margin-top: -25px;
}
.pull-right img.divider {
  margin-top: -35px;
}
.col-xs-12.col-sm-4, .col-xs-12.col-sm-2 {
  border-right: 1px solid #aeaaa3;
}
.col-xs-12.col-sm-2:last-child {
  border: none;
}
.footer-copyright {
  margin-bottom: 30px;
}
.body-content p:last-child {
  padding-bottom: 30px;
}
.footer {
  padding-top: 30px;
  color: #87847e;
}
footer a {
  color: #87847e;
}
footer {
  font-size: 12px !important;
}
footer .container {
  padding: 0px;
  background-color: #efedeb;
  color: #87847e;
}
footer .logo-height {
  height: 40px
}
footer .footer-copyright {
  font-size: 14px !important;
}
.icons {
  float: right;
  padding: 0 0 20px 0;
}
.hud {
  margin-left: -5px;
}
.icons .text-center {
  margin: 0px 10px;
}
.break-link {
  word-break: break-all;
}
 /*Social Icons*/   .btn.btn-sq {
  position: relative;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #d6d1ca;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-social-links div > a.btn {
  border-color: #33302a !important;
  color: #33302a !important;
  background-color: transparent !important;
}
.list-social-links a.btn:hover {
  border-color: #33302a !important;
  color: #efedeb !important;
  background-color: #33302a !important;
}
.btn.btn-sq .fab {
  margin-left: 1px;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
}
.list-social-links .btn {
  width: 32px;
  padding: 0px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.btn.btn-pill, .btn.btn-rounded {
  border-radius: 1000em !important;
}
.bgv-only {
  float: left;
  margin-left: 20px;
}
/*Social Icons*/
@media (max-width: 767px) {
  .navbar-brand {
    margin-left: -190px !important;
  }
  .footer {
    padding-top: 0px;
  }
  .icons .text-center {
    margin: 0px 0px;
  }
  .m-top15 {
    margin-top: 15px
  }
  .footer-copyright {
    margin-top: 15px
  }
  .col-xs-12.col-sm-4, .col-xs-12.col-sm-2 {
    border: none
  }
  .social {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .align-center {
    text-align: center;
  }
  .bgv-only {
    float: none;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 650px) {
  .bgv-footer-desktop {
    display: none;
  }
  .bgv-footer-mobile {
    display: block;
  }
}
@media (max-width: 480px) {
  .navbar-brand {
    margin-left: 0px !important;
    left: 0 !important;
  }
}
#scrollTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0080a6;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
#scrollTopBtn:hover {
  background-color: #555;
}
.container.body-content.notifications {
  padding: 20px 40px 0px 40px;
}
.notifications p {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 25px 0;
}
.notifications h2 {
  text-align: center;
  padding-bottom: 25px;
}