@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Oleo+Script');
@import "webfonts/fancier.css";
@import "webfonts/ophian.css";
/* 
Theme Name: Invitation to Health
Theme URI: http://invitationtohealth.com.au/
Author: Thinkbox
Author URI: http://thinkbox.co.nz
Description: Theme for Invitation to Health.
Version: 1.0

  This theme was built by Sam Cooke,
  whose website you will find at http://www.thinkbox.co.nz/

  The CSS, XHTML and design is released under GPL:
  http://www.opensource.org/licenses/gpl-license.php
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
table {
  border-spacing: 0;
}
/* end reset css */
/* reset box-sizing */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* responsive */
.full {
  display: inline-block;
}
.resp {
  display: none;
}
.rhide {
  display: block !important;
}
.rshow {
  display: none !important;
}
/***************GRID*****************/
/* Grid >> 32 Columns
----------------------------------------------------------------------------------------------------*/
.grid-1 {
  width: 3.125%;
}
.grid-2 {
  width: 6.25%;
}
.grid-3 {
  width: 9.375%;
}
.grid-4 {
  width: 12.5%;
}
.grid-5 {
  width: 15.625%;
}
.grid-6 {
  width: 18.75%;
}
.grid-7 {
  width: 21.875%;
}
.grid-8 {
  width: 25%;
}
.grid-9 {
  width: 28.125%;
}
.grid-10 {
  width: 31.25%;
}
.grid-11 {
  width: 34.375%;
}
.grid-12 {
  width: 37.5%;
}
.grid-13 {
  width: 40.625%;
}
.grid-14 {
  width: 43.75%;
}
.grid-15 {
  width: 46.875%;
}
.grid-16 {
  width: 50%;
}
.grid-17 {
  width: 53.125%;
}
.grid-18 {
  width: 56.25%;
}
.grid-19 {
  width: 59.375%;
}
.grid-20 {
  width: 62.5%;
}
.grid-21 {
  width: 65.625%;
}
.grid-22 {
  width: 68.75%;
}
.grid-23 {
  width: 71.875%;
}
.grid-24 {
  width: 75%;
}
.grid-25 {
  width: 78.125%;
}
.grid-26 {
  width: 81.25%;
}
.grid-27 {
  width: 84.375%;
}
.grid-28 {
  width: 87.5%;
}
.grid-29 {
  width: 90.625%;
}
.grid-30 {
  width: 93.75%;
}
.grid-31 {
  width: 96.875%;
}
.grid-32 {
  width: 100%;
}
.grid-1-3 {
  width: 33.333333%;
}
.grid-2-3 {
  width: 366.66666%;
}
/* Prefix Extra Space >> 32 Columns
----------------------------------------------------------------------------------------------------*/
.prefix-1-2 {
  padding-left: 1.5625%;
}
.prefix-1 {
  padding-left: 3.125%;
}
.prefix-2 {
  padding-left: 6.25%;
}
.prefix-3 {
  padding-left: 9.375%;
}
.prefix-4 {
  padding-left: 12.5%;
}
.prefix-5 {
  padding-left: 15.625%;
}
.prefix-6 {
  padding-left: 18.75%;
}
.prefix-7 {
  padding-left: 21.875%;
}
.prefix-8 {
  padding-left: 25%;
}
.prefix-9 {
  padding-left: 28.125%;
}
.prefix-10 {
  padding-left: 31.25%;
}
.prefix-11 {
  padding-left: 34.375%;
}
.prefix-12 {
  padding-left: 37.5%;
}
.prefix-13 {
  padding-left: 40.625%;
}
.prefix-14 {
  padding-left: 43.75%;
}
.prefix-15 {
  padding-left: 46.875%;
}
.prefix-16 {
  padding-left: 50%;
}
.prefix-17 {
  padding-left: 53.125%;
}
.prefix-18 {
  padding-left: 56.25%;
}
.prefix-19 {
  padding-left: 59.375%;
}
.prefix-20 {
  padding-left: 62.5%;
}
.prefix-21 {
  padding-left: 65.625%;
}
.prefix-22 {
  padding-left: 68.75%;
}
.prefix-23 {
  padding-left: 71.875%;
}
.prefix-24 {
  padding-left: 75%;
}
.prefix-25 {
  padding-left: 78.125%;
}
.prefix-26 {
  padding-left: 81.25%;
}
.prefix-27 {
  padding-left: 84.375%;
}
.prefix-28 {
  padding-left: 87.5%;
}
.prefix-29 {
  padding-left: 90.625%;
}
.prefix-30 {
  padding-left: 93.75%;
}
.prefix-31 {
  padding-left: 96.875%;
}
.prefix-32 {
  padding-left: 100%;
}
/* Suffix Extra Space >> 32 Columns
----------------------------------------------------------------------------------------------------*/
.suffix-1-2 {
  padding-right: 1.5625%;
}
.suffix-1 {
  padding-right: 3.125%;
}
.suffix-2 {
  padding-right: 6.25%;
}
.suffix-3 {
  padding-right: 9.375%;
}
.suffix-4 {
  padding-right: 12.5%;
}
.suffix-5 {
  padding-right: 15.625%;
}
.suffix-6 {
  padding-right: 18.75%;
}
.suffix-7 {
  padding-right: 21.875%;
}
.suffix-8 {
  padding-right: 25%;
}
.suffix-9 {
  padding-right: 28.125%;
}
.suffix-10 {
  padding-right: 31.25%;
}
.suffix-11 {
  padding-right: 34.375%;
}
.suffix-12 {
  padding-right: 37.5%;
}
.suffix-13 {
  padding-right: 40.625%;
}
.suffix-14 {
  padding-right: 43.75%;
}
.suffix-15 {
  padding-right: 46.875%;
}
.suffix-16 {
  padding-right: 50%;
}
.suffix-17 {
  padding-right: 53.125%;
}
.suffix-18 {
  padding-right: 56.25%;
}
.suffix-19 {
  padding-right: 59.375%;
}
.suffix-20 {
  padding-right: 62.5%;
}
.suffix-21 {
  padding-right: 65.625%;
}
.suffix-22 {
  padding-right: 68.75%;
}
.suffix-23 {
  padding-right: 71.875%;
}
.suffix-24 {
  padding-right: 75%;
}
.suffix-25 {
  padding-right: 78.125%;
}
.suffix-26 {
  padding-right: 81.25%;
}
.suffix-27 {
  padding-right: 84.375%;
}
.suffix-28 {
  padding-right: 87.5%;
}
.suffix-29 {
  padding-right: 90.625%;
}
.suffix-30 {
  padding-right: 93.75%;
}
.suffix-31 {
  padding-right: 96.875%;
}
.suffix-32 {
  padding-right: 100%;
}
/* Push Space >> 32 Columns
---------------------------------------------------------------------------------------------------*/
.push-1-2 {
  left: 1.5625%;
}
.push-1 {
  left: 3.125%;
}
.push-2 {
  left: 6.25%;
}
.push-3 {
  left: 9.375%;
}
.push-4 {
  left: 12.5%;
}
.push-5 {
  left: 15.625%;
}
.push-6 {
  left: 18.75%;
}
.push-7 {
  left: 21.875%;
}
.push-8 {
  left: 25%;
}
.push-9 {
  left: 28.125%;
}
.push-10 {
  left: 31.25%;
}
.push-11 {
  left: 34.375%;
}
.push-12 {
  left: 37.5%;
}
.push-13 {
  left: 40.625%;
}
.push-14 {
  left: 43.75%;
}
.push-15 {
  left: 46.875%;
}
.push-16 {
  left: 50%;
}
.push-17 {
  left: 53.125%;
}
.push-18 {
  left: 56.25%;
}
.push-19 {
  left: 59.375%;
}
.push-20 {
  left: 62.5%;
}
.push-21 {
  left: 65.625%;
}
.push-22 {
  left: 68.75%;
}
.push-23 {
  left: 71.875%;
}
.push-24 {
  left: 75%;
}
.push-25 {
  left: 78.125%;
}
.push-26 {
  left: 81.25%;
}
.push-27 {
  left: 84.375%;
}
.push-28 {
  left: 87.5%;
}
.push-29 {
  left: 90.625%;
}
.push-30 {
  left: 93.75%;
}
.push-31 {
  left: 96.875%;
}
.push-32 {
  left: 100%;
}
/* Pull Space >> 32 Columns
----------------------------------------------------------------------------------------------------*/
.pull-1-2 {
  left: -1.5625%;
}
.pull-1 {
  left: -3.125%;
}
.pull-2 {
  left: -6.25%;
}
.pull-3 {
  left: -9.375%;
}
.pull-4 {
  left: -12.5%;
}
.pull-5 {
  left: -15.625%;
}
.pull-6 {
  left: -18.75%;
}
.pull-7 {
  left: -21.875%;
}
.pull-8 {
  left: -25%;
}
.pull-9 {
  left: -28.125%;
}
.pull-10 {
  left: -31.25%;
}
.pull-11 {
  left: -34.375%;
}
.pull-12 {
  left: -37.5%;
}
.pull-13 {
  left: -40.625%;
}
.pull-14 {
  left: -43.75%;
}
.pull-15 {
  left: -46.875%;
}
.pull-16 {
  left: -50%;
}
.pull-17 {
  left: -53.125%;
}
.pull-18 {
  left: -56.25%;
}
.pull-19 {
  left: -59.375%;
}
.pull-20 {
  left: -62.5%;
}
.pull-21 {
  left: -65.625%;
}
.pull-22 {
  left: -68.75%;
}
.pull-23 {
  left: -71.875%;
}
.pull-24 {
  left: -75%;
}
.pull-25 {
  left: -78.125%;
}
.pull-26 {
  left: -81.25%;
}
.pull-27 {
  left: -84.375%;
}
.pull-28 {
  left: -87.5%;
}
.pull-29 {
  left: -90.625%;
}
.pull-30 {
  left: -93.75%;
}
.pull-31 {
  left: -96.875%;
}
.pull-32 {
  left: -100%;
}
/**** clearfix ****/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clear {
  clear: both;
}
/**** cols and rows and ****/
.row {
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
  width: 100%;
}
.group:after {
  content: "";
  display: table;
  clear: both;
}
/* .content {
  margin: 0 auto;
} */
.col {
  position: relative;
  float: left;
  display: block;
  min-height: 1px;
}
.stack .col {
  width: 100% !important;
  float: none;
}
.float-right {
  float: right;
}
.center {
  margin: 0 auto;
}
.hidden {
  display: none;
}
.tall {
  min-height: 100%;
}
.hide {
  display: none;
}
.centxt {
  text-align: center;
}
.lefttxt {
  text-align: left;
}
.clearleft {
  clear: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* tbcolumns plugin css */
.wpcolumn-wrapper {
  width: 100%;
}
.wpcolumn {
  float: left;
  display: inline;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpcolumn-wrapper-2 .wpcolumn {
  width: 50%;
}
.wpcolumn-wrapper-3 .wpcolumn {
  width: 30%;
}
.wpcolumn-first {
  padding-left: 0 !important;
}
.wpcolumn-last {
  padding-right: 0 !important;
}
.wpcolumn-clearfix {
  clear: both;
}
.padleft {
  padding-left: 25px;
}
.padright {
  padding-right: 25px;
}
.headspace {
  padding-top: 30px !important;
}
.footspace {
  padding-bottom: 30px !important;
}
.pad {
  padding: 10px;
}
/***************TYPOGRAPHY*****************/
body {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 18px !important;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-weight: 400;
  text-align: left;
  overflow-x: hidden;
  color: #645465;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: normal;
  line-height: 1.5em;
}
p,
li,
td {
  margin: 0 0 15px 0;
  padding: 0;
  letter-spacing: normal;
  font-weight: 300;
  font-size: 1em;
  line-height: 1.5;
}
li,
td {
  margin: 0;
}
.home .content p {
  font-size: 1.1em;
  /* min-height: 120px; */
  /* margin-bottom: 25px; */
}
.welcome .section-main p {
  font-size: 1.1em;
  text-align: center;
  font-weight: 300;
  padding: 0 10px;
}
.welcome .section-main p strong {
  color: #736091;
  display: block;
  margin: 10px 0;
}
.sidebar-right p {
  font-size: 1.35em;
  line-height: 1.3;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 10px;
}
.sidebar-right p strong {
  font-weight: 700;
}
.service p {
  font-size: 1.55em;
  line-height: 1.3;
}
.cat-selects p {
  font-size: 0.6em;
  margin: 0 0 2px 5px;
  font-weight: 600;
}
.subfooter p {
  font-size: 0.8em;
  max-width: 600px;
  margin: 0 auto 30px;
}
footer {
  text-align: center;
}
footer .disclaimer p {
  color: #645465;
  font-size: 0.8em;
  max-width: 1200px;
  margin: 0 auto 10px;
}
footer .copyright p {
  margin-top: 20px;
  font-size: 0.6em;
}
h1 {
  font-size: 2.7em;
  line-height: 50px;
  font-family: 'Times New Roman', Times, serif;
  margin-bottom: 35px;
}
h2 {
  font-size: 2.2em;
  margin: 0;
  font-weight: normal;
}
.section-main h2,
.home .section-main h2 {
    font-size: 1.2em;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Open Sans', Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fecf5c;
  display: inline-block;
}
.home .content-1 h2 {
  position: relative;
  margin-top: -25px;
}
/* .home .content-4 h2 {
  background: url(images/bg-home-h2-wide.png) no-repeat center center;
} */

.welcome h2 {
  font-size: 1.2em;
  text-align: center;
  padding: 0 15px 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #f2ecdb;
}
.sidebar h2 {
  font-size: 1.8em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 700;
  color: #877c88;
}
.sidebar-right h2 {
  font-size: 1.75em;
  line-height: 1.3;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: 400;
  padding-bottom: 10px;
}
.person h2 {
  font-size: 2em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-weight: 400;
  padding-bottom: 10px;
  border-bottom: solid 1px #f2ecdb;
  margin-bottom: 25px;
}
.career h2,
.conditions h2,
.useful h2 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: solid 1px #fef0cc;
  text-transform: uppercase;
}
.conditions .sidebar h2 {
  border-bottom: none;
}
h3 {
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 1.2em;
}
.home .content h3 {
  font-size: 1.35em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 25px;
  font-weight: 700;
}
.page-items h3 {
  font-weight: 600;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: solid 1px #fef0cc;
  text-transform: uppercase;
}
.page-items-1-col h3 {
  text-align: left;
}
.team-thumb-heading h3,
.service h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}
.address h3 {
  margin-bottom: 10px;
}
.address h3 strong {
  font-weight: 700;
  display: inline-block;
  width: 110px;
}
.person.thumb h3 {
  font-size: 1.1em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  margin: 13px 0;
  font-weight: 400;
  text-transform: none;
}
h4 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: uppercase;
}
.logo h4 {
  font-size: 1.4em;
}
h4.foot-statement {
  font-size: 1.35em;
  text-transform: none;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-style: italic;
}
.single h4.foot-statement {
  max-width: 650px;
}
.conditions .content-wrapper h4 {
  padding-top: 20px;
}
.sidebar-right h4 {
  font-weight: 600;
  color: #fff;
}
.map-wrapper h4 {
  margin-bottom: 40px;
}
.person h4 {
  font-size: 0.8em;
  margin: 0;
  font-weight: 700;
}
h5 {
  font-size: 1em;
  padding: 0;
  margin: 0;
}
footer .disclaimer h5 {
  margin-bottom: 10px;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 1.1em;
}
.menu-bar h5 {
  float: left;
  display: inline-block;
  line-height: 110px;
  font-weight: 600;
}
.menu-bar-about h5 {
  float: left;
  display: inline-block;
  line-height: 70px;
  font-weight: 600;
}
.page-items h5 {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 25px;
}
.conditions .content h5 {
  font-size: 1.35em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  margin: 25px 0 15px;
  font-weight: 700;
}
.service > .row > h5 {
  font-size: 1.35em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  margin: 50px 0 15px;
  font-weight: 700;
  border-bottom: solid 1px #f2ecdb;
  padding-bottom: 15px;
}
.person h5 {
  font-size: 0.8em;
  margin: 0;
  font-weight: 400;
  font-style: italic;
}
h6 {
  font-size: 0.75em;
  font-weight: 300;
  margin: 0;
  letter-spacing: normal;
  line-height: 1.1;
}
blockquote {
  width: 100%;
  margin: 0 0 25px;
  padding: 0;
  font-size: 2.25em;
  line-height: 1.1em;
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-align: center;
}
cite {
  font-size: 9px;
  line-height: 1em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  padding: 0;
  margin: 10px 0 0;
}
.quote {
  float: right;
  max-width: 425px;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.5;
  font-style: italic;
  padding-bottom: 15px;
}
.quote.narrow-quote {
  max-width: 285px;
  margin-right: 75px;
}
.logo .quote {
  font-size: 1em;
  margin-bottom: 6px;
}
.logo .attr {
  font-size: 0.9em;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: right;
  display: block;
  clear: both;
}
.conditions .quote,
.team .quote {
  max-width: 485px;
}
p.thin {
  font-weight: 400;
}
p.small {
  font-size: 0.7em;
  margin: 0px 0px 10px 0px;
}
p.smaller {
  font-size: 0.6em;
  margin: 0px 0px 10px 0px;
}
p.up {
  text-transform: uppercase;
}
p.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0px;
}
p.clearspace10 {
  clear: both;
  margin: 0;
  padding: 0;
  height: 25px;
}
p.clearspace25 {
  clear: both;
  margin: 0;
  padding: 0;
  height: 25px;
}
p.clearspace50 {
  clear: both;
  margin: 0;
  padding: 0;
  height: 50px;
}
input,
textarea {
  font-size: 1em;
  line-height: 1.5;
  color: #333;
  letter-spacing: normal;
  font-family: 'Open sans', Arial, sans-serif;
  padding: 0 10px;
}
input {
  line-height: 34px;
  height: 34px;
}
ul,
ol {
  margin: 10px 0 25px;
}
ul li,
ol li {
  list-style-position: outside;
  margin: 0 0 0 2.5em;
  font-size: 1em;
  margin-left: 30px;
  line-height: 1.4em;
  letter-spacing: normal;
  padding: 0;
}
ul li,
ul li ul li {
  list-style: disc;
}
ol li,
ol li ol li,
ul li ol li {
  list-style-type: lower-alpha;
}
ol li ul li {
  list-style: disc;
}
.content ul li {
  line-height: 1.5;
}
.conditions .content > ul {
  background: #f7f7f7;
  border-top: solid 1px #d8d4d8;
  border-bottom: solid 1px #d8d4d8;
  padding: 20px 10px 25px;
  margin-bottom: 35px;
}
.conditions .content ul li {
  line-height: 1.7;
}
a,
a:visited,
a:active {
  color: #736091;
  /*   text-decoration: none; */
}
a:hover {
  color: #fdcf5d;
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
a img {
  border: none;
}
.blog-cats a {
  cursor: default;
}
a.btn,
.page-items a {
  display: inline-block;
  width: 250px;
  height: 54px;
  line-height: 54px;
  color: #645465;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  padding: 0 40px 0 15px;
  margin-top: 55px;
  margin-right: 30px;
  background: #fecf5d url(images/btn-arrow.png) no-repeat right center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  float: left;
}
.page-items a {
  float: none;
  display: block;
  margin-top: 45px;
  font-size: 0.8em;
  margin-left: 0;
  margin-right: auto;
}
a.btn:hover,
.page-items a:hover {
  background: #736091 url(images/btn-arrow.png) no-repeat right center;
  color: #fff;
}
.content-2 H5{
  padding: 0px !important;
  margin: 0px !important;
  line-height:normal;
  -webkit-margin-before: 0px !important;
    -webkit-margin-after: 0px !important;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}
.content H5 a {
  display: inline;
  width: auto;
  height: auto;
  line-height: 54px;
  color: #645465;
  text-transform: none;
  text-decoration: underline;
  font-size: 0.9em;
  font-weight: 600;
  font-style: normal;
  padding: 0px !important;
  margin: 0px !important;
  background: #FFFFFF;
}
.content H5 a:hover {
  background: #FFFFFF;
  color: #645465;
}

a.btn.btn-2-line {
  line-height: 18px;
  padding-top: 9px;
  padding-bottom: 7px;
}

.consultation .container {
	padding:30px 0 0 0 !important; margin:0;
}
.consultation a, .person a.btn-big, a.btn-big {
	text-align:center;
	padding:0; margin:0;
}
.subfooter a, .consultation a, .person a.btn-big, a.btn-big {
  font-weight: 600;
  font-style: italic;
  color: #645465;
  text-decoration: none;
}
.subfooter a:hover, .consultation a:hover {
  text-decoration: underline;
}
.subfooter a.btn-big, .consultation a.btn-big, .person a.btn-big, a.btn-big {
  border: solid 1px #fdcf5d;
  background: url(images/bg-btn-big.png) no-repeat center center;
  background-size: 100% 100%;
  display: inline-block;
  width: 289px;
  height: 71px;
  line-height: 71px;
  color: #645465;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.subfooter a.btn-big:hover, .consultation a.btn-big:hover, .person a.btn-big:hover, a.btn-big:hover {
  background: #fdcf5d;
}
.person a.btn-big {
  display:block;
  float:left !important;
  margin:30px 20px 30px 0;
  font-size: 16px;
}

.itdh-video{
border: 40px solid #fffbe5;
margin-bottom:30px;
}


/* .home section.section-main .content a {
  border: solid 1px #c4bfc5;
  background-size: 100% 100%;
  display: inline-block;
  width: auto;
  height: 48px;
  padding: 0 12px;
  line-height: 48px;
  color: #645465;
  text-decoration: none;
  font-size: 1.1em;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.home section.section-main .content a:hover {
  background: #fdcf5d;
}
 */

.home section.section-main .grid-11 a {
  width: 100%;
  height: auto;
  font-size: 1.4em;
  line-height: 1.2;
  padding: 20px 15%;
}
.home section.section-main .content h4 a {
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  font-family: 'Open Sans', Helvetica, Times, serif;
  text-align: center;
  color: #fecf5c;
  display: inline-block;
  font-size: 1.25em;
  text-decoration: none;
  text-transform: none;
  font-weight:normal;
}
.home section.section-main .content.recent-articles a {
  width: auto;
  height: auto;
  font-size: 1em;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
}



a.btn-cart-head {
  float: right;
  display: block;
  height: 28px;
  width: 38px;
  margin-left: 15px;
  background: url(images/btn-cart.png) no-repeat 0 0;
  text-align: right;
  padding: 2px 6px 0 0;
  color: #fff;
  text-decoration: none;
  font-size: 0.75em;
  font-weight: 700;
}
a.btn-cart {
  float: right;
}
a.checkout-button {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px;
  background: #b62745;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 500;
  height: 30px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce .checkout-button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  position: relative;
  display: inline-block;
  width: 160px;
  padding: 0;
  background: #f9f9f1;
  border: solid 1px #dbc791;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #b52545;
  text-decoration: none;
  margin: 0 !important;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover:hover,
.woocommerce .checkout-button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #b52545;
  color: #fff;
  text-decoration: none !important;
}
.woocommerce .checkout-button {
  width: auto !important;
  padding: 0 15px !important;
}
p.return-to-shop {
  display: none;
}
.textright {
  text-align: right;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td,
th {
  border: none;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
table.alt-table td {
  text-align: right;
}
table.alt-table td:first-child {
  text-align: left;
}
strong {
  font-weight: 600;
}
em {
  font-style: italic;
}
small {
  font-size: 0.75em;
}
hr {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #645465;
  color: #645465;
  margin: 20px 0 15px;
  padding: 0;
}
code {
  font: 1.1em 'Courier New', Courier, Fixed;
}
#postend {
  height: 1px;
  width: 100%;
}
figcaption {
  margin-top: 10px;
  padding-top: 12px;
  text-align: right;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.5;
}
figcaption small {
  font-size: 0.8em;
  font-style: italic;
}
select {
  line-height: 46px;
  padding: 3px;
  font-family: 'museo', 'Times New Roman', Times, serif;
  font-size: 1em;
  border: solid 1px #dfdfdf;
  -webkit-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  -moz-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  line-height: 23px;
  margin-bottom: 10px !important;
  font-weight: 500;
  background-color: #FFF;
  color: #5c616f;
  vertical-align: middle !important;
  border-radius: 0;
}
input,
select {
  /* -webkit-appearance: none;  */
  outline: none;
}
.tag {
  position: relative;
  z-index: 1000000;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.num {
  width: 100%;
  text-align: center;
  font-size: 3.3em;
  color: #fdcf5d;
}
#bc {
  clear: both;
  width: 220px;
  text-align: center;
  font-size: 0.8em;
  font-weight: 600;
  padding: 5px;
  border: solid 1px #fecf5d;
  margin: 5px auto;
  display: none;
}
#bc.wide {
  width: 280px;
}
#also {
  clear: both;
  width: auto;
  text-align: left;
  font-size: 0.75em;
  position: absolute;
  top: 8px;
  left: 0;
  font-style: italic;
  display: none;
  font-weight: 600;
}
.navigation a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  line-height: 15px;
  font-weight: 600;
}
.navigation .alignleft a {
  padding-left: 15px;
  background: url(images/arrow-yellow-prev.png) no-repeat 0 center;
}
.navigation .alignright a {
  padding-right: 15px;
  background: url(images/arrow-yellow-next.png) no-repeat right center;
}
a.back {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 15px;
  padding-left: 15px;
  color: #645465;
  background: url(images/arrow-back-black.png) no-repeat 0 center;
  display: none;
  width: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.resp-cat,
.resp-topic {
  margin: 0;
  position: absolute;
  top: -7px;
  right: 0px;
  background: #fff;
  padding-left: 5px;
  display: none;
}
.resp-cat a,
.resp-topic a {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 14px;
  color: #645465;
  display: inline-block;
  text-align: right !important;
  color: #645465 !important;
  text-decoration: none !important;
}
/***************LAYOUT*****************/
header,
section,
footer {
  width: 100%;
  display: block;
  position: relative;
}
section-wrap {
  position: relative;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto !important;
}
/*==============HEADER=================*/
body {
  background: #fff;
}
header {
  position: relative;
  background: #fefdfa url(images/bg-header-wide.png) repeat-y center top;
  min-height: 162px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  z-index: 199999;
}
.topmenu-wrap {
  position: relative;
  z-index: 2;
  display: block;
  height: 162px;
  width: 170px;
  background: #9d8fb2;
}
.header .group {
  position: relative;
  z-index: 19;
}
.logo-wrap {
  position: relative;
  z-index: 1;
  height: 162px;
}
.mainmenu-wrap {
    float: right;
    padding: 0 3.125% 0 0px;
}
a#logo {
  display: block;
  width: 348px;
  height: 114px;
  padding: 0;
  background: url(images/ith-logo.png) no-repeat 0 0;
  background-size: 100%;
  margin: 35px 0 0 35px;
  text-decoration: none;
  text-indent: -9999px;
}
.menu-bar {
  height: 80px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  z-index: 9000;
}
.menu-bar-about {
  height: 70px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  -moz-box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  box-shadow: 0px 2px 5px 0px rgba(216, 216, 216, 0.15);
  z-index: 9000;
}
.page-banner {
  text-align: center;
  object-fit: cover;
}
/*===============FOOTER=================*/
.subfooter {
  position: relative;
  z-index: 399999;
  background: #fff;
  border-top: solid 1px #e4dfe5;
  text-align: center;
}
.subfooter .container {
  max-width: 100%;
}
.subfooter .row-1 {
  padding-top: 0;
  padding-bottom: 20px;
}
.subfooter .row-2 {
  padding-top: 70px;
  padding-bottom: 85px;
}
.subfooter .sun {
  position: relative;
  margin: -71px auto 5px;
  width: 150px !important;
}
footer {
  position: relative;
  z-index: 1001;
  padding-top: 75px;
  padding-bottom: 50px;
  background: #fdcf5d;
}
footer .container .row-1 {
  position: relative;
}
footer #searchform {
  top: -4px;
}
/*===============OTHER=================*/
.home-banner, .homev2-banner {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  -moz-box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(216, 216, 216, 0.3);
  z-index: 199998;
}
.homev2-banner,
.home-banner > .container {
  width: 100%;
  max-width: 100%;
  height: 560px;
  background: #fff;
  padding-bottom: 15px;
}

.homev2-banner{
    height: auto;
    color: #645465;
    background: #dadfe3 url(https://invitationtohealth.com.au/wp-content/uploads/2020/07/integrative-doctor-gp-central-coast.jpg) no-repeat top right;    
    background-size: auto 100%;
}

.homev2-banner h1{
    color: #645465;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size:40px;
    text-align: center;
}

.home-banner .container .row {
  height: 545px;
}
.home-banner .point {
  display: block;
  width: 24px;
  height: 24px;
  background: #d8d4d8;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -12px;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  z-index: -1;
}
.homev2-banner .tag,
.home-banner .tag {
  display: block;
  width: 90%;
  max-width: 440px;
  height: 35px;
  background: #fff;
  margin: -35px auto 0;
  z-index: 1000000;
  line-height: 54px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #645465;
}
section {
  background: #fff;
  padding: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
.section-intro {
  padding-bottom: 35px;
  border-bottom: solid 1px #bbb3ba;
  padding-top: 40px;
}
.section-intro .container {
  padding-bottom: 65px;
  background: url(images/scroll.png) no-repeat center bottom;
}
.section-intro.about {
  padding-top: 0;
}
.section-intro.about .container {
  background: none;
  padding-top: 40px;
}
.fill {
  display: block;
  height: 36px;
  width: 100%;
  background: url(images/bg-consultations.png) repeat-x center top;
}
.conditions .section-intro .container {
  padding-bottom: 0px;
}
.conditions .section-intro {
  padding-bottom: 35px;
}
.conditions .section-intro.about {
  padding-bottom: 135px;
}
.conditions .section-intro.about.intro-2 {
  padding-bottom: 35px;
}
.conditions .section-intro.intro-2 .container {
  padding-bottom: 135px;
}
.home .section-main {
  padding-top: 45px;
  padding-bottom: 60px;
  z-index: 2;
}
.section-main.consult {
  padding-top: 100px;
  padding-bottom: 115px;
  background: url(images/bg-consultations.png) repeat-x center top;
}
.section-main.consult .grid-20 {
  padding-top: 35px;
}
.home section.section-main .content {
  text-align: center;
}
.conditions .section-main .container {
  padding-top: 80px;
  padding-bottom: 190px;
}
.welcome .section-main {
  padding-top: 30px;
  padding-bottom: 95px;
}
.page-items .content {
  padding-bottom: 85px;
}
.conditions .section-intro .grid-20 {
  padding-top: 35px;
}
.sidebar-right {
  margin-top: 120px;
  background: #fecf5d;
  padding: 20px 75px 20px 35px;
}
.address {
  padding-bottom: 20px;
}
.team .section-intro {
  padding-bottom: 110px;
}
.team .section-intro .container {
  padding-bottom: 0px;
}
.about-banner {
  border-top: solid 8px #b1aab2;
  padding-bottom: 110px;
}




.person.thumb {
/*  width: 100%;*/
  padding: 0 2.75% 60px;
}
.service .person.thumb {
  width: 100%;
  padding: 0 10% 60px;
}
.person.thumb .content {
  width: 100%;
  padding: 11px;
  border: solid 1px #f2ecdb;
  border-radius: 6px;
}
.person .meta {
  float: right;
  padding-top: 4px;
}
.single .person {
  padding-bottom: 50px;
}
.equal-people {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.equal-people .col {
  display: flex;
  flex-direction: column;
}
.equal-people .col.person .content {
  height: 100%;
}








.team-thumb-heading > div {
  padding-bottom: 20px;
  border-bottom: solid 1px #fecf5d;
}
.team-thumbs {
  padding-top: 30px;
/*  padding-bottom: 30px; */
}
.team-thumbs .gp,
.team-thumbs .dent,
.team-thumbs .other,
.team-thumb-heading .gp,
.team-thumb-heading .dent,
.team-thumb-heading .other {
  display: block;
}
.service {
  display: none;
}
.team-thumbs .gp.is-active,
.team-thumbs .dent.is-active,
.team-thumbs .other.is-active,
.team-thumb-heading .gp.is-active,
.team-thumb-heading .dent.is-active,
.team-thumb-heading .other.is-active,
.service.is-active {
  display: block;
}
.team-thumbs .thumb {
  opacity: 1;
}
.service .row {
  border-top: solid 1px #fecf5d;
  padding-top: 35px;
  margin-top: 25px;
}
.person-wrapper .sidebar img {
  width: 100%;
  padding: 11px;
  border: solid 1px #f2ecdb;
  border-radius: 6px;
}
#overlay {
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  position: absolute;
  z-index: 99999;
  background: #000;
  opacity: 0.5;
}
#overlay.is-active {
  display: block;
}
#body-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: 5000;
  background: #fbf6ec;
}
#body-overlay.is-active {
  display: block;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: left;
  width: 48%;
}
.woocommerce-checkout #payment {
  background: #f9f9f1;
  border-radius: 0px;
}
.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid #d3ced2;
  margin: 0;
  list-style: none;
}
.woocommerce-checkout #payment ul.payment_methods li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: block;
}
.payment_method_paypal img {
  width: auto;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border-radius: 0px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 150px;
}
#searchform {
  position: absolute;
  top: 0;
  right: 0;
  /* margin-right: 38px; */
  height: 40px;
  width: auto;
  z-index: 21;
}
/* 3.1 - Navigation Search */
.menu-search-button {
  background: #745f91 url(images/btn-search.png) no-repeat center top;
  border: none;
  border-color: #745f91;
  border-width: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  float: right;
  position: relative;
  z-index: 999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-search-button:hover {
  cursor: pointer;
}
.menu-search-form {
  width: 0;
  /* 19.1%; */
  float: right;
}
.menu-search-field {
  width: 0%;
  /* margin-right: 38px; */
  border: solid #dbc791;
  border-width: 0 0 1px 0 !important;
  float: right;
  padding: 1px 0px;
  color: #b0b0b0;
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 40px;
  height: 39px;
  line-height: 39px;
  webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-search-field {
  right: 50px;
}


.menu-search-focus {
  width: 240px;
  padding: 1px 0 0 10px;
  opacity: 10;
}
.search-result {
  padding-bottom: 10px;
}
.payment_methods img {
  width: auto;
}
.maplink {
  float: right;
  position: relative;
  margin-top: 38px;
  padding-right: 20px;
  background: url(images/icon-map.png) no-repeat right center;
  height: 18px;
  line-height: 18px;
  font-family: 'museo', 'Times New Roman', Times, serif;
  font-size: 1em;
  font-weight: 300;
}
.fadein {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s;
}
.fadeout {
  -webkit-animation: fadeout 1s;
  /* Safari and Chrome */
  -moz-animation: fadeout 1s;
  /* Firefox */
  -ms-animation: fadeout 1s;
  /* Internet Explorer */
  -o-animation: fadeout 1s;
  /* Opera */
  animation: fadeout 1s;
}
.bg {
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAAEXGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTUtMDgtMjNUMTE6MDM6MTUrMTI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE1LTA4LTIzVDIxOjE4OjM3KzEyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE1LTA4LTIzVDIxOjE4OjM3KzEyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVGQTE2RTUzNDk3NzExRTVCRTQyRDIyQUE1RENCNzlEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVGQTE2RTU0NDk3NzExRTVCRTQyRDIyQUE1RENCNzlEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUZBMTZFNTE0OTc3MTFFNUJFNDJEMjJBQTVEQ0I3OUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUZBMTZFNTI0OTc3MTFFNUJFNDJEMjJBQTVEQ0I3OUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7UXBNSAAADiklEQVR42uzdS27cMAwA0FD3v2WP0YW6DFCkHc/Y+lB8bxlMMhJFWZRhK9F///p6LS7/8OVfuvhbD37sejufbdvX039t1idj2rfv8+Fxo/ZW2t9pf8zoyN2exryYLx/0Zd1ZHigASKEn+cs9c6D++7u979HUPvxbet9p0Hu2D/fLv90nfftGE//Z5j36pf3B+fj9w2aP9GaPol6XtVZnBUR3AAB1C3YlWrtVX+K4AL5oQzOdXGUu/HZkG8Hsj18dOYNMWEEGAIumINcb04idOpJuCxYDvsr0z2rPG1jySUxImB4RImwuAwAqh1Slo9oM6ZEmJk34McPFUEAECgAsnQiUgIghO2tTc2vBXfYwb4+4ZETWrtV5f3Dg8e0nxcpSDQD256Xqh5hbKh/zFqG9lf118ubFkGtgSzs2S44ri8Nn7CEHYFW7MJ19T8QdH4ECAAuoQKnwK0ey5jFYznH/gVcIXVJdZ8VQp+Y03gQBAHWdasrgYpPLh5r8wCVDSG//PWNkjgCAZZQdykgDao5wbEp4AqvmhSDO7ftO/3TWbR2LJQCAwoxPtgaRczSjcKKaI8O1eWOQ/gR3B2Cx4QienpbnND5EGADqlSveIjy4ZFWDrR4gx2Bt3t8B57i3nMNc7c6UZYmNR8qDZgAAbFRMqk5tIYUx9aD8sw1eITSrdT/LSmzo8zbA41cAULbwOOkhLIVH2Q2CPSlbaDID9UHa5PT+IAAAbgGo9utsyig9XzyBdcx4x61PushUuQR4f/CkkRV8ALBknxH7pG8RGtk9Z22sG0EpMVabFP19T3APiajXyD3JDwCokdRISP6cvd71tsbT57g3iauzG7czsnZwxh1bj2FbwgEAy6vwpmrh29uEOD04IXt19rpm2DDNyjQ+y/uDjm8HAFSqFSqloYWltwhVqpyWnM38KdZTTx0DAABg12nDm6ynDnGXOvePvuOvyAmd/BkdBOEFAMu38NosyJ/7OWU4MmmFMnv4x1xHTl3eqv1L3bVLr4cEAQBK1ktb3NlR+Vfe96We7yVubrQZHXOP2UwWq/WNl06yHQCw1BpKCSPbxWpm2J48AbBlGzBJY85joAUBAFAeCAIGmoOH74c2NAGq1NPr7wy73Hwc4zBZMnfNf3cGAJQEKtIDtgyVRme7La2bG6M4xF3SmJxrO5jzwWaLrkULAFAkPB+eyBnwkDa2tEzwR4ABAIfbJK1zgLmNAAAAAElFTkSuQmCC);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% 100%;
}
.subfooter .row-1 {
  background-image: url(data:image/png;base64,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UmVhZHlxyWU8AAAEXGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS41LWMwMjEgNzkuMTU0OTExLCAyMDEzLzEwLzI5LTExOjQ3OjE2ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wOkNyZWF0ZURhdGU9IjIwMTUtMDgtMjNUMTE6MDM6MTUrMTI6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDE1LTA4LTIzVDIwOjI0OjA5KzEyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE1LTA4LTIzVDIwOjI0OjA5KzEyOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzRjM0RUZBNDk3MDExRTU5OUJERTBBODY0Q0EyRjQzIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzRjM0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);
  background-position: center -5px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.section-intro h1,
.sidebar h2,
.sidebar ul {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAAGCAMAAAAxMkFSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNS0wOC0yM1QxMTowMzoxNSsxMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTUtMDgtMjNUMjI6MjU6NDgrMTI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTUtMDgtMjNUMjI6MjU6NDgrMTI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyNTQ0RjJBNDk4MTExRTU5ODIwQTEwRkFGQTc5NThFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyNTQ0RjJCNDk4MTExRTU5ODIwQTEwRkFGQTc5NThFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTI1NDRGMjg0OTgxMTFFNTk4MjBBMTBGQUZBNzk1OEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTI1NDRGMjk0OTgxMTFFNTk4MjBBMTBGQUZBNzk1OEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YCc0eAAAABlBMVEX+z10AAADY3WnTAAAAGElEQVR42mJgGAWjYBSMglEwCgYSAAQYAAaKAAH7ZlMiAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-top: 30px;
}
.sidebar ul {
  background-repeat: repeat-x;
}
.sidebar-right h2 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAGCAIAAADv3U8MAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABGRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE1LTA4LTI2VDE2OjE0OjM4KzEyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNS0wOC0yNlQxNjo0MDozNCsxMjowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxNS0wOC0yNlQxNjo0MDozNCsxMjowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjQiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJVLlMuIFdlYiBDb2F0ZWQgKFNXT1ApIHYyIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjk2RTcxMkUzNEJBQzExRTVCMTg2QzU2OTg5RjVCQkZEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjk2RTcxMkU0NEJBQzExRTVCMTg2QzU2OTg5RjVCQkZEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTZFNzEyRTE0QkFDMTFFNUIxODZDNTY5ODlGNUJCRkQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTZFNzEyRTI0QkFDMTFFNUIxODZDNTY5ODlGNUJCRkQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4NzLgUAAAAHklEQVR42mL8//8/w3AEjKMeG/XYqMdGPUYOAAgwACe7EfWbl/A+AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.quote {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARYAAAAGCAMAAAAxMkFSAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNS0wOC0yM1QxMTowMzoxNSsxMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTUtMDgtMjNUMjI6MjU6NDgrMTI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTUtMDgtMjNUMjI6MjU6NDgrMTI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUyNTQ0RjJBNDk4MTExRTU5ODIwQTEwRkFGQTc5NThFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUyNTQ0RjJCNDk4MTExRTU5ODIwQTEwRkFGQTc5NThFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTI1NDRGMjg0OTgxMTFFNTk4MjBBMTBGQUZBNzk1OEUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTI1NDRGMjk0OTgxMTFFNTk4MjBBMTBGQUZBNzk1OEUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5YCc0eAAAABlBMVEX+z10AAADY3WnTAAAAGElEQVR42mJgGAWjYBSMglEwCgYSAAQYAAaKAAH7ZlMiAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 85px 6px;
}
.quote.narrow-quote {
  background-position: right bottom;
  background-size: 85px 6px;
}
.logo .quote,
.team .quote {
  background-position: right bottom;
  background-size: 85px 6px;
}
figcaption {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAAAGCAMAAABXYShpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA+ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxNS0wOC0yM1QxMTowMzoxNSsxMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTUtMDgtMjRUMTY6MTI6MTgrMTI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTUtMDgtMjRUMTY6MTI6MTgrMTI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjRGNDU2OEQxNEExNjExRTVCOTVFRjBBMkU1OUIzOUFCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjRGNDU2OEQyNEExNjExRTVCOTVFRjBBMkU1OUIzOUFCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NEY0NTY4Q0Y0QTE2MTFFNUI5NUVGMEEyRTU5QjM5QUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NEY0NTY4RDA0QTE2MTFFNUI5NUVGMEEyRTU5QjM5QUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4qRpdsAAAABlBMVEX9z10AAABeSRt9AAAAEElEQVR42mJgGAVDDwAEGAABtgABpsDL9wAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right top;
}
.map-wrapper {
  padding-top: 40px;
  padding-bottom: 50px;
}
#googleMap iframe {
  width: 100%;
}
#googleMap {
  height: 550px;
}
#googleMap img {
  max-width: none;
}
#googleMap .iwContent {
  min-width: 150px;
  max-width: 295px;
  min-height: 30px;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  overflow: hidden;
}
#googleMap .iwContent p {
  font-size: 1.15em;
  font-weight: 400;
  line-height: 1.3;
  text-align: left;
  margin-bottom: 5px;
  overflow: hidden;
}
#googleMap .iwContent p.head {
  font-size: 1.3em;
  padding-bottom: 10px;
  border-bottom: solid 1px #ddd;
}
#googleMap .iwContent p.lnk {
  margin-bottom: 0px;
}
.blog .post,
.archive .post {
  padding: 20px 0;
  border-bottom: 1px solid #D3CED3;
  text-align: left;
}
.single-post .post {
  padding: 20px 0 70px;
  text-align: left;
}
.blog .post-readmore,
.archive .post-readmore {
  width: 125px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #D3CED3;
  padding: 0 20px;
  background: #fefefb;
  margin: -16px auto 0;
  display: block;
  color: #645565;
  text-decoration: none;
  line-height: 32px;
  font-size: 0.8em;
  margin-bottom: 60px;
}
.blog .meta,
.single-post .meta,
.archive .meta {
  float: right;
  padding-top: 4px;
}
.blog .post-categories li,
.single-post .post-categories li,
.archive .post-categories li {
  min-width: 158px;
  margin: 0 0 10px;
}
.blog .post-categories a,
.single-post .post-categories a,
.archive .post-categories a {
  font-size: 0.8em;
  font-weight: 600;
  line-height: 27px;
  text-transform: uppercase;
  color: #645465;
  border: 1px solid #FDCE66;
  border-radius: 14px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.blog .post-date,
.single-post .post-date,
.archive .post-date {
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 400;
  padding-right: 4px;
  text-decoration: none;
  display: block;
}
.blog .post-date span,
.single-post .post-date span,
.archive .post-date span {
  font-style: italic;
  font-size: 1.35em;
  margin-bottom: 6px;
  text-transform: none;
}
.blog .post h3,
.single-post .post h3,
.archive .post h3 {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 35px;
  border-bottom: solid 1px #f2ecdb;
  margin-bottom: 25px;
}
.slides .container {
  height: 0;
  overflow: visible;
}
.slides .item-img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 545px;
  width: 100%;
  background-size: cover !important;
}
.slides .slide-content {
  display: none;
}
.slides .flex-active-slide .slide-content {
  position: relative;
  z-index: 2;
  display: block;
  width: 480px;
  text-align: center;
}
.slides .left .slide-content {
  margin-left: 170px;
  margin-top: 90px;
}
.slides .center .slide-content {
  margin: 90px auto 0;
}
.slides .none .slide-content {
  margin-top: 180px;
}
.slides .std .slide-content {
  display: block;
  width: 480px;
  border: solid 1px #fff;
  padding: 11px;
}
.slides .mag .slide-content {
  display: block;
  width: 480px;
  border: solid 1px #fff;
  padding: 11px;
}
.slides .std .slide-content > span {
  background: rgba(237, 230, 227, 0.9);
  display: block;
  padding: 30px 15px 15px;
}
.slides .mag .slide-content > span {
  background: rgba(237, 230, 227, 0.9);
  display: block;
  padding: 0 15px 15px;
}
.slides p {
  font-size: 1.1em;
}
.slides h3 {
  font-size: 1.5em;
  line-height: 1.3;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
  color: #645465;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  padding: 0 40px;
}
.slides .mag h3 {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 0;
}
.slides h3.bewell {
  display: none;
}
.slides .mag h3.bewell {
  display: block;
}
.slides .mag h3.bewell {
  display: block;
  height: 46px;
  width: 240px;
  margin: 0 auto 20px;
  padding: 5px 0 0;
  font-size: 1.5em;
  font-weight: 500;
  text-transform: none;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  background: #fff;
}
.slides .mag h3.bewell span {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 1.1em;
}
.slides .none h2,
.slides .none h3 {
  color: #fff;
  padding: 0 40px;
}
.slides .none h2 {
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  line-height: 1.2;
  padding-bottom: 10px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.52);
}
.slides p {
  padding: 0 40px;
}
.slides a {
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  background: url(images/bg-slider-link.png) no-repeat center top;
  text-align: center;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  color: #645465;
}
.slides a:hover {
  text-decoration: underline;
  color: #645465;
  background-position: center bottom;
}
.slides h2 a,
.slides h3 a {
  width: auto;
  display: inline;
  height: auto;
  line-height: inherit;
  background: none;
  text-align: inherit;
  font-size: 1em;
  font-weight: 400;
  text-transform: none;
  text-decoration: underline;
  color: #645465;
}
.slides h2 a:hover,
.slides h3 a:hover {
  text-decoration: underline;
  color: #736091;
}
.slides hr {
  display: block;
  border: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  color: #fff;
  margin: 10px 0 15px;
  padding: 0;
}
/*=================NAVIGATION=================*/
.nav ul li a {
  font-family: 'Ophian', 'Times New Roman', Times, serif;
}
.cats-topics.nav ul li a {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.nav ul,
.nav ul li {
  margin: 0;
  list-style: none;
  position: relative;
  padding: 0;
}
.nav ul li {
  margin: 0;
  padding: 0;
  list-style-image: none;
  display: block;
}
.nav ul li a,
.nav ul li a:visited,
.nav ul li a:hover,
.nav ul li a:active {
  text-decoration: none;
}
.nav.hrz ul li {
  float: left;
}
.nav.vert ul li {
  float: none;
}
.nav.hrz.center ul {
  float: left !important;
  left: 50% !important;
}
.nav.hrz.center ul li {
  right: 50% !important;
}
.nav ul li ul {
  display: none;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li {
  float: left;
}
* html ul li a {
  height: 1%;
}
body {
  font-size: 100%;
}
/* End */
.mainmenu {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
}
.mainmenu > ul {
  position: relative;
  z-index: 1;
  float: right;
  border-top: solid 1px #37326b;
  border-bottom: solid 1px #37326b;
}
.mainmenu > ul > li {
  height: 52px;
  width: auto;
  z-index: 100;
  margin: 0 5px;
}
.mainmenu > ul > li > a {
  display: block;
  height: 46px;
  width: 100%;
  margin: 6px 0 0;
  padding: 0 20px 0 20px;
  font-size: 1.05em;
  text-align: center;
  font-weight: 500;
  color: #37326b;
  text-transform: uppercase;
  line-height: 46px;
  border-bottom: solid 6px #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mainmenu > ul > li > a span {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 1.3em;
}
.mainmenu > ul > li:first-child {
  margin-left: 0px;
}
.mainmenu > ul > li:last-child {
  margin-right: 0px;
}
.mainmenu > ul > li:hover a {
  /*  background: #9d8fb2;  
    color: #fdcf5d;  */
  border-bottom: solid 6px #fecf5d;
}
.mainmenu > ul > li:hover,
.mainmenu > ul > li:hover > a,
.mainmenu > ul > li > a.hovered {
  text-decoration: none;
}
.mainmenu > ul > li.current-menu-item a,
.mainmenu > ul > li.current-page-ancestor a,
.mainmenu > ul > li.current-menu-item a:hover {
  text-decoration: none;
  border-bottom: solid 6px #fecf5d;
}
.topmenu {
  padding-top: 25px;
}
.topmenu ul li {
  padding-left: 25px;
}
.topmenu ul li a {
  color: #fff;
  font-size: 0.85em;
  line-height: 25px;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.topmenu > ul > li:hover {
  background: #fff;
}
.topmenu > ul > li:hover a {
  /*  background: #9d8fb2;  */
  color: #9d8fb2;
}
.topmenu > ul > li:hover,
.topmenu > ul > li:hover > a,
.topmenu > ul > li > a.hovered {
  text-decoration: none;
}
.topmenu > ul > li.current-menu-item a,
.topmenu > ul > li.current-page-ancestor a,
.topmenu > ul > li.current-menu-item a:hover {
  text-decoration: none;
  color: #9d8fb2;
}
.topmenu > ul > li.current-menu-item,
.topmenu > ul > li.current-page-ancestor,
.topmenu > ul > li.current-menu-item {
  background: #fff;
}
.responsive-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  z-index: 999999;
}
a.responsive-nav-trigger {
  display: none;
  position: absolute;
  z-index: 2000;
  top: 40px;
  right: 0;
  background: #fdcf5d url(images/bg-primary-nav-trigger.png) no-repeat right 5px;
  border: none;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 27px 0 0;
  line-height: 16px;
  text-align: center;
  color: #645465;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a.responsive-nav-trigger div {
  display: none;
  position: absolute;
  top: 4px;
  right: 20px;
  text-decoration: underline;
  text-transform: none;
  font-size: 11px;
  line-height: 18px;
}
.responsive-nav-trigger.is-active {
  background-position: right bottom;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  padding-top: 0;
  line-height: 36px;
  font-size: 0.9em;
}
a.responsive-nav-trigger.is-active div {
  display: block;
}
.responsive-nav.is-scrolled .responsive-nav-trigger {
  top: 0;
  right: 0;
}
.responsive-nav .responsive-menus {
  display: none;
  position: absolute;
  left: 0;
  z-index: 1900;
  width: 100%;
  height: auto;
  min-height: 480px;
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.5);
  top: 0px;
}
.responsivemenu > ul {
  margin-top: 40px;
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
}
.responsivemenu > ul > li {
  height: auto;
  width: 100%;
  z-index: 100;
  display: block;
  float: none !important;
  border-bottom: dashed 1px #503777;
  padding: 0 19px;
}
.responsivemenu > ul > li > a {
  display: block;
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: left;
  font-weight: 500;
  color: #503777;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  border: none;
  white-space: normal;
}
.responsivemenu > ul > li.has-child > a {
  background: url(images/arrow-down-purple.png) no-repeat right center;
}
.responsivemenu > ul > li > a span {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 1.3em;
}
.responsivemenu ul li.current-page-ancestor a,
.responsivemenu ul li.current_page_item a {
  color: #b52545;
}
.responsivemenu ul li.current-page-parent a {
  color: #010101;
}
.responsivemenu > ul > li ul {
  margin-top: 0px;
  overflow: hidden;
  _overflow: visible;
  _zoom: 1;
  width: 100%;
  padding: 0 0 10px;
}
.responsivemenu > ul > li ul li {
  height: auto;
  width: 50%;
  display: block;
  float: left !important;
  padding: 0 0 15px 5px;
}
.responsivemenu > ul > li ul li a {
  font-size: 0.7em;
  line-height: 1.2;
  padding: 5px 0;
}
.responsivemenu ul li.level2 {
  width: 100%;
  background: #9d8fb2;
  border-bottom: none;
}
.responsivemenu ul li.level2 a {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1em;
  line-height: 30px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: none;
  height: 30px;
  margin: 0;
  padding: 0;
}
.responsivemenu ul li.level2-first {
  padding-top: 10px;
}
.responsivemenu ul li.level2-last {
  padding-bottom: 10px;
}
.respmenu-wrap {
  position: relative;
  z-index: 1;
}
.appointment {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58px;
  text-align: center;
  line-height: 1.3;
  padding-top: 5px;
  background: #fff;
}
.footermenu {
  position: relative;
  margin: 0;
  height: auto;
  padding-top: 10px;
  padding-bottom: 40px;
  border-top: solid 1px #cba761;
}
.footermenu ul,
.footermenu ul li {
  margin: 0;
  list-style: none;
  position: relative;
}
.footermenu ul li {
  padding: 0;
  list-style-image: none;
  float: left;
  display: inline-block;
  width: 22.5%;
  text-align: center;
}
.footermenu > ul > li:first-child {
  padding-left: 0px;
  text-align: left;
  width: 16.25%;
}
.footermenu > ul > li:last-child {
  padding-right: 0px;
  text-align: right;
  width: 16.25%;
}
.footermenu ul li a {
  display: block;
  height: 46px;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1.05em;
  color: #37326b;
  text-transform: uppercase;
  line-height: 46px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footermenu > ul > li > a span {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 1.3em;
}
.footermenu > ul > li:hover a {
  /*  background: #9d8fb2;  */
  color: #fff;
}
.footermenu > ul > li:hover,
.footermenu > ul > li:hover > a,
.footermenu > ul > li > a.hovered {
  text-decoration: none;
}
.footermenu > ul > li.current-menu-item a,
.footermenu > ul > li.current-page-ancestor a,
.footermenu > ul > li.current-menu-item a:hover {
  text-decoration: none;
}
.footertopmenu {
  position: relative;
  margin: 0;
  height: auto;
  padding-bottom: 15px;
  padding-right: 55px;
  float: right;
  display: inline-block;
  width: auto;
}
.footertopmenu ul {
  float: right;
}
.footertopmenu ul,
.footertopmenu ul li {
  margin: 0;
  list-style: none;
  position: relative;
}
.footertopmenu ul li {
  padding: 0;
  list-style-image: none;
  float: left;
  display: inline-block;
  width: auto;
}
.footertopmenu ul li a {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0 5px;
  font-size: 1.05em;
  color: #37326b;
  line-height: 20px;
  border-left: solid 1px #37326b;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.footertopmenu > ul > li > a span {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: none;
  font-size: 1.3em;
}
.footertopmenu ul li:first-child a {
  border: none;
}
.footertopmenu > ul > li:hover a {
  /*  background: #9d8fb2;  */
  color: #fff;
}
.footertopmenu > ul > li:hover,
.footertopmenu > ul > li:hover > a,
.footertopmenu > ul > li > a.hovered {
  text-decoration: none;
}
.footertopmenu > ul > li.current-menu-item a,
.footertopmenu > ul > li.current-page-ancestor a,
.footertopmenu > ul > li.current-menu-item a:hover {
  text-decoration: none;
}
.menubarmenu {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: auto;
  width: auto;
  float: right;
}
.page-template-team-all-template .menubarmenu,
.single-people .menubarmenu {
  width: 890px
}
.menubarmenu > ul {
  position: relative;
  z-index: 1;
  border: none !important;
}
.menubarmenu > ul > li {
  height: 40px;
  width: auto;
  z-index: 100;
  margin: 35px 20px 0;
}
.menu-bar-about .menubarmenu > ul > li {
  margin-top: 15px;
}
.menubarmenu > ul > li > a {
  display: block;
  height: 40px;
  width: 100%;
  margin: 0;
  padding: 0 12px 0 12px;
  font-size: 1.05em;
  text-align: center;
  font-weight: 500;
  color: #37326b;
  line-height: 40px;
  border: solid 1px #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.menubarmenu > ul > li:first-child {
  margin-left: 0px;
}
.menubarmenu > ul > li:last-child {
  margin-right: 0px;
}
.menubarmenu > ul > li:hover a {
  /*  background: #9d8fb2;  
    color: #fdcf5d;  */
  border: solid 1px #fecf5d;
}
.menubarmenu > ul > li:hover,
.menubarmenu > ul > li:hover > a,
.menubarmenu > ul > li > a.hovered {
  text-decoration: none;
}
.menubarmenu > ul > li.current-menu-item a,
.menubarmenu > ul > li.current-page-ancestor a,
.menubarmenu > ul > li.current-menu-item a:hover {
  text-decoration: none;
  border: solid 1px #fecf5d;
}


.responsive-nav .socialmenu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2001;
  display: none;
}
.responsive-nav .socialmenu.is-active {
  display: block;
}
header .socialmenu {
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 20;
}
footer .socialmenu {
  position: absolute;
  top: 80px;
  right: 0px;
}
.socialmenu li a{
  width: 40px;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background: url(images/icons-social.png) no-repeat 0 0;
}
.socialmenu li.facebook a {  background-position: 0 0; }
.socialmenu li.twitter a {  background-position: -40px 0; }
.socialmenu li.instagram a {  background-position: -80px 0; }
.socialmenu li.youtube a {  background-position: -120px 0; }
.socialmenu li.email a {  background-position: -160px 0; }







.sidebar ul {
  border-top: none;
  border-bottom: none;
  padding: 20px 20px 35px 0;
  background-color: #f7f7f7;
}
.sidebar ul li a {
  line-height: 22px;
  padding: 14px 0 14px 25px;
  display: block;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.sidebar ul li.current-menu-item a {
  background: url(images/sidebar-nav-ind.png) no-repeat left center;
  font-weight: 700;
  text-decoration: none;
}
.catsnav > ul {
  margin: 0 auto;
  max-width: 1400px;
}
.catsnav > ul li {
  width: 25%;
  height: 0;
  padding-top: 25%;
  background-size: cover;
  background-repeat: no-repeat;
}
.catsnav > ul li a {
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  background-color: transparent;
  display: block;
  margin: 0 auto;
  margin-top:calc(50% - 54px);
  padding: 5px;
  border: 1px solid #6e598e;
}
.catsnav > ul li.movement-breath a {
  left: 3%;
  right: 3%;
}
.catsnav > ul li a span {
  display: block;
  height: 54px;
  line-height: normal;
  color: #503777;
  padding-top: 15px;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  text-align: center;
  font-size: 1.35em;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.catsnav > ul li a:hover span {
  background: #736091;
  color: #fff;
}
.catsnav ul li.clean-living {
  background-image: url('/wp-content/uploads/2018/02/clean-living.jpg');
}
.catsnav ul li.food-diet {
  background-image: url('/wp-content/uploads/2018/02/food-diet.jpg');
}
.catsnav ul li.mind-spirit {
  background-image: url('/wp-content/uploads/2018/02/move-breath.jpg');
}
.catsnav ul li.health-conditions {
  background-image: url('/wp-content/uploads/2018/02/mind-spirit.jpg');
}
.social-menu ul {
  position: absolute;
  z-index: 15000;
  bottom: 30px;
  right: 100px;
}
.social-menu ul li {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
}
.social-menu ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(images/icons-social.png) no-repeat 0 0;
  text-indent: -9999px !important;
}
.social-menu ul li.facebook a {
  background-position: 0 0;
}
.social-menu ul li.twitter a {
  background-position: -40px 0;
}
a.floattotop {
  display: none;
  overflow: hidden;
  width: 52px;
  height: 52px;
  z-index: 900000;
  position: fixed;
  bottom: 52px;
  right: 52px;
  top: auto;
  background: url(images/bg-backtotop.png) no-repeat center center;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  -icab-border-radius: 99px;
  -khtml-border-radius: 99px;
  border-radius: 99px;
  text-indent: -9999px;
}
.nextprev {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 10000;
  display: block;
  width: auto;
  height: auto;
}
.nextprev a {
  font-size: 0.92em;
  font-weight: 600;
  text-transform: uppercase;
}
.next {
  background-position: right 0;
}
.prev {
  margin-left: 15px;
}
.next:hover {
  background-position: right bottom;
}
.prev:hover {
  background-position: left bottom;
}
.magazine-banner .row-1 {
  position: relative;
  z-index: 10;
  height: 86px;
}
.cat-selects {
  position: absolute;
  top: 11px;
  right: 0;
}
.magazine-banner .cats,
.magazine-banner .topics {
  float: right;
}
.select-wrap {
  cursor: pointer;
  height: 36px;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  margin-right: 5px;
  background: #fff;
  padding: 0 15px;
}
.select-wrap ul {
  border-top: solid 1px #c2b9cf;
  border-bottom: solid 1px #c2b9cf;
}
.select-wrap li {
  width: 280px;
  line-height: 34px;
  font-size: 0.8em;
  font-weight: 400;
}
.select-wrap li.select {
  border-bottom: solid 1px #c2b9cf;
  background: url('images/yellow-arrow-down.png') no-repeat right center;
}
.select-wrap.is-active li.select {
  border-bottom: solid 1px #fff;
  background: none;
}
.select-wrap li a {
  font-size: 1em;
}
.team .cat-selects {
  position: absolute;
  top: 0px;
  right: 15px;
  padding-top: 17px;
  padding-left: 15px;
  background: url(images/bg-browse-line.png) no-repeat 0 0;
}
.team .select-wrap {
  float: right;
  padding: 0 5px;
}
.team .select-wrap ul {
  border: solid 1px #c2b9cf;
}
.team .select-wrap li {
  width: 133px;
  font-size: 0.8em;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 8px;
}
.team .select-wrap li.select {
  padding-right: 8px;
  background: url('images/black-arrow-down.png') no-repeat 110px center;
  line-height: 18px;
  padding: 8px;
  font-style: italic;
  -webkit-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  -moz-box-shadow: inset 0px 1px 8px 0px #dfdfdf;
  box-shadow: inset 0px 1px 8px 0px #dfdfdf;
}
.team .select-wrap.is-active li.select {
  border-bottom: solid 1px #c2b9cf;
  background: none;
}
.tabs {
  position: absolute;
  top: -55px;
  height: 55px;
}
.tabs.nav ul li {
  width: 250px;
  height: 55px;
  line-height: 18px;
  color: #645465;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: 600;
  font-style: normal;
  padding: 9px 15px 7px 15px;
  margin-right: 1px;
  background: #fecf5d;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.tabs.nav ul li:hover {
  background: #736091;
  color: #fff;
}
.tabs.nav ul li.is-active {
  background: #fff;
  color: #645465;
  font-weight: 700;
  border: solid 1px #bbb3ba;
  border-bottom: solid 1px #fff;
}
/***************WP STDS*****************/
.post.col {
  width: 285px;
  height: 520px;
  margin: 30px 24px 0 25px;
}
.post.col.quote {
  border: none !important;
}
p.postmetadata {
  font-size: 0.65em;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  margin-bottom: 20px;
}
p.postmetadata a {
  color: #666;
  text-decoration: none;
}
p.postmetadata a:hover {
  color: #DF2646;
}
p.wp-caption {
  font-size: 0.7em;
  font-style: italic;
  padding: 0 0 15px;
  border-bottom: solid 1px #bcbcbc;
  margin-bottom: 40px;
}
.share-col span {
  cursor: pointer;
}
.share-col span:hover {
  color: #fff;
}
.widget {
  margin: 0;
}
.widget ul,
.widget ul li {
  padding: 0;
  margin: 0;
}
.thread-alt {
  background-color: #f8f8f8;
}
.thread-even {
  background-color: white;
}
.entry {
  padding-top: 30px;
}
.entry p a:visited {
  color: #b85b5a;
}
.commentlist li,
#commentform input,
#commentform textarea {
  font: 0.9em;
}
.commentlist li ul li {
  font-size: 1em;
}
.commentlist li {
  font-weight: bold;
}
.commentlist li .avatar {
  float: right;
  border: 1px solid #eee;
  padding: 2px;
  background: #fff;
}
.commentlist cite,
.commentlist cite a {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1em;
}
.commentlist p {
  font-weight: normal;
  line-height: 1.5em;
  text-transform: none;
}
.commentmetadata {
  font-weight: normal;
}
html > body .entry ul {
  margin-left: 0px;
  padding: 0 0 0 30px;
  list-style: none;
  padding-left: 10px;
  text-indent: -10px;
}
html > body .entry li {
  margin: 7px 0 8px 10px;
}
.entry ul li:before {
  content: "\00BB \0020";
}
.entry ol {
  padding: 0 0 0 35px;
  margin: 0;
}
.entry ol li {
  margin: 0;
  padding: 0;
}
.postmetadata ul,
.postmetadata li {
  display: inline;
  list-style-type: none;
  list-style-image: none;
}
/* End Entry Lists */
/* Begin Form Elements */
.entry form {
  /* This is mainly for password protected posts, makes them look better. */
  text-align: center;
}
#commentform input {
  width: 170px;
  padding: 2px;
  margin: 5px 5px 1px 0;
  border: solid 1px #e2eff4;
}
#commentform {
  margin: 5px 10px 0 0;
}
#commentform textarea {
  width: 100%;
  padding: 4px;
  border: solid 1px #e2eff4;
}
#respond:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#commentform #submit {
  clear: both;
  padding: 4px;
  margin: 0;
  border: solid 1px #e2eff4;
  background: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #00749b;
  text-transform: uppercase;
}
/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
}
.commentlist {
  padding: 0;
  text-align: justify;
}
.commentlist li {
  margin: 15px 0 10px;
  padding: 5px 5px 10px 10px;
  list-style: none;
}
.commentlist li ul li {
  margin-right: -5px;
  margin-left: 10px;
}
.commentlist p {
  margin: 10px 5px 10px 0;
}
.children {
  padding: 0;
}
#commentform p {
  margin: 5px 0;
}
.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
}
.commentmetadata {
  margin: 0;
  display: block;
}
/***************PLUGINS*****************/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50200000;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50300000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 50500000;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 90%;
  max-width: 620px;
  padding: 8px;
  cursor: auto;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 50400000;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 50600000;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 40px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 11px;
}
.mfp-close-btn-in .mfp-close {
  color: #000;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 1200px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 55.5%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/***** FlexSlider *****/
.flexslider {
  position: relative;
}
.flexslider ul.slides,
.flexslider li.item {
  width: 100%;
  height: 545px;
}
.flexslider ol,
.flexslider ul {
  padding-right: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}
.flexslider ol li,
.flexslider ul li {
  margin: 0;
  padding-right: 0 !important;
  padding-left: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  width: 100%;
  position: absolute;
  z-index: 30000000000000;
  top: 50%;
}
.flex-direction-nav a {
  width: 80px;
  height: 80px;
  margin: -20px 0 0;
  display: block;
  background: #ffffff url(images/prev-next-slider.png) no-repeat 0 0;
  border-radius: 99%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -9999px;
  /* -webkit-transition: all .3s ease;*/
}
.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -40px;
}
.flex-direction-nav .flex-prev {
  left: -40px;
}
.flexslider .flex-next:hover {
  /* background-position: 100% 100%; */
}
.flexslider .flex-prev:hover {
  /* background-position: 0 100%; */
}
.flex-direction-nav .flex-disabled {
  opacity: .3!important;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  z-index: 40000000000000;
  bottom: 65px;
  text-align: center;
  left: 0px;
}
.flex-control-nav li {
  margin: 0 5px !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #fff;
  text-indent: -9999px;
  border-radius: 99%;
  cursor: pointer;
}
.flex-control-paging li a:hover {
  background: #fdcf5d;
}
.flex-control-paging li a.flex-active {
  background: #fdcf5d;
  width: 12px;
  height: 12px;
  border: solid 1px #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}
.flex-direction-nav,
.flex-direction-nav li {
  height: 0;
  line-height: 0;
}
/***************MEDIA*****************/
img,
.txt img,
p img {
  max-width: 100%;
  object-fit: cover;
}
p img {
  padding: 0;
}
.section-marker img {
  width: 90px;
}
.section-top .content img,
.section-main .content img {
  /* width: auto; */
  margin-top: 10px;
}
.home .section-main .content.content-1 img {
  position: relative;
  margin-top: -180px;
  margin-left: -10%;
  width: 120%;
  max-width: 120%;
}
.feature-image {
  position: relative;
  z-index: 100;
}
.circle-img {
  margin-top: 25px;
}
.circle-logo-wrapper {
  width: 100%;
}
.circle-logo {
  display: block;
  width: 168px;
  max-width: 168px;
  margin: 110px auto 50px;
}
.avatar img {
  max-width: 117px;
}
.feature-img {
  text-align: right;
 
}
.feature-img img {
  margin-top: 120px;
  padding: 11px;
  border: solid 1px #f2ecdb;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}
.recent-articles {
    text-align: center;
}

#home-articles{
    margin:0 auto;
    display: block;
    margin-bottom: 100px;
    display: inline-block
}

#featured-team img{
    width:200px;
    float:left;
    padding-right:10px;
}

.recent-articles a {
    text-decoration: none;
}

.recent-articles .col {
    margin: 0 50px;
  }
.recent-articles .article img {
  max-width: 100%;
}
.posts-wrapper .feature-img img {
  margin-top: 0px;
}
.your-team-img img {
  margin-bottom: 35px;
}
.feature-image img {
  object-fit: cover;
}
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  margin: 0 0 0 20px;
}
img.alignleft {
  margin: 0 30px 2px 0;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/***************MAGAZINE*****************/
.magazine-banner {
  padding-top: 50px;
  background: url(images/bg-consultations.png) repeat-x center 60px;
}
.magazine-banner h1 {
  font-size: 2.9em;
  line-height: 1;
  display: inline-block;
  float: left;
  background: #fff;
  padding: 0 10px;
}
.magazine-banner h1 span {
  font-family: 'Ophian', 'Times New Roman', Times, serif;
}
.magazine .posts-wrapper {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 90px 0;
}
.article {
  padding-bottom: 50px;
}
.recent-articles .article {
  padding-bottom: 0;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  float:left;
}
.recent-articles .article img {
  margin-bottom: 10px;
}

.recent-articles .article p {
  margin-bottom: 5px;

}



/* DARTWORKS - Wil */
.magazine .article {
  text-align: center;
}
.magazine .container h2,
.magazine .container h3 {
  /*   font-family: 'Ophian', 'Times New Roman', Times, serif;
	font-size: 1.35em; */
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.magazine .container h2 {
  font-size: 1.5em;
}
.magazine .article h3 a {
  color: #645465;
  text-decoration: none;
}
.magazine .article h3 a:hover {
  color: #fdcf5d;
  text-decoration: none;
}
.article .content h3 {
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 25px;
  text-transform: none;
}
.magazine .row-1 {
  border-bottom: 1px solid #FDE6B1;
  text-align: left;
}
.magazine .row-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D3CED3;
  text-align: left;
}
.magazine .author a {
  font-style: italic;
  font-size: 0.8em;
  text-decoration: underline;
  margin-bottom: 6px;
  text-transform: none;
}
.post-date span {
  font-style: italic;
  font-size: 1.35em;
  margin-bottom: 6px;
  text-transform: none;
}
.magazine .byline {
  padding: 5px 0 10px 3px;
  font-size: 0.8em;
}
.magazine p.post-date,
.magazine .author {
  text-transform: uppercase;
  font-style: normal;
  font-size: 0.6em;
  font-weight: 400;
  padding-right: 4px;
  text-decoration: none;
  display: block;
}
.magazine .byline .author {
  display: inline-block;
  font-size: 0.7em;
}
.post-date {
  text-align: right;
}
.magazine .article .cats-topics {
  float: right;
}
.magazine .cats-topics .cat a,
.magazine .cats-topics .topic a {
  font-size: 0.7em;
  font-weight: 600;
  line-height: 27px;
  color: #645465;
  border: 1px solid #FDCE66;
  border-radius: 14px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.magazine .cats-topics .topic.is-active a {
  background: #FDCE66;
  color: #fff;
}
.magazine .cats-topics .cat a {
  background: #FDCE66;
  text-transform: uppercase;
}
.magazine .cats-topics a:hover {
  background: #FDCE66;
  color: #fff;
}
.magazine .cats-topics ul {
  float: right;
  width: auto;
}
.magazine .posts-wrapper .cats-topics ul {
  float: right;
  width: 100%;
}
/* :after {
  clear:both;
  content:'';
    display:block;
}
 */
.magazine .cats-topics ul li {
  min-width: 158px;
  margin: 0 0 10px 10px;
  text-align: center;
}
.magazine .readmore {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #D3CED3;
  padding: 0 20px;
  background: #fefefb;
  margin-top: -16px;
  display: inline-block;
  color: #645565;
  text-decoration: none;
  line-height: 32px;
  font-size: 0.8em;
  clear: both;
}
.magazine .readmore:hover {
  background: #fdcf5d;
}
.magazine .columned-post h3,
.magazine .columned-post .byline,
.magazine .columned-post .excerpt {
  text-align: left;
}
.magazine .columned-post .byline,
.magazine .columned-post .post-date {
  border-bottom: 1px solid #FDE5B4;
  padding-bottom: 26px;
}
.magazine .columned-post .excerpt {
  padding-bottom: 32px;
  border-bottom: 1px solid #D3CED3;
}
.magazine .columned-post .cats-topics ul {
  text-align: center;
}
.magazine .columned-post .cats-topics li {
  text-align: center;
  display: inline-block;
  float: none;
  margin-top: 32px;
}
.magazine .columned-post .post-date {
  text-align: center;
  display: block;
  float: none;
}
.magazine .columned-post .excerpt {
  padding-top: 20px;
}
.topic-archive .catsnav,
.topic-archive .magazine-divider {
  display: none;
}
.magazine.topic-archive .posts-wrapper {
  padding: 30px 0;
}
/***************FORMS*****************/
body,
textarea:focus,
input:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.wpcf7 {
  margin: 0;
  padding: 0;
  text-align: left;
}
.wpcf7 label {
  font-family: 'museo-slab', 'Times New Roman', Times, serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  color: #b52545;
  width: 75px;
  display: inline-block;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
  width: 70%;
  max-width: 283px;
  height: 26px;
  line-height: 26px;
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #000;
  background: #fff;
  border: none;
}
.wpcf7 input[type="submit"] {
  display: inline-block;
  margin: 0 10px 0 0;
  background: #b62745;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  font-weight: 700;
  border: none;
  padding: 0 20px;
  display: block;
  font-size: 0.75em;
  line-height: 25px;
  height: 25px;
  cursor: pointer;
  font-family: 'museo-sans', 'Helvetica', Arial, sans-serif;
}
#confirmation {
  padding: 8px 0 0 15px;
  font-size: 0.9em;
  line-height: 19px;
}
.wpcf7 img.ajax-loader {
  width: 16px !important;
}
/***************ANIMATION*****************/
.comein {
  transform: translateY(15px);
  animation: comein 0.8s ease forwards;
  /* IE 10+, Fx 29+ */
  -webkit-animation: comein 0.8s ease forwards;
  /* Safari 4+ */
  -moz-animation: comein 0.8s ease forwards;
  /* Fx 5+ */
  -o-animation: comein 0.8s ease forwards;
  /* Opera 12+ */
}
.comeindelay {
  transform: translateY(15px);
}
.comein:nth-child {
  animation-duration: 0.2s;
  /* IE 10+, Fx 29+ */
  -webkit-animation-duration: 0.2s;
  /* Safari 4+ */
  -moz-animation-duration: 0.2s;
  /* Fx 5+ */
  -o-animation-duration: 0.2s;
  /* Opera 12+ */
}
.fadein {
  -webkit-animation: fadein 1.8s;
  /* Safari and Chrome */
  -moz-animation: fadein 1.8s;
  /* Firefox */
  -ms-animation: fadein 1.8s;
  /* Internet Explorer */
  -o-animation: fadein 1.8s;
  /* Opera */
  animation: fadein 1.8s;
}
.homenav,
.bottlenav {
  -webkit-transition: 1.8s;
  /* Safari and Chrome */
  -moz-transition: 1.8s;
  /* Firefox */
  -ms-transition: 1.8s;
  /* Internet Explorer */
  -o-transition: 1.8s;
  /* Opera */
  transition: 1.8s;
}
.homenav.maxedout {
  max-width: 2000px;
}
.bottlenav.maxedout {
  max-width: 1500px;
}
.bottlenav.maxedout li {
  width: 25% !important;
  margin: 0 4% !important;
}
/* {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  -moz-transition: opacity 1.5s ease-in-out;
  -webkit-transition: opacity 1.5s ease-in-out; 
  -o-transition: opacity 1.5s ease-in-out;
}
 */
.already-visible {
  transform: translateY(0);
  opacity: 1;
  animation: none;
}
#TB_overlay {
  z-index: 99998 ;
}
.cm_ajax_loading img {
  width: 32px !important;
  height: 32px !important;
}
.magazine p {
  font-weight: 300;
}
.magazine-banner .row-1 {
  border: none;
}
.magazine-banner .row-2 {
  margin: 0 auto;
  border: none;
}
.magazine-banner .row-2 h5 {
  border-bottom: 1px solid  #cdccda;
  margin-bottom: 16px;
}
.magazine-banner .cats-topics h5 {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.magazine-banner .mag-intro p,
.magazine-banner .magcat-intro p {
  text-transform: none;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 1.35em;
  font-style: italic;
  text-align: center;
  margin: 10px 0 20px 0;
}
.magazine-banner .magcat-intro p {
  padding-top: 0px;
  font-size: 1.25em;
}
.magazine-banner .row-2 h3 {
  text-transform: none;
}
.magazine-divider {
  background-color: #fecf5c;
  height: 62px;
  text-align: center;
}
.magazine-divider .container {
  background-image: url('images/hr.png');
  max-width: 1400px;
}
.magazine-divider h6 {
  font-weight: 400;
  padding: 25px;
  background-color: #fecf5c;
  display: inline-block;
  padding-bottom: 20px;
  background-image: url('images/black-arrow-down.png');
  background-position: center 42px;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
/*****************
	Single Post
*****************/
.section-main .container .post-wrapper .article {
  text-align: left;
}
.magazine .article .author a {
  font-style: italic;
  font-size: 1.35em;
  text-decoration: underline;
  margin-bottom: 6px;
  text-transform: none;
  color: #645465;
}
.post-date {
  text-decoration: none;
}
.category-indicator-wrap {
  width: 300px;
  height: 78px;
  margin: 0 auto -40px;
  border: 1px solid #fecf5c;
  padding: 5px;
  position: relative;
  text-align: center;
}
.category-indicator {
  border-top: solid 1px #eee;
  background-color: white;
  height: 68px;
  padding-top: 10px;
}
.magazine .container .category-indicator h3 {
  margin-bottom: 0;
}
.magazine .container .category-indicator h3 a {
  color: #fecf5c;
}
.magazine .container .category-indicator h3 {
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-size: 1.35em;
  line-height: 1;
  margin-bottom: 0;
}
.magazine .container .category-indicator h4 {
  font-family: 'FancierScript', 'Times New Roman', Times, serif;
  text-transform: lowercase;
  font-size: 1.4em;
  line-height: 1;
  font-weight: 400;
}
.magazine .container .category-indicator h4 a {
  color: #645465;
}
.category-indicator a {
  text-decoration: none;
}
.category-indicator-wrap .cats-topics {
  display: none;
}
.section-main .container .post-wrapper .article .head {
  margin-top: -140px;
  height: 140px;
  background-color: white;
  border-top: 9px solid #fecf5c;
  position: relative;
  padding: 10px 100px 30px;
}
.section-main .container .post-wrapper .article .head .post-date {
  margin-bottom: 10px;
}
.section-main .container .post-wrapper .article .content {
  border-top: 1px solid #fecf5c;
}
.section-main .container .post-wrapper .article .content {
  max-width: 990px;
  padding: 30px 85px 50px;
}
.article-navigation a {
  display: block;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.article-navigation a {
  text-decoration: none;
  color: #645465;
  font-size: 0.8em;
  text-transform: uppercase;
}
/*.magazine-article .article-navigation .alignleft {
	margin-left:-10px;
}

.magazine-article .article-navigation .alignright {
	margin-right:-15px;
}*/
.article-navigation .alignleft a {
  background-image: url('images/circle-arrow-left.png');
  background-repeat: no-repeat;
  padding-top: 47px;
  width: 100px;
  text-align: center;
  background-position: center top;
  margin-left: -20px;
}
.article-navigation .alignright a {
  background-image: url('images/circle-arrow-right.png');
  background-repeat: no-repeat;
  padding-bottom: 50px;
  width: 100px;
  text-align: center;
  background-position: center bottom;
  margin-right: -20px;
}
.magazine-article .cat-desc {
  max-width: 1024px;
  margin: 0 auto;
  font-family: 'Ophian', 'Times New Roman', Times, serif;
  font-weight: 300;
  font-size: 1.35em;
  text-align: center;
  font-style: italic;
  line-height: 1.5;
}
.author-bio p {
  font-size: 0.8em;
  font-weight: 400;
  margin-bottom: 6px;
}
.author-bio .grid-6 p {
  font-weight: 600;
}
.author-bio .desc p {
  font-style: italic;
}
.author-bio h5 {
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 5px;
}
.author-bio h5 a,
.author-bio h5 a:hover {
  color: #645465;
}
.author-bio h6 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.6em;
}
.author-bio .bio,
.author-bio .desc {
  padding-top: 20px;
}
.magazine-article {
  padding-bottom: 50px;
}
.article {
  padding-bottom: 120px;
}
.post-wrapper {
  padding-bottom: 50px;
}
.post-wrapper .banner-img {
  max-width: 1250px;
  min-height: 250px;
  margin: 0 auto;
  border-top: solid 1px #f2ecdb;
}
.post-wrapper .article .head {
  max-width: 1024px;
  margin: 0 auto;
}
.post-wrapper .article .content {
  max-width: 820px;
  margin: 0 auto;
}
.post-wrapper .article .author-bio {
  max-width: 1024px;
  margin: 0 auto;
  background: #ffcf5e;
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-navigation .alignleft {
  position: absolute;
  left: 0;
  top: 175px;
}
.article-navigation .alignright {
  position: absolute;
  right: 0;
  top: 175px;
}
.mc4wp-form {
 float: left;
}
.mc4wp-form form label,
.mc4wp-form form input {
  float:left;
  display: block;
}
.mc4wp-form form label {
  width: 90px;
  font-size: 0.8em;
  line-height: 23px;
  text-align: left;
}

.mc4wp-form form input {
  float:left;
  font-size: 0.8em;
  height: 23px;
  line-height: 23px;
  height: auto;
  border: none;
  margin-left: 10px;
}
.mc4wp-form form input[type="submit"] {
  font-size: 0.7em;
  line-height: 1.4;
  border: none;
  background: #fff;
  text-transform: uppercase;
  height: 23px;
}
.mc4wp-alert {
  font-size: 0.75em;
  line-height: 18px;
  text-align: left;
}

/*--custom css--*/
a.button-facebook, a.button-googleplus, a.button-twitter, a.button-linkedin, a.button-pinterest, a.button-xing {
	font-size: 13px !important;
}
a.ss-button-facebook, a.ss-button-googleplus, a.ss-button-twitter, a.ss-button-linkedin, a.ss-button-pinterest, a.ss-button-xing {
	border-radius: 25px;
}
.fca_eoi_layout_content_wrapper {
	background: rgba(237, 230, 227, 0.898) none repeat scroll 0 0;
	margin: 10px !important;
    padding: 2%;
}
.fca_eoi_layout_headline_copy_wrapper {
	font-size: 35px !important;
	font-weight: normal !important;
	font-family: "Open Sans",Helvetica,Arial,sans-serif  !important;
}
input.fca_eoi_form_input_element {
	border: 2px solid #37326b !important;
	border-radius: 8px !important;
	padding: 5px 0 5px 8px !important;
}
input.fca_eoi_form_button_element {
	background: #37326b;
	transition: all 0.5s ease-in-out;
	color: #fff !important;
	width: 40% !important;
	margin: 0 auto !important;
}
input.fca_eoi_form_button_element:hover, input.fca_eoi_form_button_element:focus  {
	background: #cba761;
	cursor: pointer;
}
.fca_eoi_layout_popup_close {
	width: 20px;
	height: 20px;
	border-radius: 25px !important;
	background: #37326b !important;
	color: #fff !important;
}
#fca_eoi_form_692 .fca_eoi_layout_5.fca_eoi_layout_popup {
    background-color: #fecf5c !important;
    border-color: #fecf5c !important;
}
h3.social { 
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: none !important;
  font-weight: normal !important;
}
div.fca_eoi_form_text_element {
    color: #37326b !important;
}
/*--popup work--*/
.home-banner {
	z-index: 1 !important;
}
.mlab-modal-dialog {
	z-index: 9999;
}
header.header {
	z-index: 99 !important;
}
.mlab-modal-header {
	border:0 !important;
}
.mlab-modal-footer {
	border: 0 !important;
}
.mlab-modal-content {
    float: left;
    padding: 2%;
    width: auto;
}
.mc4wp-form-432 {
	width: 100%;
	float: left;
}
.mc4wp-form-fields label {
	float: left;
}
.wdpu-757 {
	z-index: 989999;
}
.subfooter {
	z-index: 99 !important;
}
.wdpu-757 .wdpu-msg {
	width: 600px;
}
.txt-field {
	width: 100%;
	float: left;
}
.submit-btn {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	line-height: 15px;
	cursor: pointer;
	margin: 10px 0;
	padding: 5px;
	background: #37326b;
	transition: all 0.5s ease-in-out;
	color: #fff !important;
	border: 0;
	border-radius: 4px;
	font-size: 18px;

}
.submit-btn:hover, .submit-btn:focus {
	background: #ffec70;
	cursor: pointer;
	color: #37326b !important;
}

.wdpu-757 .wdpu-text {
	padding: 20px 20px 24px !important; 
}
.img-responsive {
	max-width: 100%;
	margin: 0 auto;
	display: block;
	float: none;
}
.txt-bg {
	background: #ffec70;
	padding: 5px;
	font-size: 18px !important;
	text-align: center;
	margin: 10px 0;
	border-radius: 4px;
	clear: both;
}
.rw {
	float: left;
	width: 100%;
	background: transparent;
	clear: none;
}
.mc4wp-form-fields p {
	background: transparent !important;
	font-size: 15px !important;
	margin: 0 0 5px;
}

.resize.wdpu-msg.move.no-move-x {
	position: relative;
	width: 55%;
	top: 20px !important;
}

footer .mc4wp-form.mc4wp-form-432 {
  width: 40% !important;
  float: left;
}

.ninja-forms-required-items {
  margin-bottom: 20px;
}
.list-radio-wrap.label-left ul li, 
.list-radio-wrap.label-right ul li, 
.list-checkbox-wrap.label-left ul li, 
.list-checkbox-wrap.label-right ul li {
    padding: 10px 16px 0 0 !important;
}

.video-embed {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 30px;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}





@media only screen and (max-width: 800px) {
  .wdpu-757.rounded .wdpu-msg {
    position: static;
    margin-top: 100px;
  }
  .resize.wdpu-msg.move.no-move-x {
		position: relative;
		width: 80%;
	}
  .mc4wp-form {
  	margin-top:0 !important;
  }

  .homev2-banner{
    background: url(https://invitationtohealth.com.au/wp-content/uploads/2020/07/integrative-doctor-gp-central-coast.jpg) no-repeat top left;
}
}

@media only screen and (max-width: 768px) {
  .wdpu-757 p, .wdpu-757.img-right p, .wdpu-757.img-left p, .wdpu-757.no-img p {
  	margin-bottom: 0 !important;
  }
  .homev2-banner .desktop-intro{
    width:100% !important; 
}
}

@media only screen and (min-width: 640px) {
  .wdpu-757.rounded .wdpu-msg {
    position: static;
    margin-top: 100px;
    width: 550px;
  }
  .mc4wp-form {
  	margin-top:0 !important;
  }
}

@media only screen and (min-width: 375px) { 
	/*.wdpu-757.rounded .wdpu-msg {
	    position: static;
	    margin-top: 100px;
	    width: 340px;
	}*/
}

@media only screen and (min-width: 480px) { 
	/*.wdpu-757.rounded .wdpu-msg {
	    position: static;
	    margin-top: 100px;
	    width: 440px;
	}*/
  footer .mc4wp-form.mc4wp-form-432 {
  width: 100%;
  float: left;
}
  
}

@media only screen and (max-width: 360px) { 
	/*.wdpu-757.rounded .wdpu-msg {
	    position: static;
	    margin-top: 100px;
	    width: 300px;
    }*/

.homev2-banner{ 
	background: url(https://invitationtohealth.com.au/wp-content/uploads/2020/07/integrative-doctor-gp-central-coast.jpg) no-repeat bottom left #dadfe3;

    }
    
}

/*--Added 190827--*/

.homev2-banner .desktop-intro {
    width:60%; 
    float:left;
}
.homev2-banner .intro-content {
    margin:0 auto;
    padding: 30px 10% 0;
}

.homev2-banner .hero{
    float:right;
    text-align: center;
    padding:0; margin:0;
    height:350px;
    overflow: hidden;
}

.homev2-banner .tag{
    clear:both;
    height: 0px;
    display: none;
}

.homev2-banner .point{
    clear:both;
}

#immune-boost-home{
	width:80%;
}

#immune-boost-home h2{
	font-size:24px;
}

.contact-wrap {
  text-align: right;
  padding: 20px 230px 0 0;
}
.contact-wrap .img {
  float: right;
  padding-top: 0;
  margin-left: 15px;
  height: 70px;
}
.contact-wrap h4 {
  font-weight: 400;
  font-size: 1.8em;
  line-height: 1;
  margin-bottom: 0px;
}
.contact-wrap p {
  margin-bottom: 0px;
}











