html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
[tabindex="-1"]:focus {
  outline: none !important;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: #014c8c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation;
}

[hidden] {
  display: none !important;
}

#main-footer .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 544px) {
  #main-footer .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  #main-footer .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #main-footer .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  #main-footer .container {
    max-width: 1140px;
  }
}
#main-footer .container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#main-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
#main-footer .col-xs-1, #main-footer .col-xs-2, #main-footer .col-xs-3, #main-footer .col-xs-4, #main-footer .col-xs-5, #main-footer .col-xs-6, #main-footer .col-xs-7, #main-footer .col-xs-8, #main-footer .col-xs-9, #main-footer .col-xs-10, #main-footer .col-xs-11, #main-footer .col-xs-12, #main-footer .col-sm-1, #main-footer .col-sm-2, #main-footer .col-sm-3, #main-footer .col-sm-4, #main-footer .col-sm-5, #main-footer .col-sm-6, #main-footer .col-sm-7, #main-footer .col-sm-8, #main-footer .col-sm-9, #main-footer .col-sm-10, #main-footer .col-sm-11, #main-footer .col-sm-12, #main-footer .col-md-1, #main-footer .col-md-2, #main-footer .col-md-3, #main-footer .col-md-4, #main-footer .col-md-5, #main-footer .col-md-6, #main-footer .col-md-7, #main-footer .col-md-8, #main-footer .col-md-9, #main-footer .col-md-10, #main-footer .col-md-11, #main-footer .col-md-12, #main-footer .col-lg-1, #main-footer .col-lg-2, #main-footer .col-lg-3, #main-footer .col-lg-4, #main-footer .col-lg-5, #main-footer .col-lg-6, #main-footer .col-lg-7, #main-footer .col-lg-8, #main-footer .col-lg-9, #main-footer .col-lg-10, #main-footer .col-lg-11, #main-footer .col-lg-12, #main-footer .col-xl-1, #main-footer .col-xl-2, #main-footer .col-xl-3, #main-footer .col-xl-4, #main-footer .col-xl-5, #main-footer .col-xl-6, #main-footer .col-xl-7, #main-footer .col-xl-8, #main-footer .col-xl-9, #main-footer .col-xl-10, #main-footer .col-xl-11, #main-footer .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
#main-footer .col-xs {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#main-footer .col-xs-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
#main-footer .col-xs-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
#main-footer .col-xs-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
#main-footer .col-xs-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
#main-footer .col-xs-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
#main-footer .col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
#main-footer .col-xs-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
#main-footer .col-xs-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
#main-footer .col-xs-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
#main-footer .col-xs-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
#main-footer .col-xs-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
#main-footer .col-xs-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
#main-footer .pull-xs-0 {
  right: auto;
}
#main-footer .pull-xs-1 {
  right: 8.33333%;
}
#main-footer .pull-xs-2 {
  right: 16.66667%;
}
#main-footer .pull-xs-3 {
  right: 25%;
}
#main-footer .pull-xs-4 {
  right: 33.33333%;
}
#main-footer .pull-xs-5 {
  right: 41.66667%;
}
#main-footer .pull-xs-6 {
  right: 50%;
}
#main-footer .pull-xs-7 {
  right: 58.33333%;
}
#main-footer .pull-xs-8 {
  right: 66.66667%;
}
#main-footer .pull-xs-9 {
  right: 75%;
}
#main-footer .pull-xs-10 {
  right: 83.33333%;
}
#main-footer .pull-xs-11 {
  right: 91.66667%;
}
#main-footer .pull-xs-12 {
  right: 100%;
}
#main-footer .push-xs-0 {
  left: auto;
}
#main-footer .push-xs-1 {
  left: 8.33333%;
}
#main-footer .push-xs-2 {
  left: 16.66667%;
}
#main-footer .push-xs-3 {
  left: 25%;
}
#main-footer .push-xs-4 {
  left: 33.33333%;
}
#main-footer .push-xs-5 {
  left: 41.66667%;
}
#main-footer .push-xs-6 {
  left: 50%;
}
#main-footer .push-xs-7 {
  left: 58.33333%;
}
#main-footer .push-xs-8 {
  left: 66.66667%;
}
#main-footer .push-xs-9 {
  left: 75%;
}
#main-footer .push-xs-10 {
  left: 83.33333%;
}
#main-footer .push-xs-11 {
  left: 91.66667%;
}
#main-footer .push-xs-12 {
  left: 100%;
}
#main-footer .offset-xs-1 {
  margin-left: 8.33333%;
}
#main-footer .offset-xs-2 {
  margin-left: 16.66667%;
}
#main-footer .offset-xs-3 {
  margin-left: 25%;
}
#main-footer .offset-xs-4 {
  margin-left: 33.33333%;
}
#main-footer .offset-xs-5 {
  margin-left: 41.66667%;
}
#main-footer .offset-xs-6 {
  margin-left: 50%;
}
#main-footer .offset-xs-7 {
  margin-left: 58.33333%;
}
#main-footer .offset-xs-8 {
  margin-left: 66.66667%;
}
#main-footer .offset-xs-9 {
  margin-left: 75%;
}
#main-footer .offset-xs-10 {
  margin-left: 83.33333%;
}
#main-footer .offset-xs-11 {
  margin-left: 91.66667%;
}
@media (min-width: 544px) {
  #main-footer .col-sm {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-footer .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #main-footer .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #main-footer .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main-footer .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #main-footer .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #main-footer .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main-footer .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #main-footer .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #main-footer .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #main-footer .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #main-footer .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #main-footer .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-footer .pull-sm-0 {
    right: auto;
  }
  #main-footer .pull-sm-1 {
    right: 8.33333%;
  }
  #main-footer .pull-sm-2 {
    right: 16.66667%;
  }
  #main-footer .pull-sm-3 {
    right: 25%;
  }
  #main-footer .pull-sm-4 {
    right: 33.33333%;
  }
  #main-footer .pull-sm-5 {
    right: 41.66667%;
  }
  #main-footer .pull-sm-6 {
    right: 50%;
  }
  #main-footer .pull-sm-7 {
    right: 58.33333%;
  }
  #main-footer .pull-sm-8 {
    right: 66.66667%;
  }
  #main-footer .pull-sm-9 {
    right: 75%;
  }
  #main-footer .pull-sm-10 {
    right: 83.33333%;
  }
  #main-footer .pull-sm-11 {
    right: 91.66667%;
  }
  #main-footer .pull-sm-12 {
    right: 100%;
  }
  #main-footer .push-sm-0 {
    left: auto;
  }
  #main-footer .push-sm-1 {
    left: 8.33333%;
  }
  #main-footer .push-sm-2 {
    left: 16.66667%;
  }
  #main-footer .push-sm-3 {
    left: 25%;
  }
  #main-footer .push-sm-4 {
    left: 33.33333%;
  }
  #main-footer .push-sm-5 {
    left: 41.66667%;
  }
  #main-footer .push-sm-6 {
    left: 50%;
  }
  #main-footer .push-sm-7 {
    left: 58.33333%;
  }
  #main-footer .push-sm-8 {
    left: 66.66667%;
  }
  #main-footer .push-sm-9 {
    left: 75%;
  }
  #main-footer .push-sm-10 {
    left: 83.33333%;
  }
  #main-footer .push-sm-11 {
    left: 91.66667%;
  }
  #main-footer .push-sm-12 {
    left: 100%;
  }
  #main-footer .offset-sm-0 {
    margin-left: 0%;
  }
  #main-footer .offset-sm-1 {
    margin-left: 8.33333%;
  }
  #main-footer .offset-sm-2 {
    margin-left: 16.66667%;
  }
  #main-footer .offset-sm-3 {
    margin-left: 25%;
  }
  #main-footer .offset-sm-4 {
    margin-left: 33.33333%;
  }
  #main-footer .offset-sm-5 {
    margin-left: 41.66667%;
  }
  #main-footer .offset-sm-6 {
    margin-left: 50%;
  }
  #main-footer .offset-sm-7 {
    margin-left: 58.33333%;
  }
  #main-footer .offset-sm-8 {
    margin-left: 66.66667%;
  }
  #main-footer .offset-sm-9 {
    margin-left: 75%;
  }
  #main-footer .offset-sm-10 {
    margin-left: 83.33333%;
  }
  #main-footer .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  #main-footer .col-md {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-footer .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #main-footer .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #main-footer .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main-footer .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #main-footer .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #main-footer .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main-footer .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #main-footer .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #main-footer .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #main-footer .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #main-footer .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #main-footer .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-footer .pull-md-0 {
    right: auto;
  }
  #main-footer .pull-md-1 {
    right: 8.33333%;
  }
  #main-footer .pull-md-2 {
    right: 16.66667%;
  }
  #main-footer .pull-md-3 {
    right: 25%;
  }
  #main-footer .pull-md-4 {
    right: 33.33333%;
  }
  #main-footer .pull-md-5 {
    right: 41.66667%;
  }
  #main-footer .pull-md-6 {
    right: 50%;
  }
  #main-footer .pull-md-7 {
    right: 58.33333%;
  }
  #main-footer .pull-md-8 {
    right: 66.66667%;
  }
  #main-footer .pull-md-9 {
    right: 75%;
  }
  #main-footer .pull-md-10 {
    right: 83.33333%;
  }
  #main-footer .pull-md-11 {
    right: 91.66667%;
  }
  #main-footer .pull-md-12 {
    right: 100%;
  }
  #main-footer .push-md-0 {
    left: auto;
  }
  #main-footer .push-md-1 {
    left: 8.33333%;
  }
  #main-footer .push-md-2 {
    left: 16.66667%;
  }
  #main-footer .push-md-3 {
    left: 25%;
  }
  #main-footer .push-md-4 {
    left: 33.33333%;
  }
  #main-footer .push-md-5 {
    left: 41.66667%;
  }
  #main-footer .push-md-6 {
    left: 50%;
  }
  #main-footer .push-md-7 {
    left: 58.33333%;
  }
  #main-footer .push-md-8 {
    left: 66.66667%;
  }
  #main-footer .push-md-9 {
    left: 75%;
  }
  #main-footer .push-md-10 {
    left: 83.33333%;
  }
  #main-footer .push-md-11 {
    left: 91.66667%;
  }
  #main-footer .push-md-12 {
    left: 100%;
  }
  #main-footer .offset-md-0 {
    margin-left: 0%;
  }
  #main-footer .offset-md-1 {
    margin-left: 8.33333%;
  }
  #main-footer .offset-md-2 {
    margin-left: 16.66667%;
  }
  #main-footer .offset-md-3 {
    margin-left: 25%;
  }
  #main-footer .offset-md-4 {
    margin-left: 33.33333%;
  }
  #main-footer .offset-md-5 {
    margin-left: 41.66667%;
  }
  #main-footer .offset-md-6 {
    margin-left: 50%;
  }
  #main-footer .offset-md-7 {
    margin-left: 58.33333%;
  }
  #main-footer .offset-md-8 {
    margin-left: 66.66667%;
  }
  #main-footer .offset-md-9 {
    margin-left: 75%;
  }
  #main-footer .offset-md-10 {
    margin-left: 83.33333%;
  }
  #main-footer .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  #main-footer .col-lg {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-footer .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #main-footer .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #main-footer .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main-footer .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #main-footer .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #main-footer .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main-footer .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #main-footer .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #main-footer .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #main-footer .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #main-footer .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #main-footer .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-footer .pull-lg-0 {
    right: auto;
  }
  #main-footer .pull-lg-1 {
    right: 8.33333%;
  }
  #main-footer .pull-lg-2 {
    right: 16.66667%;
  }
  #main-footer .pull-lg-3 {
    right: 25%;
  }
  #main-footer .pull-lg-4 {
    right: 33.33333%;
  }
  #main-footer .pull-lg-5 {
    right: 41.66667%;
  }
  #main-footer .pull-lg-6 {
    right: 50%;
  }
  #main-footer .pull-lg-7 {
    right: 58.33333%;
  }
  #main-footer .pull-lg-8 {
    right: 66.66667%;
  }
  #main-footer .pull-lg-9 {
    right: 75%;
  }
  #main-footer .pull-lg-10 {
    right: 83.33333%;
  }
  #main-footer .pull-lg-11 {
    right: 91.66667%;
  }
  #main-footer .pull-lg-12 {
    right: 100%;
  }
  #main-footer .push-lg-0 {
    left: auto;
  }
  #main-footer .push-lg-1 {
    left: 8.33333%;
  }
  #main-footer .push-lg-2 {
    left: 16.66667%;
  }
  #main-footer .push-lg-3 {
    left: 25%;
  }
  #main-footer .push-lg-4 {
    left: 33.33333%;
  }
  #main-footer .push-lg-5 {
    left: 41.66667%;
  }
  #main-footer .push-lg-6 {
    left: 50%;
  }
  #main-footer .push-lg-7 {
    left: 58.33333%;
  }
  #main-footer .push-lg-8 {
    left: 66.66667%;
  }
  #main-footer .push-lg-9 {
    left: 75%;
  }
  #main-footer .push-lg-10 {
    left: 83.33333%;
  }
  #main-footer .push-lg-11 {
    left: 91.66667%;
  }
  #main-footer .push-lg-12 {
    left: 100%;
  }
  #main-footer .offset-lg-0 {
    margin-left: 0%;
  }
  #main-footer .offset-lg-1 {
    margin-left: 8.33333%;
  }
  #main-footer .offset-lg-2 {
    margin-left: 16.66667%;
  }
  #main-footer .offset-lg-3 {
    margin-left: 25%;
  }
  #main-footer .offset-lg-4 {
    margin-left: 33.33333%;
  }
  #main-footer .offset-lg-5 {
    margin-left: 41.66667%;
  }
  #main-footer .offset-lg-6 {
    margin-left: 50%;
  }
  #main-footer .offset-lg-7 {
    margin-left: 58.33333%;
  }
  #main-footer .offset-lg-8 {
    margin-left: 66.66667%;
  }
  #main-footer .offset-lg-9 {
    margin-left: 75%;
  }
  #main-footer .offset-lg-10 {
    margin-left: 83.33333%;
  }
  #main-footer .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  #main-footer .col-xl {
    position: relative;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-footer .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  #main-footer .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  #main-footer .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  #main-footer .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  #main-footer .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  #main-footer .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  #main-footer .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  #main-footer .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  #main-footer .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  #main-footer .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  #main-footer .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  #main-footer .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-footer .pull-xl-0 {
    right: auto;
  }
  #main-footer .pull-xl-1 {
    right: 8.33333%;
  }
  #main-footer .pull-xl-2 {
    right: 16.66667%;
  }
  #main-footer .pull-xl-3 {
    right: 25%;
  }
  #main-footer .pull-xl-4 {
    right: 33.33333%;
  }
  #main-footer .pull-xl-5 {
    right: 41.66667%;
  }
  #main-footer .pull-xl-6 {
    right: 50%;
  }
  #main-footer .pull-xl-7 {
    right: 58.33333%;
  }
  #main-footer .pull-xl-8 {
    right: 66.66667%;
  }
  #main-footer .pull-xl-9 {
    right: 75%;
  }
  #main-footer .pull-xl-10 {
    right: 83.33333%;
  }
  #main-footer .pull-xl-11 {
    right: 91.66667%;
  }
  #main-footer .pull-xl-12 {
    right: 100%;
  }
  #main-footer .push-xl-0 {
    left: auto;
  }
  #main-footer .push-xl-1 {
    left: 8.33333%;
  }
  #main-footer .push-xl-2 {
    left: 16.66667%;
  }
  #main-footer .push-xl-3 {
    left: 25%;
  }
  #main-footer .push-xl-4 {
    left: 33.33333%;
  }
  #main-footer .push-xl-5 {
    left: 41.66667%;
  }
  #main-footer .push-xl-6 {
    left: 50%;
  }
  #main-footer .push-xl-7 {
    left: 58.33333%;
  }
  #main-footer .push-xl-8 {
    left: 66.66667%;
  }
  #main-footer .push-xl-9 {
    left: 75%;
  }
  #main-footer .push-xl-10 {
    left: 83.33333%;
  }
  #main-footer .push-xl-11 {
    left: 91.66667%;
  }
  #main-footer .push-xl-12 {
    left: 100%;
  }
  #main-footer .offset-xl-0 {
    margin-left: 0%;
  }
  #main-footer .offset-xl-1 {
    margin-left: 8.33333%;
  }
  #main-footer .offset-xl-2 {
    margin-left: 16.66667%;
  }
  #main-footer .offset-xl-3 {
    margin-left: 25%;
  }
  #main-footer .offset-xl-4 {
    margin-left: 33.33333%;
  }
  #main-footer .offset-xl-5 {
    margin-left: 41.66667%;
  }
  #main-footer .offset-xl-6 {
    margin-left: 50%;
  }
  #main-footer .offset-xl-7 {
    margin-left: 58.33333%;
  }
  #main-footer .offset-xl-8 {
    margin-left: 66.66667%;
  }
  #main-footer .offset-xl-9 {
    margin-left: 75%;
  }
  #main-footer .offset-xl-10 {
    margin-left: 83.33333%;
  }
  #main-footer .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
#main-footer .btn {
  display: inline-block;
  font-weight: normal;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  border-radius: 0.25rem;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#main-footer .btn:focus, #main-footer .btn.focus, #main-footer .btn:active:focus, #main-footer .btn:active.focus, #main-footer .btn.active:focus, #main-footer .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main-footer .btn:focus, #main-footer .btn:hover {
  text-decoration: none;
}
#main-footer .btn.focus {
  text-decoration: none;
}
#main-footer .btn:active, #main-footer .btn.active {
  background-image: none;
  outline: 0;
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
#main-footer .btn.disabled, #main-footer .btn:disabled {
  cursor: not-allowed;
  opacity: .65;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#main-footer a.btn.disabled,
#main-footer fieldset[disabled] a.btn {
  pointer-events: none;
}
#main-footer .d-block {
  display: block !important;
}
#main-footer .d-inline-block {
  display: inline-block !important;
}
#main-footer .d-inline {
  display: inline !important;
}
#main-footer .pull-xs-left {
  float: left !important;
}
#main-footer .pull-xs-right {
  float: right !important;
}
#main-footer .pull-xs-none {
  float: none !important;
}
@media (min-width: 544px) {
  #main-footer .pull-sm-left {
    float: left !important;
  }
  #main-footer .pull-sm-right {
    float: right !important;
  }
  #main-footer .pull-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  #main-footer .pull-md-left {
    float: left !important;
  }
  #main-footer .pull-md-right {
    float: right !important;
  }
  #main-footer .pull-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  #main-footer .pull-lg-left {
    float: left !important;
  }
  #main-footer .pull-lg-right {
    float: right !important;
  }
  #main-footer .pull-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  #main-footer .pull-xl-left {
    float: left !important;
  }
  #main-footer .pull-xl-right {
    float: right !important;
  }
  #main-footer .pull-xl-none {
    float: none !important;
  }
}
#main-footer .invisible {
  visibility: hidden !important;
}
#main-footer .hidden-xs-up {
  display: none !important;
}
@media (max-width: 543px) {
  #main-footer .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 544px) {
  #main-footer .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #main-footer .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #main-footer .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  #main-footer .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  #main-footer .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  #main-footer .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  #main-footer .hidden-xl-up {
    display: none !important;
  }
}
#main-footer .hidden-xl-down {
  display: none !important;
}
#main-footer .visible-print-block {
  display: none !important;
}
@media print {
  #main-footer .visible-print-block {
    display: block !important;
  }
}
#main-footer .visible-print-inline {
  display: none !important;
}
@media print {
  #main-footer .visible-print-inline {
    display: inline !important;
  }
}
#main-footer .visible-print-inline-block {
  display: none !important;
}
@media print {
  #main-footer .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  #main-footer .hidden-print {
    display: none !important;
  }
}
#main-footer .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#main-footer .sr-only-focusable:active, #main-footer .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

#main-footer .anim-shake .icon, #main-footer .anim-wobble .icon {
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-perspective: 1000;
  -webkit-perspective: 1000;
  perspective: 1000;
}
#main-footer .anim-shake:hover .icon {
  -moz-animation: shake 300ms ease-in-out 300ms 1;
  -webkit-animation: shake 300ms ease-in-out 300ms 1;
  animation: shake 300ms ease-in-out 300ms 1;
}
#main-footer .anim-wobble:hover .icon {
  -moz-animation: wobble 300ms ease-out 300ms 1;
  -webkit-animation: wobble 300ms ease-out 300ms 1;
  animation: wobble 300ms ease-out 300ms 1;
}
@-moz-keyframes shake {
  0% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -moz-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes shake {
  0% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  20% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  40% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  60% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  80% {
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes wobble {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(0.5rem);
    -ms-transform: translateX(0.5rem);
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes grow {
  0% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0;
  }
  84% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
#main-footer .btn {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-border-radius: 0.125rem;
  -webkit-border-radius: 0.125rem;
  border-radius: 0.125rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  padding-top: .5625rem;
  padding-bottom: .5625rem;
}
#main-footer .btn.disabled, #main-footer .btn:disabled {
  color: #595959 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
#main-footer .btn.disabled svg, #main-footer .btn:disabled svg {
  fill: #595959 !important;
}
#main-footer .btn.disabled:hover, #main-footer .btn:disabled:hover {
  color: #595959 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
#main-footer .btn.disabled:hover svg, #main-footer .btn:disabled:hover svg {
  fill: #595959 !important;
}
#main-footer .btn:focus {
  outline: none;
}
#main-footer .btn .icon {
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: .5rem;
}
#main-footer .btn svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
#main-footer .btn.btn-pill {
  -moz-border-radius: 10rem !important;
  -webkit-border-radius: 10rem;
  border-radius: 10rem !important;
  padding-right: .5rem;
  padding-left: .5rem;
  font-size: 1rem;
}
#main-footer .btn-primary {
  color: #fff;
  background-color: #f5a422;
  border-color: #f5a422;
}
#main-footer .btn-primary:hover, #main-footer .btn-primary:hover:active, #main-footer .btn-primary:active, #main-footer .btn-primary:focus {
  color: #fff;
  background-color: #e4900a;
  border-color: #e4900a;
}
#main-footer .btn.btn-xs {
  padding: .375rem .75rem;
}
#main-footer .btn.btn-sm {
  padding: .625rem 0;
}
@media (min-width: 544px) {
  #main-footer .btn.btn-sm {
    padding: .625rem 1rem;
  }
}
#main-footer .btn.btn-md {
  padding: .75rem 0;
}
@media (min-width: 544px) {
  #main-footer .btn.btn-md {
    padding: .75rem 1rem;
  }
}
#main-footer .btn.btn-lg {
  padding: .875rem 0;
  font-size: 1.125rem;
}
@media (min-width: 544px) {
  #main-footer .btn.btn-lg {
    padding: .875rem 2rem;
  }
}
#main-footer .btn.btn-ff-lg {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 544px) {
  #main-footer .btn.btn-ff-lg {
    padding: .5rem 1rem;
  }
}
@media (min-width: 768px) {
  #main-footer .btn.btn-ff-lg {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  #main-footer .btn.btn-ff-lg .icon-16 {
    vertical-align: -.0625rem;
  }
}
#main-footer .btn.btn-ff-md {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 544px) {
  #main-footer .btn.btn-ff-md {
    padding: .5rem 1rem;
  }
}
@media (min-width: 768px) {
  #main-footer .btn.btn-ff-md {
    font-size: 1.125rem;
  }
}
#main-footer .btn.btn-ff-sm {
  padding: .5rem 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
@media (min-width: 768px) {
  #main-footer .btn.btn-ff-sm {
    padding: .3rem 1rem;
    font-size: 1rem;
  }
}
#main-footer .btn-fs-lg {
  padding-top: .407rem;
  padding-bottom: .407rem;
  font-size: 1.25rem;
}
#main-footer .btn-fs-lg .icon {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -.25rem;
}
#main-footer .btn-white {
  color: #12a6d0;
  background-color: #fff;
  border-color: #fff;
}
#main-footer .btn-white:hover, #main-footer .btn-white:hover:active, #main-footer .btn-white:active, #main-footer .btn-white:focus {
  color: #0f88aa;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
#main-footer .btn-white svg {
  fill: #12a6d0;
}
#main-footer .btn-outline-white {
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
}
#main-footer .btn-outline-white::before {
  -moz-transition: -moz-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  -moz-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 101%;
  height: 100%;
  content: "";
  background-color: #fff;
}
#main-footer .btn-outline-white:hover, #main-footer .btn-outline-white:focus {
  color: #12a6d0;
  background-color: transparent;
  border-color: white;
}
#main-footer .btn-outline-white:hover::before, #main-footer .btn-outline-white:focus::before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#main-footer .btn-outline-white:hover svg, #main-footer .btn-outline-white:focus svg {
  fill: #12a6d0;
}
#main-footer .btn-outline-white.disabled::before, #main-footer .btn-outline-white:disabled::before {
  display: none;
}
#main-footer .btn-outline-white svg {
  -moz-transition: fill 300ms ease-out;
  -o-transition: fill 300ms ease-out;
  -webkit-transition: fill 300ms ease-out;
  transition: fill 300ms ease-out;
}
#main-footer .icon {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: inline-block;
}
#main-footer .icon svg {
  width: 100%;
  height: 100%;
}
#main-footer svg {
  display: inline-block;
}
#main-footer .icon-12 {
  width: .75rem;
  height: .75rem;
}
#main-footer .icon-16 {
  width: 1rem;
  height: 1rem;
  vertical-align: -.125rem;
}
#main-footer .icon-20 {
  width: 1rem;
  height: 1rem;
  vertical-align: -.125rem;
}
@media (min-width: 768px) {
  #main-footer .icon-20 {
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: -.25rem;
  }
}
#main-footer .icon-24 {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: -.375rem;
}
#main-footer .icon-32 {
  width: 2rem;
  height: 2rem;
}
#main-footer .icon-40 {
  width: 2.5rem;
  height: 2.5rem;
}
#main-footer .icon-48 {
  width: 3rem;
  height: 3rem;
}

html,
body {
  font-size: 16px !important;
}

#main-footer,
.main-footer {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  background: #12a6d0 linear-gradient(to bottom, #12a6d0, #0f88aa);
}
@media (min-width: 992px) {
  #main-footer,
  .main-footer {
    padding-bottom: 1.3rem;
  }
}
#main-footer hr,
.main-footer hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.1rem 15px;
  background-color: rgba(255, 255, 255, 0.24);
  border: 0;
}

#main-footer .footer-call {
  margin: .75rem 0 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  #main-footer .footer-call {
    margin: 1.125rem 0 1.25rem;
    text-align: left;
    display: flex;
    align-items: center;
  }
}

.footer-subtitle::after {
  display: block;
  height: .25rem;
  margin-top: .75rem;
  margin-right: auto;
  margin-left: auto;
  content: "";
  background: #f5a422;
  border-radius: .125rem;
}

#main-footer .footer-baseline {
  margin-bottom: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
  color: #fff;
  text-align: center;
  /*@if $main-footer-title-underlined == 1 {
    &::after {
      @extend %base-underlined-title;
      width: 80px;

      @include breakpoint($bp-lg) {
        width: 100px;
      }

      @include breakpoint($bp-xl) {
        width: 120px;
        height: 6px;
        border-radius: 3px;
      }
    }
  }*/
}
@media (min-width: 992px) {
  #main-footer .footer-baseline {
    font-size: 1.75rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
  }
}
#main-footer .footer-baseline .small {
  display: none;
}
@media (min-width: 992px) {
  #main-footer .footer-baseline .small {
    margin-top: .375rem;
    display: block;
    flex-shrink: 0;
    font-family: "Ubuntu", sans-serif;
    letter-spacing: .06em;
    font-size: .875rem;
  }
}
@media (min-width: 1200px) {
  #main-footer .footer-baseline .small {
    font-size: 1rem;
  }
}

.footer-subtitle {
  margin: 0 0 1rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.footer-call .footer-subtitle {
  margin-bottom: .5rem;
  text-align: center;
  font-size: 1.0625rem;
}
@media (min-width: 768px) {
  .footer-call .footer-subtitle {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer-call .footer-subtitle {
    margin-bottom: .3rem;
    font-size: 1.375rem;
    text-align: left;
  }
}
.footer-call .footer-subtitle::after {
  display: none;
}
@media (min-width: 768px) {
  .footer-subtitle {
    margin-top: 1rem;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-subtitle {
    font-size: 1.3125rem;
  }
}
.footer-subtitle::after {
  width: 40px;
}
@media (min-width: 768px) {
  .footer-subtitle::after {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .footer-subtitle::after {
    margin-top: .75rem;
  }
}

#main-footer .link-list {
  padding: 0;
  margin-bottom: 1.375rem;
  text-align: left;
  list-style: none;
  font-size: .875rem;
}
#main-footer .link-list:last-of-type {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  #main-footer .link-list {
    max-height: 0;
    margin-top: -.125rem;
    margin-bottom: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #main-footer .link-list:last-of-type {
    margin-bottom: 4px;
  }
  #main-footer .link-list.list-open {
    max-height: 500px;
    margin-top: 0;
    margin-bottom: 1.375rem;
  }
}
@media (min-width: 992px) {
  #main-footer .link-list {
    margin-bottom: 1.375rem;
  }
  #main-footer .link-list:last-of-type {
    margin-bottom: 1.5rem;
  }
}
#main-footer .link-list a {
  color: #fff;
  outline: none;
}
#main-footer .link-list .fb-like {
  margin: 1.5rem 0;
}
#main-footer .link-list-toggle {
  position: relative;
}
@media (max-width: 767px) {
  #main-footer .link-list-toggle {
    padding-right: 1rem;
    cursor: pointer;
  }
  #main-footer .link-list-toggle:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: auto 0;
    border-style: solid;
    border-width: 0 .5rem .5rem .5rem;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    transform: rotate(-180deg);
    transition: transform 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  #main-footer .link-list-toggle.active:before {
    transform: rotate(0deg);
  }
}

#main-footer .phone-info {
  margin: 1.25rem 0 0;
  text-align: center;
  color: #fff;
  cursor: default;
}
@media (min-width: 992px) {
  #main-footer .phone-info {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
#main-footer .phone-info .btn {
  width: 100%;
  max-width: 320px;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin: 1rem auto 0;
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  #main-footer .phone-info .btn {
    width: auto;
    max-width: none;
    margin: 0 .875rem;
  }
}
@media (min-width: 1200px) {
  #main-footer .phone-info .btn {
    min-width: 250px;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
#main-footer .phone-info .btn:first-of-type {
  margin-top: 0;
}
#main-footer .phone-info .btn .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .875rem;
  vertical-align: -.125rem;
}
@media (min-width: 992px) {
  #main-footer .phone-info .btn .icon {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: -.25rem;
  }
}
#main-footer .phone-info .btn-pill {
  padding-top: .375rem;
  padding-bottom: .375rem;
  font-size: 1.5rem;
  line-height: 1.1em;
}
@media (min-width: 992px) {
  #main-footer .phone-info .btn-pill {
    font-size: 1.5rem;
  }
}
#main-footer .phone-info .btn-pill .icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .125rem;
  margin-right: .875rem;
  vertical-align: -.125rem;
}
@media (min-width: 992px) {
  #main-footer .phone-info .btn-pill .icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .125rem;
    margin-right: .5rem;
    vertical-align: -.25rem;
  }
}
#main-footer .phone-info .text {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125em;
  font-weight: 500;
  display: none;
  user-select: none;
}
@media (min-width: 992px) {
  #main-footer .phone-info .text {
    display: inline-block;
    vertical-align: middle;
  }
}

#main-footer .opening-hours {
  max-width: 200px;
  margin: .5rem auto;
  font-size: .875rem;
  line-height: 1.285em;
  color: #fff;
}
@media (min-width: 992px) {
  #main-footer .opening-hours {
    max-width: none;
    margin: 0;
  }
}

#main-footer .footer-social-links {
  margin-bottom: .625rem;
  position: relative;
  text-align: center;
  cursor: default;
  user-select: none;
}
@media (min-width: 768px) {
  #main-footer .footer-social-links {
    text-align: left;
  }
}
#main-footer .footer-social-links h3 {
  margin: 0 0 .625rem 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  #main-footer .footer-social-links h3 {
    font-size: 1.125rem;
    margin-top: .3125rem;
  }
}
#main-footer .footer-social-links ul {
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  vertical-align: middle;
}
#main-footer .footer-social-links li {
  display: inline-block;
}
#main-footer .footer-social-links li + li {
  margin-left: .425rem;
}
@media (min-width: 1200px) {
  #main-footer .footer-social-links li + li {
    margin-left: .825rem;
  }
}
#main-footer .footer-social-links li a {
  width: 32px;
  height: 32px;
  padding: 4px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transform: scale(1.001);
  text-align: center;
  outline: none;
  -moz-transition: border-color 300ms ease;
  -o-transition: border-color 300ms ease;
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
}
#main-footer .footer-social-links li a svg {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#main-footer .footer-social-links li a:hover, #main-footer .footer-social-links li a:focus {
  border-color: #f5a422;
}
#main-footer .footer-social-links li a:hover svg, #main-footer .footer-social-links li a:focus svg {
  fill: #f5a422;
}
#main-footer .footer-social-links svg {
  -moz-transition: fill 300ms ease;
  -o-transition: fill 300ms ease;
  -webkit-transition: fill 300ms ease;
  transition: fill 300ms ease;
  width: 1rem;
  height: 1rem;
  fill: #fff;
}
#main-footer .footer-social-links .btn-scroll-top {
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
}
#main-footer .footer-social-links .btn-scroll-top:hover svg, #main-footer .footer-social-links .btn-scroll-top:focus svg {
  fill: #f5a422;
}

#copyright-footer,
.copyright-footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  background-color: #fff;
  cursor: default;
}
@media (min-width: 768px) {
  #copyright-footer,
  .copyright-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  #copyright-footer,
  .copyright-footer {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#copyright-footer object,
.copyright-footer object {
  width: 10.625rem;
  height: 2.125rem;
  margin: 0 auto .3125rem;
  display: block;
  user-select: none;
}
#copyright-footer p,
.copyright-footer p {
  font-size: .875rem;
  color: #12a6d0;
}
#copyright-footer p:last-of-type,
.copyright-footer p:last-of-type {
  margin-bottom: 0;
}

#main-footer .phone-text {
  position: relative;
}
@media (min-width: 992px) {
  #main-footer .phone-text {
    margin-right: 1rem;
  }
}
@media (min-width: 1200px) {
  #main-footer .phone-text {
    padding-left: 4.5rem;
    margin-right: 1.5rem;
  }
}
#main-footer .phone-text .icon {
  display: none;
}
@media (min-width: 1200px) {
  #main-footer .phone-text .icon {
    width: 3rem;
    height: 3rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#main-footer .phone-text .icon svg {
  fill: #fff;
}

#main-footer .main-links {
  max-width: 290px;
  padding: 0;
  margin: .4rem auto 0;
  text-align: center;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  font-size: .875rem;
}
@media (min-width: 544px) {
  #main-footer .main-links {
    max-width: none;
  }
}
@media (min-width: 992px) {
  #main-footer .main-links {
    margin: 0;
    justify-content: flex-start;
  }
}
#main-footer .main-links li {
  padding: .3rem .4rem;
}
@media (min-width: 992px) {
  #main-footer .main-links li {
    padding: 0;
  }
}
@media (min-width: 992px) {
  #main-footer .main-links li + li {
    margin-left: .8rem;
  }
}
#main-footer .main-links li + li:before {
  width: 1px;
  height: 14px;
  margin-right: .8rem;
  content: '';
  display: inline-block;
  position: relative;
  top: -.0625rem;
  vertical-align: middle;
  background: #f5a422;
}
#main-footer .main-links li:nth-child(odd):before {
  display: none;
}
@media (min-width: 544px) {
  #main-footer .main-links li:nth-child(odd):before {
    display: inline-block;
  }
}
#main-footer .main-links a {
  color: #fff;
  outline: none;
}

#main-footer .footer-address {
  margin: .75rem 0 .2rem;
  text-align: center;
  font-size: .875rem;
  letter-spacing: .016em;
  color: #fff;
}
@media (min-width: 992px) {
  #main-footer .footer-address {
    margin: 0;
    text-align: right;
  }
}

#main-footer .footer-subheading {
  margin: .75rem 0 .375rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
@media (min-width: 992px) {
  #main-footer .footer-subheading {
    margin: 1.25rem 0 .5rem;
  }
}

#main-footer .form-subscribe {
  max-width: 400px;
  margin: .5rem auto;
  text-align: left;
}
@media (min-width: 544px) {
  #main-footer .form-subscribe {
    max-width: none;
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  #main-footer .form-subscribe {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
#main-footer .form-subscribe p {
  color: #fff;
  font-size: .875rem;
}
#main-footer .form-subscribe p:last-of-type {
  margin-bottom: 0;
}
#main-footer .form-subscribe .form-legend {
  display: inline-block;
  margin: 0 0 .25rem 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
@media (min-width: 992px) {
  #main-footer .form-subscribe .form-legend {
    margin-top: .3125rem;
    margin-bottom: .1rem;
    font-size: 1.125rem;
  }
}
#main-footer .form-subscribe .form-group {
  margin: 1.2rem 0 0;
}
@media (min-width: 544px) {
  #main-footer .form-subscribe .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  #main-footer .form-subscribe .form-group {
    margin-top: 1.1rem;
  }
}
#main-footer .form-subscribe .form-group .form-control {
  width: 100%;
  padding: .7rem .5rem;
  border: 1px solid #ccc;
  color: #595959;
  font-size: .875rem;
  border-radius: 0;
  background: #fff;
  user-select: none;
}
@media (min-width: 992px) {
  #main-footer .form-subscribe .form-group .form-control {
    padding: .407rem .6rem;
  }
}
#main-footer .form-subscribe .form-group .form-control::-webkit-input-placeholder {
  color: #595959;
  transition: color .2s ease;
}
#main-footer .form-subscribe .form-group .form-control::-moz-placeholder {
  color: #595959;
  transition: color .2s ease;
}
#main-footer .form-subscribe .form-group .form-control:-ms-input-placeholder {
  color: #595959;
  transition: color .2s ease;
}
#main-footer .form-subscribe .form-group .form-control:-moz-placeholder {
  color: #595959;
  transition: color .2s ease;
}
#main-footer .form-subscribe .form-group .form-control:focus::-webkit-input-placeholder {
  color: #fff;
}
#main-footer .form-subscribe .form-group .form-control:focus::-moz-placeholder {
  color: #fff;
}
#main-footer .form-subscribe .form-group .form-control:focus:-ms-input-placeholder {
  color: #fff;
}
#main-footer .form-subscribe .form-group .form-control:focus:-moz-placeholder {
  color: #fff;
}
#main-footer .form-subscribe .form-group .btn {
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  margin-top: 1rem;
  line-height: 1em;
  font-weight: bold;
  font-size: .875rem;
}
@media (min-width: 544px) {
  #main-footer .form-subscribe .form-group .btn {
    margin-top: 0;
    margin-left: 1.5rem;
  }
}
@media (min-width: 992px) {
  #main-footer .form-subscribe .form-group .btn {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: 1.8rem;
  }
}
#main-footer .form-subscribe .form-group.has-error .form-control {
  border-color: #f52222;
}
#main-footer .form-subscribe .form-group.has-error .btn:disabled {
  background: #bbc0c2;
  border-color: #bbc0c2;
  opacity: 1;
}
#main-footer .form-subscribe .fn-error {
  min-width: 100%;
  flex-basis: 100%;
  margin-top: .875rem;
  color: #fff;
  font-size: .875rem;
  display: block;
}
#main-footer .form-subscribe .fn-error .icon {
  width: 1rem;
  height: 1rem;
  margin-top: -3px;
  margin-right: .625rem;
  vertical-align: middle;
  color: inherit;
  fill: #fff;
}

#main-footer #users-rating, #main-footer .users-rating {
  margin: 1.3rem auto 1.65rem;
}
@media (min-width: 544px) {
  #main-footer #users-rating, #main-footer .users-rating {
    margin: 0;
  }
}
#main-footer #users-rating .stars-rating, #main-footer .users-rating .stars-rating {
  margin: .6rem 0 .3rem;
}
@media (min-width: 992px) {
  #main-footer #users-rating .users-rating-title, #main-footer .users-rating .users-rating-title {
    margin-top: .3125rem;
  }
}

@media (min-width: 768px) {
  #main-footer .col-subscribe {
    order: 10;
  }
  #main-footer .col-subscribe ~ * {
    order: 40;
  }
  #main-footer .col-rate {
    order: 9;
  }
  #main-footer .col-social {
    margin-top: -5.5rem;
  }
}
@media (min-width: 992px) {
  #main-footer .col-social {
    margin-top: 0;
  }
}

/*# sourceMappingURL=footer.selectra.css.map */
