html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background: white;
  margin: 0;
  padding: 0;
  color: black;
  font-size: 1em;
  font-family: opensans-light, helvetica, arial, sans-serif;
  position: relative;
  min-width: 320px; }

@font-face {
  font-family: 'opensans-light';
  src: url("OpenSans-Light.eot");
  src: url("OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("OpenSans-Light.woff") format("woff"), url("OpenSans-Light.ttf") format("truetype"), url("OpenSans-Light.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'opensans-lightitalic';
  src: url("OpenSans-LightItalic.eot");
  src: url("OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("OpenSans-LightItalic.woff") format("woff"), url("OpenSans-LightItalic.ttf") format("truetype"), url("OpenSans-LightItalic.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'opensans-bold';
  src: url("OpenSans-Bold.eot");
  src: url("OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("OpenSans-Bold.woff") format("woff"), url("OpenSans-Bold.ttf") format("truetype"), url("OpenSans-Bold.svg#open_sanscondensed_light") format("svg");
  font-weight: normal;
  font-style: normal; }

a,
a:link {
  background-color: transparent;
  color: black;
  padding: 0.1em 0.25em;
  text-decoration: none; }

a:visited {
  color: black; }

a:hover,
a:focus,
a:active {
  background-color: black;
  color: white;
  outline: none;
  color: white;
  text-decoration: none; }

img {
  border: 0; }

p {
  line-height: 1.4; }

h1 {
  position: absolute;
  left: -9999px; }

h2 {
  font-size: 200%;
  font-family: opensans-light, helvetica, arial, sans-serif;
  line-height: 1em;
  margin: 1em 0 0.5em 0;
  padding: 0;
  text-transform: none;
  font-weight: normal; }

h3 {
  color: #666;
  font-size: 160%;
  margin: 2em 0 0.5em 0; }

.container-hero {
  background: url(../img/bg-home-small.jpg) no-repeat 0 0;
  background-size: cover;
  color: white;
  padding: 8% 5% 0 5%;
  position: relative;
  min-height: 300px; }

body.contact .container-hero {
  background: url(../img/bg-contact-small.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 0 5% 0 5%; }

body.about .container-hero {
  background: url(../img/bg-about-small.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 0 5% 0 5%; }

@media only screen and (min-width: 992px) {
  .container-hero {
    background: url(../img/bg-home-medium.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 450px; }
  body.contact .container-hero {
    background: url(../img/bg-contact-medium.jpg) no-repeat 0 0;
    background-size: cover; }
  body.about .container-hero {
    background: url(../img/bg-about-medium.jpg) no-repeat 0 0;
    background-size: cover; } }

@media only screen and (min-width: 1200px) {
  .container-hero {
    background: url(../img/bg-home-wide.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 450px; }
  body.contact .container-hero {
    background: url(../img/bg-contact-wide.jpg) no-repeat 0 0;
    background-size: cover; }
  body.about .container-hero {
    background: url(../img/bg-about-wide.jpg) no-repeat 0 0;
    background-size: cover; } }

.quote {
  font-family: opensans-lightitalic, helvetica, arial, sans-serif;
  font-size: 120%;
  line-height: 1.5em;
  width: 100%; }

body.content .quote,
body.content .source {
  width: 80%;
  padding: 0 10%; }

.source {
  font-family: opensans-bold, helvetica, arial, sans-serif;
  font-size: 85%;
  width: 100%; }

.content-centred {
  text-align: center;
  padding: 1em 1em 3em 1em; }

.content-centred h2 {
  color: #666666;
  font-size: 180%;
  line-height: 1.25em;
  margin-bottom: 1.25em; }

@media only screen and (min-width: 560px) {
  .quote {
    font-size: 130%;
    width: 70%; }
  .source {
    font-size: 90%;
    width: 70%; }
  .content-centred h2 {
    font-size: 200%; } }

@media only screen and (min-width: 992px) {
  .quote {
    font-size: 150%;
    width: 50%; }
  .source {
    font-size: 100%;
    width: 50%; }
  .content-centred {
    padding: 2em 0 6em 0; }
  .content-centred h2 {
    font-size: 220%; } }

@media only screen and (min-width: 1200px) {
  .quote {
    font-size: 170%;
    width: 40%; }
  .source {
    font-size: 100%;
    width: 40%; }
  .content-centred {
    padding: 2em 0 6em 0; }
  .content-centred h2 {
    font-size: 250%; } }

.quote-container {
  background: #f9f9f1;
  margin: 2em 0;
  padding: 1em; }

.quote-container h3 {
  margin: 1em 0 1em 0; }

.column40 {
  margin-left: 10%; }

.boxed {
  background-color: #fcfcf9;
  border: 1px solid #666;
  border-radius: 4px;
  padding: 0 2%;
  margin-top: 1.25em; }

.boxed img {
  width: 100%;
  max-width: 296px; }

@media only screen and (min-width: 992px) {
  .column60 {
    float: left;
    width: 60%; }
  .column40 {
    float: right;
    width: 30%;
    margin-left: 2%; } }

.container-site-width {
  max-width: 1400px;
  padding: 1em 5% 2em 5%;
  margin: 0; }

.container-page-nav {
  padding: 0 0 0 0; }

.container-content-column {
  background: #fafafa url(../img/bg-container-content.jpg) no-repeat 0 100%;
  margin: 0 0 0 0;
  padding: 3em 5% 2em 5%; }

@media only screen and (min-width: 480px) {
  .container-page-nav {
    padding: 0 2% 0 0;
    float: left;
    width: 22%; }
  .container-page-nav-feature {
    background: #fafafa url(../img/upsidedown.jpg) no-repeat 0 0;
    background-size: cover;
    float: left;
    height: 579px;
    width: 100%;
    overflow: hidden; }
  .container-content-column {
    background: #f9f8f0 url(../img/bg-container-content.jpg) no-repeat 50% 100%;
    background-size: cover;
    margin: 0 0 0 27%; } }

.container-content-column a,
.container-content-column a:link,
.container-content-column a:visited,
p a,
p a:link,
p a:visited {
  text-decoration: underline;
  color: #666; }

.container-content-column a:hover,
.container-content-column a:focus,
.container-content-column a:active,
p a:hover,
p a:focus,
p a:active {
  background-color: black;
  color: white; }

.container-content-column img,
.float-right {
  float: right;
  margin: 0.3em 0 2em 2em; }

.float-left {
  float: left !important;
  margin: 0.3em 2em 2em 0 !important; }

.float-none {
  float: none !important;
  margin: 0.3em 0 !important; }

.container-content-column h2:first-child {
  margin: 0 0 0.5em 0; }

.container-page-nav ul {
  border-top: 1px dashed #ccc;
  padding: 0;
  margin: 0.5em 0 0 0; }

.container-page-nav li {
  list-style-type: none; }

.container-page-nav li a,
.container-page-nav li a:link,
.container-page-nav li a:visited {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 1px dashed #ccc;
  color: #666;
  display: block;
  padding: 0.6em 0 0.6em 0.25em; }

.container-page-nav li a:hover,
.container-page-nav li a:focus,
.container-page-nav li a:active {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid #f4a62b;
  color: white;
  padding: 0.6em 0 0.6em 0.75em; }

body.contact h2,
body.about h2,
body.gallery h2 {
  margin-top: 0; }

body.contact .content-centred {
  text-align: left; }

body.contact .phone {
  font-size: 180%;
  margin-top: 0.5em; }

body.contact .phone span {
  font-family: opensans-bold, helvetica, arial, sans-serif;
  letter-spacing: 0.1em; }

.audio-icon {
  background: transparent url(../img/ico-audio.png) no-repeat 0 0;
  height: 80px;
  padding: 0 0 0 100px;
  margin: 0; }

@media only screen and (min-width: 992px) {
  .col50 {
    float: left;
    width: 50%; }
  div.audio {
    padding-left: 5%;
    width: 45%; }
  div.audio-icon p {
    margin-top: 0; } }

div.audio ul {
  margin: 1em 0 0 0;
  padding: 0; }

div.audio li {
  list-style-type: none;
  background: transparent url(../img/ico-mp3.png) no-repeat 0 0.5em;
  min-height: 14px;
  padding: 0.25em 0 0.25em 18px;
  margin: 0; }

div.audio li a {
  text-decoration: underline; }

div.audio li span {
  color: #999;
  font-size: 90%; }

h2.photos {
  clear: both;
  padding: 0.5em 0 0 0; }

div.gallery-photos img {
  padding: 0 0.5em 0.75em 0;
  width: 80px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

@media only screen and (min-width: 480px) {
  div.gallery-photos img {
    width: 100px; } }

@media only screen and (min-width: 560px) {
  div.gallery-photos img {
    width: 160px; } }

@media only screen and (min-width: 992px) {
  div.gallery-photos img {
    width: 240px; } }

div.gallery-photos a,
div.gallery-photos a:link,
div.gallery-photos a:visited {
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

div.gallery-photos a:hover,
div.gallery-photos a:focus,
div.gallery-photos a:active {
  background-color: white;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8); }

.testimonies {
  margin-top: 2em; }
  .testimonies .testimonie-photo {
    margin-right: 2em;
    float: left; }
    .testimonies .testimonie-photo img {
      width: 200px; }
  .testimonies .testimonie-quote p {
    margin-left: 2em; }

footer {
  color: #999999;
  clear: both;
  display: block;
  background-color: #000000;
  font-size: 90%;
  padding: 2em 5%; }

footer a,
footer a:link,
footer a:visited {
  color: #999999;
  text-decoration: underline; }

footer a:hover,
footer a:focus,
footer a:active {
  color: white; }

#date {
  margin-right: 0.5em; }

@media only screen and (min-width: 560px) {
  .legal {
    float: left; }
  .social-icons {
    text-align: right;
    margin-top: 0.6em; }
  footer {
    font-size: 100%; } }

.logo a,
.logo a:link,
.logo a:visited,
.logo a:hover,
.logo a:focus,
.logo a:active {
  background-color: transparent !important; }

body.home header {
  background-color: white; }

body.home header img {
  padding: 1em 5% 0 5%;
  width: 40%;
  max-width: 202px;
  max-height: 119px; }

body.content header {
  padding: 1em 2% 0 5%; }

body.content header img {
  width: 120px;
  height: 71px; }

@media only screen and (min-width: 560px) {
  body.home header img {
    padding: 2.75em 5% 1em 5%;
    width: 60%; } }

@media only screen and (min-width: 992px) {
  body.home header {
    height: 238px; }
  body.home header img {
    float: left;
    padding: 2.75em 3% 1em 5%;
    width: 100%; }
  body.content header img {
    float: left;
    margin-right: 3em; } }

body.home nav ul {
  padding: 0 5%; }

body.content nav ul {
  padding: 0; }

nav ul li {
  display: inline-block;
  font-size: 100%;
  list-style-type: none;
  text-transform: uppercase;
  margin-right: 0.1em;
  padding: 0.2em 0; }

nav ul li a,
nav ul li a:link,
nav ul li a:visited {
  padding: 0.25em 0.25em; }

nav ul li a:hover,
nav ul li a:focus,
nav ul li a:active {
  border-bottom: 5px solid #f4a62b; }

nav ul li.active {
  border-bottom: 5px solid #f4a62b;
  padding: 0.25em 0; }

@media only screen and (min-width: 560px) {
  nav ul li {
    margin-right: 0.25em; } }

@media only screen and (min-width: 992px) {
  body.home nav ul {
    margin-top: 6.1em; }
  body.content nav ul {
    margin: 0 0 2.5em 0; }
  nav ul li {
    margin-right: 0.5em; } }

@media only screen and (min-width: 1200px) {
  nav ul li {
    margin-right: 1em; } }

button, input {
  line-height: normal;
  margin: 0;
  vertical-align: baseline; }

textarea,
select,
input {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #BBBBBB !important;
  margin: 0.4em 1em 0.4em 0;
  padding: 0.7em 0.4em;
  width: 40%; }
  textarea:focus, textarea:hover,
  select:focus,
  select:hover,
  input:focus,
  input:hover {
    background-color: white !important;
    border: 1px solid white !important;
    outline: none !important; }

textarea {
  height: 100px; }

.button {
  margin: 2em 0 2em 0; }

button,
.button a,
.button a:link,
.button a:visited {
  background: #febb18;
  background: -moz-linear-gradient(top, #febb18 0%, #ff8f07 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #febb18), color-stop(100%, #ff8f07));
  background: -webkit-linear-gradient(top, #febb18 0%, #ff8f07 100%);
  background: -o-linear-gradient(top, #febb18 0%, #ff8f07 100%);
  background: -ms-linear-gradient(top, #febb18 0%, #ff8f07 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#febb18), to(#ff8f07));
  background: linear-gradient(to bottom, #febb18 0%, #ff8f07 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febb18', endColorstr='#ff8f07',GradientType=0 );
  border: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 8px 0 rgba(47, 45, 43, 0.75);
  box-shadow: 0 0 8px 0 rgba(47, 45, 43, 0.75);
  color: #000;
  cursor: pointer;
  font-size: 110%;
  font-family: opensans-bold, helvetica, arial, sans-serif;
  line-height: 1;
  padding: 0.6em 1.25em;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

button:hover,
button:focus,
button:active,
.button a:hover,
.button a:focus,
.button a:active {
  background: #000000;
  color: #febb18;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 2px 0 rgba(47, 45, 43, 0.75);
  box-shadow: 0 0 2px 0 rgba(47, 45, 43, 0.75); }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

.clearboth {
  clear: both; }

.float-right {
  float: right;
  margin-left: 1.5em; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 0 2em 0; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.top {
  background: transparent url(../img/ico-top.png) no-repeat 0 0.4em;
  padding-left: 12px; }

table {
  margin: 1em 0;
  border-top: 1px solid #ccc;
  width: 90%;
}
th, td {
text-align: left;
padding: 0.25em 0.5em;
border-bottom: 1px solid #ccc;
margin: 0;
}
caption {
  background: #e2e2e2;
  text-align: left;
  font-weight: bold;
  padding: 0.5em;
  margin: 0;
}