/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  width: 100%;
  *zoom: 1;
}
body:before,
body:after {
  content: "";
  display: table;
}
body:after {
  clear: both;
}
@font-face {
  font-family: "arvo-regular";
  src: url("../fonts/arvo-regular-webfont.eot");
  src: url("../fonts/arvo-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/arvo-regular-webfont.woff") format("woff"), url("../fonts/arvo-regular-webfont.ttf") format("truetype"), url("../fonts/arvo-regular-webfont.svg#maven_proregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
  font-size: 16px;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (max-width: 1100px) {
  body,
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body,
  html {
    font-size: 13px;
  }
  body h2,
  html h2 {
    font-size: 2.15rem;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
  }
}
h1 {
  font-size: 3.125rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}
h2,
h3,
h4 {
  color: #555;
}
h2 {
  font-size: 2.85rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
h3 {
  font-size: 1.75rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
h4 {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
a {
  color: #00b2c9;
  text-decoration: none;
}
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body > nav > .content,
body > header > .content,
body > section > .content,
body > footer > .content,
body > nav > header,
body > header > header,
body > section > header,
body > footer > header {
  display: block;
  width: 100%;
  margin: 0;
  *zoom: 1;
  padding: 0;
  padding: 0 5%;
}
body > nav > .content:before,
body > header > .content:before,
body > section > .content:before,
body > footer > .content:before,
body > nav > header:before,
body > header > header:before,
body > section > header:before,
body > footer > header:before,
body > nav > .content:after,
body > header > .content:after,
body > section > .content:after,
body > footer > .content:after,
body > nav > header:after,
body > header > header:after,
body > section > header:after,
body > footer > header:after {
  content: "";
  display: table;
}
body > nav > .content:after,
body > header > .content:after,
body > section > .content:after,
body > footer > .content:after,
body > nav > header:after,
body > header > header:after,
body > section > header:after,
body > footer > header:after {
  clear: both;
}
@media screen and (min-width: 1100px) {
  body > nav > .content > *,
  body > header > .content > *,
  body > section > .content > *,
  body > footer > .content > *,
  body > nav > header > *,
  body > header > header > *,
  body > section > header > *,
  body > footer > header > * {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  body > nav > .content > *,
  body > header > .content > *,
  body > section > .content > *,
  body > footer > .content > *,
  body > nav > header > *,
  body > header > header > *,
  body > section > header > *,
  body > footer > header > * {
    width: 100%;
    margin: 0;
  }
}
#skip-link {
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
}
p.goto-contact {
  text-align: center;
}
p.goto-contact a,
a.goto-contact {
  background: #00b2c9;
  color: #fff;
  padding: 0.938rem 2.5rem 0.938rem 4.25rem;
  display: inline-block;
  position: relative;
  -webkit-transform: scale3d(1, 1, 1);
  transition: all 0.1s ease-in;
  font-size: 1.625rem;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  line-height: 125%;
}
p.goto-contact a:hover,
a.goto-contact:hover,
p.goto-contact a:focus,
a.goto-contact:focus {
  background: #005863;
  -webkit-transform: scale(0.99);
  /* Chrome, Safari 3.1+ */

  -moz-transform: scale(0.99);
  /* Firefox 3.5+ */

  -ms-transform: scale(0.99);
  /* IE 9 */

  -o-transform: scale(0.99);
  /* Opera 10.50-12.00 */

  transform: scale(0.99);
  /* Firefox 16+, IE 10+, Opera 12.10+ */

  transition: all 0.05s ease-in;
}
@media screen and (max-width: 560px) {
  p.goto-contact a,
  a.goto-contact {
    font-size: 1.325rem;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
  }
}
p.goto-contact a:before,
a.goto-contact:before {
  content: ' ';
  width: 1.250rem;
  height: 2rem;
  vertical-align: middle;
  display: inline-block;
  background: url(../img/assets-sprite.svg?2) no-repeat;
  margin: 0.2rem 1rem 0 -2.125rem;
}
body > nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9000;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.25s height ease-out, 0.25s background ease-out;
  -moz-transition: 0.25s height ease-out, 0.25s background ease-out;
  -ms-transition: 0.25s height ease-out, 0.25s background ease-out;
  -o-transition: 0.25s height ease-out, 0.25s background ease-out;
  transition: 0.25s height ease-out, 0.25s background ease-out;
}
@media screen and (max-width: 560px) {
  body > nav.open {
    height: 24rem;
    background: #000000;
  }
}
body > nav > .content > h2 {
  display: inline;
  float: left;
  width: 13.333333333333334%;
  margin: 0 1.6666666666666667%;
}
body > nav > .content > h2 a {
  display: block;
  padding: 0.5rem 0;
}
body > nav > .content > h2 img {
  display: block;
  width: 5rem;
}
body > nav > .content button.toggleNav {
  float: right;
  width: 4rem;
  height: 4rem;
  border: none;
  background: transparent;
  color: #fff;
  display: none;
}
@media screen and (max-width: 560px) {
  body > nav > .content button.toggleNav {
    display: block;
  }
}
body > nav > .content ul {
  display: inline;
  float: left;
  width: 80%;
  margin: 0 1.6666666666666667%;
  height: 100%;
  text-align: right;
  white-space: nowrap;
}
@media screen and (max-width: 560px) {
  body > nav > .content ul {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-top: 2rem;
  }
}
body > nav > .content ul li {
  padding: 0 3%;
  height: 100%;
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 560px) {
  body > nav > .content ul li {
    display: block;
    width: 100%;
    height: 4rem;
    text-align: center;
  }
}
body > nav > .content ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 100%;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  line-height: 1rem;
}
@media screen and (max-width: 560px) {
  body > nav > .content ul li a {
    font-size: 125%;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
  }
}
body > nav > .content ul li a.selected {
  color: #00b2c9;
}
body > header {
  display: block;
  width: 100%;
  margin: 0;
  *zoom: 1;
  padding: 0;
  background: #333333 url(../img/sg-header-bg.jpg) center top;
  background-size: cover;
  overflow: hidden;
  padding-top: 6rem;
  padding-bottom: 0;
  height: auto;
  position: relative;
}
body > header:before,
body > header:after {
  content: "";
  display: table;
}
body > header:after {
  clear: both;
}
@media screen and (max-width: 768px) {
  body > header {
    padding-top: 6.5rem;
  }
}
@media screen and (max-width: 560px) {
  body > header {
    padding-top: 4rem;
  }
}
body > header > div.content {
  color: #fff;
  position: relative;
}
@media screen and (min-width: 1100px) {
  body > header > div.content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  body > header > div.content {
    width: 100%;
    margin: 0;
  }
}
body > header > div.content h1,
body > header > div.content p {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
body > header > div.content h1 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 2.625rem;
}
body > header > div.content h1 > span {
  display: block;
}
body > header > div.content h1 .primary {
  text-transform: uppercase;
}
@media screen and (max-width: 560px) {
  body > header > div.content h1 .primary img {
    width: 99%;
  }
}
@media screen and (max-width: 768px) {
  body > header > div.content h1 {
    font-size: 2.725rem;
  }
}
@media screen and (max-width: 560px) {
  body > header > div.content h1 {
    font-size: 2.5rem;
    max-width: 100%;
  }
}
body > header > div.content p {
  font-size: 1.625rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  line-height: 150%;
  margin-top: 1.250rem;
  margin-bottom: 1.250rem;
  max-width: 48rem;
}
body > header > div.content p.goto-contact {
  text-align: left;
}
@media screen and (max-width: 560px) {
  body > header > div.content p {
    font-size: 1.625rem;
    max-width: 100%;
  }
}
body > header > div.content ul.services li {
  background: rgba(0, 0, 0, 0.75);
  float: left;
  width: 33%;
}
footer {
  width: 100%;
  background: #555;
  overflow: hidden;
  padding: 0 5% 0rem 5%;
  position: relative;
  height: 0.5rem;
}
footer h4 {
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  margin: 1em 0;
  color: #eee;
}
footer p {
  font-size: 1rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  margin: 0;
  color: #eee;
}
footer > div {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  float: none;
  display: block;
  max-width: 1240px;
  margin: 0 auto;
  transition: 0.25s padding, 0.25s width;
  padding: 3rem 10%;
}
footer > div > div {
  display: inline;
  float: left;
  width: 21.666666666666668%;
  margin: 0 1.6666666666666667%;
}
@media screen and (max-width: 560px) {
  footer > div > div {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-bottom: 2rem;
  }
}
body > section {
  background: #fff;
}
@media screen and (max-width: 560px) {
  body > section {
    background: #fff;
  }
}
body > section h2 {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  display: block;
  float: none;
  padding: 2.75rem 10%;
  position: relative;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
  text-align: left;
  max-width: 37rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.5s background-position;
  -moz-transition: 0.5s background-position;
  -ms-transition: 0.5s background-position;
  -o-transition: 0.5s background-position;
  transition: 0.5s background-position;
}
@media screen and (max-width: 768px) {
  body > section h2 {
    padding-left: 5%;
    padding-right: 5%;
  }
}
body > section h3 {
  text-align: center;
}
body > section > header {
  width: 100%;
  background: #ffffff url(../img/header-img-02.jpg) left top;
  background-size: cover;
  padding: 0;
  position: relative;
}
body > section > header h2 {
  padding: 4.75rem 0;
  color: #333;
}
body > section > header h2 a {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  body > section > header {
    background-position: center top;
  }
}
body > section > header div.content {
  max-width: 1240px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: 0.25s padding, 0.25s width;
  -moz-transition: 0.25s padding, 0.25s width;
  -ms-transition: 0.25s padding, 0.25s width;
  -o-transition: 0.25s padding, 0.25s width;
  transition: 0.25s padding, 0.25s width;
  padding: 0 5%;
}
@media screen and (min-width: 1100px) {
  body > section > header div.content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  body > section > header div.content {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body > section > header div.content {
    width: 100%;
  }
}
body > section > article.content:last-child {
  margin-bottom: 0;
}
body > section > article.content > div {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  display: block;
  float: none;
  margin: 0 auto;
  background: #fff;
}
@media screen and (max-width: 560px) {
  body > section > article.content > div {
    padding: 0 2%;
  }
}
body > section > article.content > div > ul {
  padding: 3rem 0;
  width: 100%;
  float: left;
}
body > section > article.content > div > ul li {
  float: left;
  width: 100%;
  margin: 0;
}
body > section > article.content > div > ul li h4 {
  color: #333;
}
body > section > article.content > div > ul li p {
  font-size: 1rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  line-height: 150%;
  color: #555;
}
section.cta {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  margin: 3rem 0 0 0;
}
section.cta > div {
  padding: 0 5%;
}
@media screen and (min-width: 1100px) {
  section.cta > div {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  section.cta > div {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  
}
section.cta ul {
  padding: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  *zoom: 1;
}
section.cta ul:before,
section.cta ul:after {
  content: "";
  display: table;
}
section.cta ul:after {
  clear: both;
}
section.cta ul li {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666666666667%;
  width: 32.204%;
  padding: 0.5rem 0;
}
section.cta ul li:not(:last-child) {
  width: 34.537%;
  margin-right: 0;
}
section.cta ul li:not(:first-child) {
  width: 34.537%;
  margin-left: 0;
}
section.cta ul li:first-child {
  width: 29.871000000000002%;
  border-left: none;
  padding-left: 0;
}
section.cta ul li:last-child {
  width: 29.871000000000002%;
  padding-right: 0;
}
section.cta ul li a {
  color: #fff;
  display: table;
  height: 4rem;
  vertical-align: middle;
  width: 100%;
}
section.cta ul li h2 {
  font-size: 1.625rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  color: #fff;
  white-space: normal;
  width: 100%;
  text-align: left;
  padding: 0;
  vertical-align: middle;
  display: table-cell;
  height: 4rem;
  margin: 0 auto;
}
section.cta ul li p {
  font-size: 1.1rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  line-height: 150%;
}
section.cta ul li p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.cta ul li h2 {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
  }
  section.cta ul li,
  section.cta ul li:not(:last-child),
  section.cta ul li:not(:first-child),
  section.cta ul li:first-child,
  section.cta ul li:last-child {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
  }
  section.cta ul li:last-child {
    border: none;
  }
  section.cta ul li p {
    font-size: 1.15rem;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
  }
}
@media screen and (max-width: 560px) {
  section.cta ul li h2 {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
  }
  section.cta ul li p {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-top: 1rem;
  }
}
section.palvelut > header {
  background: #efefef;
  background-size: cover;
}
section.palvelut article.content.miksi {
  margin-top: 0;
  padding: 0 12%;
}
@media screen and (min-width: 1100px) {
  section.palvelut article.content.miksi {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  section.palvelut article.content.miksi {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  section.palvelut article.content.miksi {
    padding: 0 5%;
  }
}
section.palvelut article.content.miksi header p {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
@media screen and (max-width: 560px) {
  section.palvelut article.content.miksi header p {
    font-size: 1.125rem;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
  }
}
section.palvelut article.content.miksi header p:first-child {
  margin-top: 4rem;
}
section.palvelut article.content.miksi header p:last-child {
  margin-bottom: 4rem;
}
section.palvelut article.content.miksi header p.signature {
  text-align: right;
}
section.palvelut article.content.miksi > div > ul {
  padding: 3rem 0;
}
section.palvelut article.content.miksi > div > ul li {
  padding: 8%;
  float: left;
  width: 50%;
  margin: 0;
  height: 22rem;
}
section.palvelut article.content.miksi > div > ul li:nth-child(2) {
  background: #f5f5f5;
}
section.palvelut article.content.miksi > div > ul li:nth-child(3) {
  background: #efefef;
}
section.palvelut article.content.miksi > div > ul li:nth-child(4) {
  background: #fafafa;
}
@media screen and (max-width: 560px) {
  section.palvelut article.content.miksi > div > ul li {
    width: 100%;
  }
}
section.palvelut article.content.miksi > div > ul li > h4 {
  margin-bottom: 1em;
}
section.palvelut article.content.miksi > div > ul li div.icon {
  margin: 0;
  text-align: center;
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666666666667%;
  padding: 0 6% 0 0;
}
section.palvelut article.content.miksi > div > ul li div.icon img {
  width: 100%;
}
@media screen and (max-width: 560px) {
  section.palvelut article.content.miksi > div > ul li div.icon {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding: 1rem 0;
    text-align: left;
  }
  section.palvelut article.content.miksi > div > ul li div.icon img {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  section.palvelut article.content.miksi > div > ul li:nth-last-of-type(-n+2) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  section.palvelut article.content.miksi > div > ul li {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    min-height: auto;
    padding-top: 0;
    border-right: 0;
  }
  section.palvelut article.content.miksi > div > ul li:last-child {
    border-bottom: 0;
  }
}
section.emarkkinointi > header {
  background: #ffffff url(../img/header-img-03.jpg) center bottom;
  background-size: cover;
}
section.emarkkinointi article.content > div {
  padding-bottom: 4rem;
}
section.emarkkinointi article.content > div > ul {
  padding: 1.5rem 0;
}
section.emarkkinointi article.content > div > ul li {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  section.emarkkinointi article.content > div > ul li {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-bottom: 1rem;
  }
}
section.me > header h2 {
  max-width: 90%;
}
section.me article.content > div > ul {
  padding: 1.5rem 0;
}
section.me article.content > div > ul li {
  display: inline;
  float: left;
  width: 30%;
  margin: 0 1.6666666666666667%;
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  section.me article.content > div > ul li {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-bottom: 1rem;
  }
}
section.muutpalvelut {
  background: #ededed;
}
section.muutpalvelut > header {
  background: none;
  box-shadow: none;
}
section.muutpalvelut > header h2 {
  max-width: 90%;
  color: #333;
  padding-bottom: 1rem;
}
section.muutpalvelut article.content > div {
  background: none;
}
section.muutpalvelut article.content > div > ul {
  padding: 1.5rem 0;
}
section.muutpalvelut article.content > div > ul li {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
  padding: 0 0 2.5rem 0;
}
@media screen and (max-width: 768px) {
  section.muutpalvelut article.content > div > ul li {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    padding-bottom: 1rem;
  }
}
section.yhteydenotto {
  background: #eee;
  padding-bottom: 5.5rem;
  padding-top: 1rem;
}
section.yhteydenotto header {
  background: none;
}
section.yhteydenotto header h2 {
  padding-bottom: 2.75rem;
  color: #333;
}
section.yhteydenotto div.region-contact h2 {
  display: none;
}
section.yhteydenotto h3 {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  text-align: left;
  color: #eee;
}
section.yhteydenotto label {
  color: #eee;
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
@media screen and (min-width: 1100px) {
  section.yhteydenotto > article.content {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  section.yhteydenotto > article.content {
    width: 100%;
    margin: 0;
  }
}
section.yhteydenotto > article.content > div {
  background: none;
  display: inline;
  float: left;
  width: 21.666666666666668%;
  margin: 0 1.6666666666666667%;
  margin-top: 4.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto > article.content > div {
    display: inline;
    float: left;
    width: 46.666666666666664%;
    margin: 0 1.6666666666666667%;
    margin-top: 2.2rem;
    text-align: center;
  }
}
section.yhteydenotto > article.content > div.major {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
  margin-top: 1.3rem;
  margin-bottom: 1rem;
  font-size: 3.3rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto > article.content > div.major {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
    text-align: center;
  }
}
@media screen and (max-width: 560px) {
  section.yhteydenotto > article.content > div.major {
    font-size: 3rem;
    line-height: 125%;
    font-weight: normal;
    font-family: "arvo-regular", Georgia, "Palatino", serif;
    font-weight: bold;
  }
}
section.yhteydenotto > article.content > div.major p {
  padding: 0;
  margin: 0;
}
section.yhteydenotto > article.content > div.major span {
  font-size: 1.5rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
section.yhteydenotto div.form-fields,
section.yhteydenotto div.form-selections {
  margin-top: 3em;
  margin-bottom: 2em;
}
section.yhteydenotto div.form-fields > div,
section.yhteydenotto div.form-selections > div {
  height: 4em;
}
section.yhteydenotto div.form-item {
  margin: 1rem 0;
}
section.yhteydenotto input[type="text"],
section.yhteydenotto input[type="email"],
section.yhteydenotto input[type="tel"] {
  width: 100%;
  height: 2.595rem;
  line-height: 2.595rem;
  border: 1px solid #ccc;
  outline: none;
  padding: 0 1rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.07) 0 0 15px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.07) 0 0 15px inset;
  box-shadow: rgba(0, 0, 0, 0.07) 0 0 15px inset;
  color: #555;
}
section.yhteydenotto textarea {
  width: 100%;
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  padding: 1rem;
  outline: none;
  border: 1px solid #ccc;
  color: #555;
  margin: 0 0 1.45rem 0;
  height: 21rem;
}
section.yhteydenotto button,
section.yhteydenotto input[type="button"],
section.yhteydenotto input[type="reset"],
section.yhteydenotto input[type="submit"] {
  height: 2.595em;
  width: 75%;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #01c4de;
  color: #fff;
  font-size: 1em;
  background: #005863;
}
section.yhteydenotto button:hover,
section.yhteydenotto input[type="button"]:hover,
section.yhteydenotto input[type="reset"]:hover,
section.yhteydenotto input[type="submit"]:hover {
  background: #00b2c9;
  border-color: #fff;
}
section.yhteydenotto div#edit-actions {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
  padding: 2rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 560px) {
  section.yhteydenotto div#edit-actions {
    display: none;
  }
}
section.yhteydenotto div.webform-components-contact {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
}
section.yhteydenotto div.webform-components-contact label {
  display: block;
  line-height: 2.595rem;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto div.webform-components-contact {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
  }
}
@media screen and (max-width: 560px) {
  section.yhteydenotto div.webform-components-contact {
    display: none;
  }
}
section.yhteydenotto div#webform-component-message {
  display: inline;
  float: left;
  width: 46.666666666666664%;
  margin: 0 1.6666666666666667%;
}
section.yhteydenotto div#webform-component-message label {
  display: block;
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  margin-top: 1rem;
  line-height: 2.595rem;
}
section.yhteydenotto div#webform-component-message input[type="checkbox"],
section.yhteydenotto div#webform-component-message input[type="radio"] {
  width: 1rem;
  height: 3rem;
  padding: 0;
  margin: 0 1.5rem 0 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  *overflow: hidden;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto div#webform-component-message {
    display: inline;
    float: left;
    width: 96.66666666666667%;
    margin: 0 1.6666666666666667%;
  }
}
@media screen and (max-width: 560px) {
  section.yhteydenotto div#webform-component-message {
    display: none;
  }
}
section.yhteydenotto div#webform-component-olemme-kiinnostuneet {
  display: inline;
  float: left;
  width: 96.66666666666667%;
  margin: 0 1.6666666666666667%;
}
@media screen and (max-width: 560px) {
  section.yhteydenotto div#webform-component-olemme-kiinnostuneet {
    display: none;
  }
}
section.yhteydenotto div#webform-component-olemme-kiinnostuneet div.form-item {
  float: left;
  width: 50%;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto div#webform-component-olemme-kiinnostuneet div.form-item {
    width: 100%;
  }
}
section.yhteydenotto div#webform-component-olemme-kiinnostuneet div.form-item label {
  font-size: 1.125rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
}
section.yhteydenotto div#webform-component-olemme-kiinnostuneet div.form-item:nth-child(even) {
  padding-left: 1.667%;
}
@media screen and (max-width: 768px) {
  section.yhteydenotto div#webform-component-olemme-kiinnostuneet div.form-item:nth-child(even) {
    padding: 0;
  }
}
section.yhteydenotto div.yhteystiedot p {
  color: #eee;
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: normal;
  font-family: "arvo-regular", Georgia, "Palatino", serif;
  display: none;
}
@media screen and (max-width: 560px) {
  section.yhteydenotto div.yhteystiedot p {
    display: block;
  }
}
