/*
Theme Name: Sequel
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: sequel1
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; }

bdoy a{
  color: #32d17e;
}

/* 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; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, #nav:after, #header:after, .footer-holder > .links-holder:after, .footer-holder ul:after, .list:after, .blog-holder ul:after, .breadcrumbs ul:after, .main-holder ul:after, .widget ul:after, .wpcf7-form .row:after, .detail-box:after, .detail .downloads:after, .help-area .help-list:after {
  content: " ";
  display: block;
  clear: both; }

#nav > ul, #nav .drop, #nav .sub-drop, .header-t .social-networks, .contact-area .social-networks, .footer-holder > .links-holder, .footer-holder ul, .list, .blog-holder ul, .breadcrumbs ul, .main-holder ul, .widget ul, .jcf-list ul, .detail .downloads, .help-area .help-list {
  margin: 0;
  padding: 0;
  list-style: none; }

#nav > ul, #nav .drop, #nav .sub-drop, .header-t .social-networks, .contact-area .social-networks, .footer-holder > .links-holder, .footer-holder ul, .list, .blog-holder ul, .breadcrumbs ul, .main-holder ul, .widget ul, .jcf-list ul, .detail .downloads, .help-area .help-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, #nav:after, #header:after, .footer-holder > .links-holder:after, .footer-holder ul:after, .list:after, .blog-holder ul:after, .breadcrumbs ul:after, .main-holder ul:after, .widget ul:after, .wpcf7-form .row:after, .detail-box:after, .detail .downloads:after, .help-area .help-list:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #434648;
  background: #f8f9f7;
  font: 14px/1.21428 "museo_sans_rounded", "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.21428em; }

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.21428em; }

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: #333; }
  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; }

.widget {
  margin-bottom: 1.21428em; }
  .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: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 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.21428em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.21428em 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.21428em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation {
  position: relative;
  vertical-align: middle;
  margin: 0 0 1.21428em; }
  .navigation .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev {
        padding: .2em; } }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.21428em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.21428em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.21428em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.21428em; }

.mejs-container {
  margin-bottom: 1.21428em; }

.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #32d17e;
  text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    color: #919191;
}

#nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    #nav {
      max-height: 0;
      overflow: hidden;
      top: 84px; } }
  #nav > ul {
    position: relative;
    display: table;
    width: 100%; }
    #nav > ul > li {
      list-style: none;
      text-align: center; }
      @media (max-width: 767px) {
        #nav > ul > li {
          border-top: 1px solid #f0f2ef; } }
      @media (min-width: 768px) {
        #nav > ul > li {
          display: table-cell;
          vertical-align: top;
          border-left: 1px solid #f0f2ef; } }
      #nav > ul > li:first-child {
        border: 0; }
      #nav > ul > li:hover .drop {
        display: block; }
      #nav > ul > li:hover > a {
        background: #32d17e;
        color: #fcfcfc; }
        #nav > ul > li:hover > a:after {
          display: block; }
          @media (max-width: 767px) {
            #nav > ul > li:hover > a:after {
              display: none; } }
      #nav > ul > li.active > a {
        background: #32d17e;
        color: #fcfcfc; }
        #nav > ul > li.active > a:after {
          display: block; }
          @media (max-width: 767px) {
            #nav > ul > li.active > a:after {
              display: none; } }
      #nav > ul > li > a {
        text-decoration: none;
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        background: #dee0dc;
        color: #434648;
        padding: 13px 5px 10px;
        position: relative; }
        @media (min-width: 1024px) {
          #nav > ul > li > a {
            font-size: 18px; } }
        #nav > ul > li > a:after {
          position: absolute;
          left: 50%;
          top: 100%;
          margin: 0 0 0 -11px;
          content: '';
          border-color: #32d17e transparent transparent transparent;
          border-width: 10px 11px 0 11px;
          border-style: solid;
          display: none;
          z-index: 1; }
        #nav > ul > li > a:hover {
          background: #32d17e;
          color: #fcfcfc; }
          #nav > ul > li > a:hover:after {
            display: block; }
            @media (max-width: 767px) {
              #nav > ul > li > a:hover:after {
                display: none; } }
  #nav .drop {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    background: #565a5c;
    padding: 21px 0 2px; }
    @media (max-width: 767px) {
      #nav .drop {
        position: static;
        overflow: hidden;
        padding: 13px 0 2px; } }
    #nav .drop li {
      float: left;
      width: 100%;
      text-align: left;
      list-style: none;
      margin: 0 0 5px; }
  #nav .sub-drop {
    font: 14px/17px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff; }
    #nav .sub-drop li {
      width: 25%;
      padding: 0 2%;
      margin: 0 0 5px; }
      @media (max-width: 767px) {
        #nav .sub-drop li {
          width: 100%; }
          #nav .sub-drop li p {
            display: none; } }
  #nav .title {
    display: block;
    color: #32d17e;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 5px; }
    @media (max-width: 767px) {
      #nav .title {
        text-align: center; } }
    #nav .title a {
      text-decoration: none;
      color: #32d17e;
      display: inline-block;
      vertical-align: top; }
      #nav .title a:hover {
        color: #fff; }
      @media (min-width: 768px) {
        #nav .title a {
          font-weight: 700; } }

.nav-opener {
  text-decoration: none;
  text-transform: uppercase;
  width: 65px;
  margin: 12px auto 0;
  background: #dee0dc;
  display: block;
  padding: 6px 6px 4px;
  color: #434648;
  text-align: center;
  font-weight: 500;
  outline: none;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 20px; }
  @media (min-width: 768px) {
    .nav-opener {
      display: none; } }
  .nav-opener em {
    font-style: normal; }
  .nav-opener .close {
    display: none; }
  .nav-opener:hover {
    background: #32d17e;
    color: #fff; }

.nav-active .nav-opener {
  background: #32d17e;
  color: #fff; }

.nav-active #nav {
  max-height: inherit;
  overflow: visible; }

#header {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 15px 15px 5px; }
  @media (min-width: 1024px) {
    #header {
      padding: 15px 0; } }
  #header.blog {
    padding-bottom: 0; }
    @media (min-width: 768px) {
      #header.blog {
        padding-bottom: 24px; } }
    @media (min-width: 768px) {
      #header.blog #nav {
        position: relative;
        margin: 14px 0 0; } }

.header-t {
  overflow: hidden; }
  .header-t .logo {
    float: left;
    width: 170px;
    margin: 0 auto 14px; }
    @media (min-width: 768px) {
      .header-t .logo {
        float: left;
        width: 170px;
        margin: 4px 0 0; } }
    @media (min-width: 1024px) {
      .header-t .logo {
        width: 225px; } }
    .header-t .logo img {
      display: block;
      width: 100%;
      height: auto; }
  .header-t .holder {
    float: right;
    max-width: 650px;
    text-align: right;
    color: #565a5c;
    font: 12px/16px Arial, Helvetica Neue, Helvetica, sans-serif; }
    @media (max-width: 767px) {
      .header-t .holder {
        text-align: center;
        width: 100%;
        max-width: 100%; } }
    @media (min-width: 1024px) {
      .header-t .holder {
        font-size: 13px; } }
    .header-t .holder p {
      margin: 0 0 16px; }
      @media (max-width: 767px) {
        .header-t .holder p {
          display: none; } }
  .header-t .contact {
    overflow: hidden; }
  .header-t .chat {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    background: #dee0dc;
    color: #434648;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
    padding: 12px 12px 11px;
    margin: 2px 0 0; }
    .header-t .chat span {
      display: inline-block;
      vertical-align: top; }
    .header-t .chat .icon-comment {
      display: inline-block;
      vertical-align: top;
      color: #565a5c;
      font-size: 22px; }
    @media (max-width: 767px) {
      .header-t .chat {
        padding: 0;
        background: none;
        margin: 0;
        vertical-align: middle; }
        .header-t .chat span {
          display: none; }
        .header-t .chat .icon-comment {
          font-size: 16px; } }
    .header-t .chat:hover {
      color: #f8f9f7;
      background: #32d17e; }
      .header-t .chat:hover .icon-comment {
        color: #f8f9f7; }
  .header-t .social {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
    @media (min-width: 768px) {
      .header-t .social {
        margin: 0 0 0 18px;
        vertical-align: top; } }
  .header-t .social-networks {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 5px; }
    @media (min-width: 768px) {
      .header-t .social-networks {
        overflow: hidden;
        margin: 0 0 9px;
        display: block; } }
    .header-t .social-networks li {
      display: inline-block;
      vertical-align: top; }
    .header-t .social-networks a {
      text-decoration: none;
      color: #565a5c; }
      .header-t .social-networks a:hover {
        color: #008576; }
      .header-t .social-networks a .txt {
        font-size: 0;
        line-height: 0; }
      .header-t .social-networks a i {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px; }
      .header-t .social-networks a .icon-facebook {
        font-size: 16px; }
      .header-t .social-networks a .icon-twitter {
        margin: 0 0 0 11px; }
      .header-t .social-networks a .icon-mail {
        font-size: 11px;
        margin: 0 0 0 14px; }
      .header-t .social-networks a .icon-share {
        font-size: 14px;
        margin: 0 -3px 0 20px; }
  .header-t .tel {
    text-decoration: none;
    color: #008576;
    font-size: 21px;
    font-family: "museo_sans_rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    line-height: 24px;
    font-weight: 500; }
    .header-t .tel:hover {
      opacity: 0.7; }
    @media (min-width: 768px) {
      .header-t .tel .icon-phone {
        display: none; } }
    @media (max-width: 767px) {
      .header-t .tel {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px; }
        .header-t .tel .icon-phone {
          font-size: 18px;
          color: #565a5c; }
          .header-t .tel .icon-phone:hover {
            color: #008576; }
        .header-t .tel span {
          display: none; }
        .header-t .tel:hover {
          opacity: 1; } }

#footer {
  overflow: hidden;
  background: #919191; }

.contact-area {
  overflow: hidden;
  background: #dee0dc;
  padding: 10px 15px 21px;
  text-align: center; }
  @media (min-width: 768px) {
    .contact-area {
      padding: 30px 15px 31px; } }
  @media (min-width: 1024px) {
    .contact-area {
      padding: 30px 0 31px; } }
  .contact-area .txt {
    display: inline-block;
    vertical-align: middle;
    color: #008576;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 12px; }
    @media (min-width: 768px) {
      .contact-area .txt {
        font-size: 21px;
        line-height: 24px; } }
    .contact-area .txt p {
      margin: 0; }
    .contact-area .txt .tel {
      text-decoration: none;
      color: #008576; }
      .contact-area .txt .tel:hover {
        opacity: 0.7; }
  .contact-area .social-networks {
    display: inline-block;
    vertical-align: middle; }
    .contact-area .social-networks li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 6px; }
    .contact-area .social-networks a {
      text-decoration: none;
      width: 27px;
      height: 27px;
      line-height: 27px;
      text-align: center;
      background: #565a5c;
      color: #dee0dc;
      display: block;
      border-radius: 100%; }
      .contact-area .social-networks a span {
        display: none; }
      .contact-area .social-networks a:hover {
        background: #008576; }
    .contact-area .social-networks .icon-facebook {
      font-size: 15px; }
    .contact-area .social-networks .icon-twitter {
      font-size: 17px; }
    .contact-area .social-networks .icon-mail {
      font-size: 12px;
      margin: 0 4px 0 0; }
    .contact-area .social-networks .icon-share {
      margin: 0 2px 0 0; }

.footer-holder {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 15px; }
  @media (min-width: 1024px) {
    .footer-holder {
      padding: 40px 0; } }
  .footer-holder > .links-holder {
    margin: 0 -30px 10px 0; }
    .footer-holder > .links-holder > li {
      width: 100%;
      float: left;
      margin: 0 0 12px;
      list-style: none; }
      @media (min-width: 768px) {
        .footer-holder > .links-holder > li {
          width: 20%; } }
      @media (min-width: 1024px) {
        .footer-holder > .links-holder > li {
          width: 135px;
          margin: 0 30px 0 0; } }
      .footer-holder > .links-holder > li:first-child {
        width: 100%; }
        @media (min-width: 768px) {
          .footer-holder > .links-holder > li:first-child {
            width: 20%; } }
        @media (min-width: 1024px) {
          .footer-holder > .links-holder > li:first-child {
            width: 300px; } }
        .footer-holder > .links-holder > li:first-child .sub-links > li {
          float: left;
          width: 100%; }
          @media (min-width: 1024px) {
            .footer-holder > .links-holder > li:first-child .sub-links > li {
              width: 50%; } }
  .footer-holder .sub-links li {
    list-style: none;
    margin: 0 0 2px;
    padding: 0 8% 0 0; }
    @media (min-width: 1024px) {
      .footer-holder .sub-links li {
        padding: 0 3% 0 0; } }
    .footer-holder .sub-links li.active a {
      color: #dee0dc; }
  .footer-holder .sub-links a {
    text-decoration: none;
    color: #434648;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
    .footer-holder .sub-links a:hover {
      color: #dee0dc; }
  .footer-holder h3,
  .footer-holder h4 {
    margin: 0 0 8px;
    font-weight: 500;
    color: #dee0dc;
    font-size: 14px;
    line-height: 16px; }
    .footer-holder h3 a,
    .footer-holder h4 a {
      color: #dee0dc;
      text-decoration: none; }
      .footer-holder h3 a:hover,
      .footer-holder h4 a:hover {
        color: #434648; }
  .footer-holder h4 {
    margin: 23px 0 6px; }
  .footer-holder address {
    font-style: normal;
    display: block;
    color: #434648;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px; }
    .footer-holder address .tel {
      color: #434648;
      text-decoration: none;
      display: inline-block;
      vertical-align: top; }
      @media (min-width: 1024px) {
        .footer-holder address .tel {
          display: inline; } }
      .footer-holder address .tel:hover {
        color: #dee0dc; }

.footer-b {
  overflow: hidden; }
  .footer-b .form {
    overflow: hidden;
    width: 100%;
    margin: 0 0 15px;
    background: #dee0dc; }
    @media (min-width: 768px) {
      .footer-b .form {
        float: left;
        overflow: auto;
        width: 218px;
        margin: 0 30px 0 0; } }
    .footer-b .form button[type="submit"] {
      float: left;
      border: 0;
      background: #565a5c;
      padding: 0;
      width: 27px;
      height: 27px;
      font-size: 16px; }
      .footer-b .form button[type="submit"]:hover {
        background: #008576; }
        .footer-b .form button[type="submit"]:hover .icon-search {
          color: #fff; }
      .footer-b .form button[type="submit"] .icon-search {
        display: block;
        color: #919191; }
    .footer-b .form input[type="text"],
    .footer-b .form input[type="search"] {
      float: left;
      width: 85.8%;
      outline: none;
      padding: 4px 5px 6px;
      border: 0;
      background: #dee0dc; }
      @media (min-width: 768px) {
        .footer-b .form input[type="text"],
        .footer-b .form input[type="search"] {
          width: 82.8%; } }
  .footer-b .copyright {
    overflow: hidden;
    text-align: center;
    font-weight: 500; }
    @media (min-width: 768px) {
      .footer-b .copyright {
        text-align: right;
        margin: 9px 0 0; } }
    @media (min-width: 1025px) {
      .footer-b .copyright {
        margin: 16px 0 0; } }
    .footer-b .copyright p {
      margin: 0; }
    .footer-b .copyright a {
      text-decoration: none;
      color: #434648;
      margin: 0 3px 0 0; }
      .footer-b .copyright a:hover {
        color: #dee0dc; }

#wrapper {
  position: relative;
  overflow: hidden;
  width: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #008576; }

.widget input[type="search"] {
  width: 130px;
  height: auto; }

.comment-form input[type="submit"],
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.post-password-form input[type="submit"],
.post-password-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.search-form input[type="submit"] {
  padding: 1px 8px 0; }

.search-form input {
  height: auto; }

.search-form input[type="submit"] {
  height: 30px;
  padding: 1px 8px 0; }

.visual {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px; }
  .visual .img-box {
    overflow: hidden; }
    .visual .img-box img {
      display: block;
      width: 100%;
      height: auto; }

@media (min-width: 768px) and (max-width: 1249px) {
  .visual .img-box img {
    max-width: inherit;
    width: 1460px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -730px; } }
  @media (min-width: 768px) {
    .visual .holder {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; } }
  .visual .caption {
    overflow: hidden;
    background: rgba(0, 133, 118, 0.8);
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    padding: 10px 15px 15px; }
    @media (min-width: 768px) {
      .visual .caption {
        margin: 0 0 30px;
        background: rgba(0, 133, 118, 0.8);
        font-size: 40px;
        line-height: 45px;
        padding: 19px 20px 15px;
        max-width: 669px; }
        .visual .caption.right {
          float: right;
          max-width: 492px; }
        .visual .caption.left {
          float: left; }
        .visual .caption.center {
          float: none;
          margin: 0 auto 30px; } }

@media (min-width: 768px) and (max-width: 1249px) {
  .visual .caption {
    margin: 0 15px 30px 0; } }
    .visual .caption p {
      margin: 0 0 5px; }

.container {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden; }
  .container .title h1,
  .container .title h2 {
    font-size: 34px;
    line-height: 36px;
    font-weight: 500;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }

.list {
  margin: 0 15px 26px;
  background: #717172;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(15%, #717172), color-stop(40%, #29a363), color-stop(60%, #29a363), color-stop(80%, #015f54));
  background: -webkit-linear-gradient(-45deg, #717172 15%, #29a363 40%, #29a363 60%, #015f54 80%);
  background: -webkit-linear-gradient(315deg, #717172 15%, #29a363 40%, #29a363 60%, #015f54 80%);
  background: linear-gradient(135deg, #717172 15%, #29a363 40%, #29a363 60%, #015f54 80%); }
  @media (min-width: 768px) {
    .list {
      margin: 3px 15px 26px; } }
  @media (min-width: 1024px) {
    .list {
      margin: 3px -4px 26px; } }
  .list li {
    float: left;
    min-width: 100%;
    border: 3px solid #fff;
    text-align: center; }
    @media (min-width: 768px) {
      .list li {
        min-width: 50%; } }
    @media (min-width: 1024px) {
      .list li {
        min-width: 242px; } }
  .list a {
    text-decoration: none;
    display: block;
    padding: 18px 10px 20px;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 22px;
    position: relative; }
    .list a:hover:after {
      display: none; }
    .list a:after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      content: '';
      background: #fff;
      opacity: 0.1; }

.blog-text {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }

.blog-holder {
  overflow: hidden;
  margin: 0; }
  @media (min-width: 1025px) {
    .blog-holder {
      margin: 0 -29px 0 0; } }
  .blog-holder .blog {
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 15px; }
    @media (min-width: 768px) {
      .blog-holder .blog {
        width: 43.9%;
        margin: 0 15px 20px;
        padding: 0; } }
    @media (min-width: 1025px) {
      .blog-holder .blog {
        width: 218px;
        margin: 0 29px 29px 0; } }
    .blog-holder .blog h1,
    .blog-holder .blog h2 {
      margin: 0 0 11px;
      color: #008576;
      font-weight: 500;
      font-size: 20px;
      line-height: 22px;
      font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }
      .blog-holder .blog h1 a,
      .blog-holder .blog h2 a {
        text-decoration: none;
        color: #008576; }
        .blog-holder .blog h1 a:hover,
        .blog-holder .blog h2 a:hover {
          opacity: 0.7; }
    .blog-holder .blog .img-box {
      overflow: hidden;
      margin: 0 0 11px; }
      .blog-holder .blog .img-box img {
        display: block;
        width: 100%;
        height: auto; }
  .blog-holder .text {
    overflow: hidden; }
    .blog-holder .text p {
      margin: 0 0 5px; }
  .blog-holder h3 {
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px; }
    .blog-holder h3 a {
      color: #434648;
      text-decoration: none; }
      .blog-holder h3 a:hover {
        color: #32d17e; }
  .blog-holder .heading-frame {
    overflow: hidden;
    text-align: center;
    margin: 0 37px 33px 0; }
    @media (max-width: 1023px) {
      .blog-holder .heading-frame {
        margin: 0 0 20px; } }
    .blog-holder .heading-frame h3 {
      color: #008576;
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      line-height: 24px;
      font-weight: 500;
      margin: 0;
      padding: 0 25px;
      position: relative; }
      .blog-holder .heading-frame h3:after, .blog-holder .heading-frame h3:before {
        position: absolute;
        top: 13px;
        right: 100%;
        content: '';
        background: #dee0dc;
        width: 1000%;
        height: 1px; }
      .blog-holder .heading-frame h3:before {
        left: 100%;
        right: auto; }
  .blog-holder .category {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #919191;
    margin: 0 0 10px; }
    .blog-holder .category a {
      text-decoration: none;
      color: #919191; }
      .blog-holder .category a:hover {
        color: #434648; }
  .blog-holder ul {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    padding: 0 !important; }
    .blog-holder ul li {
      margin: 0 0 9px;
      padding: 0 !important; }
      .blog-holder ul li:after {
        display: none; }
    .blog-holder ul a {
      text-decoration: none;
      color: #434648; }
      .blog-holder ul a:hover {
        color: #32d17e; }
  .blog-holder .more {
    text-decoration: none;
    color: #32d17e;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px; }
    .blog-holder .more:hover {
      color: #919191; }
    .blog-holder .more .arrow {
      display: inline-block;
      vertical-align: top;
      margin: 1px 0 0; }

.banner {
  overflow: hidden;
  position: relative;
  margin: 8px 0 0; }
  .banner .img-box {
    overflow: hidden; }
    .banner .img-box img {
      display: block;
      width: 100%;
      height: auto; }

@media (min-width: 768px) and (max-width: 1399px) {
  .banner .img-box img {
    width: 1460px;
    margin: 0 0 0 -730px;
    position: relative;
    left: 50%;
    max-width: inherit; } }
  @media (min-width: 768px) {
    .banner .holder {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; } }
  .banner .caption-box {
    overflow: hidden;
    background: rgba(0, 133, 118, 0.8);
    padding: 20px 15px;
    color: #fefefe;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .banner .caption-box {
        font-size: 25px;
        line-height: 29px;
        padding: 24px 29px 29px 21px;
        max-width: 494px; } }
    .banner .caption-box p {
      margin: 0 0 14px; }
      .banner .caption-box p span {
        font-weight: 700;
        font-size: 14px;
        line-height: 17px;
        display: block;
        padding: 0 0 13px; }
        @media (min-width: 768px) {
          .banner .caption-box p span {
            font-size: 16px;
            line-height: 19px; } }
  .banner .btn-holder {
    overflow: hidden;
    text-align: center; }
    .banner .btn-holder .quote {
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font-size: 14px;
      line-height: 16px;
      max-width: 240px;
      text-decoration: none;
      background: #32d17e;
      font-weight: 700;
      padding: 7px 12px 9px; }
      @media (min-width: 768px) {
        .banner .btn-holder .quote {
          font-size: 20px;
          line-height: 21px;
          padding: 6px 24px 12px; } }
      .banner .btn-holder .quote:hover {
        background: #434648; }

.breadcrumbs {
  overflow: hidden;
  font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
  padding: 0 15px 15px; }
  @media (max-width: 767px) {
    .breadcrumbs {
      text-align: center; } }
  @media (min-width: 768px) {
    .breadcrumbs {
      padding: 0 15px 27px; } }
  @media (min-width: 1024px) {
    .breadcrumbs {
      padding: 0 0 27px; } }
  .breadcrumbs ul {
    padding: 0 !important; }
  .breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 11px;
    line-height: 14px;
    text-transform: uppercase;
    color: #008576;
    padding: 0 !important; }
    .breadcrumbs li:after {
      display: none; }
    .breadcrumbs li:first-child:before {
      display: none; }
    .breadcrumbs li:before {
      content: '/';
      margin: 0 6px 0 2px;
      color: #434648;
      display: inline-block;
      vertical-align: top; }
  .breadcrumbs a {
    text-decoration: none;
    color: #434648; }
    .breadcrumbs a:hover {
      color: #008576; }

.main-holder {
  overflow: hidden;
  padding: 0 15px; }
  .main-holder.inner #sidebar {
    margin: 0; }
  .main-holder.inner #content {
    width: 100%; }
    @media (min-width: 768px) {
      .main-holder.inner #content.inner {
        width: 75%; } }
  .main-holder .breadcrumbs {
    padding: 8px 0; }
    @media (min-width: 768px) {
      .main-holder .breadcrumbs {
        padding: 0 15px; } }
    @media (min-width: 1024px) {
      .main-holder .breadcrumbs {
        padding: 0 0 8px; } }
  @media (min-width: 1025px) {
    .main-holder {
      padding: 0; } }
  @media (max-width: 1023px) {
    .main-holder .blog-holder .blog {
      margin: 0 10px 20px;
      padding: 0; } }
  @media (max-width: 767px) {
    .main-holder .blog-holder .blog {
      margin: 0 0 15px;
      padding: 0; } }
  .main-holder #sidebar .blog {
    width: 100%; }
  .main-holder .img-box {
    overflow: hidden;
    margin: 0 0 25px; }
    .main-holder .img-box img {
      display: block;
      width: 100%;
      height: auto; }
  .main-holder h2 {
    margin: 0 0 21px;
    font: bold 14px/16px Arial, Helvetica Neue, Helvetica, sans-serif; }
  .main-holder .txt {
    display: block;
    margin: 0 0 9px; }
  .main-holder ul {
    padding: 0 0 10px 18px; }
    .main-holder ul li {
      list-style: none;
      padding: 0 0 10px 18px;
      position: relative; }
      .main-holder ul li:after {
        position: absolute;
        left: 0;
        top: 6px;
        content: '';
        width: 4px;
        height: 4px;
        border-radius: 100%;
        background: #434648; }
  .main-holder .image-box {
    overflow: hidden;
    padding: 0 8px 27px 0; }
    @media (max-width: 767px) {
      .main-holder .image-box {
        padding: 0 0 15px; } }
    .main-holder .image-box img {
      display: block;
      width: 100%;
      height: auto; }
  .main-holder p {
    margin: 0 0 20px; }
    .main-holder p + ul {
      margin-top: -11px; }
  .main-holder .social-area {
    overflow: hidden;
    padding: 18px 0 28px;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }
    .main-holder .social-area li {
      padding: 0 26px 0 0;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 767px) {
        .main-holder .social-area li {
          display: block;
          padding: 0 0 2px; } }
      @media (min-width: 768px) {
        .main-holder .social-area li {
          padding: 0 10px 10px 0; } }
      @media (min-width: 1024px) {
        .main-holder .social-area li {
          padding: 0 26px 0 0; } }
      .main-holder .social-area li:after {
        display: none; }
    .main-holder .social-area a {
      display: block;
      text-decoration: none;
      background: #565a5c;
      color: #fff; }
      .main-holder .social-area a:hover {
        background: #dee0dc; }
        .main-holder .social-area a:hover span {
          color: #008576; }
    .main-holder .social-area i {
      background: #008576;
      display: inline-block;
      vertical-align: middle;
      padding: 6px 2px 3px 4px;
      font-size: 17px; }
    .main-holder .social-area span {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px;
      line-height: 18px;
      font-weight: 500;
      padding: 0 12px 0 6px; }
    .main-holder .social-area .icon-mail {
      font-size: 13px;
      padding: 8px 7px 5px 4px; }
    .main-holder .social-area .icon-share {
      font-size: 16px;
      padding: 6px 4px 5px 5px; }

#content {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    #content {
      width: 73% !important; } }
  @media (min-width: 1024px) {
    #content {
      width: 75% !important; } }

#sidebar {
  float: right;
  width: 100%; }
  @media (min-width: 768px) {
    #sidebar {
      width: 24.7%; } }
  @media (min-width: 1025px) {
    #sidebar {
      width: 22.7%; } }

.widget {
  overflow: hidden;
  margin: 0 0 16px; }
  .widget h2 {
    background: #008576;
    color: #fcfcfc;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
    padding: 12px 10px 10px;
    position: relative;
    margin: 0; }
    .widget h2:after {
      position: absolute;
      left: 50%;
      margin: 0 0 0 -10px;
      top: 100%;
      content: '';
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #008576 transparent transparent transparent; }
  .widget .imgs-box {
    overflow: hidden;
    padding: 20px 0 12px; }
    .widget .imgs-box img {
      display: block;
      width: 100%;
      height: auto; }
  .widget .title {
    display: block;
    color: #008576;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin: 0 0 10px; }
  .widget .text {
    overflow: hidden;
    margin: 0 0 11px; }
    .widget .text p {
      line-height: 16px; }
  .widget ul {
    padding: 0; }
    .widget ul li {
      border-top: 1px solid #dee0dc;
      padding: 12px 0 11px; }
      .widget ul li:after {
        display: none; }
      .widget ul li:first-child {
        border: 0; }
      .widget ul li.active a {
        color: #32d17e; }
      .widget ul li a {
        text-decoration: none;
        color: #434648;
        font-weight: 500; }
        .widget ul li a:hover {
          color: #32d17e; }
  .widget h3 {
    margin: 0 0 3px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
    .widget h3 a {
      color: #434648;
      text-decoration: none; }
      .widget h3 a:hover {
        color: #32d17e; }
  .widget .category {
    display: block;
    color: #919191;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px; }
    .widget .category a {
      text-decoration: none;
      color: #919191; }
      .widget .category a:hover {
        color: #434648; }
  .widget p {
    margin: 0;
    line-height: 18px; }
  .widget time {
    display: block;
    color: #32d17e;
    margin: 4px 0;
    font-weight: 500; }
  .widget .txt-info {
    overflow: hidden;
    padding: 16px 0 8px;
    margin: 0 0 15px;
    border-bottom: 1px solid #eaece9; }

.btn-area {
  overflow: hidden;
  text-align: center;
  margin: 0 0 37px; }
  .btn-area a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    color: #434648;
    font-size: 16px;
    line-height: 18px;
    margin: 0 33px 0 23px; }
    .btn-area a:hover span {
      color: #32d17e; }
  .btn-area .icon-right-open-mini,
  .btn-area .icon-left-open-mini,
  .btn-area span {
    display: inline-block;
    vertical-align: middle; }
  .btn-area .icon-right-open-mini,
  .btn-area .icon-left-open-mini {
    font-size: 24px;
    margin: 0 -6px; }

.heading-holder {
  overflow: hidden;
  text-align: center;
  padding: 17px 0 28px;
  font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }
  .heading-holder h1 {
    margin: 0 0 13px;
    padding: 0 0 12px;
    color: #008576;
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: "museo_sans_rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    .heading-holder h1:after {
      position: absolute;
      left: 50%;
      bottom: 0;
      content: '';
      width: 51px;
      height: 2px;
      background: #434648;
      margin: 0 0 0 -26px; }
    .heading-holder h1 span {
      text-transform: uppercase;
      color: #32d17e;
      font-size: 14px;
      line-height: 16px;
      display: block;
      margin: 0 0 5px; }
  .heading-holder time {
    font-weight: 500;
    display: block;
    color: #919191;
    font-size: 14px;
    line-height: 16px; }

.contact-holder {
  overflow: hidden;
  font: 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif; }
  @media (min-width: 768px) {
    .contact-holder {
      /*line-height: 27px;*/
      padding: 10px 0 0; } }
  .contact-holder h1 {
    margin: 0 0 5px;
    color: #008576;
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }
    @media (min-width: 768px) {
      .contact-holder h1 {
        font-size: 34px;
        line-height: 36px;
        margin: 0 0 10px; } }
  .contact-holder a {
    text-decoration: none;
    color: #434648;
    font-weight: 700; }

.wpcf7-form {
  overflow: hidden;
  padding: 28px 20px;
  background: #dee0dc;
  margin: 0; }
  @media (min-width: 768px) {
    .wpcf7-form {
      margin: 0 8px 0 0; } }
  .wpcf7-form .row {
    margin: 0; }
    @media (min-width: 768px) {
      .wpcf7-form .row {
        margin: 0 0 18px; } }
    .wpcf7-form .row.last label,
    .wpcf7-form .row.last input[type="checkbox"] {
      display: inline-block;
      vertical-align: top;
      margin: 0; }
      @media (min-width: 768px) {
        .wpcf7-form .row.last label,
        .wpcf7-form .row.last input[type="checkbox"] {
          vertical-align: middle; } }
    .wpcf7-form .row.last label {
      width: 88%; }
  .wpcf7-form .col {
    float: right;
    width: 100%;
    margin: 0 0 10px; }
    @media (min-width: 768px) {
      .wpcf7-form .col {
        width: 47.8%;
        margin: 0; } }
    .wpcf7-form .col:first-child {
      float: left; }
  .wpcf7-form label {
    display: block;
    margin: 0 0 7px;
    font: 14px/16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #434648; }
  .wpcf7-form input[type="text"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    float: left;
    width: 100%;
    border: 1px solid #cbcfc8;
    padding: 4px 10px 7px;
    color: #919191;
    outline: none; }
  .wpcf7-form textarea {
    height: 105px; }
  .wpcf7-form select {
    width: 100%; }
  .wpcf7-form input[type="submit"] {
    float: left;
    background: #565a5c;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
    border: 0;
    padding: 5px 11px 7px;
    color: #f8f9f7;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 0; }
    @media (min-width: 768px) {
      .wpcf7-form input[type="submit"] {
        margin: 0; } }
    .wpcf7-form input[type="submit"]:hover {
      background: #008576; }

/* custom checkbox styles */
:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

.jcf-checkbox {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #d5d8d3;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }
  .jcf-checkbox span {
    position: absolute;
    display: none;
    width: 8px;
    height: 4px;
    top: 50%;
    left: 50%;
    margin: -3px 0 0 -4px;
    border: 3px solid #333;
    border-width: 0 0 2px 2px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  .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; }

/* custom select styles */
.widget .jcf-select .jcf-select-opener:after {
  top: 4px; }

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #cbcfc8;
  background: #fff;
  color: #919191;
  margin: 0;
  min-width: 150px;
  /*width: 100%;*/
  height: 30px; }
  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0; }
  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 28px;
    margin: 0 35px 0 8px; }
  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0; }
    .jcf-select .jcf-select-opener:after {
      position: absolute;
      content: '\e808';
      color: #919191;
      font-size: 16px;
      right: 13px;
      top: 0;
      font-family: 'fontello'; }
      @media (max-width: 767px) {
        .jcf-select .jcf-select-opener:after {
          top: 4px; } }
  .jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px; }
  .jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }
  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #cbcfc8; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  font-size: 12px;
  line-height: 14px;
  width: 100%; }
  .jcf-list .jcf-list-content {
    display: inline-block;
    vertical-align: top;
    overflow: auto;
    width: 100%; }
  .jcf-list ul li {
    overflow: hidden;
    display: block; }
  .jcf-list .jcf-overflow {
    overflow: auto; }
  .jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    height: 1%; }
  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important; }
  .jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000; }
  .jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.detail-box {
  margin: 0 0 55px;
  position: relative; }
  @media (max-width: 1419px) {
    .detail-box {
      padding: 0 15px; } }

.detail {
  float: left;
  width: 100%;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif; }
  @media (min-width: 768px) {
    .detail {
      width: 70%; } }
  @media (min-width: 1420px) {
    .detail {
      width: 75%; } }
  .detail h1 {
    margin: 0 0 10px;
    font-weight: 500;
    color: #008576;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 26px; }
    @media (min-width: 768px) {
      .detail h1 {
        margin: -8px 0 18px;
        font-size: 34px;
        line-height: 36px; } }
  .detail p {
    margin: 0 0 20px; }
    .detail p .tel {
      text-decoration: none;
      color: #434648; }
      .detail p .tel:hover {
        text-decoration: underline; }
  .detail .downloads {
    padding: 19px 0 0;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif; }
    .detail .downloads li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 20px 0; }
      @media (min-width: 768px) {
        .detail .downloads li {
          margin: 0 27px 20px 0; } }
    .detail .downloads a {
      text-decoration: none;
      color: #f8f9f7;
      background: #565a5c;
      display: inline-block;
      vertical-align: top; }
      .detail .downloads a span {
        font-weight: 500;
        font-size: 16px;
        padding: 5px 10px; }
        @media (max-width: 767px) {
          .detail .downloads a span {
            min-width: 241px; } }
      .detail .downloads a:hover span {
        background: #dee0dc;
        color: #008576; }
    .detail .downloads .icon-download-alt,
    .detail .downloads span {
      display: inline-block;
      vertical-align: top; }
    .detail .downloads .icon-download-alt {
      background: #008576;
      padding: 4px 4px 6px;
      font-size: 16px; }

.help-area {
  float: right;
  width: 100%;
  margin: 6px 0 0;
  border: 1px solid #008576;
  position: relative;
  right: 0;
  top: 0; }
  @media (max-width: 767px) {
    .help-area {
      position: static !important;
      display: none; } }
  .help-area.fixed-position {
    width: 100%; }
    @media (max-width: 767px) {
      .help-area.fixed-position {
        position: static !important; } }
  @media (min-width: 768px) {
    .help-area {
      width: 24.7%; }
      .help-area.fixed-position {
        width: 197px; } }
  @media (max-width: 999px) {
    .help-area {
      right: 15px; } }
  @media (min-width: 1420px) {
    .help-area {
      width: 22.7%; }
      .help-area.fixed-position {
        width: 217px; } }
  .help-area h2 {
    margin: 0;
    font-weight: 700;
    background: #008576;
    padding: 11px 28px;
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #fcfcfc; }
  .help-area .help-list {
    padding: 17px 29px 13px; }
    .help-area .help-list li {
      margin: 0 0 11px; }
      .help-area .help-list li.active a {
        color: #32d17e; }
        .help-area .help-list li.active a:after {
          display: block; }
    .help-area .help-list a {
      text-decoration: none;
      color: #434648;
      display: block;
      position: relative; }
      .help-area .help-list a:after {
        position: absolute;
        left: -16px;
        top: 1px;
        content: '';
        border-style: solid;
        border-width: 7px 0 7px 8px;
        border-color: transparent transparent transparent #008576;
        display: none; }
      .help-area .help-list a:hover {
        color: #32d17e; }
        .help-area .help-list a:hover:after {
          display: block; }

.promo {
  position: relative;
  overflow: hidden; }
  .promo .img-box {
    overflow: hidden; }
    .promo .img-box img {
      display: block;
      width: 100%;
      height: auto; }
      @media (max-width: 959px) {
        .promo .img-box img {
          display: none; } }
      @media (max-width: 1449px) {
        .promo .img-box img {
          width: auto;
          max-width: inherit; } }
  .promo .holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
    @media (max-width: 959px) {
      .promo .holder {
        position: static; } }
  .promo .img {
    overflow: hidden;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .promo .img {
        margin: 0 0 10px; } }
    .promo .img img {
      display: block; }
      @media (max-width: 767px) {
        .promo .img img {
          display: block;
          width: 100%;
          height: auto; } }
  .promo .caption-box {
    overflow: hidden;
    background: rgba(0, 133, 118, 0.8);
    padding: 0 13px 16px 21px;
    font-weight: 700;
    color: #fefefe;
    font-size: 16px;
    line-height: 19px; }
    @media (max-width: 959px) {
      .promo .caption-box {
        background: #008576;
        width: 100%;
        padding: 15px; } }
    .promo .caption-box h2 {
      margin: 0 0 18px;
      color: #3aed8f;
      font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
      font-size: 34px;
      line-height: 36px;
      font-weight: 500; }
      @media (max-width: 767px) {
        .promo .caption-box h2 {
          font-size: 24px;
          line-height: 26px;
          margin: 0 0 10px; } }
  .promo p {
    margin: 0 0 10px;
    font-weight: 700; }

@font-face {
  font-family: museo_sans_rounded;
  src: url("fonts/museosansrounded-300-webfont.eot");
  src: url("fonts/museosansrounded-300-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/museosansrounded-300-webfont.woff") format("woff"), url("fonts/museosansrounded-300-webfont.ttf") format("truetype"), url("fonts/museosansrounded-300-webfont.svgmuseosansrounded-300-webfont") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: fontello;
  src: url("fonts/fontello.eot");
  src: url("fonts/fontello.eot?#iefix") format("embedded-opentype"), url("fonts/fontello.woff") format("woff"), url("fonts/fontello.ttf") format("truetype"), url("fonts/fontello.svgfontello") format("svg");
  font-weight: 400;
  font-style: normal; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-comment:before {
  content: '\e800'; }

.icon-facebook:before {
  content: '\e801'; }

.icon-twitter:before {
  content: '\e802'; }

.icon-mail:before {
  content: '\e803'; }

.icon-share:before {
  content: '\e804'; }

.icon-search:before {
  content: '\e805'; }

.icon-download-alt:before {
  content: '\e806'; }

.icon-phone:before {
  content: '\e807'; }

.icon-arrow-combo:before {
  content: '\e808'; }

.icon-down-open-mini:before {
  content: '\e809'; }

.icon-left-open-mini:before {
  content: '\e80a'; }

.icon-right-open-mini:before {
  content: '\e80b'; }

.icon-up-open-mini:before {
  content: '\e80c'; }
/*# sourceMappingURL=style.css.map */


.yarpp-related h3{
    font-weight: 500;
    font-family: "museo_sans_rounded", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.yarpp-related li a{
    font-weight: normal;
}


/*Ugly overide the body copy in Privacy page*/

.search-results article p,
.page-id-198 #content p,
.page-id-198 #content li,
.page-id-206 #content p,
.page-id-206 #content li,
.page-id-201 #content p,
.page-id-201 #content li{
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

/*Gravity Forms */

.gform_wrapper{
    background: #dee0dc;
padding: 10px 20px;
}

.gform_wrapper .top_label .gfield_label{
    font-weight: 100!important;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea{
    border: 1px solid #cbcfc8!important;
}

.gform_button{
    background: #565a5c;
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
    border: 0;
    padding: 5px 11px 7px;
    color: #f8f9f7;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    margin-left: 20px!important;
    margin-bottom: 10px;
}

.gform_button:hover{
    background: #008576;
}


/*Footer search fix*/
.footer-b .form button[type="submit"]{
    float: right;
}
.footer-b .form input[type="text"], .footer-b .form input[type="search"]{
    width: 179px;
}



/*Story First Template*/

.page-template-template-story-first .promo{
    overflow: visible;
}

.page-template-template-story-first .promo .img-box{
    display: none;
}

.page-template-template-story-first .promo .caption-box{
    background: #008576;
    margin-bottom: 25px;
}

.page-template-template-story-first .help-area{
    margin-top: 43px;
}

.more {
    display:none;
}

.read_more {
    cursor: pointer;
    color: #32d17e;
}

.read_more:hover {
    color: #fff;
}

.slide-panel{
    font-family: "museo_sans_rounded", Arial, Helvetica, sans-serif;
}

.octave-content-wrapper{

}