@charset "UTF-8";
@font-face {
  font-family: 'OffSans';
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/osn45_.eot");
  src: local("☺"), url("../fonts/osn45_.woff") format("woff"), url("../fonts/osn45_.ttf") format("truetype"), url("../fonts/osn45_.svg") format("svg");
}

@font-face {
  font-family: 'OffSans';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/osn65_.eot");
  src: local("☺"), url("../fonts/osn65_.woff") format("woff"), url("../fonts/osn65_.ttf") format("truetype"), url("../fonts/osn65_.svg") format("svg");
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 320px;
  position: relative;
  width: 100%;
  color: #000;
}

body {
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  font-family: 'OffSans';
  background-color: #68bfac;
  color: #fff;
}

a, a:visited {
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

.clr {
  clear: both;
  display: block;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}

.row:after {
  display: block;
  content: '';
  clear: both;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0px;
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
header {
  padding-top: 47px;
}

.header-row {
  display: table;
  width: 100%;
}

.header-column {
  display: table-cell;
}

.header-column:first-child {
  padding-right: 20px;
}

.header-column:last-child {
  background-color: #fff;
  width: 100%;
  vertical-align: middle;
  padding: 0 10px;
}

.header-slogan {
  text-align: center;
}

.header-slogan span {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
  padding-left: 68px;
  color: #68bfac;
  background: url("../img/Info-Icon.svg") left no-repeat;
}

.content {
  padding-top: 55px;
}

.content-row {
  margin: 0 -10px;
}

.content-column {
  float: left;
  width: 50%;
  padding: 0 10px;
}

.content-column p {
  line-height: 32px;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}

.content-column p:last-child {
  margin-bottom: 0;
}

.content-column a {
  font-size: 24px;
  color: #fff;
}

.content__title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding-left: 62px;
  line-height: 48px;
  margin-bottom: 30px;
}

.content__title_1 {
  background: url("../img/Location-Icon.svg") left no-repeat;
}

.content__title_2 {
  background: url("../img/Phone-Icon.svg") left no-repeat;
}

/*
font-family: 'Open Sans Condensed';
@extend .fr;
@include anim(0.3s);
*/
@media (max-width: 992px) {
  .container {
    padding: 0 10px;
  }
}

@media (max-width: 920px) {
  .content-column {
    width: 100%;
    margin-bottom: 40px;
  }
  .header-slogan {
    text-align: center;
  }
  .header-slogan span {
    font-size: 32px;
    font-weight: 700;
    line-height: 35px;
    display: inline-block;
    padding-left: 0px;
    color: #68bfac;
    background: none;
  }
}

@media (max-width: 550px) {
  header {
    padding-top: 25px;
  }
  .content {
    padding-top: 35px;
  }
  .header-column {
    display: block;
  }
  .header-column:first-child {
    padding-right: 0px;
    text-align: center;
    padding-bottom: 15px;
  }
  .header-column:last-child {
    padding: 20px;
  }
  .content__title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    padding-left: 0px;
    line-height: 35px;
    margin-bottom: 20px;
    background: none !important;
  }
}
