html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

.header-image {
  position: relative;
  clear: both; }
  .header-image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background-color: rgba(0, 0, 0, 0.3); }
  .header-image img {
    display: block;
    width: 100%; }

.header-text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 30%;
  color: #fff;
  z-index: 5; }
  @media screen and (max-width: 1180px) {
    .header-text {
      top: 25%; } }
  @media screen and (max-width: 1000px) {
    .header-text {
      top: 20%;
      padding: 0 15px; } }
  @media screen and (max-width: 640px) {
    .header-text {
      position: relative;
      padding: 0 20px;
      overflow: auto;
      background: #f2f3f3; } }
  .header-text h1 {
    color: #fff;
    font-size: 3.333rem; }
    @media screen and (max-width: 1180px) {
      .header-text h1 {
        font-size: 2.667rem; } }
    @media screen and (max-width: 1000px) {
      .header-text h1 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 640px) {
      .header-text h1 {
        color: #000; } }
    @media screen and (max-width: 500px) {
      .header-text h1 {
        font-size: 1.733rem; } }
  .header-text h2 {
    font-size: 2.667rem; }
    @media screen and (max-width: 1180px) {
      .header-text h2 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 1000px) {
      .header-text h2 {
        font-size: 1.733rem; } }
    @media screen and (max-width: 640px) {
      .header-text h2 {
        color: #000; } }
    @media screen and (max-width: 500px) {
      .header-text h2 {
        font-size: 1.333rem; } }

.content {
  margin: 70px auto 35px; }

.content-main {
  width: 100%;
  float: none;
  margin: 0; }
  .content-main .frame-default {
    border: 0;
    margin-bottom: 0;
    padding: 0; }

.content-main .column-4cols {
  text-align: center; }
/*# sourceMappingURL=singlecol.css.map */