/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
/***** general / global *****/
.header {
  padding: 20px 0; }

header .link-list a, header .dropdown > a {
  text-transform: none;
  color: #0b1c28;
  font-family: 'Montserrat';
  letter-spacing: -0.2px;
  font-size: 0.92em;
  font-weight: 500; }

.header > .container {
  max-width: initial;
  padding-left: 40px; }

/*min width 768 styles*/
@media (min-width: 768px) {
  body, [class*="col-"] {
    font-size: 18px; }

  /*nav*/
  html .dropdown-menu {
    min-width: 200px;
    top: 74%;
    border: none;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.1); }

  .header ul.dropdown-menu li {
    margin-top: 0;
    margin-bottom: 0; }

  .header ul.dropdown-menu li a {
    padding: 10px 20px;
    margin: 0;
    text-transform: none;
    font-size: 18px; }

  .header--left .header-menu ul.dropdown-menu a {
    line-height: 1.5; }

  footer.premier-footer .container .col-3 {
    padding: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 25%;
    margin: 0; }

  footer.premier-footer .container > .row {
    margin-right: -15px;
    margin-left: -15px; } }
/****** Footer Styles *******/
body footer.premier-footer {
  line-height: 1.4;
  padding: 0; }

footer.premier-footer span.fab, footer.premier-footer span.far, footer.premier-footer span.fa, footer.premier-footer a {
  color: #bb0a18; }

footer.premier-footer > .container {
  max-width: initial;
  max-width: calc(1260px + 40px + 40px);
  padding: 60px 40px 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 auto; }

footer.premier-footer .container > .row {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: stretch !important;
  -webkit-box-pack: center;
  display: flex; }

footer.premier-footer p {
  margin-top: 0; }

footer.premier-footer .container .col-3 ul li {
  margin: 0 0 0.2em; }

footer.premier-footer .social-icons__icon {
  margin: 0;
  font-size: 18px;
  line-height: 1; }

footer.premier-footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 0.2rem; }

footer.premier-footer h4.brdr_left:after {
  display: block;
  content: '';
  height: 3px;
  width: 68px;
  background: #bb0a18;
  display: none; }

footer.premier-footer .footer__copyright {
  text-align: center;
  float: none;
  display: block;
  line-height: 1.4; }

footer.premier-footer .col-10 {
  -webkit-box-flex: 0;
  flex: none;
  width: 83.3333%; }

#section-1599864470252 .container.lower-footer {
  padding-left: 0;
  padding-right: 0; }

/*footer responsive*/
@media screen and (max-width: 768px) {
  footer.premier-footer h4 {
    font-size: 20px; } }
