section.main .header {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 90px;
}
section.main .header:after {
  content: ' ';
  height: 6px;
  width: 40px;
  display: block;
  background-color: #e9e9e9;
  margin-top: 20px;
}
section.contact {
  background-color: #333333;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  line-height: 1.5;
}
section.contact img {
  margin: 0 auto 35px;
  width: 58px;
}
section.contact h3 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #ef7f1a;
  font-size: 2rem;
  margin-bottom: 20px;
}
section.contact h4 {
  font-size: 1.125rem;
  color: #ffffff;
}
article {
  position: relative;
}
article.large-row {
  border-bottom: 1px solid #efefef;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
article.large-row:last-child {
  border-bottom: none;
}
article.large-row .category {
  margin-bottom: 10px;
}
article.large-row .category a {
  text-transform: uppercase;
  color: #afafaf;
  font-size: 0.875rem;
  line-height: 1.42;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 600;
}
article.large-row .image {
  float: left;
  width: 33%;
  margin-right: 2%;
  background-color: #FFFFFF;
  font-size: 0;
}
article.large-row .image img {
  width: 100%;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
article.large-row .image:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity = 50);
  opacity: 0.5;
}
article.large-row .title {
  float: left;
  display: block;
  margin-bottom: 30px;
  padding: 3px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65%;
}
article.large-row .title h3 {
  font-family: 'Anton', Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 1.375rem;
  display: inline;
  transition: background-size 0.15s linear 0.1s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  background-image: linear-gradient(to bottom, #eee 0%, #eee 100%);
  background-size: 100% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  line-height: 1.8;
  padding: 0 3px;
}
article.large-row .title h3:hover {
  background-image: linear-gradient(to bottom, #eee 0%, #eee 100%);
  background-size: 100% 100%;
  transition: background-size 0.1s linear 0s;
}
article.large-row .subtitle {
  float: left;
  width: 65%;
  color: #333333;
  line-height: 1.875;
  letter-spacing: 0.025rem;
}
article.large-row .social-share {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1em;
  margin: 0;
  padding: 0;
}
article.large-row .social-share .social-main {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 18px;
  width: 18px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
article.large-row .social-share .social-main .icon {
  height: 18px;
  width: 18px;
}
article.large-row .social-share .social-main .icon path,
article.large-row .social-share .social-main .icon rect,
article.large-row .social-share .social-main .icon polygon {
  fill: #ffffff;
}
article.large-row .social-share .social-main .icon .shape {
  fill: #b1b1b1;
}
article.large-row .social-share .social-btns {
  display: block;
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 18px;
  padding-right: 6px;
  width: 200px;
  height: 20px;
}
article.large-row .social-share .social-btns .social-btn {
  display: block;
  float: right;
  height: 20px;
  width: 20px;
  margin-right: 20px;
  text-align: center;
  overflow: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share .social-btns .social-btn .icon {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
article.large-row .social-share .social-btns .social-btn .icon path,
article.large-row .social-share .social-btns .social-btn .icon rect,
article.large-row .social-share .social-btns .social-btn .icon polygon {
  fill: #ffffff;
}
article.large-row .social-share .social-btns .social-btn .icon .shape {
  fill: #b1b1b1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share .social-btns .social-btn .icon:hover .shape {
  fill: #333333;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
article.large-row .social-share.visible .social-btns {
  visibility: visible;
}
article.large-row .social-share.visible .social-btns .social-btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity = 100);
  opacity: 1;
}
article.medium {
  margin-bottom: 31px;
  float: left;
}
article.medium .image {
  overflow: hidden;
  font-size: 0;
  display: block;
}
article.medium .image img {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  width: 100%;
}
article.medium .image:hover img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
article.medium .category {
  text-transform: uppercase;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #ef7f1a;
  font-size: 0.75rem;
}
article.medium .title {
  display: block;
}
article.medium .title h3 {
  color: #333333;
  font-size: 1.25rem;
  line-height: 1.1;
}
@media (max-width: 767px) {
  section.main .header {
    font-size: 1.35rem;
    margin-bottom: 40px;
    text-align: center;
  }
  section.main .header:after {
    display: none;
  }
  section.main .content {
    margin-bottom: 30px;
  }
  section.contact {
    padding-top: 16px;
    padding-bottom: 25px;
  }
  section.contact img {
    margin-bottom: 19px;
    width: 37px;
  }
  section.contact h3 {
    font-size: 1.125rem;
    margin-bottom: 16px;
  }
  section.contact h4 {
    font-size: 0.688rem;
    line-height: 1.8;
  }
  article.large-row {
    border-bottom: none;
  }
  article.large-row .category a {
    font-size: 0.688rem;
  }
  article.large-row .image {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    display: block;
  }
  article.large-row .image:hover img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity = 100);
    opacity: 1;
  }
  article.large-row .title {
    float: none;
    padding: 3px 0;
    margin-bottom: 20px;
    background-position: 0 100%;
    background-size: 100% 2px;
    width: 100%;
  }
  article.large-row .title h3 {
    font-size: 1.063rem;
  }
  article.large-row .title h3:hover {
    /*
						background-image: linear-gradient(to bottom,#eee 0%,#eee 100%);
						background-position: 0 1.7rem;
						*/
    background-position: 0 100%;
    background-size: 100% 2px;
  }
  article.large-row .subtitle {
    float: none;
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.785;
  }
  article.large-row .social-share {
    top: -7px;
  }
  article.large-row .social-share .social-main .icon {
    height: 15px;
    width: 15px;
  }
  article.large-row .social-share .social-btns {
    top: -3px;
  }
  article.large-row .social-share .social-btns .social-btn {
    margin-right: 10px;
  }
  article.large-row .social-share .social-btns .social-btn .icon {
    height: 15px;
    width: 15px;
  }
  article.large-row .social-share .social-btns .social-btn .icon:hover .shape {
    fill: #b1b1b1;
  }
}
/*# sourceMappingURL=blog.css.map */