/* * * * * * * * * * * * * * *\
|*                           *|
|*  INCLUDES                 *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  COLORS                   *|
|*                           *|
\* * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
@font-face {
  font-family: Locator Light;
  src: url("../../font/Locator-Light.otf") format("opentype"), url("../../font/Locator-Light.eot?#iefix") format("embedded-opentype"), url("../../font/Locator-Light.woff") format("woff"), url("../../font/Locator-Light.ttf") format("truetype"); }

@font-face {
  font-family: Locator Bold;
  src: url("../../font/Locator-Bold.otf") format("opentype"), url("../../font/Locator-Bold.eot?#iefix") format("embedded-opentype"), url("../../font/Locator-Bold.woff") format("woff"), url("../../font/Locator-Bold.ttf") format("truetype"); }

@font-face {
  font-family: Locator LightItalic;
  src: url("../../font/Locator-LightItalic.otf") format("opentype"), url("../../font/Locator-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../font/Locator-LightItalic.woff") format("woff"), url("../../font/Locator-LightItalic.ttf") format("truetype"); }

@font-face {
  font-family: Locator Regular;
  src: url("../../font/Locator-Regular.otf") format("opentype"), url("../../font/Locator-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/Locator-Regular.woff") format("woff"), url("../../font/Locator-Regular.ttf") format("truetype"); }

/* * * * * * * * * * * * * * *\
|*                           *|
|*  FONTS                    *|
|*                           *|
\* * * * * * * * * * * * * * */
footer {
  background-image: url(../img/footer-background2.png);
  background-color: #00384E;
  background-position: top center;
  background-repeat: repeat;
  padding: 30px 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.75rem; }
  footer .nav.flex-row .nav-item .nav-link {
    color: white;
    padding-left: 0;
    padding-right: 5px; }
    footer .nav.flex-row .nav-item .nav-link::after {
      content: '';
      display: inline-block;
      height: 0.75rem;
      width: 2px;
      position: relative;
      background-color: white;
      margin-left: 5px;
      top: 2px; }
  footer .nav.flex-row .nav-item:last-of-type .nav-link::after {
    display: none; }
  footer .nav.flex-column {
    padding-top: 8px; }
    footer .nav.flex-column.column-offset {
      padding-top: 26px; }
      @media (max-width: 767.98px) {
        footer .nav.flex-column.column-offset {
          padding-top: 0; } }
  footer .nav .nav-item {
    color: white; }
    footer .nav .nav-item .nav-link {
      color: #009ed3;
      padding-left: 0; }
