@charset "UTF-8";
/*
Theme Name: WellPolished
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * 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/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.footer-nav ul, .social-networks, #nav ul, .opportunities-nav ul, .social-network, .timeline-nav, .tabs-area .tabset, .promo-area ul, .video-area .video-list, .additional-info ul, .cite-info .cite-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .submit-form:after, .submit-form .form-row:after, .comments-form:after, .enquiry-form:after, .enquiry-form .form-col:after, .enquiry-form .row:after, .enquiry-form .form-row:after, .coverage-form:after, .coverage-form .form-row:after, .coverage-form .form-col:after, .download-form:after, .download-form .form-col:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after, .social-networks:after, #nav:after, #nav ul:after, .container:after,
.heading-container:after, .container-block:after, .info-col:after, .info-article:after, .location-block:after, .work-section:after, .opportunities-nav:after, .opportunities-nav ul:after, .work-flow:after, .work-info:after, .social-network:after, .landing-info .col:after, .tel-holder:after, .frenchise-block:after, .frenchise-block .holder:after, .frenchise-block .alignleft:after, .frenchise-info:after, .offers-block:after, .offers-frame:after, .offers-col:after, .about-info:after, .about-col:after, .timeline-nav:after, .team-block:after, .team-info:after, .team-info .alignleft:after, .info-section .box:after, .opportunities-info:after, .opportunities-info .img-box:after, .quotes-col:after, .opportunity-quotes:after, .opportunity-quotes .alignleft:after, #content:after, #sidebar:after, .domestic-cols:after, .promo-area:after, .form-area .heading:after, .form-area .row:after, .form-area .two-boxes:after, .form-area .chk-holder:after, .form-area .chk-holder .block .wpcf7-list-item:after,
.form-area .chk-holder .block .row:after, .cite-info .cite-list:after {
  content: '';
  display: block;
  clear: both; }

input[type="submit"], .download-form div.wpcf7-mail-sent-ok a, .btn-default, .info-article h3 a, .blog-info h2 a, .blog-info .btn-more, .cleaners-quotes cite a, .blog-entry .written a, .social-network li a, .landing-block.frenchise, .tel-holder .tel, .frenchise-info .mail-box a, .welcome-section .tel, .timeline-section .main-heading p a, .threecolumns .column a, .frechise-block .imagine, .opportunities-info .link, .featured-col .more, .form-area .heading .right-link {
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

.footer-nav ul, .social-networks, #nav ul, .opportunities-nav ul, .social-network, .timeline-nav, .tabs-area .tabset, .promo-area ul, .video-area .video-list, .additional-info ul, .cite-info .cite-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.logo img, .blog-info .img-box img, .landing-info .img-box img, .frenchise-block .alignleft img, .featured-col img {
  width: 100%;
  display: block;
  height: auto; }

.work-section.opportunity .img-box img, .blog-entry .alignleft img, .team-info .alignleft img, .opportunities-info img, .opportunity-quotes .alignleft img {
  max-width: 100%;
  display: block;
  height: auto;
  margin: 0 auto; }

.bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg-stretch, .map-holder, .featured-col {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

html {
  box-sizing: border-box;
  background: #444; }

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

* {
  max-height: 1000000px; }

body {
  color: #888;
  background: #fff;
  font: 14px/1.2 "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.2em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #999; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #999; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.submit-form {
  padding: 8px 10px 15px;
  background: rgba(0, 175, 188, 0.7); }
  @media (min-width: 768px) {
    .submit-form {
      padding: 23px 8.6% 30px;
      max-width: 780px;
      margin: 0 auto; } }
  .submit-form label {
    font: 18px/21px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 0 10px;
    position: relative; }
    @media (min-width: 768px) {
      .submit-form label {
        margin-bottom: 21px;
        font-size: 30px;
        line-height: 34px; } }
    .submit-form label i {
      display: inline-block;
      vertical-align: middle;
      color: #80d7dd;
      margin: 0 15px 0 -16px;
      font-size: 55px; }
      @media (max-width: 767px) {
        .submit-form label i {
          display: none; } }
  .submit-form textarea,
  .submit-form input[type="text"],
  .submit-form input[type="tel"],
  .submit-form input[type="email"],
  .submit-form input[type="search"],
  .submit-form input[type="password"] {
    border-color: #fff;
    float: left;
    width: 74.2%;
    height: 30px;
    padding: 5px 6px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .submit-form textarea,
      .submit-form input[type="text"],
      .submit-form input[type="tel"],
      .submit-form input[type="email"],
      .submit-form input[type="search"],
      .submit-form input[type="password"] {
        width: 79.2%;
        height: 50px;
        font-size: 18px;
        line-height: 28px;
        padding: 10px 19px; } }
  .submit-form input[type="submit"] {
    float: right;
    color: #fff;
    border-color: #fff;
    width: 22.3%;
    height: 30px;
    line-height: 28px; }
    @media (min-width: 768px) {
      .submit-form input[type="submit"] {
        width: 17.3%;
        height: 50px;
        border-width: 2px;
        line-height: 46px;
        font-size: 18px; } }
    .submit-form input[type="submit"]:hover {
      background: #444;
      border-color: #444;
      color: #fff; }
  .submit-form .error-txt {
    display: none; }
  .submit-form.error .error-txt {
    display: block; }
  .submit-form.error .form-row {
    margin-bottom: 18px; }
  .submit-form.location {
    max-width: 1200px;
    padding: 23px 24px 25px;
    position: relative;
    z-index: 1; }
    .submit-form.location:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #002B49; }
    @media (min-width: 768px) {
      .submit-form.location {
        padding: 28px 10px 41px; } }
    .submit-form.location label {
      margin: 0 -10px 24px; }
      @media (max-width: 767px) {
        .submit-form.location label {
          font-size: 20px;
          line-height: 24px; } }
      @media (min-width: 768px) {
        .submit-form.location label {
          margin: 0 -80px 26px; } }
    @media (min-width: 768px) {
      .submit-form.location .wpcf7-form {
        max-width: 580px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .submit-form.location.blog {
        padding-bottom: 19px; } }
    @media (min-width: 768px) {
      .submit-form.location.about {
        display: none; } }
    @media (max-width: 767px) {
      .submit-form.location.about {
        padding-bottom: 19px; } }
    .submit-form.location.generic {
      padding: 23px 10px 19px; }
      @media (min-width: 768px) {
        .submit-form.location.generic {
          display: none; } }

.error-txt {
  color: #bd3e33;
  border: 1px solid #bd3e33;
  background: #ffe5e6;
  font: italic 300 14px/20px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  display: block;
  padding: 8px 10px; }
  @media (min-width: 768px) {
    .error-txt {
      padding: 16px 10px;
      font-size: 18px;
      line-height: 22px; } }

.wpcf7-form-control.error {
  border-color: #bd3e33; }

.form-holder {
  padding: 24px 0 0;
  border-top: 1px solid #002B49; }
  @media (max-width: 767px) {
    .form-holder {
      display: none; } }

.comments-form {
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  width: 480px; }
  @media (min-width: 1000px) {
    .comments-form {
      width: 578px; } }
  .comments-form label {
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin: 0 0 20px;
    color: #000; }
  .comments-form textarea {
    border: 2px solid #e4e4e4;
    background: #fbfbfb;
    color: #afafaf;
    margin: 0;
    width: 100%;
    height: 83px;
    padding: 6px 7px;
    font: 14px/20px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .comments-form textarea::-webkit-input-placeholder {
      color: #afafaf; }
    .comments-form textarea::-moz-placeholder {
      opacity: 1;
      color: #afafaf; }
    .comments-form textarea:-moz-placeholder {
      color: #afafaf; }
    .comments-form textarea:-ms-input-placeholder {
      color: #afafaf; }
    .comments-form textarea.placeholder {
      color: #afafaf; }
  .comments-form .check-row {
    overflow: hidden;
    padding: 0 8px 0 7px; }
  .comments-form .wpcf7-list-item {
    display: block;
    margin: 0 0 2px;
    font: 12px/16px "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .comments-form .wpcf7-form-control-wrap.checkbox {
    float: left;
    width: 70%;
    padding: 2px 0 0; }
  .comments-form .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    width: 80%; }
  .comments-form input[type="submit"] {
    float: right;
    font: 12px/20px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    width: 110px;
    height: 24px;
    line-height: 23px;
    border-radius: 20px;
    color: #000;
    border: 1px solid #cfcfcf;
    background: #fdfdfd url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZmNmY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZjhmOGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTclIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjIlIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNjclIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 5%, #fcfcfc 14%, #ffffff 19%, #f7f7f7 29%, #f8f8f8 48%, #f1f1f1 52%, #fbfbfb 57%, #f1f1f1 62%, #f7f7f7 67%, #f1f1f1 81%, #f6f6f6 86%, #f3f3f3 95%, #f4f4f4 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #ffffff 5%, #fcfcfc 14%, #ffffff 19%, #f7f7f7 29%, #f8f8f8 48%, #f1f1f1 52%, #fbfbfb 57%, #f1f1f1 62%, #f7f7f7 67%, #f1f1f1 81%, #f6f6f6 86%, #f3f3f3 95%, #f4f4f4 100%); }
    .comments-form input[type="submit"]:hover {
      color: #000;
      background: #f4f4f4 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjZjNmM2YzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTQlIiBzdG9wLWNvbG9yPSIjZjZmNmY2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTklIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzMlIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDMlIiBzdG9wLWNvbG9yPSIjZmJmYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNDglIiBzdG9wLWNvbG9yPSIjZjFmMWYxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNTIlIiBzdG9wLWNvbG9yPSIjZjhmOGY4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzElIiBzdG9wLWNvbG9yPSIjZjdmN2Y3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODElIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjZmNmY2ZjIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -webkit-linear-gradient(top, #f4f4f4 0%, #f3f3f3 5%, #f6f6f6 14%, #f1f1f1 19%, #f7f7f7 33%, #f1f1f1 38%, #fbfbfb 43%, #f1f1f1 48%, #f8f8f8 52%, #f7f7f7 71%, #ffffff 81%, #fcfcfc 86%, #ffffff 95%, #fdfdfd 100%);
      background: linear-gradient(to bottom, #f4f4f4 0%, #f3f3f3 5%, #f6f6f6 14%, #f1f1f1 19%, #f7f7f7 33%, #f1f1f1 38%, #fbfbfb 43%, #f1f1f1 48%, #f8f8f8 52%, #f7f7f7 71%, #ffffff 81%, #fcfcfc 86%, #ffffff 95%, #fdfdfd 100%); }

.comments-info {
  background: #fbfaf8;
  overflow: hidden;
  padding: 9px 10px 7px;
  font: 11px/14px "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #000;
  margin: 0 0 12px;
  border-bottom: 2px solid #f3f3f3; }
  .comments-info .alignleft {
    display: inline-block;
    vertical-align: middle;
    width: 29px;
    height: 29px;
    border: 3px solid #e5e5e7;
    text-decoration: none;
    float: none;
    margin: 0 6px 0 0; }
  .comments-info .txt {
    display: inline-block;
    vertical-align: middle;
    width: 80%; }

textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"] {
  display: block;
  width: 100%;
  height: 40px;
  color: #002B49;
  font: italic 300 14px/22px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 8px 6px;
  text-align: left;
  background: #fff;
  outline: none;
  box-shadow: none;
  border-color: #ccc;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }
  textarea::-webkit-input-placeholder,
  input[type="text"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #002B49; }
  textarea::-moz-placeholder,
  input[type="text"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    opacity: 1;
    color: #002B49; }
  textarea:-moz-placeholder,
  input[type="text"]:-moz-placeholder,
  input[type="tel"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #002B49; }
  textarea:-ms-input-placeholder,
  input[type="text"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #002B49; }
  textarea.placeholder,
  input[type="text"].placeholder,
  input[type="tel"].placeholder,
  input[type="email"].placeholder,
  input[type="search"].placeholder,
  input[type="password"].placeholder {
    color: #002B49; }
  @media (min-width: 768px) {
    textarea,
    input[type="text"],
    input[type="tel"],
    input[type="email"],
    input[type="search"],
    input[type="password"] {
      height: 51px;
      font-size: 18px;
      line-height: 28px;
      padding: 10px 19px; } }

textarea {
  height: 100px; }
  @media (min-width: 768px) {
    textarea {
      height: 126px; } }

input[type="submit"] {
  height: 30px;
  padding: 0 10px;
  font: italic 500 14px/28px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  background: none;
  color: #444;
  border: 1px solid #444; }
  @media (min-width: 768px) {
    input[type="submit"] {
      height: 51px;
      border-width: 2px;
      line-height: 47px;
      font-size: 18px; } }
  input[type="submit"]:hover {
    background: #444;
    color: #fff;
    border-color: #444; }

label {
  color: #002B49;
  font: italic 300 14px/20px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    label {
      font-size: 18px;
      line-height: 22px; } }

.enquiry-form {
  max-width: 782px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .enquiry-form .form-col {
      float: left;
      width: 48.7%;
      margin: 0 0 0 2.6%; } }
  .enquiry-form .form-col:first-child {
    margin-left: 0; }
  .enquiry-form .row {
    margin: 0 0 22px; }
    @media (min-width: 768px) {
      .enquiry-form .row {
        margin-bottom: 15px; } }
  .enquiry-form .form-row.textarea {
    margin-bottom: 28px; }
    @media (min-width: 768px) {
      .enquiry-form .form-row.textarea {
        margin-bottom: 34px; } }
  .enquiry-form label {
    margin: 0 0 8px;
    display: block;
    color: #fff;
    font: italic 300 14px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .enquiry-form label {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 7px; } }
  .enquiry-form textarea,
  .enquiry-form input[type="text"],
  .enquiry-form input[type="tel"],
  .enquiry-form input[type="email"],
  .enquiry-form input[type="search"],
  .enquiry-form input[type="password"] {
    border-color: #fff; }
    @media (min-width: 768px) {
      .enquiry-form textarea,
      .enquiry-form input[type="text"],
      .enquiry-form input[type="tel"],
      .enquiry-form input[type="email"],
      .enquiry-form input[type="search"],
      .enquiry-form input[type="password"] {
        height: 40px;
        line-height: 37px; } }
  .enquiry-form textarea {
    height: 100px; }
    @media (min-width: 768px) {
      .enquiry-form textarea {
        height: 126px; } }
  .enquiry-form input[type="submit"] {
    border-color: #fff;
    color: #fff;
    width: 180px;
    float: none;
    display: block;
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .enquiry-form input[type="submit"] {
        width: 220px; } }
    .enquiry-form input[type="submit"]:hover {
      border-color: #444;
      color: #444;
      color: #fff; }
  .enquiry-form .error-txt {
    display: none; }
  .enquiry-form.error .error-txt {
    display: block; }

.coverage-form {
  max-width: 781px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .coverage-form .form-row {
      margin: 0 0 39px; } }
  .coverage-form .form-row.submit {
    text-align: center;
    padding-top: 14px; }
    @media (min-width: 768px) {
      .coverage-form .form-row.submit {
        padding-top: 0; } }
  .coverage-form .form-col {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .coverage-form .form-col {
        float: left;
        width: 48.8%;
        margin: 0 0 0 2.4%; } }
    .coverage-form .form-col:first-child {
      margin-left: 0; }
  .coverage-form label {
    display: block;
    margin: 0 0 8px 3px; }
  .coverage-form input[type="text"],
  .coverage-form input[type="tel"],
  .coverage-form input[type="email"],
  .coverage-form input[type="search"],
  .coverage-form input[type="password"] {
    height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 28px; }
  .coverage-form input[type="submit"] {
    min-width: 180px;
    background: #002B49;
    color: #fff;
    border-color: #002B49; }
    @media (min-width: 768px) {
      .coverage-form input[type="submit"] {
        min-width: 220px; } }
    .coverage-form input[type="submit"]:hover {
      background: #444;
      border-color: #444; }
  .coverage-form .error-txt {
    display: none; }
  .coverage-form.error .error-txt {
    display: block; }

.download-form {
  max-width: 781px;
  margin: 0 auto; }
  .download-form .form-col {
    margin-bottom: 5px;
    border: 2px solid #fff;
    background: #fff; }
    @media (min-width: 768px) {
      .download-form .form-col {
        margin-bottom: 9px; } }
    .download-form .form-col.add input[type="text"],
    .download-form .form-col.add input[type="tel"],
    .download-form .form-col.add input[type="email"],
    .download-form .form-col.add input[type="search"],
    .download-form .form-col.add input[type="password"] {
      float: left;
      width: 75%; }
  .download-form input[type="text"],
  .download-form input[type="tel"],
  .download-form input[type="email"],
  .download-form input[type="search"],
  .download-form input[type="password"] {
    height: 29px;
    padding: 5px 11px;
    line-height: 17px;
    border: 0; }
    @media (min-width: 768px) {
      .download-form input[type="text"],
      .download-form input[type="tel"],
      .download-form input[type="email"],
      .download-form input[type="search"],
      .download-form input[type="password"] {
        height: 36px;
        line-height: 28px;
        padding: 5px 14px; } }
  .download-form input[type="submit"] {
    background: #002B49;
    color: #fff;
    border: 0;
    width: 22.4%;
    height: 29px;
    float: right;
    line-height: 29px; }
    @media (min-width: 768px) {
      .download-form input[type="submit"] {
        width: 22.4%;
        height: 36px;
        line-height: 36px; } }
    .download-form input[type="submit"]:hover {
      background: #444;
      border-color: #444; }
  .download-form .error-txt {
    display: none; }
  .download-form.error .error-txt {
    display: block; }
  .download-form div.wpcf7-mail-sent-ok {
    border: 0; }
    .download-form div.wpcf7-mail-sent-ok a {
      display: block;
      background: #002B49;
      border: 2px solid #fff;
      color: #fff;
      padding: 4px 10px;
      font: italic 500 14px/16px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-decoration: none;
      text-align: center;
      outline: none; }
      @media (min-width: 768px) {
        .download-form div.wpcf7-mail-sent-ok a {
          font-size: 18px;
          line-height: 22px;
          padding: 8px 10px; } }
      .download-form div.wpcf7-mail-sent-ok a:hover {
        background: #fff;
        color: #444; }
  .download-form div.wpcf7-response-output {
    padding: 0; }

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  height: 30px !important;
  background: #002B49 !important;
  border-color: #002B49 !important; }
  @media (min-width: 768px) {
    .comment-form input[type="submit"],
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
      height: 51px !important; } }
  .comment-form input[type="submit"]:hover,
  .post-password-form input[type="submit"]:hover,
  .search-form input[type="submit"]:hover {
    opacity: 1;
    background: #444 !important;
    border-color: #444 !important; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  width: 25% !important;
  float: right; }
  @media (min-width: 768px) {
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
      width: 30% !important; } }
  @media (min-width: 1000px) {
    .post-password-form input[type="submit"],
    .search-form input[type="submit"] {
      width: 25% !important; } }

.post-password-form input[type="password"],
.search-form input[type="search"] {
  height: 30px !important;
  width: 73% !important; }
  @media (min-width: 768px) {
    .post-password-form input[type="password"],
    .search-form input[type="search"] {
      height: 51px !important;
      padding: 10px 8px;
      width: 68% !important; } }
  @media (min-width: 1000px) {
    .post-password-form input[type="password"],
    .search-form input[type="search"] {
      padding: 10px 19px;
      width: 73% !important; } }

.comment-form textarea,
.comment-form input[type="text"] {
  width: 100% !important; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #000;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em;
  margin: 0 0 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #000;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none; }
    @media (max-width: 767px) {
      .navigation-single .next,
      .navigation-single .prev {
        padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: #002B49; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 25px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #002B49; }
  a:hover, a:focus {
    text-decoration: none; }

#footer {
  padding: 20px 10px 59px 16px;
  line-height: 14px;
  font-size: 11px;
  color: #fff;
  position: relative;
  z-index: 1; }
  #footer:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #444; }
  @media (min-width: 768px) {
    #footer {
      padding: 20px 10px 59px;
      line-height: 16px;
      font-size: 14px; } }
  .domestic #footer {
    text-align: center;
    padding: 20px 10px 25px; }
    @media (min-width: 768px) {
      .domestic #footer {
        padding: 45px 10px; } }
    .domestic #footer:before {
      display: none; }
    .domestic #footer .logo {
      margin: 0 auto 20px;
      height: auto;
      width: 200px;
      text-align: center; }
      @media (min-width: 768px) {
        .domestic #footer .logo {
          height: auto;
          margin: 0 auto 36px; } }
      .domestic #footer .logo a {
        display: block;
        margin: 0 0 6px; }
      .domestic #footer .logo .slogon {
        color: #444;
        font-style: normal;
        display: block;
        font: normal 15px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  #footer .logo {
    width: 102px;
    height: 23px;
    margin: 0 0 2px;
    float: none;
    display: block; }
    @media (min-width: 768px) {
      #footer .logo {
        width: 180px;
        height: 41px; } }
  #footer .box {
    float: right;
    width: 48%; }
    @media (min-width: 768px) {
      #footer .box {
        width: 32%; } }
    @media (min-width: 1000px) {
      #footer .box {
        width: 23.7%; } }
  #footer .block {
    float: left;
    width: 50%; }
  #footer p {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      #footer p {
        margin: 0 0 32px; } }
  #footer h3 {
    margin: -3px 0 15px 1px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff; }
    @media (min-width: 768px) {
      #footer h3 {
        margin: -3px 0 17px 3px;
        font-size: 20px;
        line-height: 24px; } }
  #footer a {
    text-decoration: none;
    color: #fff; }
    #footer a:hover {
      color: #002B49; }
  #footer .footer-nav h3 {
    line-height: 14px;
    font-size: 11px; }
    @media (max-width: 767px) {
      #footer .footer-nav h3 {
        margin: 0 0 7px; } }
    @media (min-width: 768px) {
      #footer .footer-nav h3 {
        font-size: 14px;
        line-height: 16px; } }
  #footer .icon-box .icon-facebook {
    margin: 0;
    line-height: 18px;
    -webkit-transform: translate(-58%, -58%);
        -ms-transform: translate(-58%, -58%);
            transform: translate(-58%, -58%); }
    @media (min-width: 768px) {
      #footer .icon-box .icon-facebook {
        margin: 0; } }

.footer-nav ul {
  overflow: hidden;
  padding: 0 0 0 2px; }
  .footer-nav ul li {
    margin: 0 0 7px; }
    @media (min-width: 768px) {
      .footer-nav ul li {
        margin: 0; } }

.footer-nav h3 {
  margin: 0 0 18px; }

.social-networks {
  padding: 2px 0 0; }
  @media (min-width: 768px) {
    .social-networks {
      padding: 9px 0 0; } }
  .social-networks li {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .social-networks li {
        margin: 0 0 34px; } }
    .social-networks li a {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding-left: 34px; }
      @media (min-width: 768px) {
        .social-networks li a {
          padding-left: 63px; } }
      .social-networks li a:hover .icon-box {
        background: #002B49;
        border-color: #002B49;
        color: #fff; }
  .social-networks .icon-box {
    position: absolute;
    top: -6px;
    left: 0;
    margin: 0; }
    @media (min-width: 768px) {
      .social-networks .icon-box {
        top: -9px; } }

.icon-box {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 14px 0 0;
  position: relative; }
  @media (min-width: 768px) {
    .icon-box {
      margin: 0 25px 0 0;
      width: 38px;
      height: 38px;
      border-width: 2px; } }
  .icon-box i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 13px;
    line-height: 15px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @media (min-width: 768px) {
      .icon-box i {
        font-size: 20px;
        line-height: 15px; } }
  .icon-box .icon-facebook {
    font-size: 15px;
    margin: -1px 0 0 -1px; }
    @media (min-width: 768px) {
      .icon-box .icon-facebook {
        font-size: 24px;
        margin: -2px 0 0 -2px; } }
  .icon-box:hover {
    background: #002B49;
    border-color: #002B49;
    color: #fff; }

#header {
  padding-top: 16px;
  padding-bottom: 15px;
  position: relative; }
  .domestic #header {
    position: relative;
    z-index: 1; }
    .domestic #header:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #444; }

.logo {
  float: left;
  margin: 0 0 0 6px;
  width: 128px;
  height: 29px; }
  @media (min-width: 768px) {
    .logo {
      width: 180px;
      height: 40px;
      margin: 0; } }
  @media (min-width: 1000px) {
    .logo {
      width: 220px;
      height: 49px; } }

.nav-active #nav {
  max-height: 500px; }

@media (max-width: 767px) {
  #nav {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;
    overflow: hidden;
    max-height: 0;
    z-index: 999;
    -webkit-transition: all 0.5s linear;
            transition: all 0.5s linear;
    background: #002B49; } }

@media (min-width: 768px) {
  #nav {
    float: right;
    width: 72%;
    padding: 14px 0 0; } }

@media (min-width: 1000px) {
  #nav {
    width: 74%; } }

@media (min-width: 1210px) {
  #nav {
    width: 78%; } }

#nav ul {
  font: 22px/26px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: right;
  text-transform: capitalize; }
  @media (max-width: 767px) {
    #nav ul {
      text-align: left;
      padding: 14px 0 17px; } }
  @media (min-width: 768px) {
    #nav ul {
      font-size: 14px;
      line-height: 18px; } }
  @media (min-width: 1000px) {
    #nav ul {
      font-size: 16px;
      line-height: 20px; } }
  @media (min-width: 768px) {
    #nav ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 10px 15px; } }
  @media (min-width: 1000px) {
    #nav ul li {
      margin: 0 0 10px 35px; } }
  @media (min-width: 1210px) {
    #nav ul li {
      margin: 0 0 10px 44px; } }
  #nav ul li a {
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease; }
    #nav ul li a:hover {
      color: #939598; }
    @media (max-width: 767px) {
      #nav ul li a {
        color: #fff;
        display: block;
        padding: 6px 17px; }
        #nav ul li a:hover {
          background: #939598;
          color: #fff; } }
  #nav ul li.active a {
    text-decoration: underline; }

.nav-opener {
  width: 160px;
  background: #002B49;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 10px; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 20px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: -1px 0 0; }

.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 50%;
  margin: 6px 0 0; }

.nav-opener:after {
  top: 50%;
  margin: -8px 0 0; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-file218:before {
  content: "\e915"; }

.icon-message31:before {
  content: "\e916"; }

.icon-question11:before {
  content: "\e917"; }

.icon-profile5:before {
  content: "\e911"; }

.icon-envelope:before {
  content: "\e90d"; }

.icon-keyboard_arrow_down:before {
  content: "\e90e"; }

.icon-keyboard_arrow_up:before {
  content: "\e90f"; }

.icon-keyboard_arrow_left:before {
  content: "\e909"; }

.icon-keyboard_arrow_right:before {
  content: "\e90a"; }

.icon-phone:before {
  content: "\e910"; }

.icon-chevron-left:before {
  content: "\e90b"; }

.icon-chevron-right:before {
  content: "\e90c"; }

.icon-chat137:before {
  content: "\e906"; }

.icon-building78:before {
  content: "\e900"; }

.icon-calendar133:before {
  content: "\e901"; }

.icon-checked21:before {
  content: "\e902"; }

.icon-gps45:before {
  content: "\e903"; }

.icon-home4:before {
  content: "\e904"; }

.icon-iron5:before {
  content: "\e905"; }

.icon-wine65:before {
  content: "\e907"; }

.icon-wiping16:before {
  content: "\e908"; }

.icon-mobile2:before {
  content: "\e914"; }

.icon-google-plus:before {
  content: "\e912"; }

.icon-facebook:before {
  content: "\e800"; }

.icon-twitter:before {
  content: "\e801"; }

.icon-linkedin2:before {
  content: "\e913"; }

.icon-file-text2:before {
  content: "\e926"; }

.icon-coin-euro:before {
  content: "\e93c"; }

.icon-coin-pound:before {
  content: "\e93d"; }

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2ZkZmRmZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWNlYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYzJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg4JSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fdfdfd 25%, #f3f3f3 38%, #ececec 50%, #ededed 63%, #eaeaea 75%, #f2f2f2 88%, #e1e1e1 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fdfdfd 25%, #f3f3f3 38%, #ececec 50%, #ededed 63%, #eaeaea 75%, #f2f2f2 88%, #e1e1e1 100%);
  border: 1px solid #cfcfcf;
  border-radius: 2px;
  margin: 0 3px 0 0;
  height: 12px;
  width: 12px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 2px 2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

@font-face {
  font-family: icomoon;
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.woff2") format("woff2"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svgicomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: pwsignaturetwo;
  src: url("fonts/pwsignaturetwo-webfont.eot");
  src: url("fonts/pwsignaturetwo-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/pwsignaturetwo-webfont.woff") format("woff"), url("fonts/pwsignaturetwo-webfont.woff2") format("woff2"), url("fonts/pwsignaturetwo-webfont.ttf") format("truetype"), url("fonts/pwsignaturetwo-webfont.svgpwsignaturetwo-webfont") format("svg");
  font-weight: 500;
  font-style: normal; }

.btn-default {
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  background: #002B49;
  border: 1px solid #002B49;
  color: #fff;
  padding: 5px 10px 7px;
  font: italic 500 14px/16px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-decoration: none;
  text-align: center;
  outline: none; }
  @media (min-width: 768px) {
    .btn-default {
      min-width: 220px;
      font-size: 18px;
      line-height: 22px;
      padding: 11px 10px 12px;
      border-width: 2px; } }
  .btn-default:hover {
    border-color: #444;
    background: #444;
    color: #fff; }

.container,
.heading-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px; }

.heading-container {
  text-align: center;
  padding-top: 19px;
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    .heading-container {
      padding-top: 36px;
      padding-bottom: 11px; } }
  .heading-container h2 {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .heading-container h2 {
        font-size: 30px;
        line-height: 54px;
        margin: 0 0 15px; } }
  .heading-container h1, .heading-container .h1, .heading-container h2, .heading-container .h2, .heading-container h3, .heading-container .h3, .heading-container h4, .heading-container .h4, .heading-container h5, .heading-container .h5, .heading-container h6, .heading-container .h6, .heading-container .h {
    color: #26bfc9; }

h6,
h5,
h4,
h3,
h2,
h1 {
  font-size: 22px;
  line-height: 23px;
  margin-bottom: 10px;
  font-weight: 400; }
  @media (min-width: 768px) {
    h6,
    h5,
    h4,
    h3,
    h2,
    h1 {
      font-size: 40px;
      line-height: 42px; } }
  @media (min-width: 1000px) {
    h6,
    h5,
    h4,
    h3,
    h2,
    h1 {
      font-size: 50px;
      line-height: 52px; } }

h2 {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 28px; } }
  @media (min-width: 1000px) {
    h2 {
      font-size: 30px;
      line-height: 32px; } }

h3 {
  font-size: 18px;
  line-height: 21px; }
  @media (min-width: 768px) {
    h3 {
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1000px) {
    h3 {
      font-size: 25px;
      line-height: 30px; } }

h4 {
  font-size: 16px;
  line-height: 20px; }
  @media (min-width: 768px) {
    h4 {
      font-size: 18px;
      line-height: 22px; } }
  @media (min-width: 1000px) {
    h4 {
      font-size: 20px;
      line-height: 26px; } }

h5 {
  font-size: 15px;
  line-height: 20px; }
  @media (min-width: 768px) {
    h5 {
      font-size: 17px;
      line-height: 22px; } }
  @media (min-width: 1000px) {
    h5 {
      font-size: 17px;
      line-height: 22px; } }

h6 {
  font-size: 13px;
  line-height: 18px; }
  @media (min-width: 768px) {
    h6 {
      font-size: 15px;
      line-height: 20px; } }
  @media (min-width: 1000px) {
    h6 {
      font-size: 15px;
      line-height: 20px; } }

#wrapper {
  position: relative;
  overflow: hidden; }

.banner-block {
  position: relative;
  overflow: hidden;
  position: relative; }
  .banner-block:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .banner-block:before {
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .banner-block .container {
    position: relative;
    z-index: 99;
    min-height: 314px;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    white-space: nowrap; }
    .banner-block .container .banner-head {
      display: inline-block;
      white-space: normal;
      vertical-align: middle; }
    .banner-block .container:before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      min-height: inherit;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px; }
    @media (max-width: 767px) {
      .banner-block .container:before {
        display: none; } }
    @media (min-width: 768px) {
      .banner-block .container {
        min-height: 580px; } }
    @media (min-width: 1000px) {
      .banner-block .container {
        min-height: 680px; } }

.banner-head {
  overflow: hidden;
  padding: 22px 5px 10px;
  width: 100%; }
  @media (min-width: 768px) {
    .banner-head {
      padding-top: 50px; } }
  @media (min-width: 1000px) {
    .banner-head {
      padding-top: 92px; } }
  .banner-head h1 {
    margin: 0 0 45px;
    color: #fff;
    font-weight: 300; }
    .banner-head h1 br {
      display: none; }
    @media (min-width: 768px) {
      .banner-head h1 {
        margin: 0 0 50px; }
        .banner-head h1 br {
          display: block; } }
    @media (min-width: 1000px) {
      .banner-head h1 {
        margin: 0 0 64px; } }

.container-block {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  padding-top: 19px;
  padding-bottom: 33px;
  position: relative; }
  @media (max-width: 767px) {
    .container-block {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .container-block {
      font-size: 16px;
      line-height: 28px;
      padding-top: 55px;
      padding-bottom: 63px; } }
  .container-block h2 {
    margin: 0 0 16px;
    position: relative;
    text-align: center; }
    @media (min-width: 768px) {
      .container-block h2 {
        margin-bottom: 39px; } }
  .container-block p {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .container-block p {
        margin-bottom: 31px; } }
  .container-block.about {
    padding-top: 18px;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .container-block.about {
        padding-top: 47px;
        padding-bottom: 48px; } }
    .container-block.about p {
      margin-bottom: 28px; }
      @media (min-width: 768px) {
        .container-block.about p {
          margin-bottom: 46px; } }
    @media (max-width: 767px) {
      .container-block.about .about-col h2 {
        margin-bottom: 28px; } }
    .container-block.about .about-col p {
      margin-bottom: 23px; }
      @media (min-width: 768px) {
        .container-block.about .about-col p {
          margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .container-block.about .submit-form {
        padding-left: 10px;
        padding-right: 10px; } }
    .container-block.about.service {
      position: relative;
      z-index: 1;
      color: #fff;
      padding-top: 26px;
      padding-bottom: 0; }
      .container-block.about.service:before {
        position: absolute;
        content: "";
        top: 0;
        z-index: -1;
        bottom: 0;
        left: -9999px;
        right: -9999px;
        background: #444; }
      @media (min-width: 768px) {
        .container-block.about.service {
          padding-top: 89px;
          padding-bottom: 0;
          text-align: center; } }
      .container-block.about.service p {
        margin-bottom: 23px; }
        @media (min-width: 768px) {
          .container-block.about.service p {
            margin-bottom: 78px; } }
  .container-block.info {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 2; }
    .container-block.info h2 {
      color: #fff;
      z-index: 99;
      margin-bottom: 33px; }
      @media (min-width: 768px) {
        .container-block.info h2 {
          margin-bottom: 51px;
          text-align: left; } }
  .container-block.blog {
    padding-top: 20px;
    padding-bottom: 25px;
    text-align: center; }
    @media (min-width: 768px) {
      .container-block.blog {
        padding-top: 52px;
        padding-bottom: 72px; } }
    .container-block.blog h2 {
      margin-bottom: 22px; }
      @media (min-width: 768px) {
        .container-block.blog h2 {
          margin-bottom: 55px; } }
    .container-block.blog .blog-info h2 {
      margin: 0;
      text-align: left; }
      @media (min-width: 768px) {
        .container-block.blog .blog-info h2 {
          margin: 0 0 8px; } }
      @media (min-width: 1000px) {
        .container-block.blog .blog-info h2 {
          margin: 0 0 14px; } }
    .container-block.blog .blog-info p {
      margin: 0 0 10px; }
    .container-block.blog.add {
      padding-top: 13px;
      padding-bottom: 26px; }
      @media (min-width: 768px) {
        .container-block.blog.add {
          padding-top: 24px;
          padding-bottom: 89px; } }
      @media (max-width: 767px) {
        .container-block.blog.add .blog-info {
          margin-bottom: 8px; } }
      @media (min-width: 768px) {
        .container-block.blog.add .blog-info {
          margin-bottom: 26px; } }
      .container-block.blog.add .latest-blogs {
        margin-bottom: 16px; }
        @media (min-width: 768px) {
          .container-block.blog.add .latest-blogs {
            margin-bottom: 56px; } }
    @media (min-width: 768px) {
      .container-block.blog.indiviual {
        padding-bottom: 58px; } }
  .container-block footer {
    overflow: hidden;
    padding: 12px 0 0;
    text-align: center;
    position: relative;
    z-index: 99; }
    @media (min-width: 768px) {
      .container-block footer {
        padding: 46px 0 0; } }
  .container-block.coverage {
    padding-top: 18px;
    padding-bottom: 33px; }
    @media (min-width: 768px) {
      .container-block.coverage {
        padding-top: 47px;
        padding-bottom: 9px; } }
    .container-block.coverage .main-heading {
      font-size: 14px;
      line-height: 22px;
      color: #888;
      margin-bottom: 21px;
      text-align: left; }
      @media (min-width: 768px) {
        .container-block.coverage .main-heading {
          margin-bottom: 49px;
          text-align: center;
          font-size: 16px;
          line-height: 29px; } }
      .container-block.coverage .main-heading h2 {
        margin-bottom: 15px; }
        @media (min-width: 768px) {
          .container-block.coverage .main-heading h2 {
            margin-bottom: 37px; } }
      .container-block.coverage .main-heading p {
        margin: 0; }
  .container-block.running {
    padding-top: 29px;
    padding-bottom: 1px;
    position: relative;
    z-index: 1; }
    .container-block.running:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #555; }
    @media (min-width: 768px) {
      .container-block.running {
        padding-top: 47px;
        padding-bottom: 87px; } }
    .container-block.running .main-heading {
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      margin-bottom: 24px;
      text-align: left; }
      @media (min-width: 768px) {
        .container-block.running .main-heading {
          margin-bottom: 58px;
          text-align: center;
          font-size: 16px;
          line-height: 29px; } }
      .container-block.running .main-heading h2 {
        color: #fff;
        margin-bottom: 27px; }
        @media (min-width: 768px) {
          .container-block.running .main-heading h2 {
            margin-bottom: 37px; } }
      .container-block.running .main-heading p {
        margin: 0; }
    .container-block.running.active .btn-default {
      background: #fff;
      color: #444; }
    .container-block.running.opportunity {
      padding-top: 25px;
      padding-bottom: 30px; }
      .container-block.running.opportunity:before {
        background: #002B49; }
      @media (min-width: 768px) {
        .container-block.running.opportunity {
          padding-top: 72px;
          padding-bottom: 73px; } }
      .container-block.running.opportunity .main-heading {
        margin-bottom: 25px; }
        @media (min-width: 768px) {
          .container-block.running.opportunity .main-heading {
            margin-bottom: 47px; } }
      .container-block.running.opportunity h2 {
        margin-bottom: 0; }
        @media (min-width: 768px) {
          .container-block.running.opportunity h2 {
            margin-bottom: 0; } }
      .container-block.running.opportunity .threecolumns .column {
        background: #40c3cb; }
        .container-block.running.opportunity .threecolumns .column i {
          color: #002B49; }
  .container-block.featured {
    padding-top: 30px;
    padding-bottom: 3px;
    position: relative;
    z-index: 1; }
    .container-block.featured:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #eee; }
    @media (min-width: 768px) {
      .container-block.featured {
        padding-top: 72px;
        padding-bottom: 55px; } }
    .container-block.featured h2 {
      margin-bottom: 27px; }
      @media (min-width: 768px) {
        .container-block.featured h2 {
          margin-bottom: 53px; } }

.btn-holder {
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 99;
  width: 100%; }

.info-col {
  text-align: left;
  padding: 22px 15px 54px;
  margin: 0 -15px;
  background: #444;
  position: relative; }
  @media (max-width: 767px) {
    .info-col {
      height: auto !important; } }
  @media (min-width: 768px) {
    .info-col {
      margin: 0;
      float: left;
      width: 50%;
      padding: 51px 2% 110px 0;
      min-height: 880px;
      position: relative;
      z-index: 1; }
      .info-col:before {
        position: absolute;
        content: "";
        top: 0;
        z-index: -1;
        bottom: 0;
        left: -9999px;
        right: 0;
        background: #444; } }
  @media (min-width: 1000px) {
    .info-col {
      padding: 51px 7% 110px 0; } }
  .info-col.add {
    background: #555; }
    @media (min-width: 768px) {
      .info-col.add {
        padding-right: 0;
        padding-left: 3%; }
        .info-col.add:before {
          left: 0;
          right: -9999px;
          background: #555; } }
    @media (min-width: 1000px) {
      .info-col.add {
        padding-left: 9.4%; } }
    @media (min-width: 768px) {
      .info-col.add .info-article {
        padding: 0 0 7px 82px; } }
    .info-col.add .btn-holder {
      text-align: center; }
      @media (min-width: 768px) {
        .info-col.add .btn-holder {
          padding: 0 0 0 10px; } }
  .info-col .btn-holder {
    position: absolute;
    bottom: 33px;
    left: 0;
    right: 0;
    z-index: 99; }
    @media (min-width: 768px) {
      .info-col .btn-holder {
        text-align: left;
        padding: 0 0 0 100px;
        bottom: 53px; } }
  .info-col .btn-default {
    text-align: center; }
    .info-col .btn-default:hover {
      background: none;
      border-color: #fff; }

.info-article {
  padding: 0 0 18px 57px;
  color: #858585;
  font-size: 12px;
  line-height: 14px;
  position: relative;
  z-index: 99; }
  @media (min-width: 768px) {
    .info-article {
      padding: 0 0 18px 102px;
      font-size: 14px;
      line-height: 22px; } }
  .info-article h3 {
    margin: 0 0 1px;
    position: relative;
    color: #fff; }
    @media (min-width: 768px) {
      .info-article h3 {
        margin: 0; } }
    .info-article h3 a {
      text-decoration: none;
      color: #fff; }
      .info-article h3 a:hover {
        color: #002B49; }
    .info-article h3 i {
      position: absolute;
      left: -57px;
      top: 16px;
      color: #002B49;
      font-size: 41px;
      line-height: 20px; }
      @media (min-width: 768px) {
        .info-article h3 i {
          font-size: 56px;
          line-height: 50px;
          left: -102px;
          top: 0; } }
    .info-article h3 .icon-wiping16 {
      font-size: 37px;
      top: 10px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-wiping16 {
          font-size: 59px;
          top: 3px; } }
    .info-article h3 .icon-wine65 {
      font-size: 39px;
      top: 9px;
      left: -60px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-wine65 {
          font-size: 60px;
          left: -103px; } }
    .info-article h3 .icon-iron5 {
      font-size: 40px;
      top: 7px;
      left: -56px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-iron5 {
          font-size: 59px;
          top: 4px;
          left: -97px; } }
    .info-article h3 .icon-building78 {
      font-size: 42px;
      top: 10px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-building78 {
          font-size: 52px;
          top: 2px; } }
    .info-article h3 .icon-home4 {
      font-size: 41px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-home4 {
          font-size: 55px; } }
    .info-article h3 .icon-checked21 {
      font-size: 37px;
      left: -57px;
      top: 9px; }
      @media (min-width: 768px) {
        .info-article h3 .icon-checked21 {
          left: -82px;
          top: 3px; } }

.latest-blogs {
  overflow: hidden;
  text-align: left;
  margin: 0;
  width: 105%; }
  @media (min-width: 768px) {
    .latest-blogs {
      margin: 0 0 21px; } }

.blog-info {
  display: inline-block;
  vertical-align: top;
  width: 45.7%;
  margin: 0 2.3% 18px 0;
  font-size: 12px;
  line-height: 19px;
  text-align: left; }
  @media (min-width: 768px) {
    .blog-info {
      width: 22.5%;
      text-align: justify;
      margin: 0 1.2% 20px 0; } }
  @media (min-width: 1000px) {
    .blog-info {
      width: 22.6%;
      font-size: 14px;
      line-height: 22px; } }
  @media (min-width: 1210px) {
    .blog-info {
      margin-right: 1.3%; } }
  .blog-info .img-box {
    overflow: hidden;
    position: relative;
    margin: 0 0 11px;
    position: relative; }
    .blog-info .img-box:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
    @media (min-width: 768px) {
      .blog-info .img-box {
        margin: 0 0 18px; } }
    .blog-info .img-box:before {
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
  .blog-info .txt-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 5px 7px 7px;
    z-index: 99;
    max-height: 210px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .blog-info .txt-box {
        padding: 10px 10px 8px 12px; } }
    @media (min-width: 1000px) {
      .blog-info .txt-box {
        padding: 10px 10px 14px 12px; } }
  .blog-info h2 {
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    max-height: 148px; }
    .blog-info h2 br {
      display: block; }
    @media (min-width: 768px) {
      .blog-info h2 {
        font-size: 16px;
        line-height: 18px;
        margin: 0 0 8px; } }
    @media (min-width: 1000px) {
      .blog-info h2 {
        font-size: 30px;
        line-height: 30px;
        margin: 0 0 14px; }
        .blog-info h2 br {
          display: block; } }
    .blog-info h2 a {
      text-decoration: none;
      color: #fff; }
      .blog-info h2 a:hover {
        color: #d9d9d9; }
  .blog-info p {
    margin: 0 0 10px; }
  .blog-info .btn-more {
    font-size: 15px;
    line-height: 18px;
    font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    color: #fff; }
    .blog-info .btn-more:hover {
      color: #002B49; }
    @media (max-width: 767px) {
      .blog-info .btn-more {
        display: none; } }

.main-banner {
  position: relative;
  overflow: hidden;
  position: relative; }
  .main-banner:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  .main-banner:before {
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .main-banner .container {
    position: relative;
    z-index: 99;
    min-height: 50px;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    white-space: nowrap; }
    .main-banner .container .h1 {
      display: inline-block;
      white-space: normal;
      vertical-align: middle; }
    .main-banner .container:before {
      content: '';
      vertical-align: middle;
      display: inline-block;
      min-height: inherit;
      width: 1px;
      overflow: hidden;
      margin: 0 0 0 -5px; }
    @media (min-width: 1000px) {
      .main-banner .container {
        min-height: 130px; } }
  .main-banner h1 {
    margin: -4px 0 0;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .main-banner h1 {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1000px) {
      .main-banner h1 {
        font-size: 30px;
        line-height: 36px; } }
    .main-banner h1 i {
      display: inline-block;
      vertical-align: middle;
      color: #cccacb;
      font-size: 33px;
      margin: -19px 4px -21px -8px;
      opacity: 0.7; }
      @media (min-width: 768px) {
        .main-banner h1 i {
          font-size: 52px;
          margin: -20px 4px -20px -11px; } }
  .main-banner.cleaner {
    min-height: 270px; }
    @media (min-width: 768px) {
      .main-banner.cleaner {
        min-height: 450px; } }
    .main-banner.cleaner:before {
      display: none; }

.nav-links {
  overflow: hidden;
  text-align: center; }

.page-numbers {
  color: #002B49 !important;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  border: 1px solid #002B49;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease; }
  .page-numbers.dots {
    border: 0;
    width: auto; }
  .page-numbers.next, .page-numbers.prev {
    float: left;
    width: 18px;
    height: 30px;
    border: 0;
    background: none;
    font-size: 0;
    line-height: 0;
    position: relative;
    position: relative; }
    .page-numbers.next:before, .page-numbers.prev:before {
      position: absolute;
      content: "";
      top: 0;
      bottom: auto;
      left: -18px;
      right: auto; }
    .page-numbers.next:before, .page-numbers.prev:before {
      content: "\e909";
      font-family: icomoon;
      font-size: 57px;
      line-height: 30px; }
  .page-numbers.next {
    float: right; }
    .page-numbers.next:before {
      content: "\e90a";
      left: -20px; }
  .page-numbers:hover {
    background: #002B49;
    color: #fff !important;
    opacity: 1; }
    .page-numbers:hover.dots {
      color: #002B49;
      background: none; }
    .page-numbers:hover.next, .page-numbers:hover.prev {
      color: #444 !important;
      background: none; }
  .page-numbers.current {
    background: #002B49;
    color: #fff !important;
    opacity: 1; }

.generic-content {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  color: #878787;
  padding: 19px 15px 0; }
  @media (min-width: 768px) {
    .generic-content {
      font-size: 16px;
      line-height: 29px;
      padding: 28px 10px 73px; } }
  .generic-content h2 {
    text-transform: capitalize;
    text-align: center;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .generic-content h2 {
        margin: 0 0 25px; } }
  .generic-content p {
    margin: 0 0 28px; }

.contact-block {
  padding-top: 23px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    .contact-block {
      padding-top: 38px;
      padding-bottom: 87px; } }

.main-heading {
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 26px;
  color: #33bfc6;
  text-align: center; }
  @media (min-width: 768px) {
    .main-heading {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 40px; } }
  .main-heading h2 {
    margin: 0 0 9px; }
    @media (min-width: 768px) {
      .main-heading h2 {
        margin: 0 0 5px; } }
  .main-heading p {
    margin: 0; }
    .main-heading p br {
      display: none; }
    @media (min-width: 1000px) {
      .main-heading p br {
        display: block; } }

.location-block {
  margin: 0 -10px;
  text-align: center; }
  @media (min-width: 768px) {
    .location-block {
      margin: 0;
      text-align: left;
      background: #444; } }
  @media (min-width: 768px) {
    .location-block .btn-default {
      display: none; } }

.map-holder {
  overflow: hidden;
  min-height: 321px; }
  @media (min-width: 768px) {
    .map-holder {
      float: left;
      min-height: 350px;
      width: 58%; } }
  @media (min-width: 1000px) {
    .map-holder {
      min-height: 441px;
      width: 60%; } }
  @media (min-width: 1210px) {
    .map-holder {
      width: 66.1%; } }

.location-info {
  overflow: hidden;
  color: #fff;
  text-align: left;
  background: #444;
  padding: 22px 10px 21px 17px;
  font: 16px/19px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0 0 20px; }
  @media (min-width: 768px) {
    .location-info {
      padding: 22px 10px 10px 23px;
      background: none;
      margin: 0; } }
  @media (min-width: 1000px) {
    .location-info {
      font-size: 20px;
      line-height: 24px; } }
  .location-info h2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 11px;
    color: #fff; }
    @media (min-width: 1000px) {
      .location-info h2 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 6px; } }
  .location-info address {
    font-style: normal;
    display: block;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .location-info address {
        margin: 0 0 45px; } }
  .location-info .link {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px; }
    @media (min-width: 768px) {
      .location-info .link {
        margin: 0 0 5px; } }
    @media (min-width: 1000px) {
      .location-info .link {
        font-size: 22px;
        line-height: 26px; } }
    .location-info .link a {
      color: #fff;
      text-decoration: none;
      -webkit-transition: all 0.3s ease;
              transition: all 0.3s ease; }
      .location-info .link a .icon-box {
        width: 27px;
        height: 27px;
        line-height: 27px;
        font-size: 18px;
        margin: 0 15px 0 -2px; }
        .location-info .link a .icon-box i {
          line-height: 27px;
          font-size: 18px; }
        .location-info .link a .icon-box .icon-envelope {
          font-size: 14px;
          line-height: 23px;
          margin-top: -1px; }
      .location-info .link a:hover {
        color: #002B49; }
        .location-info .link a:hover .icon-box {
          background: #002B49;
          color: #fff;
          border-color: #002B49; }

.work-block {
  padding-top: 22px; }
  @media (min-width: 768px) {
    .work-block {
      padding-top: 47px; } }
  .work-block .box {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 23px;
    padding: 0 8px;
    text-align: justify; }
    .work-block .box p {
      margin: 0; }
    @media (min-width: 768px) {
      .work-block .box {
        padding: 0;
        font-size: 16px;
        line-height: 29px;
        margin: 0 0 53px;
        text-align: center; } }

.work-section {
  position: relative;
  z-index: 1;
  padding: 24px 11px 0; }
  .work-section:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #444; }
  @media (min-width: 768px) {
    .work-section {
      padding: 51px 0 25px; } }
  .work-section h2 {
    color: #fff;
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 768px) {
      .work-section h2 {
        margin: 0 0 51px; } }
  .work-section.opportunity {
    background: #002B49;
    color: #fff;
    padding: 0; }
    .work-section.opportunity:before {
      background: none;
      box-shadow: 0 0 60px rgba(0, 0, 0, 0.4) inset; }
    .work-section.opportunity .container {
      position: relative;
      padding: 93px 16px 35px; }
      @media (min-width: 768px) {
        .work-section.opportunity .container {
          padding: 120px 10px 74px; } }
      @media (min-width: 1000px) {
        .work-section.opportunity .container {
          padding: 72px 10px 74px; } }
    .work-section.opportunity .main-heading {
      margin: 0 0 39px;
      font-size: 12px;
      line-height: 14px;
      color: #fff; }
      @media (min-width: 768px) {
        .work-section.opportunity .main-heading {
          font-size: 16px;
          line-height: 28px;
          margin: 0 0 30px;
          padding: 0 10%; } }
      @media (min-width: 1000px) {
        .work-section.opportunity .main-heading {
          padding: 0 25%;
          margin: 0 0 48px; } }
      .work-section.opportunity .main-heading h2 {
        color: #fff;
        margin: 0 0 12px; }
        @media (min-width: 768px) {
          .work-section.opportunity .main-heading h2 {
            margin: 0 0 20px; } }
        @media (min-width: 1000px) {
          .work-section.opportunity .main-heading h2 {
            margin: 0 0 37px; } }
      .work-section.opportunity .main-heading p {
        margin: 0; }
    .work-section.opportunity .btn-default {
      background: #444;
      border-color: #444;
      color: #fff; }
      .work-section.opportunity .btn-default:hover {
        background: none; }
    .work-section.opportunity.campaign .container {
      padding: 30px 16px 0; }
      @media (min-width: 768px) {
        .work-section.opportunity.campaign .container {
          padding: 46px 10px 0; } }
    .work-section.opportunity.campaign .main-heading {
      margin: 0 0 15px;
      text-align: left; }
      @media (max-width: 767px) {
        .work-section.opportunity.campaign .main-heading {
          font-size: 14px;
          line-height: 22px;
          text-align: justify; } }
      @media (min-width: 768px) {
        .work-section.opportunity.campaign .main-heading {
          padding: 0;
          margin: 0 0 19px; } }
      .work-section.opportunity.campaign .main-heading h2 {
        text-align: center;
        margin: 0 0 18px; }
        @media (min-width: 768px) {
          .work-section.opportunity.campaign .main-heading h2 {
            margin: 0 0 27px; } }
      .work-section.opportunity.campaign .main-heading P {
        margin: 0 0 23px; }
        @media (min-width: 768px) {
          .work-section.opportunity.campaign .main-heading P {
            margin: 0 0 30px; } }
    .work-section.opportunity .img-box {
      overflow: hidden;
      max-width: 904px;
      margin: 0 auto;
      position: relative; }
      .work-section.opportunity .img-box:before {
        position: absolute;
        content: "";
        top: -9999px;
        bottom: 0;
        left: -9999px;
        right: -9999px; }
      .work-section.opportunity .img-box:before {
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.4) inset; }

.discount-info {
  position: absolute;
  right: 5px;
  top: -73px;
  width: 150px;
  height: 150px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  color: #002B49;
  padding: 78px 10px 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  font: 300 20px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .discount-info {
      top: -100px;
      padding: 100px 10px 10px;
      width: 200px;
      height: 200px;
      font-size: 22px;
      line-height: 22px; } }
  @media (min-width: 1000px) {
    .discount-info {
      right: 5px;
      left: auto;
      top: -146px;
      padding: 159px 10px 10px;
      width: 292px;
      height: 292px;
      font-size: 35px;
      line-height: 35px; } }
  .discount-info .amount {
    display: block;
    font-weight: 500; }
  .discount-info .txt {
    display: block;
    font-size: 25px; }

@media (min-width: 768px) {
  .opportunities-nav {
    width: 105%; } }

.opportunities-nav ul {
  font: 300 16px/19px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .opportunities-nav ul {
      width: 45%;
      margin: 0 3.4% 0 0;
      float: left;
      font-size: 20px;
      line-height: 24px; } }
  @media (min-width: 1000px) {
    .opportunities-nav ul {
      font-size: 25px;
      line-height: 30px; } }
  .opportunities-nav ul li {
    position: relative;
    padding: 0 4px 43px 43px; }
    @media (min-width: 768px) {
      .opportunities-nav ul li {
        padding: 0 0 36px 60px;
        min-height: 97px; } }
    @media (min-width: 1000px) {
      .opportunities-nav ul li {
        padding: 0 0 36px 84px;
        min-height: 97px; } }
    .opportunities-nav ul li i {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 28px; }
      @media (min-width: 768px) {
        .opportunities-nav ul li i {
          left: 2px;
          top: -2px;
          font-size: 37px; } }

@media (min-width: 768px) {
  .work-flow {
    width: 105%; } }

@media (min-width: 768px) {
  .work-info {
    width: 45%;
    margin: 0 3.4% 0 0;
    float: left; } }

.work-info .info-article {
  padding: 0 0 24px 50px; }
  @media (min-width: 768px) {
    .work-info .info-article {
      padding: 0 0 31px 83px; } }

.cleaners-sayings {
  overflow: hidden;
  text-align: center;
  padding-top: 23px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    .cleaners-sayings {
      padding-top: 68px;
      padding-bottom: 28px; } }
  .cleaners-sayings h2 {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .cleaners-sayings h2 {
        margin: 0 0 45px; } }
  .cleaners-sayings.why {
    overflow: visible;
    padding-bottom: 26px;
    position: relative;
    z-index: 1; }
    .cleaners-sayings.why:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #444; }
    .cleaners-sayings.why h2 {
      color: #002B49; }
    .cleaners-sayings.why .cleaners-quotes {
      color: #fff; }
      .cleaners-sayings.why .cleaners-quotes cite {
        color: #fff; }
        .cleaners-sayings.why .cleaners-quotes cite a {
          color: #fff; }
        .cleaners-sayings.why .cleaners-quotes cite i {
          font-size: 23px;
          margin-top: -2px; }
  .domestic .cleaners-sayings .cleaners-quotes:before {
    background: rgba(255, 255, 255, 0.25); }
    @media (min-width: 768px) {
      .domestic .cleaners-sayings .cleaners-quotes:before {
        height: 1px; } }
  .cleaners-sayings.frenchise {
    padding-top: 27px;
    padding-bottom: 8px; }
    @media (min-width: 768px) {
      .cleaners-sayings.frenchise {
        padding-top: 39px;
        padding-bottom: 28px; } }

.cleaners-quotes {
  margin: 0 0 19px;
  padding: 0 0 17px;
  border: 0;
  color: #444;
  font-size: 12px;
  line-height: 17px;
  position: relative;
  z-index: 1; }
  .cleaners-quotes:before {
    position: absolute;
    content: "";
    top: 100%;
    z-index: -1;
    bottom: auto;
    left: 50%;
    right: auto;
    background: #e8e8e8; }
  .cleaners-quotes:before {
    width: 200px;
    height: 1px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (min-width: 768px) {
    .cleaners-quotes {
      font-size: 20px;
      line-height: 28px;
      margin: 0 0 38px;
      padding: 0 0 21px; }
      .cleaners-quotes:before {
        width: 380px;
        height: 2px; } }
  .cleaners-quotes q {
    display: block;
    margin: 0 0 16px;
    quotes: none; }
    @media (min-width: 768px) {
      .cleaners-quotes q {
        margin: 0 0 19px; } }
  .cleaners-quotes cite {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px; }
    @media (min-width: 768px) {
      .cleaners-quotes cite {
        font-size: 16px;
        line-height: 20px; } }
    .cleaners-quotes cite a {
      text-decoration: none;
      color: #444; }
      .cleaners-quotes cite a:hover {
        color: #002B49; }
    .cleaners-quotes cite i {
      display: inline-block;
      vertical-align: middle;
      margin: 0 10px 0 0;
      font-size: 19px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .cleaners-quotes cite i {
          font-size: 24px; } }
  .cleaners-quotes.add:before {
    display: none; }

.local-frame {
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .local-frame:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #002B49; }
  @media (min-width: 768px) {
    .local-frame {
      padding-top: 28px;
      padding-bottom: 28px; } }
  .local-frame.open-close .btn-default .txt2 {
    display: none; }
  .local-frame.open-close.active .btn-default .txt {
    display: none; }
  .local-frame.open-close.active .btn-default .txt2 {
    display: block; }
  .local-frame.open-close .slide-holder {
    text-align: left; }
  .local-frame h2 {
    margin: 0 0 19px;
    color: #fff; }
    @media (min-width: 768px) {
      .local-frame h2 {
        margin: 0 0 36px; } }
    .local-frame h2 .txt {
      display: inline-block;
      vertical-align: top; }
    .local-frame h2 i {
      display: inline-block;
      vertical-align: middle;
      color: #80d7dd;
      margin: 0 15px 0 -16px;
      font-size: 55px; }
      @media (max-width: 767px) {
        .local-frame h2 i {
          display: none; } }
  .local-frame .btn-default {
    background: #444;
    color: #fff;
    padding: 5px 10px 6px; }
    @media (min-width: 768px) {
      .local-frame .btn-default {
        padding: 12px 10px 15px; } }
    .local-frame .btn-default:hover {
      background: none;
      border-color: #fff; }
  .local-frame.frenchise {
    padding-top: 25px;
    padding-bottom: 21px; }
    @media (min-width: 768px) {
      .local-frame.frenchise {
        padding-top: 33px;
        padding-bottom: 32px; } }
    .local-frame.frenchise h2 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 700;
      margin: 0 0 19px; }
      @media (min-width: 768px) {
        .local-frame.frenchise h2 {
          font-size: 20px;
          line-height: 24px;
          margin: 0 0 16px; } }
      @media (min-width: 1000px) {
        .local-frame.frenchise h2 {
          font-size: 20px;
          line-height: 24px; } }
    .local-frame.frenchise .btn-default {
      background: none;
      border-color: #fff; }
      @media (min-width: 768px) {
        .local-frame.frenchise .btn-default {
          min-width: 360px; } }
      .local-frame.frenchise .btn-default:hover {
        background: #fff;
        color: #444; }

.blog-entry {
  padding: 12px 15px 30px;
  font-size: 14px;
  line-height: 22px;
  text-align: justify; }
  @media (min-width: 768px) {
    .blog-entry {
      font-size: 16px;
      line-height: 29px;
      padding: 39px 10px 99px;
      word-spacing: -1px; } }
  .blog-entry .alignleft {
    width: 140px;
    float: left;
    margin: 0 12px 0 0; }
    @media (min-width: 768px) {
      .blog-entry .alignleft {
        width: 180px;
        margin: 3px 22px 0 0; } }
    @media (min-width: 1000px) {
      .blog-entry .alignleft {
        width: 280px; } }
    .blog-entry .alignleft .img-box {
      display: block;
      margin: 0 0 20px; }
      @media (min-width: 768px) {
        .blog-entry .alignleft .img-box {
          margin: 0 0 30px; } }
  @media (min-width: 768px) {
    .blog-entry .blog-txt {
      overflow: hidden; } }
  .blog-entry .written {
    display: block;
    margin: 0 0 73px;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 768px) {
      .blog-entry .written {
        font-size: 17px;
        line-height: 20px;
        margin: 0 0 27px; } }
    @media (min-width: 1000px) {
      .blog-entry .written {
        font-size: 20px;
        line-height: 26px; } }
    .blog-entry .written a {
      color: #888;
      text-decoration: none; }
      .blog-entry .written a:hover {
        color: #002B49; }
  .blog-entry h2 {
    margin: 0 0 8px;
    font-weight: 300;
    line-height: 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .blog-entry h2 {
        font-size: 24px;
        line-height: 26px;
        margin: 0 0 1px; } }
    @media (min-width: 1000px) {
      .blog-entry h2 {
        font-size: 30px;
        line-height: 34px; } }
  .blog-entry p {
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .blog-entry p {
        margin: 0 0 28px; } }
  .blog-entry .comments-info .alignleft {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: 29px;
    height: 29px;
    margin: 0 6px 0 0; }
  .blog-entry .social-network {
    margin: 0 -13px;
    text-align: center; }
    @media (min-width: 768px) {
      .blog-entry .social-network {
        margin: 0; } }

.social-network li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px; }
  @media (min-width: 768px) {
    .social-network li {
      margin: 0 6px; } }
  .social-network li a {
    text-decoration: none;
    color: #3c3b3f;
    font-size: 25px;
    line-height: 15px; }
    .social-network li a:hover {
      color: #002B49; }
    .social-network li a i {
      display: inline-block;
      vertical-align: top; }
    .social-network li a .icon-facebook {
      font-size: 28px;
      margin-top: -8px; }
    .social-network li a .icon-linkedin2 {
      font-size: 27px;
      margin-top: -4px; }
    .social-network li a .icon-twitter {
      margin-top: -3px; }

.landing-block {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 14px;
  line-height: 22px;
  color: #888;
  text-align: justify; }
  @media (min-width: 768px) {
    .landing-block {
      font-size: 16px;
      line-height: 29px;
      padding-top: 30px;
      padding-bottom: 36px; } }
  @media (min-width: 768px) {
    .landing-block .main-heading {
      margin-bottom: 37px; } }
  .landing-block .main-heading p {
    margin: 0; }
  .landing-block p {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .landing-block p {
        margin: 0 0 28px; } }
  .landing-block.frenchise {
    padding: 18px 16px 0; }
    @media (min-width: 768px) {
      .landing-block.frenchise {
        padding: 30px 10px 69px; } }
    .landing-block.frenchise.active {
      padding-bottom: 0; }
      @media (min-width: 768px) {
        .landing-block.frenchise.active {
          padding-bottom: 0; } }
      .landing-block.frenchise.active .btn-default .txt {
        display: none; }
      .landing-block.frenchise.active .btn-default .txt2 {
        display: block; }

.landing-info {
  overflow: hidden;
  margin: 0 0 15px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  font-weight: 300;
  background: #002B49;
  position: relative;
  z-index: 1; }
  .landing-info:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    right: 50%;
    background: #444; }
  @media (min-width: 768px) {
    .landing-info {
      margin: 0 0 41px; } }
  @media (min-width: 1000px) {
    .landing-info {
      font-size: 22px;
      line-height: 26px; } }
  @media (max-width: 767px) {
    .landing-info:before {
      display: none; } }
  .landing-info .img-box {
    overflow: hidden; }
  .landing-info .col {
    padding: 12px 10px 10px; }
    @media (min-width: 768px) {
      .landing-info .col {
        float: left;
        width: 50%;
        padding: 29px 10px 16px; } }
    @media (min-width: 1000px) {
      .landing-info .col {
        padding: 29px 10px 16px 22px; } }
    .landing-info .col.btn {
      padding: 20px 10px;
      text-align: center;
      background: #444; }
      @media (min-width: 768px) {
        .landing-info .col.btn {
          padding: 39px 10px 10px;
          background: none; } }
  .landing-info .btn-default {
    min-width: 200px; }
    @media (min-width: 768px) {
      .landing-info .btn-default {
        min-width: 280px; } }
    @media (min-width: 1000px) {
      .landing-info .btn-default {
        min-width: 360px; } }
    .landing-info .btn-default:hover {
      border-color: #fff;
      background: none; }
  .landing-info .call-txt {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .landing-info .call-txt {
        display: inline-block;
        vertical-align: middle;
        width: 38%;
        margin: -15px 10px 0 0; } }
    @media (min-width: 1000px) {
      .landing-info .call-txt {
        width: 45%;
        font-size: 20px; } }
    @media (min-width: 1210px) {
      .landing-info .call-txt {
        width: 48%; } }
  @media (min-width: 768px) {
    .landing-info .tel-holder {
      display: inline-block;
      vertical-align: middle;
      width: 190px; } }
  @media (min-width: 1000px) {
    .landing-info .tel-holder {
      width: 220px; } }
  .landing-info .tel-holder .tel {
    color: #fff; }
    .landing-info .tel-holder .tel:hover {
      color: #444; }
      .landing-info .tel-holder .tel:hover .icon-box {
        background: #444;
        color: #fff;
        border-color: #444; }
  .landing-info .tel-holder .icon-box {
    border-color: #fff;
    color: #fff; }

.tel-holder {
  width: 190px; }
  @media (min-width: 1000px) {
    .tel-holder {
      width: 220px; } }
  .tel-holder .tel {
    position: relative;
    text-decoration: none;
    color: #444;
    margin: 0 0 12px;
    display: inline-block;
    vertical-align: top; }
    .tel-holder .tel:hover {
      color: #002B49; }
      .tel-holder .tel:hover .icon-box {
        background: #002B49;
        color: #fff;
        border-color: #002B49; }
  .tel-holder .icon-box {
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 18px;
    margin: -2px 13px 0 0;
    border-color: #444;
    color: #444; }
    .tel-holder .icon-box i {
      line-height: 27px;
      font-size: 18px; }
    .tel-holder .icon-box .icon-mobile2 {
      font-size: 15px;
      line-height: 25px;
      margin-top: -1px; }

.enquiry-block {
  position: relative;
  z-index: 1;
  padding-top: 21px;
  padding-bottom: 10px; }
  .enquiry-block:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #002B49; }
  @media (min-width: 768px) {
    .enquiry-block {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .enquiry-block .main-heading {
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .enquiry-block .main-heading {
        margin-bottom: 24px; } }
    @media (min-width: 768px) {
      .enquiry-block .main-heading {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 39px; } }
    .enquiry-block .main-heading h2 {
      margin: 0 0 15px;
      color: #fff; }
      @media (max-width: 767px) {
        .enquiry-block .main-heading h2 {
          display: none; } }
      @media (min-width: 768px) {
        .enquiry-block .main-heading h2 {
          margin: 0 0 32px; } }

.frenchise-block {
  background: #eee; }
  @media (min-width: 768px) {
    .frenchise-block {
      margin: 0 -10px; } }
  @media (min-width: 1210px) {
    .frenchise-block {
      margin: 0; } }
  @media (max-width: 999px) {
    .frenchise-block .holder {
      height: auto !important; } }
  @media (min-width: 1000px) {
    .frenchise-block .holder {
      float: left;
      width: 66.1%; } }
  .frenchise-block .alignleft {
    margin: 0;
    float: none; }
    @media (min-width: 768px) {
      .frenchise-block .alignleft {
        float: left;
        width: 48.8%; } }

.contact-info {
  overflow: hidden;
  padding: 13px 13px 15px; }
  @media (min-width: 768px) {
    .contact-info {
      padding: 20px 2.8% 0; } }
  .contact-info h2 {
    margin: 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #444;
    margin: 0 0 25px; }
    @media (min-width: 1000px) {
      .contact-info h2 {
        font-size: 25px;
        line-height: 30px;
        margin: 0 0 14px; } }
    @media (min-width: 1210px) {
      .contact-info h2 {
        margin: 0 0 46px; } }
    .contact-info h2 .txt {
      display: block;
      font-weight: 300;
      font-size: 18px;
      line-height: 22px;
      margin: -1px 0 0; }
      @media (min-width: 768px) {
        .contact-info h2 .txt {
          margin: -4px 0 0; } }
      @media (min-width: 1000px) {
        .contact-info h2 .txt {
          font-size: 20px;
          line-height: 24px; } }
  .contact-info .call-txt {
    font-size: 18px;
    line-height: 22px;
    display: block;
    font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 13px; }
    @media (min-width: 1000px) {
      .contact-info .call-txt {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 14px; } }
  .contact-info .tel {
    font-size: 18px;
    line-height: 22px;
    font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 7px; }
    @media (min-width: 1000px) {
      .contact-info .tel {
        font-size: 22px;
        line-height: 26px; } }
    .contact-info .tel .icon-mobile2 {
      margin: 0 0 0 1px; }
  .contact-info .btn-holder {
    padding-top: 12px; }
    @media (min-width: 768px) {
      .contact-info .btn-holder {
        display: none; } }

.frenchise-info {
  background: #002B49;
  color: #fff;
  text-align: center;
  padding: 0 10px 15px; }
  @media (max-width: 999px) {
    .frenchise-info {
      height: auto !important; } }
  @media (min-width: 1000px) {
    .frenchise-info {
      float: right;
      width: 33.83%;
      padding-bottom: 7px; } }
  @media (min-width: 1210px) {
    .frenchise-info {
      padding-bottom: 10px; } }
  .frenchise-info .box {
    padding: 19px 10px 18px;
    background: #444;
    margin: 0 -10px 12px; }
    @media (min-width: 768px) {
      .frenchise-info .box {
        margin-bottom: 17px; } }
    @media (min-width: 1000px) {
      .frenchise-info .box {
        padding: 15px 10px 20px;
        margin-bottom: 10px; } }
    @media (min-width: 1210px) {
      .frenchise-info .box {
        padding: 25px 10px 31px;
        margin-bottom: 17px; } }
  .frenchise-info .charges {
    position: relative;
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 0 54px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .frenchise-info .charges:before {
      position: absolute;
      content: "";
      top: -1px;
      bottom: auto;
      left: -52px;
      right: auto; }
    @media (min-width: 768px) {
      .frenchise-info .charges {
        font-size: 20px;
        line-height: 33px;
        margin: 0 0 0 81px; } }
    .frenchise-info .charges:before {
      background: url(images/sprite.png) no-repeat -315px -11px;
      width: 42px;
      height: 54px; }
      @media (min-width: 768px) {
        .frenchise-info .charges:before {
          left: -70px;
          width: 59px;
          height: 76px;
          background-position: 0 0; } }
    .frenchise-info .charges .price {
      font-size: 25px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .frenchise-info .charges .price {
          font-size: 28px; } }
    .frenchise-info .charges.price-euro:before {
      background-position: -279px -796px; }
      @media (min-width: 768px) {
        .frenchise-info .charges.price-euro:before {
          background-position: -200px -786px; } }
  .frenchise-info .mail-box {
    display: block;
    margin: 0 0 6px; }
    @media (min-width: 768px) {
      .frenchise-info .mail-box {
        margin-bottom: 12px; } }
    @media (min-width: 1000px) {
      .frenchise-info .mail-box {
        margin-bottom: 5px; } }
    @media (min-width: 1210px) {
      .frenchise-info .mail-box {
        margin-bottom: 12px; } }
    .frenchise-info .mail-box a {
      color: #fff;
      text-decoration: none;
      font-size: 18px;
      line-height: 22px;
      display: inline-block;
      vertical-align: middle;
      display: block;
      font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 1000px) {
        .frenchise-info .mail-box a {
          font-size: 22px;
          line-height: 26px; } }
      .frenchise-info .mail-box a:hover {
        color: #444; }
        .frenchise-info .mail-box a:hover .icon-box {
          border-color: #444;
          background: #444;
          color: #fff; }
    .frenchise-info .mail-box .icon-box {
      width: 28px;
      height: 28px;
      margin: 0 14px 0 0; }
      .frenchise-info .mail-box .icon-box i {
        font-size: 14px;
        line-height: 20px; }
  .frenchise-info .btn-default {
    background: #444; }
    @media (min-width: 768px) {
      .frenchise-info .btn-default {
        padding: 13px 10px 14px; } }
    .frenchise-info .btn-default:hover {
      color: #444;
      border-color: #444;
      color: #444;
      background: none; }
    .frenchise-info .btn-default .txt2 {
      display: none; }

.slide-holder {
  position: relative;
  z-index: 1; }
  .slide-holder:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #002B49; }
  @media (max-width: 767px) {
    .slide-holder {
      margin: 15px auto 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (min-width: 768px) {
    .slide-holder .enquiry-block {
      padding-bottom: 21px; } }
  .slide-holder .enquiry-block:before {
    display: none; }

.welcome-section {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 28px 16px 28px;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .welcome-section {
      font-size: 16px;
      line-height: 29px;
      padding-top: 51px;
      padding-bottom: 45px;
      padding: 28px 16px 20px; } }
  .welcome-section:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #444; }
  .welcome-section h2 {
    text-align: center;
    color: #fff;
    margin: 0 0 29px; }
    @media (min-width: 768px) {
      .welcome-section h2 {
        margin: 0 0 51px; } }
  .welcome-section p {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .welcome-section p {
        margin: 0 0 29px; } }
  .welcome-section .welcome-txt {
    overflow: hidden;
    text-align: right;
    margin: -5px 0 0;
    font-size: 11px;
    line-height: 14px;
    font-style: italic;
    position: relative;
    color: #868686; }
    @media (min-width: 768px) {
      .welcome-section .welcome-txt {
        padding: 16px 0 0;
        margin: 0;
        font-size: 14px;
        line-height: 17px; } }
  .welcome-section .signature-name {
    display: block;
    color: #33bfc6;
    margin: 0 0 1px;
    font: 500 40px/49px "pwsignaturetwo", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    speak: none;
    font-variant: normal;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility; }
    @media (min-width: 768px) {
      .welcome-section .signature-name {
        font-size: 60px;
        line-height: 74px; } }
  .welcome-section .signature {
    background: url(images/sprite.png) no-repeat -381px -16px;
    width: 144px;
    height: 49px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 1px;
    font-size: 0;
    line-height: 0; }
    @media (min-width: 768px) {
      .welcome-section .signature {
        width: 217px;
        height: 74px;
        background-position: -79px -1px; } }
  .welcome-section .name {
    display: block; }
  .welcome-section .adress-txt,
  .welcome-section address {
    display: block;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .welcome-section .adress-txt,
      .welcome-section address {
        margin-bottom: 23px; } }
  .welcome-section .tel {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    letter-spacing: 1px; }
    @media (min-width: 768px) {
      .welcome-section .tel {
        letter-spacing: 0;
        font-size: 22px;
        line-height: 26px; } }
    .welcome-section .tel:hover {
      color: #002B49; }
      .welcome-section .tel:hover .icon-box {
        border-color: #002B49;
        background: #002B49;
        color: #fff; }
    .welcome-section .tel .icon-box {
      width: 27px;
      height: 27px;
      margin: -2px 12px 0 0; }
      @media (min-width: 768px) {
        .welcome-section .tel .icon-box {
          margin: 0 17px 0 0; } }
      .welcome-section .tel .icon-box i {
        font-size: 14px;
        line-height: 20px;
        margin: -1px 0 0; }
  .welcome-section.quote {
    padding: 28px 13% 19px; }
    @media (min-width: 768px) {
      .welcome-section.quote {
        padding: 47px 7% 8px; } }
    @media (min-width: 1000px) {
      .welcome-section.quote {
        padding: 47px 5.9% 8px; } }
    .welcome-section.quote:before {
      background: #555; }
    .welcome-section.quote h2 {
      margin-bottom: 29px; }
      @media (min-width: 768px) {
        .welcome-section.quote h2 {
          margin-bottom: 37px; } }
    .welcome-section.quote .welcome-txt {
      margin: 0 -25px; }
      @media (min-width: 768px) {
        .welcome-section.quote .welcome-txt {
          margin: 0; } }
    .welcome-section.quote .signature {
      width: 186px;
      height: 53px;
      background-position: -4px -611px;
      margin-bottom: 5px; }
      @media (min-width: 768px) {
        .welcome-section.quote .signature {
          width: 278px;
          height: 81px;
          background-position: -3px -507px; } }
  .welcome-section blockquote {
    font-style: normal;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: justify;
    display: block; }
    .welcome-section blockquote q {
      display: block;
      quotes: none;
      margin: 0 0 22px;
      position: relative;
      position: relative; }
      .welcome-section blockquote q:before {
        position: absolute;
        content: "";
        top: 8px;
        bottom: auto;
        left: -25px;
        right: auto; }
      .welcome-section blockquote q:after {
        position: absolute;
        content: "";
        top: auto;
        bottom: -10px;
        left: auto;
        right: -25px; }
      @media (min-width: 768px) {
        .welcome-section blockquote q {
          margin: 0; } }
      .welcome-section blockquote q:after, .welcome-section blockquote q:before {
        content: "“";
        font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
        font-size: 45px; }
        @media (min-width: 768px) {
          .welcome-section blockquote q:after, .welcome-section blockquote q:before {
            font-size: 60px;
            left: -45px;
            top: 17px; } }
      .welcome-section blockquote q:after {
        content: "”";
        left: auto;
        top: auto; }
        @media (min-width: 768px) {
          .welcome-section blockquote q:after {
            right: -45px;
            top: 17px;
            left: auto;
            bottom: auto; } }
    .welcome-section blockquote .welcome-txt {
      display: block;
      padding-top: 9px; }

.offers-block {
  padding: 31px 16px 20px; }
  @media (min-width: 768px) {
    .offers-block {
      padding: 61px 10px 30px; } }
  .offers-block h2 {
    margin: 0 0 75px;
    text-align: center;
    font-weight: 300; }
    @media (min-width: 768px) {
      .offers-block h2 {
        margin: 0 0 97px; } }
  .offers-block .btn-holder {
    margin: -33px 0 0; }
    @media (min-width: 768px) {
      .offers-block .btn-holder {
        margin-top: -30px; } }
  .offers-block .txt-box {
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    margin: -40px 0 0;
    text-align: justify; }
    @media (min-width: 768px) {
      .offers-block .txt-box {
        margin: -36px 0 0;
        font-size: 16px;
        line-height: 29px; } }
  .offers-block.services {
    padding: 18px 16px 13px; }
    @media (min-width: 768px) {
      .offers-block.services {
        padding: 46px 10px 48px; } }
    @media (max-width: 767px) {
      .offers-block.services h2 {
        margin-bottom: 65px; } }
    @media (max-width: 767px) {
      .offers-block.services .offers-col h2 {
        margin-bottom: 10px; } }

@media (min-width: 768px) {
  .offers-frame {
    width: 103%; } }

.offers-col {
  background: #eee;
  color: #858585;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin: 0 0 66px;
  position: relative;
  padding: 48px 15px 19px; }
  @media (max-width: 767px) {
    .offers-col {
      height: auto !important;
      min-height: 137px; } }
  @media (min-width: 768px) {
    .offers-col {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0.9% 85px 0;
      padding: 64px 15px 23px;
      display: inline-block;
      vertical-align: top;
      width: 31.5%; } }
  @media (min-width: 1000px) {
    .offers-col {
      font-size: 16px;
      line-height: 27px; } }
  @media (min-width: 1210px) {
    .offers-col {
      margin-right: 1.2%; } }
  .offers-col h2 {
    margin: 0 0 10px;
    font-weight: 300;
    color: #444; }
    @media (min-width: 768px) {
      .offers-col h2 {
        margin: 0 0 10px;
        font-size: 18px; } }
    @media (min-width: 1000px) {
      .offers-col h2 {
        font-size: 26px; } }
    @media (min-width: 1210px) {
      .offers-col h2 {
        font-size: 30px; } }
  .offers-col p {
    margin: 0; }
  .offers-col .offer-icon {
    position: absolute;
    top: -46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 768px) {
      .offers-col .offer-icon {
        top: -58px; } }

.offer-icon {
  width: 93px;
  height: 93px;
  border: 9px solid #eee;
  background: #fff;
  padding: 10px;
  margin: 0 auto;
  border-radius: 100%;
  position: relative; }
  .offer-icon:before {
    position: absolute;
    content: "";
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto; }
  @media (min-width: 768px) {
    .offer-icon {
      width: 120px;
      height: 120px;
      border-width: 12px; } }
  .offer-icon:before {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(images/sprite.png) no-repeat -28px -311px;
    width: 57px;
    height: 57px; }
    @media (min-width: 768px) {
      .offer-icon:before {
        width: 60px;
        height: 60px;
        background-position: -19px -99px; } }
  .offer-icon.clean:before {
    width: 50px;
    height: 50px;
    background-position: -27px -420px; }
    @media (min-width: 768px) {
      .offer-icon.clean:before {
        width: 60px;
        height: 60px;
        background-position: -139px -97px; } }
  .offer-icon.blitz:before {
    width: 47px;
    height: 52px;
    background-position: -166px -317px; }
    @media (min-width: 768px) {
      .offer-icon.blitz:before {
        width: 60px;
        height: 60px;
        background-position: -266px -95px; } }
  .offer-icon.iron:before {
    width: 53px;
    height: 53px;
    background-position: -161px -427px; }
    @media (min-width: 768px) {
      .offer-icon.iron:before {
        width: 60px;
        height: 60px;
        background-position: -16px -190px; } }
  .offer-icon.office:before {
    width: 53px;
    height: 53px;
    background-position: -297px -316px; }
    @media (min-width: 768px) {
      .offer-icon.office:before {
        width: 60px;
        height: 60px;
        background-position: -143px -190px; } }
  .offer-icon.tenancy:before {
    width: 53px;
    height: 53px;
    background-position: -299px -422px; }
    @media (min-width: 768px) {
      .offer-icon.tenancy:before {
        width: 60px;
        height: 60px;
        background-position: -266px -193px; } }
  .offer-icon i {
    position: absolute;
    top: 50%;
    left: 50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #002B49;
    font-size: 38px;
    margin: 0 0 0 -11px; }
    @media (min-width: 768px) {
      .offer-icon i {
        font-size: 50px;
        margin: 0 0 0 -3px; } }
  .offer-icon.check:before {
    display: none; }

.address-block {
  padding: 28px 16px 5px;
  position: relative;
  z-index: 1; }
  .address-block:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #444; }
  @media (min-width: 768px) {
    .address-block {
      padding: 44px 10px 35px; } }
  .address-block h2 {
    margin: 0 0 26px;
    color: #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .address-block h2 {
        margin: 0 0 36px; } }

.address-holder {
  overflow: hidden;
  margin: 0 0 22px;
  padding: 21px 10px 19px;
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  background: #002B49;
  text-align: center; }
  @media (min-width: 768px) {
    .address-holder {
      font-size: 20px;
      line-height: 24px;
      padding: 41px 10px 45px;
      margin: 0 0 41px; } }
  .address-holder q {
    quotes: none;
    display: block; }
  .address-holder cite {
    display: block;
    font-style: normal; }
  .address-holder.add {
    text-align: left;
    font-weight: 300;
    height: auto;
    background: #555;
    padding: 15px 11px 15px;
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .address-holder.add {
        padding: 20px 37px 26px;
        margin-bottom: 41px; } }
    .address-holder.add:before {
      display: none; }
    .address-holder.add q {
      margin: 0 0 25px; }
      @media (min-width: 768px) {
        .address-holder.add q {
          margin: 0 0 18px; } }

.about-info {
  padding-top: 28px; }
  @media (min-width: 768px) {
    .about-info {
      padding-top: 56px;
      width: 103%; } }

.about-col {
  margin: 0 0 30px;
  text-align: justify; }
  @media (min-width: 768px) {
    .about-col {
      line-height: 29px;
      display: inline-block;
      vertical-align: top;
      width: 48%;
      margin: 0 1.1% 0 0; } }
  @media (min-width: 768px) {
    .about-col .heading {
      text-align: left; } }
  .about-col p {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .about-col p {
        margin-bottom: 29px; } }

.timeline-section {
  padding: 23px 16px 1px;
  color: #fff;
  position: relative;
  z-index: 1; }
  .timeline-section:before {
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    background: #444; }
  @media (min-width: 768px) {
    .timeline-section {
      padding: 47px 10px 35px; }
      .timeline-section:before {
        background: #555; } }
  .timeline-section .main-heading {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    line-height: 22px; }
    @media (max-width: 767px) {
      .timeline-section .main-heading {
        margin-bottom: 43px; } }
    @media (min-width: 768px) {
      .timeline-section .main-heading {
        font-size: 16px;
        line-height: 29px;
        text-align: center; } }
    .timeline-section .main-heading h2 {
      color: #fff;
      text-align: center;
      margin-bottom: 19px; }
      @media (min-width: 768px) {
        .timeline-section .main-heading h2 {
          margin-bottom: 37px; } }
    .timeline-section .main-heading p {
      margin: 0; }
      .timeline-section .main-heading p a {
        color: #fff;
        text-decoration: none; }
        .timeline-section .main-heading p a:hover {
          color: #002B49; }

/*.timeline-nav{
	@extend %listreset;
	@extend %clearfix;
	font-size: 12px;
	line-height: 15px;
	padding:0 21px;
	text-align: center;
	@include positioning(before, 50%, 102px, auto, 98px, $white);
	@include media('<tablet'){
		&:before{display: none;}
	}
	@include media('>=tablet'){}
	@include media('>=widescreen'){
		font-size: 14px;
		line-height: 17px;
	}
	&:before{
		height: 10px;
		margin: -13px 0 0;
		@include media('>=desktop'){
			left: 90px;
			right: 93px;
		}
		@include media('>=widescreen'){
			left: 98px;
			right: 102px;
		}
	}
	li{
		margin: 0 auto 43px;
		display: block;
		width: 175px;
		text-align: center;
		@include positioning(before, 50%, auto, auto, 50%, $white);
		br{display: none;}
		@include media('>=tablet'){
			@include vertical(inline-block, top);
			padding: 0 0 210px;
			margin: 0 -8px;
			br{display: block;}
		}
		@include media('>=desktop'){width: 145px;}
		@include media('>=widescreen'){width: 175px;}
		&:before{
			@include size(10px, 20px);
			margin:-33px 0 0 -9px;
			@include media('<tablet'){
				@include size(4px, 30px);
				top: -44px;
				margin: 8px 0 0 -2px;
			}
		}
		&.bottom{
			@include media('>=tablet'){padding: 210px 0 0;}
			&:before{
				margin:-3px 0 0 -4px;
				@include media('<tablet'){margin: 8px 0 0 -2px;}
			}
		}
		&:first-child{
			&:before{
				margin-left: -4px;
				@include media('<tablet'){display: none;}
			}
		}
	}
	.txt-box{
		overflow: hidden;
		@include media('>=tablet'){
			max-height: 125px;
			min-height: 110px;
		}
	}
	p{margin: 0;}
	time{
		display: block;
		font-size: 20px;
		line-height: 24px;
		font-family: $font-ubuntu;
		color: $tiffany-blue2;
		margin: 0 0 3px;
		@include media('>=tablet'){
			font-size: 30px;
			line-height: 34px;
			margin: 0 0 5px;
		}
	}
}*/
.timeline-nav {
  font-size: 12px;
  line-height: 15px;
  padding: 0 21px;
  text-align: center;
  position: relative;
  z-index: 1; }
  .timeline-nav:before {
    position: absolute;
    content: "";
    top: 50%;
    z-index: -1;
    bottom: auto;
    left: 98px;
    right: 102px;
    background: #fff; }
  @media (max-width: 767px) {
    .timeline-nav:before {
      display: none; } }
  @media (min-width: 768px) {
    .timeline-nav {
      max-width: 746px;
      margin: 0 auto; } }
  @media (min-width: 1000px) {
    .timeline-nav {
      max-width: 980px; } }
  @media (min-width: 1210px) {
    .timeline-nav {
      font-size: 14px;
      max-width: none;
      line-height: 17px; } }
  .timeline-nav:before {
    height: 10px;
    margin: -13px 0 0; }
    @media (min-width: 1000px) {
      .timeline-nav:before {
        left: 90px;
        right: 93px; } }
    @media (min-width: 1210px) {
      .timeline-nav:before {
        left: 98px;
        right: 102px; } }
  .timeline-nav li {
    margin: 0 auto 43px;
    display: block;
    width: 175px;
    text-align: center;
    position: relative;
    z-index: 1; }
    .timeline-nav li:before {
      position: absolute;
      content: "";
      top: 50%;
      z-index: -1;
      bottom: auto;
      left: 50%;
      right: auto;
      background: #fff; }
    .timeline-nav li br {
      display: none; }
    @media (min-width: 768px) {
      .timeline-nav li {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 210px;
        margin: 0 -8px;
        width: 103px; }
        .timeline-nav li br {
          display: block; } }
    @media (min-width: 1000px) {
      .timeline-nav li {
        width: 145px; } }
    @media (min-width: 1210px) {
      .timeline-nav li {
        width: 175px; } }
    .timeline-nav li:before {
      width: 10px;
      height: 20px;
      margin: -33px 0 0 -9px; }
      @media (max-width: 767px) {
        .timeline-nav li:before {
          width: 4px;
          height: 30px;
          top: -44px;
          margin: 8px 0 0 -2px; } }
    @media (min-width: 768px) {
      .timeline-nav li.bottom {
        padding: 210px 0 0; } }
    .timeline-nav li.bottom:before {
      margin: -3px 0 0 -4px; }
      @media (max-width: 767px) {
        .timeline-nav li.bottom:before {
          margin: 8px 0 0 -2px; } }
    .timeline-nav li:first-child:before {
      margin-left: -4px; }
      @media (max-width: 767px) {
        .timeline-nav li:first-child:before {
          display: none; } }
  .timeline-nav .txt-box {
    overflow: hidden; }
    @media (min-width: 768px) {
      .timeline-nav .txt-box {
        max-height: 128px;
        min-height: 128px; } }
    @media (min-width: 1000px) {
      .timeline-nav .txt-box {
        max-height: 110px;
        min-height: 110px; } }
  .timeline-nav p {
    margin: 0; }
  .timeline-nav time {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #002B49;
    margin: 0 0 3px; }
    @media (min-width: 768px) {
      .timeline-nav time {
        font-size: 30px;
        line-height: 34px;
        margin: 0 0 5px; } }

.team-section {
  padding: 42px 16px 12px; }
  @media (min-width: 768px) {
    .team-section {
      padding: 61px 10px 0; } }
  .team-section h2 {
    margin: 0 0 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .team-section h2 {
        margin: 0 0 71px; } }

@media (min-width: 768px) {
  .team-block {
    width: 103%; } }

.team-info {
  margin: 0 0 18px;
  color: #868686;
  font-size: 14px;
  line-height: 18px;
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 768px) {
    .team-info {
      width: 48%;
      margin: 0 1.1% 70px 0;
      display: inline-block;
      vertical-align: top; } }
  @media (min-width: 1000px) {
    .team-info {
      font-size: 16px;
      line-height: 19px; } }
  .team-info .alignleft {
    float: none;
    margin: 0 0 26px; }
    @media (min-width: 768px) {
      .team-info .alignleft {
        float: left;
        width: 30.8%;
        margin: 8px 4% 0 0; } }
  .team-info .team-txt {
    overflow: hidden; }
  .team-info h3 {
    margin: 0 0 1px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300; }
    @media (min-width: 1000px) {
      .team-info h3 {
        font-size: 25px;
        line-height: 28px;
        margin: 0 0 -2px; } }
  .team-info .designation {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #878787;
    margin: 0 0 19px; }
    @media (min-width: 1000px) {
      .team-info .designation {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px; } }
  .team-info h4 {
    margin: 0 0 3px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #888; }
    @media (min-width: 1000px) {
      .team-info h4 {
        font-size: 16px;
        line-height: 19px;
        margin: 0 0 2px; } }
  .team-info p {
    margin: 0 0 16px; }
    @media (min-width: 1000px) {
      .team-info p {
        margin-bottom: 15px; } }

.heading {
  margin: 0 0 30px;
  font-weight: 300;
  color: #444;
  text-align: center; }
  @media (min-width: 768px) {
    .heading {
      margin: 0 0 59px; } }
  .heading .txt {
    padding: 0 0 0 55px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .heading .txt:before {
      position: absolute;
      content: "";
      top: 50%;
      bottom: auto;
      left: -2px;
      right: auto; }
    @media (min-width: 768px) {
      .heading .txt {
        padding: 0 0 0 82px; } }
    .heading .txt:before {
      background: url(images/sprite.png) -387px -200px;
      width: 41px;
      height: 40px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin-top: 3px; }
      @media (min-width: 768px) {
        .heading .txt:before {
          background-position: -375px -99px;
          width: 65px;
          height: 64px;
          margin-top: 0;
          left: 0; } }
  .heading .icon-checked21 {
    position: absolute;
    left: -8px;
    top: 50%;
    font-size: 36px;
    margin-top: 2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #002B49; }
    @media (min-width: 768px) {
      .heading .icon-checked21 {
        font-size: 50px;
        left: 1px;
        margin-top: 0; } }
  .heading.check .txt:before {
    display: none; }
  .heading.ethos .txt:before {
    background-position: -490px -200px;
    width: 46px;
    height: 43px;
    margin-top: 4px;
    left: -6px; }
    @media (min-width: 768px) {
      .heading.ethos .txt:before {
        background-position: -480px -108px;
        width: 65px;
        height: 61px;
        left: 0; } }
  .heading.weekly .txt:before {
    background-position: -31px -314px;
    width: 50px;
    height: 50px;
    margin-top: 1px;
    left: -1px; }
    @media (min-width: 768px) {
      .heading.weekly .txt:before {
        background-position: -19px -99px;
        width: 60px;
        height: 60px;
        left: 0; } }
  .heading.clean .txt:before {
    background-position: -29px -421px;
    width: 46px;
    height: 48px;
    margin-top: -1px;
    left: -1px; }
    @media (min-width: 768px) {
      .heading.clean .txt:before {
        background-position: -140px -97px;
        width: 60px;
        height: 60px;
        left: 0; } }
  .heading.blitz .txt:before {
    background-position: -166px -317px;
    width: 47px;
    height: 52px;
    margin-top: 2px;
    left: -4px; }
    @media (min-width: 768px) {
      .heading.blitz .txt:before {
        background-position: -268px -95px;
        width: 56px;
        height: 61px;
        left: -2px; } }
  .heading.iron .txt:before {
    background-position: -161px -429px;
    width: 53px;
    height: 53px;
    margin-top: 2px;
    left: -13px; }
    @media (min-width: 768px) {
      .heading.iron .txt:before {
        background-position: -16px -190px;
        width: 61px;
        height: 61px;
        left: -1px;
        margin-top: 0; } }
  .heading.office .txt:before {
    background-position: -298px -313px;
    width: 53px;
    height: 53px;
    margin-top: 2px;
    left: 2px; }
    @media (min-width: 768px) {
      .heading.office .txt:before {
        background-position: -143px -190px;
        width: 61px;
        height: 61px;
        left: 0;
        margin-top: 0; } }
  .heading.tenancy .txt:before {
    background-position: -301px -423px;
    width: 50px;
    height: 50px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.tenancy .txt:before {
        background-position: -268px -193px;
        width: 61px;
        height: 61px;
        left: 0;
        margin-top: -5px; } }
  .heading.owner .txt:before {
    background-position: -128px -715px;
    width: 45px;
    height: 45px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.owner .txt:before {
        background-position: -328px -529px;
        width: 72px;
        height: 72px;
        left: 0;
        margin-top: -5px; } }
  .heading.support .txt:before {
    background-position: -246px -722px;
    width: 44px;
    height: 31px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.support .txt:before {
        background-position: -435px -536px;
        width: 80px;
        height: 57px;
        left: 0;
        margin-top: -5px; } }
  .heading.success .txt:before {
    background-position: -12px -711px;
    width: 43px;
    height: 53px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.success .txt:before {
        background-position: -405px -637px;
        width: 72px;
        height: 88px;
        left: 0;
        margin-top: -5px; } }
  .heading.money .txt:before {
    background-position: -21px -807px;
    width: 44px;
    height: 42px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.money .txt:before {
        background-position: -557px -517px;
        width: 80px;
        height: 76px;
        left: 0;
        margin-top: -5px; } }
  .heading.life .txt:before {
    background-position: -123px -815px;
    width: 31px;
    height: 49px;
    margin-top: -3px;
    left: -2px; }
    @media (min-width: 768px) {
      .heading.life .txt:before {
        background-position: -568px -632px;
        width: 59px;
        height: 93px;
        left: 0;
        margin-top: -5px; } }

.info-section {
  overflow: hidden;
  text-align: justify;
  font-size: 14px;
  line-height: 22px;
  padding: 42px 16px 17px; }
  @media (min-width: 768px) {
    .info-section {
      font-size: 16px;
      line-height: 29px;
      padding: 78px 10px 39px; } }
  .info-section p {
    margin: 0 0 22px; }
    @media (min-width: 768px) {
      .info-section p {
        margin: 0 0 27px; } }
    .info-section p strong {
      font-weight: 600; }
  .info-section .box {
    padding-bottom: 15px; }
    @media (min-width: 768px) {
      .info-section .box {
        padding-bottom: 30px; } }
  .info-section.opportunity {
    padding: 32px 16px 39px; }
    @media (min-width: 768px) {
      .info-section.opportunity {
        padding: 57px 10px 64px; } }
    .info-section.opportunity h2 {
      margin: 0 0 15px;
      text-align: center; }
      @media (min-width: 768px) {
        .info-section.opportunity h2 {
          margin-bottom: 32px; } }
    .info-section.opportunity .heading {
      padding-top: 43px;
      margin: -17px 0 29px;
      font-size: 20px;
      line-height: 26px; }
      @media (min-width: 768px) {
        .info-section.opportunity .heading {
          font-size: 30px;
          line-height: 36px;
          margin: -17px 0 58px;
          padding-top: 43px; } }
      @media (min-width: 768px) {
        .info-section.opportunity .heading .txt {
          padding: 0 0 0 94px; } }

.looking-for {
  overflow: hidden;
  margin: 0 0 8px; }
  @media (min-width: 768px) {
    .looking-for {
      margin: 0 0 86px; } }
  .looking-for .alignleft {
    float: none;
    overflow: hidden;
    margin: 0 auto 20px;
    max-width: 144px; }
    @media (min-width: 768px) {
      .looking-for .alignleft {
        float: left;
        width: 24%;
        max-width: inherit;
        margin: 0 1.6% 0 0; }
        .looking-for .alignleft img {
          max-width: 100%;
          display: block;
          height: auto;
          margin: 0 auto; } }
  .looking-for .txt-box {
    overflow: hidden;
    padding: 11px 0 0; }

.three-col {
  overflow: hidden; }
  .three-col .img-col {
    position: relative;
    min-height: 300px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .three-col .img-col {
        float: left;
        width: 33.33%; } }
    @media (min-width: 768px) {
      .three-col .img-col.add3 {
        width: 99.99%; } }
@media (min-width: 768px) {
      .three-col .img-col.add {
        width: 66.67%; } }
    @media (min-width: 768px) {
      .three-col .img-col.add2 {
        display: none; } }
  @media (max-width: 767px) {
    .three-col.opportunity {
      display: none; } }

.threecolumns {
  overflow: hidden; }
  @media (min-width: 768px) {
    .threecolumns {
      width: 105%; } }
  .threecolumns .column {
    background: #808080;
    min-height: 192px;
    color: #fff;
    font-size: 19px;
    line-height: 23px;
    overflow: hidden;
    text-align: center;
    padding: 76px 15px 10px;
    margin: 0 0 20px;
    position: relative; }
    @media (max-width: 767px) {
      .threecolumns .column {
        height: auto !important; } }
    @media (min-width: 768px) {
      .threecolumns .column {
        min-height: 251px;
        width: 30.8%;
        margin: 0 1.1% 0 0;
        padding: 93px 10px 10px;
        display: inline-block;
        vertical-align: top; } }
    @media (min-width: 1000px) {
      .threecolumns .column {
        font-size: 25px;
        line-height: 30px;
        padding: 93px 15px 10px; } }
    @media (min-width: 1210px) {
      .threecolumns .column {
        padding: 93px 21px 10px; } }
    .threecolumns .column.download h3 {
      margin-bottom: 15px; }
    .threecolumns .column i {
      position: absolute;
      top: 25px;
      left: 50%;
      color: #002B49;
      font-size: 39px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 768px) {
        .threecolumns .column i {
          font-size: 50px; } }
    .threecolumns .column h3 {
      margin: 0 0 10px;
      color: #fff;
      font-size: 21px;
      line-height: 25px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .threecolumns .column h3 {
          font-size: 18px;
          line-height: 22px; } }
      @media (min-width: 1000px) {
        .threecolumns .column h3 {
          font-size: 25px;
          line-height: 30px; } }
      @media (min-width: 1210px) {
        .threecolumns .column h3 {
          font-size: 28px;
          line-height: 33px; } }
    .threecolumns .column .call {
      display: block; }
    .threecolumns .column .txt {
      display: block;
      margin: 0 0 23px; }
    .threecolumns .column a {
      color: #fff;
      text-decoration: none; }
      .threecolumns .column a:hover {
        color: #002B49; }
    .threecolumns .column .btn-default {
      display: block;
      border: 2px solid #fff;
      background: #002B49;
      padding: 4px 10px;
      margin: 0 0 5px; }
      @media (min-width: 768px) {
        .threecolumns .column .btn-default {
          padding: 8px 10px;
          margin: 0; } }
      .threecolumns .column .btn-default:hover {
        background: #fff;
        color: #444; }

.frechise-block {
  padding: 18px 16px 36px;
  font-size: 14px;
  line-height: 22px;
  color: #878787; }
  @media (min-width: 768px) {
    .frechise-block {
      padding: 47px 10px 64px;
      font-size: 16px;
      line-height: 29px; } }
  .frechise-block h2 {
    font-weight: 300;
    margin: 0 0 27px;
    text-align: center; }
    @media (min-width: 768px) {
      .frechise-block h2 {
        margin: 0 0 71px; } }
  .frechise-block p {
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .frechise-block p {
        margin: 0 0 30px; } }
  .frechise-block .imagine {
    text-decoration: none;
    color: #878787; }
    .frechise-block .imagine:hover {
      color: #002B49; }
  .frechise-block .btn-holder {
    padding-top: 30px;
    position: relative;
    z-index: 999; }
    @media (min-width: 768px) {
      .frechise-block .btn-holder {
        padding-top: 40px; } }

.opportunities-info {
  margin: 0 0 38px;
  padding: 0 27px 0 0; }
  @media (min-width: 768px) {
    .opportunities-info {
      margin: 0 0 81px;
      padding: 0; } }
  .opportunities-info.video-holder {
    padding: 0;
    margin: 0 0 25px; }
    @media (min-width: 768px) {
      .opportunities-info.video-holder {
        padding: 0;
        margin: 0 0 70px; } }
  .opportunities-info .img-box {
    max-width: 197px;
    margin: 0 auto;
    position: relative; }
    @media (min-width: 768px) {
      .opportunities-info .img-box {
        max-width: 400px; } }
    @media (min-width: 1000px) {
      .opportunities-info .img-box {
        max-width: 580px; } }
  .opportunities-info .link {
    position: absolute;
    top: -2px;
    left: 39px;
    font: 300 10px/12px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-decoration: none;
    color: #444; }
    @media (min-width: 768px) {
      .opportunities-info .link {
        font-size: 18px;
        line-height: 22px;
        top: -3px;
        left: 85px; } }
    @media (min-width: 1000px) {
      .opportunities-info .link {
        font-size: 30px;
        line-height: 34px;
        top: -3px;
        left: 114px; } }
    .opportunities-info .link:hover {
      font-weight: 500; }
    .opportunities-info .link.support {
      top: 48px;
      left: auto;
      right: -23px; }
      @media (min-width: 768px) {
        .opportunities-info .link.support {
          top: 102px;
          left: auto;
          right: -40px; } }
      @media (min-width: 1000px) {
        .opportunities-info .link.support {
          top: 142px;
          left: auto;
          right: -70px; } }
    .opportunities-info .link.success {
      top: auto;
      left: auto;
      right: -59px;
      bottom: 16px; }
      @media (min-width: 768px) {
        .opportunities-info .link.success {
          top: auto;
          left: auto;
          right: -100px;
          bottom: 33px; } }
      @media (min-width: 1000px) {
        .opportunities-info .link.success {
          top: auto;
          left: auto;
          right: -178px;
          bottom: 43px; } }
    .opportunities-info .link.money {
      top: auto;
      left: 11px;
      bottom: 2px; }
      @media (min-width: 768px) {
        .opportunities-info .link.money {
          top: auto;
          left: 34px;
          bottom: 3px; } }
    .opportunities-info .link.lifestyle {
      top: 82px;
      left: -32px; }
      @media (min-width: 1000px) {
        .opportunities-info .link.lifestyle {
          top: 245px;
          left: -96px; } }

.quotes-block {
  padding: 0 16px 1px; }
  @media (min-width: 768px) {
    .quotes-block {
      padding: 64px 10px 53px; } }
  .quotes-block h2 {
    text-align: center;
    margin: 0 0 18px; }
    @media (min-width: 768px) {
      .quotes-block h2 {
        margin: 0 0 44px; } }
  .quotes-block .holder {
    overflow: hidden; }
    @media (min-width: 768px) {
      .quotes-block .holder {
        width: 105%; } }

.quotes-col {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 19px;
  text-align: justify; }
  @media (min-width: 768px) {
    .quotes-col {
      font-size: 16px;
      line-height: 28px;
      display: inline-block;
      vertical-align: top;
      width: 45.4%;
      margin: 0 2.8% 0 0; } }

.opportunity-quotes {
  margin: 0 0 10px;
  padding: 0 10px 9px 0;
  text-align: left; }
  @media (min-width: 768px) {
    .opportunity-quotes {
      margin: 0 0 25px;
      padding: 0 0 20px 0; } }
  @media (min-width: 1000px) {
    .opportunity-quotes {
      margin: 0 0 35px;
      padding: 0 10px 20px 0; } }
  .opportunity-quotes .box {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative; }
    .opportunity-quotes .box:before {
      position: absolute;
      content: "";
      top: auto;
      bottom: 0;
      left: 0;
      right: auto; }
    .opportunity-quotes .box:before {
      border-radius: 50%;
      z-index: -1;
      width: 88px;
      height: 88px;
      z-index: -1;
      background: #06a9bc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2YTliYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMDBhN2I5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzAlIiBzdG9wLWNvbG9yPSIjMDA5ZWI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTElIiBzdG9wLWNvbG9yPSIjMDA4ZmI3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTklIiBzdG9wLWNvbG9yPSIjMDA4ZGIzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA1OGZiNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
      background: -webkit-linear-gradient(top, #06a9bc 0%, #002B49 1%, #009eb7 30%, #008fb7 91%, #008db3 99%, #058fb6 100%);
      background: linear-gradient(to bottom, #06a9bc 0%, #002B49 1%, #009eb7 30%, #008fb7 91%, #008db3 99%, #058fb6 100%); }
      @media (min-width: 768px) {
        .opportunity-quotes .box:before {
          width: 121px;
          height: 121px; } }
  .opportunity-quotes .alignleft {
    border-radius: 60px;
    width: 88px;
    height: 98px;
    float: left;
    overflow: hidden;
    margin: 0 15px 0 0; }
    @media (min-width: 768px) {
      .opportunity-quotes .alignleft {
        width: 121px;
        height: 121px; } }
    @media (min-width: 768px) {
      .opportunity-quotes .alignleft {
        width: 121px;
        height: 134px;
        margin: 0 3% 0 0; } }
    @media (min-width: 1000px) {
      .opportunity-quotes .alignleft {
        margin: 0 6.3% 0 0; } }
    .opportunity-quotes .alignleft img {
      height: 100%; }
  .opportunity-quotes blockquote {
    overflow: hidden;
    border: 0;
    padding: 18px 0 0;
    margin: 0;
    color: #444;
    font: 300 14px/19px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    @media (min-width: 768px) {
      .opportunity-quotes blockquote {
        font-size: 18px;
        line-height: 22px;
        padding: 29px 0 0; } }
    @media (min-width: 1000px) {
      .opportunity-quotes blockquote {
        font-size: 25px;
        line-height: 30px; } }
    .opportunity-quotes blockquote q {
      quotes: none;
      display: block; }
      .opportunity-quotes blockquote q br {
        display: none; }
      @media (min-width: 1000px) {
        .opportunity-quotes blockquote q br {
          display: block; } }
    .opportunity-quotes blockquote cite {
      font-style: normal;
      color: #929398;
      font-size: 12px;
      line-height: 14px; }
      @media (min-width: 768px) {
        .opportunity-quotes blockquote cite {
          font-size: 15px;
          line-height: 18px; } }
      @media (min-width: 1000px) {
        .opportunity-quotes blockquote cite {
          font-size: 18px;
          line-height: 22px; } }

.featured-area {
  overflow: hidden;
  font-size: 0;
  line-height: 0; }
  @media (min-width: 768px) {
    .featured-area {
      width: 102%; } }

.featured-col {
  overflow: hidden;
  position: relative;
  color: #fff;
  font-size: 11px;
  line-height: 17px;
  text-align: left;
  min-height: 190px;
  padding: 16px 14px 10px;
  margin: 0 0 17px;
  position: relative; }
  .featured-col:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
  @media (max-width: 767px) {
    .featured-col {
      height: auto !important; } }
  @media (min-width: 768px) {
    .featured-col {
      display: inline-block;
      vertical-align: top;
      width: 31.6%;
      margin: 0 1.7% 20px 0;
      font-size: 12px;
      line-height: 17px;
      min-height: 220px;
      padding: 14px 13px 10px; } }
  @media (min-width: 1000px) {
    .featured-col {
      font-size: 14px;
      line-height: 22px;
      min-height: 250px; } }
  .featured-col:before {
    background: rgba(0, 0, 0, 0.5);
    z-index: 1; }
  .featured-col .txt-box {
    position: relative;
    z-index: 99; }
  .featured-col h3 {
    margin: 0 0 10px;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .featured-col h3 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 12px; } }
    @media (min-width: 1000px) {
      .featured-col h3 {
        font-size: 30px;
        line-height: 36px; } }
  .featured-col p {
    margin: 0 0 16px; }
    .featured-col p br {
      display: none; }
    @media (min-width: 1000px) {
      .featured-col p br {
        display: block; } }
  .featured-col .more {
    color: #fff;
    text-decoration: none;
    font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .featured-col .more:hover {
      color: #002B49; }

#twocolumns {
  padding-top: 50px;
  padding-bottom: 50px; }

#content {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    #content {
      float: left;
      width: 65%;
      margin: 0; } }
  #content iframe {
    width: 100%; }
  #content .search-form {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  #sidebar {
    float: right;
    width: 32%; } }

@media (min-width: 1000px) {
  #sidebar {
    width: 30%; } }

#wp-calendar {
  width: 100%; }

.navigation-single .next,
.navigation-single .prev {
  background: #002B49;
  border-color: #002B49; }
  .navigation-single .next:hover,
  .navigation-single .prev:hover {
    background: #444;
    border-color: #444;
    opacity: 1; }

.navigation-comments {
  text-align: center; }

.threecolumns {
  overflow: hidden;
  position: relative; }

.threecolumns .column {
  height: auto !important;
  position: relative;
  overflow: visible !important; }

.threecolumns .column:after {
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: -9999px;
  position: absolute;
  background: #808080;
  content: ""; }

.download-form .wpcf7-response-output {
  margin-top: 3em; }

.download-form span.wpcf7-not-valid-tip {
  padding: 4px 10px;
  background: #ffe5e6;
  border: 1px solid #bd3e33;
  color: #bd3e33;
  width: 100%; }

.download-form .wpcf7-form-control-wrap {
  display: block; }

.download-form span.wpcf7-not-valid-tip {
  margin-top: 43px !important; }

.container-block.running.opportunity .threecolumns .column:after {
  background: #40c3cb; }

.blog-entry .social-network span {
  display: inline-block;
  vertical-align: top;
  color: #3c3b3f;
  font-size: 25px;
  line-height: 15px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out 0s;
          transition: color 0.3s ease-in-out 0s; }

.blog-entry .social-network span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.blog-entry .social-network span:hover {
  color: #002B49; }

.blog-entry .social-network span.st_facebook_custom {
  font-size: 28px;
  margin-top: -8px; }

.blog-entry .social-network span.st_twitter_custom {
  margin-top: -3px; }

.blog-entry .social-network span.st_linkedin_custom {
  font-size: 27px;
  margin-top: -4px; }

.st_facebook_custom:before {
  content: "\e800"; }

.st_twitter_custom:before {
  content: "\e801"; }

.st_linkedin_custom:before {
  content: "\e913"; }

.st_google_custom:before {
  content: "\e912"; }

.st_googleplus_custom:before {
  content: "\e912"; }

@media (max-width: 767px) {
  .threecolumns .column:after {
    bottom: 0; }
  .download-form span.wpcf7-not-valid-tip {
    margin-top: 37px !important; } }

.domestic-block {
  padding: 20px 10px; }
  @media (min-width: 768px) {
    .domestic-block {
      padding: 30px 10px 15px; } }
  @media (min-width: 1000px) {
    .domestic-block {
      padding: 45px 10px 18px; } }
  .domestic-block header {
    text-align: center;
    color: #33bfc6;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .domestic-block header {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 35px; } }
    @media (min-width: 1000px) {
      .domestic-block header {
        font-size: 28px;
        line-height: 30px;
        margin: 0 0 55px; } }
    .domestic-block header p {
      margin: 0; }
  @media (min-width: 1000px) {
    .domestic-block h1 {
      font-size: 45px;
      line-height: 48px;
      font-weight: normal; } }

.domestic-cols.landing-info {
  background: none;
  font-weight: normal; }
  @media (min-width: 768px) {
    .domestic-cols.landing-info {
      margin: 0 0 19px; } }
  .domestic-cols.landing-info .btn-default {
    min-width: 1px !important; }
  .domestic-cols.landing-info:before {
    display: none; }
  @media (min-width: 768px) {
    .domestic-cols.landing-info .call-txt {
      margin: -15px 10px 0 0; } }
  @media (min-width: 1000px) {
    .domestic-cols.landing-info .call-txt {
      font-size: 30px;
      line-height: 34px;
      margin: -15px 19px 0 0; } }
  @media (min-width: 1210px) {
    .domestic-cols.landing-info .call-txt {
      width: 48%; } }
  @media (min-width: 1000px) {
    .domestic-cols.landing-info .tel-holder {
      width: 200px; } }

.domestic-cols .domestic-col {
  border: 1px solid #002B49;
  margin: 0 0 20px;
  padding: 20px 15px;
  position: relative; }
  @media (min-width: 768px) {
    .domestic-cols .domestic-col {
      float: left;
      margin: 0;
      width: 49.4%;
      padding: 20px; } }
  @media (min-width: 1000px) {
    .domestic-cols .domestic-col {
      min-height: 825px;
      width: 49.2%;
      padding: 20px 44px 20px 37px; } }
  @media (max-width: 767px) {
    .domestic-cols .domestic-col.sameheight-min {
      min-height: 1px !important; } }
  .domestic-cols .domestic-col.img-box {
    background-size: cover;
    background-position: 50% 50%;
    background-color: transparent; }
    @media (max-width: 767px) {
      .domestic-cols .domestic-col.img-box {
        min-height: 275px !important; } }
  .domestic-cols .domestic-col + .domestic-col {
    border: 0;
    background: #444;
    overflow: hidden; }
    @media (min-width: 768px) {
      .domestic-cols .domestic-col + .domestic-col {
        float: right; } }
  .domestic-cols .domestic-col .header {
    padding: 20px 0 12px;
    margin: -20px 0 15px;
    position: relative;
    z-index: 1; }
    .domestic-cols .domestic-col .header:before {
      position: absolute;
      content: "";
      top: 0;
      z-index: -1;
      bottom: 0;
      left: -9999px;
      right: -9999px;
      background: #002B49; }
    @media (min-width: 768px) {
      .domestic-cols .domestic-col .header {
        padding: 17px 0 8px;
        letter-spacing: -0.5px;
        margin: -20px 0 21px; } }
    @media (min-width: 1000px) {
      .domestic-cols .domestic-col .header {
        padding: 29px 0 16px;
        margin-top: -20px; } }
  @media (min-width: 1000px) {
    .domestic-cols .domestic-col.why {
      padding: 50px 52px 0; } }
  .domestic-cols .domestic-col.why h2 {
    color: #555; }
    @media (min-width: 768px) {
      .domestic-cols .domestic-col.why h2 {
        margin-bottom: 30px; } }
    @media (min-width: 1000px) {
      .domestic-cols .domestic-col.why h2 {
        margin-bottom: 51px; } }
  .domestic-cols .domestic-col .info-article h3 {
    color: #555; }
  @media (min-width: 768px) {
    .domestic-cols .domestic-col .info-article {
      padding: 0 0 20px 80px; } }
  @media (min-width: 1000px) {
    .domestic-cols .domestic-col .info-article {
      padding: 0 0 38px 80px; } }

.domestic-cols .form-title {
  font: 700 16px/20px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    .domestic-cols .form-title {
      font-size: 22px;
      line-height: 25px;
      margin: 0 0 35px; } }
  @media (min-width: 1000px) {
    .domestic-cols .form-title {
      font-size: 25px;
      line-height: 29px; } }

@media (min-width: 1000px) {
  .domestic-cols .enquiry-form label {
    margin-bottom: 9px; } }

@media (min-width: 1000px) {
  .domestic-cols .enquiry-form .row {
    margin-bottom: 14px; } }

.domestic-cols .enquiry-form .row.textarea {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .domestic-cols .enquiry-form .row.textarea {
      margin-bottom: 35px; } }
  @media (min-width: 1000px) {
    .domestic-cols .enquiry-form .row.textarea {
      margin-bottom: 42px; } }

@media (min-width: 1000px) {
  .domestic-cols .enquiry-form textarea {
    height: 200px; } }

.domestic-cols .enquiry-form input[type="submit"] {
  border: 0;
  background: #002B49;
  color: #fff;
  width: 180px;
  float: none;
  display: block;
  margin: 0 auto 15px;
  height: 33px; }
  @media (min-width: 768px) {
    .domestic-cols .enquiry-form input[type="submit"] {
      width: 220px;
      height: 50px; } }
  .domestic-cols .enquiry-form input[type="submit"]:hover {
    color: #fff;
    background: #0097a1; }

.detail-box {
  border: 1px solid #002B49;
  padding: 20px 15px 10px;
  line-height: 20px; }
  @media (min-width: 768px) {
    .detail-box {
      padding: 25px 30px 10px;
      line-height: 25px;
      letter-spacing: 0.2px; } }
  @media (min-width: 1000px) {
    .detail-box {
      padding: 34px 42px 0; } }
  .detail-box p {
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .detail-box p {
        margin: 0 0 26px; } }
  .detail-box h2 {
    text-align: center;
    margin-bottom: 20px; }

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important; }

.tabs-area {
  padding: 16px 0;
  color: #444;
  text-align: center; }
  @media (min-width: 375px) {
    .tabs-area {
      padding: 16px 15px 21px; } }
  @media (min-width: 768px) {
    .tabs-area {
      padding: 16px 10px 21px; } }
  .tabs-area h2 {
    font-size: 15px;
    line-height: 27px;
    margin: 0 0 23px; }
    @media (min-width: 768px) {
      .tabs-area h2 {
        font-size: 30px;
        line-height: 54px;
        margin: 0 0 33px; } }
  .tabs-area .tabset {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .tabs-area .tabset li {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      width: 235px;
      background: #eee;
      border-left: 2px solid #fff;
      font: 300 10px/12px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 375px) {
        .tabs-area .tabset li {
          font-size: 11px;
          line-height: 1;
          border-left: 8px solid #fff; } }
      @media (min-width: 768px) {
        .tabs-area .tabset li {
          font-size: 20px;
          line-height: 26px;
          border-left-width: 15px; } }
      @media (min-width: 1000px) {
        .tabs-area .tabset li {
          width: 240px;
          font-size: 30px;
          line-height: 1;
          border-left-width: 20px; } }
      .tabs-area .tabset li:first-child {
        border: none; }
        @media (min-width: 1000px) {
          .tabs-area .tabset li:first-child {
            width: 220px; } }
    .tabs-area .tabset a {
      display: block;
      width: 100%;
      position: relative;
      text-decoration: none;
      color: #444;
      -webkit-transition: all .5s ease;
              transition: all .5s ease;
      padding: 50px 1px 5px; }
      @media (min-width: 375px) {
        .tabs-area .tabset a {
          padding: 58px 5px 7px; } }
      @media (min-width: 768px) {
        .tabs-area .tabset a {
          border-bottom: 10px solid #fff;
          padding: 113px 5px 7px; } }
      @media (max-width: 767px) {
        .tabs-area .tabset a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .tabs-area .tabset a.active, .tabs-area .tabset a:hover {
        color: #fff;
        background: #26bfc9; }
        @media (min-width: 768px) {
          .tabs-area .tabset a.active, .tabs-area .tabset a:hover {
            border-bottom-color: #26bfc9; } }
        .tabs-area .tabset a.active .tab-icon.ico1:before, .tabs-area .tabset a:hover .tab-icon.ico1:before {
          background-position: -163px -962px; }
        .tabs-area .tabset a.active .tab-icon.ico2:before, .tabs-area .tabset a:hover .tab-icon.ico2:before {
          background-position: -131px -874px; }
        .tabs-area .tabset a.active .tab-icon.ico3:before, .tabs-area .tabset a:hover .tab-icon.ico3:before {
          background-position: -397px -865px; }
        .tabs-area .tabset a.active .tab-icon.ico4:before, .tabs-area .tabset a:hover .tab-icon.ico4:before {
          background-position: -564px -871px; }
        .tabs-area .tabset a.active .tab-icon.ico5:before, .tabs-area .tabset a:hover .tab-icon.ico5:before {
          background-position: -80px -962px; }
      .tabs-area .tabset a .tab-icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media (min-width: 375px) {
          .tabs-area .tabset a .tab-icon {
            height: 67px; } }
        @media (min-width: 768px) {
          .tabs-area .tabset a .tab-icon {
            height: 124px; } }
        .tabs-area .tabset a .tab-icon:before {
          -webkit-transition: -webkit-transform .5s ease;
                  transition: transform .5s ease;
          display: block;
          content: '';
          background: url(images/sprite.png) no-repeat 9999px 9999px;
          -webkit-transform: scale(0.4);
              -ms-transform: scale(0.4);
                  transform: scale(0.4); }
          @media (min-width: 375px) {
            .tabs-area .tabset a .tab-icon:before {
              -webkit-transform: scale(0.5);
                  -ms-transform: scale(0.5);
                      transform: scale(0.5); } }
          @media (min-width: 768px) {
            .tabs-area .tabset a .tab-icon:before {
              -webkit-transform: scale(0.7);
                  -ms-transform: scale(0.7);
                      transform: scale(0.7); } }
          @media (min-width: 1000px) {
            .tabs-area .tabset a .tab-icon:before {
              -webkit-transform: scale(1);
                  -ms-transform: scale(1);
                      transform: scale(1); } }
        .tabs-area .tabset a .tab-icon.ico1:before {
          width: 82px;
          height: 82px;
          background-position: -45px -871px; }
        .tabs-area .tabset a .tab-icon.ico2:before {
          width: 74px;
          height: 70px;
          background-position: -215px -871px; }
        .tabs-area .tabset a .tab-icon.ico3:before {
          width: 81px;
          height: 81px;
          background-position: -304px -865px; }
        .tabs-area .tabset a .tab-icon.ico4:before {
          width: 72px;
          height: 72px;
          background-position: -486px -871px; }
        .tabs-area .tabset a .tab-icon.ico5:before {
          width: 70px;
          height: 82px;
          background-position: 0 -962px; }
  .tabs-area .tab-content {
    overflow: hidden;
    position: relative;
    background: #26bfc9;
    font-size: 10px;
    line-height: 16px; }
    @media (min-width: 768px) {
      .tabs-area .tab-content {
        font-size: 16px;
        line-height: 20px; } }
    @media (min-width: 1000px) {
      .tabs-area .tab-content {
        font-size: 20px;
        line-height: 32px; } }
    .tabs-area .tab-content.transition {
      -webkit-transition: height .5s ease;
              transition: height .5s ease; }
  .tabs-area .tab {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform .5s ease;
            transition: transform .5s ease;
    padding: 21px 15px; }
    @media (min-width: 375px) {
      .tabs-area .tab {
        padding: 21px 14px 14px; } }
    @media (min-width: 768px) {
      .tabs-area .tab {
        padding: 35px 8% 30px; } }
    @media (min-width: 1000px) {
      .tabs-area .tab {
        padding: 45px 8% 40px; } }
    .tabs-area .tab.active {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .tabs-area .tab h3 {
      font: 700 10px/16px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      color: #444;
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .tabs-area .tab h3 {
          font-size: 20px;
          line-height: 32px;
          margin: 0 0 32px; } }
    .tabs-area .tab p {
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .tabs-area .tab p {
          margin: 0 0 32px; } }

@media (min-width: 1000px) {
  .promo-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10px 21px; } }

.promo-area .block {
  position: relative;
  text-align: right;
  padding: 40px 15px 20px 100px;
  min-height: 385px; }
  @media (min-width: 768px) {
    .promo-area .block {
      padding: 48px 15px 99px 100px;
      min-height: 572px; } }
  @media (min-width: 768px) and (min-width: 1000px) {
    .promo-area .block {
      float: left;
      width: 50%;
      padding-right: 0; } }
  .promo-area .block h2 {
    font: 15px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #26bfc9;
    margin: 0 0 14px; }
    @media (min-width: 768px) {
      .promo-area .block h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 32px; } }
  .promo-area .block:first-child {
    min-height: 0;
    text-align: left;
    background: #eee;
    padding: 26px 15px 22px; }
    @media (min-width: 768px) {
      .promo-area .block:first-child {
        padding: 49px 15px; } }
    @media (min-width: 1000px) {
      .promo-area .block:first-child {
        padding-left: 0;
        min-height: 719px; }
        .promo-area .block:first-child:after {
          position: absolute;
          content: '';
          right: 100%;
          top: 0;
          bottom: 0;
          background: #eee;
          width: 9999px; } }
    .promo-area .block:first-child h2 {
      color: #444; }

.promo-area ul li {
  position: relative; }

.promo-area .promo-list li {
  font: 12px/16px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #8b8b8b;
  padding: 10px 0 11px 48px; }
  @media (min-width: 768px) {
    .promo-area .promo-list li {
      font: 15px/20px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 20px 0 24px 80px; } }
  .promo-area .promo-list li:before {
    position: absolute;
    content: "\e902";
    font-family: icomoon;
    font-size: 22px;
    line-height: 1;
    color: #002B49;
    top: 14px;
    left: 0;
    z-index: 1; }
    @media (min-width: 768px) {
      .promo-area .promo-list li:before {
        font-size: 38px;
        top: 25px;
        left: -3px; } }
  .promo-area .promo-list li .ttl {
    display: block;
    font: 16px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #444; }
    @media (min-width: 768px) {
      .promo-area .promo-list li .ttl {
        font-size: 25px;
        line-height: 1;
        padding: 0 0 5px; } }

.promo-area .item-list {
  padding: 45px 0 38px; }
  @media (min-width: 375px) {
    .promo-area .item-list {
      margin: 0 0 0 90px; } }
  @media (min-width: 768px) {
    .promo-area .item-list {
      padding: 84px 0 78px;
      margin: 0 0 0 130px; } }
  .promo-area .item-list li {
    font: 300 15px/26px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #545454;
    padding: 0 0 1px 40px; }
    @media (min-width: 768px) {
      .promo-area .item-list li {
        font-size: 30px;
        line-height: 54px;
        padding: 0 0 0 45px; } }
    .promo-area .item-list li:after {
      position: absolute;
      content: '';
      height: 1px;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-linear-gradient(left, rgba(0, 175, 190, 0.01) 0%, rgba(0, 175, 190, 0.99) 100%);
      background: linear-gradient(to right, rgba(0, 175, 190, 0.01) 0%, rgba(0, 175, 190, 0.99) 100%); }

.promo-area .txt-item {
  font: 500 15px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #535353;
  display: block; }
  @media (min-width: 768px) {
    .promo-area .txt-item {
      font-size: 30px;
      line-height: 36px; } }

.promo-area .decor {
  position: absolute;
  top: 84px;
  left: 60px;
  width: 118px; }
  @media (min-width: 375px) {
    .promo-area .decor {
      top: 84px;
      left: 101px; } }
  @media (min-width: 768px) {
    .promo-area .decor {
      width: 236px;
      top: 137px;
      left: 71px; } }

.form-area .heading {
  background: #002B49;
  color: #fff;
  padding: 5px 0;
  font-family: "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  margin: 0;
  font-size: 12px;
  line-height: 13px; }
  .form-area .heading.grey {
    background: #444; }
  @media (min-width: 768px) {
    .form-area .heading {
      padding: 10px 0;
      font-size: 25px;
      line-height: 27px; } }
  .form-area .heading .container {
    padding-top: 0;
    padding-bottom: 0; }
  .form-area .heading a {
    color: #fff;
    text-decoration: none; }
  .form-area .heading h2 {
    display: block;
    overflow: hidden;
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 23px 0 11px; }
    @media (min-width: 768px) {
      .form-area .heading h2 {
        font-size: 30px;
        line-height: 36px;
        padding: 33px 15px 21px; } }
    @media (min-width: 1000px) {
      .form-area .heading h2 {
        width: auto;
        padding: 23px 15px 21px; } }
  .form-area .heading .phone-info,
  .form-area .heading .right-link {
    font-weight: 400;
    position: relative;
    text-align: left; }
    .form-area .heading .phone-info span,
    .form-area .heading .right-link span {
      display: block;
      font-weight: 500; }
    .form-area .heading .phone-info:before,
    .form-area .heading .right-link:before {
      position: absolute;
      content: '';
      width: 25px;
      height: 25px;
      border: 2px solid #fff;
      border-radius: 50%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
      @media (min-width: 768px) {
        .form-area .heading .phone-info:before,
        .form-area .heading .right-link:before {
          border-width: 3px;
          width: 50px;
          height: 50px; } }
  .form-area .heading .phone-info {
    float: left;
    padding: 7px 15px 6px 34px; }
    @media (min-width: 768px) {
      .form-area .heading .phone-info {
        padding: 13px 15px 13px 69px; } }
    .form-area .heading .phone-info i {
      position: absolute;
      font-family: icomoon;
      font-size: 17px;
      line-height: 1;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 6px;
      z-index: 1; }
      @media (min-width: 768px) {
        .form-area .heading .phone-info i {
          font-size: 36px;
          left: 11px; } }
  .form-area .heading .right-link {
    float: right;
    text-align: right;
    padding: 6px 49px 7px 19px;
    border: 1px solid #fff; }
    @media (min-width: 768px) {
      .form-area .heading .right-link {
        border-width: 2px;
        padding: 10px 98px 12px 30px; } }
    .form-area .heading .right-link:hover {
      border-color: transparent; }
    .form-area .heading .right-link:before {
      left: auto;
      right: 15px; }
      @media (min-width: 768px) {
        .form-area .heading .right-link:before {
          right: 30px; } }
    .form-area .heading .right-link i {
      position: absolute;
      font-family: icomoon;
      font-size: 14px;
      line-height: 1;
      color: #fff;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: auto;
      right: 20px;
      z-index: 1; }
      @media (min-width: 768px) {
        .form-area .heading .right-link i {
          font-size: 30px;
          right: 40px; } }

.form-area .slide-holder {
  margin: 0; }
  .form-area .slide-holder:before {
    background: #444; }

.form-area .container {
  padding: 30px 15px 21px;
  color: #fff; }
  @media (min-width: 768px) {
    .form-area .container {
      padding: 30px 10px 21px; } }

.form-area .row {
  padding: 0 0 7px; }
  @media (min-width: 768px) {
    .form-area .row {
      padding: 0 0 12px; } }

.form-area h3 {
  color: #fff;
  font: 400 14px/18px "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
  margin: 0;
  padding: 10px 0 20px; }
  @media (min-width: 768px) {
    .form-area h3 {
      font-size: 20px;
      line-height: 32px;
      padding: 22px 0 43px; } }

.form-area .wpcf7-list-item-label,
.form-area label {
  font: italic 300 14px/20px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 10px;
  line-height: 18px; }
  @media (min-width: 768px) {
    .form-area .wpcf7-list-item-label,
    .form-area label {
      font-size: 18px;
      line-height: 26px;
      padding: 0 0 6px; } }

.form-area input {
  line-height: 21px;
  padding: 1px 6px;
  height: 25px; }
  .form-area input:focus {
    border-color: #002B49; }
  @media (min-width: 768px) {
    .form-area input {
      height: 40px;
      line-height: 28px;
      padding: 5px 10px; } }

.form-area .ttl {
  display: block;
  font: 500 italic 10px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 0 0 22px; }
  @media (min-width: 768px) {
    .form-area .ttl {
      font-size: 18px;
      line-height: 20px;
      padding: 0 0 9px; } }

@media (min-width: 768px) {
  .form-area .two-boxes .box {
    float: left;
    width: 50%;
    padding: 0 0 0 10px; }
    .form-area .two-boxes .box:first-child {
      padding: 0 10px 0 0; } }

.form-area .chk-holder {
  padding: 0 0 8px; }
  @media (min-width: 768px) {
    .form-area .chk-holder {
      padding: 18px 0 15px; } }
  @media (min-width: 375px) {
    .form-area .chk-holder .block {
      float: left;
      width: 50%; }
      .form-area .chk-holder .block:first-child {
        padding-right: 10px; } }
  .form-area .chk-holder .block .box .wpcf7-list-item,
  .form-area .chk-holder .block .box .wpcf7-form-control-wrap,
  .form-area .chk-holder .block .box .wpcf7-form-control {
    display: block; }
  @media (min-width: 1000px) {
    .form-area .chk-holder .block {
      padding: 0 10px 0 0; }
      .form-area .chk-holder .block + .block {
        padding: 0 0 0 10px; }
      .form-area .chk-holder .block .box {
        float: left;
        width: 50%;
        padding-left: 10px; }
        .form-area .chk-holder .block .box:first-child {
          padding-left: 0; } }
  .form-area .chk-holder .block .wpcf7-list-item,
  .form-area .chk-holder .block .row {
    padding: 0 0 8px; }
    @media (min-width: 768px) {
      .form-area .chk-holder .block .wpcf7-list-item,
      .form-area .chk-holder .block .row {
        padding: 0 0 12px; } }
  .form-area .chk-holder .block .wpcf7-list-item {
    font-size: 0;
    line-height: 0; }
  .form-area .chk-holder .wpcf7-list-item-label,
  .form-area .chk-holder label {
    display: block;
    overflow: hidden;
    font-weight: 300;
    line-height: 14px;
    padding: 3px 0 0; }
    @media (min-width: 768px) {
      .form-area .chk-holder .wpcf7-list-item-label,
      .form-area .chk-holder label {
        font-size: 15px;
        line-height: 16px;
        padding: 5px 0 3px; } }
    @media (min-width: 1210px) {
      .form-area .chk-holder .wpcf7-list-item-label,
      .form-area .chk-holder label {
        font-size: 18px; } }
  .form-area .chk-holder .jcf-checkbox {
    float: left;
    border: none;
    border-radius: 0;
    background: #fff;
    width: 20px;
    height: 20px;
    margin: 0 5px 0 0; }
    @media (min-width: 768px) {
      .form-area .chk-holder .jcf-checkbox {
        width: 30px;
        height: 30px;
        margin: 0 18px 0 0; }
        .form-area .chk-holder .jcf-checkbox span {
          height: 8px;
          width: 16px;
          border-width: 0 0 4px 4px;
          margin: -6px 0 0 -8px; } }

.form-area textarea {
  height: 50px;
  padding: 1px 6px;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .form-area textarea {
      height: 100px;
      padding: 5px 10px; } }
  .form-area textarea:focus {
    border-color: #002B49; }

.form-area .btn-holder {
  padding: 17px 0 0; }
  @media (min-width: 768px) {
    .form-area .btn-holder {
      padding: 24px 0 0; } }

.form-area .btn-default {
  min-width: 111px;
  color: #fff;
  background: #002B49;
  border-color: #002B49;
  height: 26px;
  font-size: 11px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 10px; }
  .form-area .btn-default:hover {
    border-color: #fff;
    background: #002B49; }
  @media (min-width: 768px) {
    .form-area .btn-default {
      font-weight: 500;
      min-width: 220px;
      font-size: 18px;
      line-height: 28px;
      height: 50px;
      padding: 8px 10px 12px; } }

.form-area div.wpcf7-mail-sent-ok,
.form-area div.wpcf7-validation-errors,
.form-area .form-message {
  color: #fff;
  border: none;
  font: italic 14px/1 "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  overflow: hidden;
  text-align: center;
  margin: 21px -9999px -21px;
  padding: 10px 9999px; }
  @media (min-width: 768px) {
    .form-area div.wpcf7-mail-sent-ok,
    .form-area div.wpcf7-validation-errors,
    .form-area .form-message {
      font-size: 18px;
      padding-top: 14px;
      padding-bottom: 16px;
      margin-top: 22px; } }
  .form-area div.wpcf7-mail-sent-ok.success,
  .form-area div.wpcf7-validation-errors.success,
  .form-area .form-message.success {
    background: #59b200; }
  .form-area div.wpcf7-mail-sent-ok.error,
  .form-area div.wpcf7-validation-errors.error,
  .form-area .form-message.error {
    background: #ff4000; }

.form-area div.wpcf7-validation-errors {
  background: #ff4000; }

.form-area div.wpcf7-mail-sent-ok {
  background: #59b200; }

.video-area {
  background: #eee;
  text-align: center;
  padding: 20px 0 5px; }
  @media (min-width: 768px) {
    .video-area {
      padding: 43px 0 22px; } }
  .video-area h2 {
    color: #444;
    font: 15px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 19px; }
    @media (min-width: 768px) {
      .video-area h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 38px; } }
  .video-area .video-list {
    margin: 0 auto;
    max-width: 192px; }
    @media (min-width: 768px) {
      .video-area .video-list {
        max-width: 400px; } }
    @media (min-width: 1000px) {
      .video-area .video-list {
        margin: 0 -10px;
        max-width: none;
        font-size: 0;
        line-height: 0;
        letter-spacing: -4px; } }
    .video-area .video-list li {
      color: #444;
      font-size: 10px;
      line-height: 11px;
      padding: 0 0 22px; }
      @media (min-width: 768px) {
        .video-area .video-list li {
          font-size: 14px;
          line-height: 16px;
          padding: 0 0 35px; } }
      @media (min-width: 1000px) {
        .video-area .video-list li {
          letter-spacing: 0;
          font-size: 16px;
          line-height: 22px;
          display: inline-block;
          vertical-align: top;
          width: 33%;
          padding: 0 10px 30px; } }
    .video-area .video-list .box {
      position: relative;
      overflow: hidden;
      width: 100%;
      margin: 0 0 6px; }
      @media (min-width: 768px) {
        .video-area .video-list .box {
          margin: 0 0 12px; } }
      @media (min-width: 1000px) {
        .video-area .video-list .box {
          margin: 0 0 16px; } }
    .video-area .video-list h3 {
      color: #444;
      font-weight: 300;
      font-size: 11px;
      line-height: 18px;
      margin: 0 0 4px; }
      @media (min-width: 768px) {
        .video-area .video-list h3 {
          font-size: 23px;
          line-height: 27px;
          margin: 0 0 15px; } }
  .video-area iframe {
    width: 100%;
    height: 110px;
    margin: 0; }
    @media (min-width: 768px) {
      .video-area iframe {
        height: 220px; } }

.additional-info {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  margin: 0 -50px;
  padding: 24px 50px 31px;
  background: #002B49;
  box-shadow: inset 0 0 25px 15px rgba(0, 0, 0, 0.15); }
  .additional-info .container {
    position: relative; }
  @media (min-width: 768px) {
    .additional-info {
      font-size: 20px;
      line-height: 32px;
      padding-top: 70px;
      padding-bottom: 70px; } }
  @media (min-width: 1000px) {
    .additional-info {
      padding-top: 91px;
      padding-bottom: 97px; } }
  .additional-info .box-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90px;
    height: 90px;
    background: #fff;
    color: #002B49;
    padding: 10px;
    text-align: center;
    font: 300 18px/1 "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 auto 22px;
    border-radius: 50%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .additional-info .box-price {
        width: 180px;
        height: 187px;
        font-size: 35px;
        line-height: 1; }
        .additional-info .box-price span {
          padding-top: 5px; } }
    @media (min-width: 1000px) {
      .additional-info .box-price {
        position: absolute;
        top: -41px;
        right: 10px; } }
    .additional-info .box-price span,
    .additional-info .box-price strong {
      display: block; }
    .additional-info .box-price strong {
      font-weight: 500; }
    .additional-info .box-price i {
      text-transform: uppercase;
      font-style: normal;
      font-size: 13px;
      line-height: 16px; }
      @media (min-width: 768px) {
        .additional-info .box-price i {
          font-size: 25px;
          line-height: 30px; } }
  .additional-info .heading {
    color: #fff;
    margin: 0;
    padding: 0 7% 5px; }
    @media (min-width: 768px) {
      .additional-info .heading {
        font-weight: 400; } }
    @media (min-width: 1000px) {
      .additional-info .heading {
        padding: 0 22% 15px; } }
  .additional-info h2 {
    color: #fff;
    font: 15px/18px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .additional-info h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 35px; } }
  @media (min-width: 375px) {
    .additional-info ul {
      padding: 0 13% 0 16%; } }
  @media (min-width: 768px) {
    .additional-info ul {
      padding: 0 10%; } }
  @media (min-width: 1000px) {
    .additional-info ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px;
      padding: 0; } }
  .additional-info ul li {
    position: relative;
    font: 300 12px/15px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    padding: 6px 0 12px 41px; }
    @media (min-width: 768px) {
      .additional-info ul li {
        font-size: 25px;
        line-height: 30px;
        padding: 6px 0 31px 81px; } }
    @media (min-width: 1000px) {
      .additional-info ul li {
        display: inline-block;
        vertical-align: top;
        min-height: 97px; } }
    .additional-info ul li:before {
      position: absolute;
      content: "\e902";
      font-family: icomoon;
      font-size: 20px;
      line-height: 1;
      color: #fff;
      top: 4px;
      left: 0; }
      @media (min-width: 768px) {
        .additional-info ul li:before {
          font-size: 36px; } }

.cite-info {
  text-align: center;
  padding: 30px 0 14px; }
  @media (min-width: 768px) {
    .cite-info {
      padding: 70px 0 38px; } }
  .cite-info h2 {
    font: 14px/20px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin: 0 0 26px; }
    @media (min-width: 768px) {
      .cite-info h2 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 48px; } }
  .cite-info .cite-list {
    max-width: 170px;
    margin: 0 auto;
    color: #939598; }
    @media (min-width: 768px) {
      .cite-info .cite-list {
        max-width: 340px; } }
    @media (min-width: 1000px) {
      .cite-info .cite-list {
        max-width: none;
        margin: 0 -5px; } }
    .cite-info .cite-list li {
      color: #939598;
      font: 300 10px/14px "Ubuntu", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      padding: 0 0 23px; }
      @media (min-width: 768px) {
        .cite-info .cite-list li {
          font-size: 18px;
          line-height: 21px; } }
      @media (min-width: 1000px) {
        .cite-info .cite-list li {
          float: left;
          width: 33.333%;
          padding: 0 2% 23px; } }
      @media (max-width: 999px) {
        .cite-info .cite-list li {
          min-height: 0 !important; } }
    .cite-info .cite-list .visual {
      width: 92px;
      min-height: 86px;
      margin: 0 auto 8px;
      border: 1px solid #26bfc9; }
      @media (min-width: 768px) {
        .cite-info .cite-list .visual {
          width: 180px;
          min-height: 170px;
          border: none;
          background: #26bfc9;
          margin-bottom: 16px; } }
    .cite-info .cite-list blockquote {
      border: none;
      padding: 0;
      margin: 0; }
      .cite-info .cite-list blockquote q {
        display: block;
        color: #444;
        font-size: 13px;
        line-height: 15px;
        padding: 0 0 3px; }
        @media (min-width: 768px) {
          .cite-info .cite-list blockquote q {
            font-size: 25px;
            line-height: 30px;
            padding: 0 0 9px; } }
      .cite-info .cite-list blockquote cite {
        display: block;
        font-style: normal; }

.bg-holder {
  position: relative; }
  .bg-holder:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0.5; }
  .bg-holder .container {
    position: relative;
    z-index: 2; }
/*# sourceMappingURL=style.css.map */

/* \/\/\/\/\ Those with .page-template-page-ebook will only affect page-ebook.php */
.page-template-page-ebook .white {
	color: white;
}

.page-template-page-ebook .clear-both {
	clear: both;
}
.page-template-page-ebook .landing-block {
	padding-top: 0 !important;
}
.page-template-page-ebook .top-blue-bar {
	background-color: #02afb9;
	width: 100%;
	height: 100px;
	padding-top: 15px;
}
.page-template-page-ebook .top-blue-bar a, .page-template-page-ebook .top-section a {
	margin-top: 20px;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 22px;
}
.page-template-page-ebook .ebook-button {
	height: 70px;
	width: 225px;
	padding-top: 16px;
	border: 2px solid white;
	text-align: center;
	transition: background-color 0.25s;
}
.page-template-page-ebook .ebook-button:hover {
	background-color: #07979f;
}
.page-template-page-ebook .ebook-button-blue {
	height: 70px;
	width: 225px;
	padding-top: 16px;
	border: 2px solid #02afb9;
	text-align: center;
	transition: background-color 0.25s;
}
.page-template-page-ebook .ebook-button-blue:hover, .page-template-page-ebook .top-section {
	background-color: #eee;
}
.page-template-page-ebook .right-button {
	float: right;
    position: relative;
    top: -70px;
}
.page-template-page-ebook .top-section {
	padding-top: 70px;
}
.page-template-page-ebook .text-content {
	width: 50%;
	float: left;
}
.page-template-page-ebook .text-content h2 {
	font-size: 36px;
}
.page-template-page-ebook .text-content p {
	font-size: 15px;
}
.page-template-page-ebook .image-on-right {
	width: 50%;
	height: auto;
	float: right;
	margin-top: -30px;
}
.page-template-page-ebook .button-top {
	margin-bottom: 80px;
}
.page-template-page-ebook .second-section {
	padding-top: 90px;
}
.page-template-page-ebook .image-on-left {
	width: 60%;
	height: auto;
	margin-left: -13.5%;
	float: left;
}
.page-template-page-ebook .text-content-right {
	float: left;
	width: 50%;
	text-align: left;
	padding-left: 60px;
	margin-top: -20px;
	color: #444444;
}
.page-template-page-ebook .text-content-right h2 {
	font-size: 36px;
}
.page-template-page-ebook .testimonial-content, .page-template-page-ebook .testimonial-name {
	font-size: 15px;
}
.page-template-page-ebook .testimonial-name {
	font-weight: bold;
}
@media (max-width: 475px) {
	.page-template-page-ebook .ebook-button {
		width: 50%;
		font-size: 19px;
	}
	.page-template-page-ebook .ebook-button.right-button {
		border-left: none;
	}
}
@media (max-width: 665px) {
	.page-template-page-ebook .title h2 {
		line-height: 33px;
	}
}
@media (max-width: 1000px) {
	.page-template-page-ebook .text-content {
		width: 90%;
		margin-left: 5%;
	}
	.page-template-page-ebook .button-top {
		margin: 70px auto;
		margin-top: 50px;
	}
	.page-template-page-ebook .image-on-right {
		float: left;
	    width: 60%;
	    position: relative;
	    margin-bottom: 70px;
	    left: 50%;
	    transform: translateX(-50%);
	}
	.page-template-page-ebook .text-content-right {
		width: 90%;
		margin-left: 5%;
		padding-left: 0;

	}
	.page-template-page-ebook .image-on-left {
	    width: 60%;
	    position: relative;
	    margin-bottom: 70px;
	    left: 60%;
	    transform: translateX(-50%);
	}
}


/* END OF page-ebook.php */