html, body {
  font-family: "Open Sans", sans-serif;
}

/*
@media (min-width: $xs) and (max-width: $sm - 1px){
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (min-width: $sm) {
  .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .row > .col,
  .row > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
  }
}
*/
.py-200px {
  padding-top: 200px;
  padding-bottom: 200px;
}

html, body {
  font-size: 14px;
}

.display-block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

.up {
  text-transform: uppercase;
}

.clear {
  clear: both;
}

.font-active {
  color: #0077D4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.font-active:hover, .font-active:focus {
  color: #003e6e;
}

.font-highlight {
  color: #880000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.font-highlight:hover, .font-highlight:focus {
  color: #0077D4;
}

.font-blue {
  color: #4c60a6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.font-blue:hover, .font-blue:focus {
  color: #0077D4;
}

.serif {
  font-family: serif;
}

img {
  max-width: 100%;
}

article .content {
  padding: 4em 4em 1em 4em;
}
article .content h2 {
  margin-bottom: 24px;
}
article .content h3 {
  font-size: 18px;
  color: #64AEF9;
  font-weight: bold;
}
article .content h3 {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
article .content p {
  font-size: 16px;
  color: #232323;
}
article .content li {
  font-size: 16px;
}
article .content .social .btn-facebook {
  background-color: #1877f2;
}
article .content .social .btn-facebook:hover, article .content .social .btn-facebook:focus {
  background-color: #0b5fcc;
}
article .content .social .btn-email {
  background-color: #d50008;
}
article .content .social .btn-email:hover, article .content .social .btn-email:focus {
  background-color: #a20006;
}
article .content .social .btn {
  color: #fff;
}
article .content .social .fa {
  margin-right: 10px;
}
article .content .social .list-group-horizontal > .list-group-item {
  border: none;
  margin-right: 15px;
}
article .content .social .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: inherit;
  border-top-right-radius: inherit;
}
article .content .social .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
article .content .related .card {
  margin-right: 15px;
}
article .content .related .card:last-child {
  margin-right: 0;
}
article > .text-center h3 {
  margin-bottom: 45px;
}

article.landing .content {
  padding: 2.5em 4em 1em 4em;
}

.sidebar .article-list h4 {
  font-size: 1.75rem;
  font-weight: normal;
  color: #64AEF9;
  margin-bottom: 15px;
}
.sidebar .article-list article h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px;
}
.sidebar .article-list article .lead {
  font-size: inherit;
}

/*# sourceMappingURL=article.css.map */
