.footer > .footer-wrapper, .footer > .container-fluid .region, .footer-bottom .footer-bottom-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px; }
  @media only screen and (max-width: 1024px) {
    .footer > .footer-wrapper, .footer > .container-fluid .region, .footer-bottom .footer-bottom-wrapper {
      padding: 0 3%; } }

.footer > .footer-wrapper, .footer > .container-fluid, .footer-bottom .footer-bottom-wrapper {
  clear: both; }
  .footer > .footer-wrapper:before, .footer > .container-fluid:before, .footer-bottom .footer-bottom-wrapper:before, .footer > .footer-wrapper:after, .footer > .container-fluid:after, .footer-bottom .footer-bottom-wrapper:after {
    content: "";
    display: table; }
  .footer > .footer-wrapper:after, .footer > .container-fluid:after, .footer-bottom .footer-bottom-wrapper:after {
    clear: both; }

.footer {
  background: #555759;
  margin: 0;
  padding: 0; }
  .footer > .footer-wrapper {
    padding: 10px 0; }
    .footer > .footer-wrapper > .region > section > a {
      background: #282828;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      -ms-align-items: stretch;
      align-items: stretch;
      -webkit-align-content: flex-start;
      -moz-align-content: flex-start;
      -ms-align-content: flex-start;
      align-content: flex-start;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer > .footer-wrapper > .region > section > a .field--name-field-menu-item-title {
        font-size: 14px;
        font-size: 1.4rem;
        color: #ffffff;
        width: calc(100% - 80px);
        padding: 15px 10px;
        text-align: left; }
      .footer > .footer-wrapper > .region > section > a:hover {
        text-decoration: none; }
    .footer > .footer-wrapper > .region > nav .container-fluid {
      padding: 0; }
    .footer > .footer-wrapper > .region > nav .navbar-default,
    .footer > .footer-wrapper > .region > nav .navbar {
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent; }
    .footer > .footer-wrapper > .region > nav .navbar-default .navbar-collapse,
    .footer > .footer-wrapper > .region > nav .navbar-default .navbar-form {
      padding: 0; }
    .footer > .footer-wrapper > .region > nav .navbar-nav {
      float: none;
      padding: 7px 0 0; }
      .footer > .footer-wrapper > .region > nav .navbar-nav > li {
        border-top: 1px dotted #ccc;
        float: none; }
        .footer > .footer-wrapper > .region > nav .navbar-nav > li a {
          font-size: 13px;
          font-size: 1.3rem;
          color: #ffffff;
          padding: 7px 0;
          text-align: left; }
          .footer > .footer-wrapper > .region > nav .navbar-nav > li a:hover {
            color: #b0b1b5;
            text-decoration: underline; }
  .footer > .container-fluid {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 0 10px; }
    .footer > .container-fluid .nav {
      text-align: left; }
      .footer > .container-fluid .nav > li {
        font-size: 14px;
        font-size: 1.4rem;
        display: inline-block;
        padding: 0 8px 0; }
        .footer > .container-fluid .nav > li > a {
          color: rgba(255, 255, 255, 0.6);
          padding: 0; }
          .footer > .container-fluid .nav > li > a::after {
            display: block;
            content: "";
            border-right: 1px solid;
            width: 1px;
            height: 14px;
            position: absolute;
            top: 5px;
            right: -11px; }
          .footer > .container-fluid .nav > li > a.rss-link {
            position: relative;
            padding-left: 20px; }
            .footer > .container-fluid .nav > li > a.rss-link::before {
              content: "\f143";
              font-family: "Fontawesome";
              color: #c99b33;
              position: absolute;
              display: block;
              left: 0;
              font-size: 1.4em; }
        .footer > .container-fluid .nav > li > a:hover, .footer > .container-fluid .nav > li > a:focus {
          text-decoration: underline;
          background-color: transparent; }
        .footer > .container-fluid .nav > li:last-child > a::after {
          display: none; }

.footer-bottom {
  background: #555759;
  padding: 0; }
  .footer-bottom .footer-bottom-wrapper {
    padding: 10px 0; }
    .footer-bottom .footer-bottom-wrapper .region-footer-bottom-left {
      width: auto;
      padding-right: 0; }
    .footer-bottom .footer-bottom-wrapper .field--name-field-paragraph-banner .field--item {
      float: left; }
    .footer-bottom .footer-bottom-wrapper .field--name-field-paragraph-banner img {
      max-height: 60px;
      width: auto; }
    .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right {
      width: auto;
      float: right;
      padding-left: 0; }
      .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: stretch;
        -moz-align-items: stretch;
        -ms-align-items: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -moz-align-content: flex-start;
        -ms-align-content: flex-start;
        align-content: flex-start;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 8px; }
        .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section h2 {
          font-size: 13px;
          font-size: 1.3rem;
          color: #ffffff;
          text-align: right;
          margin: 10px 0 0 0; }
        .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section .field--name-field-social-media-links .field--item {
          display: inline-block;
          text-align: center;
          padding: 0 0 0 5px; }
          .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section .field--name-field-social-media-links .field--item .paragraph {
            margin: 0; }
          .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section .field--name-field-social-media-links .field--item img {
            height: 30px;
            width: auto;
            max-width: inherit; }

@media only screen and (max-width: 767px) {
  .footer > .footer-wrapper > .region > section > a {
    margin: 0 0 5px; }
    .footer > .footer-wrapper > .region > section > a .field--name-field-menu-item-image img {
      max-width: 60%;
      float: right; }
  .footer > .footer-wrapper > .region > nav {
    display: none; } }
@media only screen and (max-width: 460px) {
  .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section {
    padding-top: 8px; }
    .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section h2 {
      display: none; }
    .footer-bottom .footer-bottom-wrapper .region-footer-bottom-right section .field--name-field-social-media-links .field--item:first-child {
      padding: 0; } }
@media only screen and (min-width: 990px) {
  .footer-col-lg-2,
  .footer-col-md-2 {
    width: 20%;
    padding: 0 5px; }

  .footer-col-lg-2 .field--name-field-menu-item-title {
    min-height: 52px;
    padding: 10px !important;
    word-wrap: normal;
    overflow-wrap: normal;
    line-height: 1.2; } }
