@charset "UTF-8";
/* breakpoints */
.link-list > .component-content li {
  display: block;
}

.link-list > .component-content li a {
  display: inline;
  color: #333333;
  position: relative;
  text-decoration: none;
}

.link-list > .component-content li a:hover {
  color: #0084cb;
  text-decoration: none;
}

.link-list .btn {
  display: inline-block;
}

.link-list .button-default, .link-list .default {
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #f6f6f6;
  color: #333333;
  font-weight: bold;
}

.link-list .button-default:hover, .link-list .default:hover {
  color: #333333;
  background: #f7f7f7;
}

.link-list .button-success, .link-list .success {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #a0ce4e;
  color: #ffffff;
  font-weight: bold;
}

.link-list .button-success:hover, .link-list .success:hover {
  color: #ffffff;
  background: #92be43;
}

.link-list .button-warning, .link-list .warning {
  font-size: 12px;
  font-size: 1.2rem;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  margin: 5px 0;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  background: #bc4526;
  color: #ffffff;
  font-weight: bold;
}

.link-list .button-warning:hover, .link-list .warning:hover {
  color: #ffffff;
  background: #c34e30;
}

/* breakpoints */
.link-list.list-vertical h3 {
  background: #FFFFFF;
  width: 100%;
  display: inline-block;
  padding: 3px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
}

.link-list.list-vertical a {
  border: none;
}

.link-list.list-vertical li {
  display: block;
  margin-left: 20px;
}

#footer .link-list h3 {
  font-size: 1.5rem;
  line-height: 30px;
}

@media only screen and (max-width: 767px) {
  #footer .link-list h3 {
    font-size: 1.3rem;
  }
}

#footer .link-list a {
  color: #065594;
  line-height: 30px;
  font-size: 1.3rem;
}

@media only screen and (min-width: 1024px) {
  #footer .link-list a {
    font-size: 1.5rem;
  }
}

#footer .link-list.social-follow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

#footer .link-list.social-follow a {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 38px;
  height: 36px;
}

#footer .link-list.social-follow a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #0084cb;
  position: absolute;
  right: 0;
  text-indent: 0;
  bottom: 2px;
  height: auto;
  -webkit-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

#footer .link-list.social-follow a:hover:before {
  color: #065594;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
}

#footer .link-list.social-follow .linkedin {
  width: 34px;
}

#footer .link-list.social-follow .linkedin:before {
  content: "";
  font-size: 3.4rem;
}

#footer .link-list.social-follow .twitter {
  width: 41px;
}

#footer .link-list.social-follow .twitter:before {
  content: "";
  font-size: 3.2rem;
  bottom: 0;
}

#footer .link-list.social-follow .youtube {
  width: 38px;
}

#footer .link-list.social-follow .youtube:before {
  content: "";
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .footer-nav .link-list h3 {
    width: 100%;
    position: relative;
  }
  .footer-nav .link-list h3:after {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    font-size: 21px;
  }
  .footer-nav .link-list h3:hover {
    cursor: pointer;
  }
  .footer-nav .link-list h3:hover:after {
    color: #0084cb;
  }
  .footer-nav .link-list h3.active:after {
    content: "";
  }
}
