*, 
*:before, 
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

html, 
body {
    background-color: white; 
    background-position: center center;
    background-repeat: no-repeat;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1em;
    line-height: 1.35;
    font-weight: 300;
    color: #5f5f5f;
}

address {
    font-style: normal;
}

strong {
    font-weight: bold;
}

em,
i {
    font-style: italic;
}

small {
    display: block;
    font-size: 0.75em;
    line-height: 1.45;
}
@media (min-width: 576px) {
  small {
      font-size: 0.75em;
  } 
}
@media (min-width: 768px) {
  small {
      font-size: 0.75em;
  } 
}
@media (min-width: 992px) {
  small {
      font-size: 0.75em;
  } 
}
@media (min-width: 1200px) {
  small {
      font-size: 0.75em;
  } 
}

h1, 
h2, 
h3, 
h4, 
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.35;
}

h1 {
    font-size: 2.25em;
    margin: 0 0 0.5em;
}
@media (min-width: 576px) {
  h1 {
      font-size: 2.25em;
  } 
}
@media (min-width: 768px) {
  h1 {
      font-size: 2.25em;
  } 
}
@media (min-width: 992px) {
  h1 {
      font-size: 2.25em;
  } 
}
@media (min-width: 1200px) {
  h1 {
      font-size: 2.25em;
  } 
}

h2 {
    font-size: 2em;
    margin: 0 0 0.5em;
}
@media (min-width: 576px) {
  h2 {
      font-size: 2em;
  } 
}
@media (min-width: 768px) {
  h2 {
      font-size: 2em;
  } 
}
@media (min-width: 992px) {
  h2 {
      font-size: 2em;
  } 
}
@media (min-width: 1200px) {
  h2 {
      font-size: 2em;
  } 
}

h3 {
    font-size: 1.75em;
    margin: 0 0 0.5em;
}
@media (min-width: 576px) {
  h3 {
      font-size: 1.75em;
  } 
}
@media (min-width: 768px) {
  h3 {
      font-size: 1.75em;
  } 
}
@media (min-width: 992px) {
  h3 {
      font-size: 1.75em;
  } 
}
@media (min-width: 1200px) {
  h3 {
      font-size: 1.75em;
  } 
}

h4 {
    font-size: 1.5em;
    margin: 0 0 0.2em;
}
@media (min-width: 576px) {
  h4 {
      font-size: 1.5em;
  } 
}
@media (min-width: 768px) {
  h4 {
      font-size: 1.5em;
  } 
}
@media (min-width: 992px) {
  h4 {
      font-size: 1.5em;
  } 
}
@media (min-width: 1200px) {
  h4 {
      font-size: 1.5em;
  } 
}

h5 {
    font-size: 1.25em;
    margin: 0 0 0.2em;
}
@media (min-width: 576px) {
  h5 {
      font-size: 1.25em;
  } 
}
@media (min-width: 768px) {
  h5 {
      font-size: 1.25em;
  } 
}
@media (min-width: 992px) {
  h5 {
      font-size: 1.25em;
  } 
}
@media (min-width: 1200px) {
  h5 {
      font-size: 1.25em;
  } 
}

h6 {
    font-size: 1em;
    margin: 0 0 0.2em;
}
@media (min-width: 576px) {
  h6 {
      font-size: 1em;
  } 
}
@media (min-width: 768px) {
  h6 {
      font-size: 1em;
  } 
}
@media (min-width: 992px) {
  h6 {
      font-size: 1em;
  } 
}
@media (min-width: 1200px) {
  h6 {
      font-size: 1em;
  } 
}

p {
    padding: 0 0 0.85em;
    margin: 0;
}

ul,
ol {
    padding: 0 0 0.75em 1.25em;
    margin: 0;
}

ul ul,
ol ol {
    padding: 0 0 0 1.25em;
}

p + ul {
    margin-top: -0.75em !important;
}

hr {
    border: 0;
    border-top: 0.1em solid #d7d7d7;
    width: 100%;
    height: 0;
    display: block;
    float: left;
    padding: 0;
    margin: 1em 0;
    background: transparent;
}

a, 
a:active, 
a:focus {
    color: blue;
    text-decoration: none;
    opacity: 1;
    cursor: hand;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
    color: inherit;
    outline: none;
}

a:hover img {
    opacity: 0.7;
}

.no-opacity a:hover, 
a.no-opacity:hover {
    opacity: 1;
}

.no-opacity a:hover img, 
a.no-opacity:hover img {
    opacity: 1;
}

.hefe-pagination {
  float: left;
  width: 100%;
  text-align: center;
  padding: 1em 0;
}

.hefe-pagination span,
.hefe-pagination a {
  display: inline-block;
  margin: 0 0.25em;
}

.hefe-pagination br {
  display: none;
}

ul.horizontal-list {
    list-style: none;
}

ul.horizontal-list li {
    display: block;
}
@media(min-width: 768px){
   ul.horizontal-list li {
        display: inline-block;
   } 
}

ul.horizontal-list li:after {
    display: none;
    content: "|";
    margin: 0 6px 0 9px;
}
@media(min-width: 768px){
   ul.horizontal-list li:after {
        display: inline-block;
   } 
}

ul.horizontal-list li:last-child:after {
    display: none;
}

.hefe-header,
.hefe-section,
.hefe-article,
.hefe-aside,
.hefe-footer {
  float: left;
  width: 100%;
  position: relative;
}

.video-img {
  display: block;
  position: relative;
}
.video-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}
.video-img:after {
  content: "►";
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-left: -30px;
  margin-top: -36px;
}
.video-img img {
  display: block;
}