/*
	Theme Name: Refresh
	Theme URI:
	Description: Custom Theme for Refresh
	Version: 1.0
	Author: Alined Desgin
	Author URI: http://www.alined.com
	Tags: HTML5, CSS, Theme

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border:0;
  border-top:1px solid #000000;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;              
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

@font-face {
  font-family: 'Museo700-Regular';
  src: url("fonts/Museo700-Regular.ttf");
}
@font-face {
  font-family: 'MuseoSans';
  src: url("fonts/MuseoSans_300.otf");
}
@font-face {
  font-family: 'MuseoSans_500';
  src: url("fonts/MuseoSans_500.otf");
}
@font-face {
  font-family: 'MuseoSans_700';
  src: url("fonts/MuseoSans_700.otf");
}
.container {
  *zoom: 1;
  width: auto;
  margin: 0 auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }
}

p, a, li, span {
  font-family: "MuseoSans";
  font-weight: normal;
  font-size: 15px;
}

a {
  color: #00C4B3;
}

strong, em {
  font-weight: normal;
  font-family: 'MuseoSans_500';
}

hr {
  margin: 2em 0;
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
}

html, body {
  height: 100% !important;
}

body {
  overflow-y: initial !important;
}

.wrapper {
  min-height: 100%;
  margin: 0 auto -155px;
}

.content-wrapper {
  padding: 0 20px;
}
@media (min-width: 1170px) {
  .content-wrapper {
    padding: 0;
  }
}

.cff-wrapper {
  padding-left: 0 !important;
}
@media (min-width: 1169px) {
  .cff-wrapper {
    padding-left: 75px !important;
  }
}

#cff {
  width: 100% !important;
  height: 225px !important;
  background-color: #ffffff !important;
}
@media (min-width: 900px) {
  #cff {
    width: 500px !important;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MuseoSans_500";
  font-weight: normal;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 20px 100px;
}

.alignleft {
  float: left;
  margin: 10px 100px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.slicknav_menu {
  display: block;
  padding-bottom: 0;
}
.slicknav_menu .slicknav_nav {
  z-index: 100;
  font-family: 'Museo700-Regular';
}
.slicknav_menu .slicknav_nav li {
  border-bottom: 1px solid #000;
}
.slicknav_menu .slicknav_nav li a {
  color: #000;
  text-transform: lowercase;
  font-size: 20px;
}
.slicknav_menu .slicknav_nav img {
  height: auto;
  width: auto;
}
@media (min-width: 1170px) {
  .slicknav_menu {
    display: none;
  }
}
.slicknav_menu .sub-menu li:last-child {
  border-bottom: none;
}

.slicknav_menu, .slicknav_btn, .slicknav_collapsed {
  background: #fff;
  background-color: #fff;
}

.slicknav_icon-bar {
  background-color: #00C4B3 !important;
  width: 3em !important;
  height: 0.47em !important;
  border-radius: 25px 25px !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
}

.logo-slicknav {
  float: left;
  display: block;
}
.logo-slicknav a {
  display: block;
}
.logo-slicknav a img {
  width: 60px;
  margin-top: 5px;
  margin-left: 5px;
}
@media (min-width: 1170px) {
  .logo-slicknav {
    display: none;
  }
}

header {
  min-height: auto;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 123;
}
@media (min-width: 1170px) {
  header {
    min-height: 160px;
    transition: all 0.4s ease;
  }
}
header nav {
  *zoom: 1;
  margin: 69px 0px;
  float: left;
  display: none;
}
header nav:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1170px) {
  header nav {
    display: block;
  }
}
header nav ul {
  padding: 0;
}
header nav ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}
header nav ul li a {
  font-family: 'Museo700-Regular';
  font-size: 14pt;
  color: #777;
  display: block;
  padding: 8px 25px;
  text-decoration: none;
  text-transform: lowercase;
  transition: all 0.4s ease;
}
header nav ul li a:hover {
  background-color: #fff;
  color: #FF4337;
}
header nav ul li:hover .sub-menu {
  display: block !important;
}
header nav ul > li:first-child a {
  padding-left: 0;
}
header nav ul .current-menu-item > a {
  color: #FF4337;
}
header .logo {
  float: right;
  display: none;
}
header .logo a {
  display: block;
  margin: 25px 0px 25px 25px;
  transition: all 0.4s ease;
}
header .logo a img {
  width: 150px;
}
@media (min-width: 1170px) {
  header .logo {
    display: block;
  }
}

.sub-menu {
  background-color: #fff;
}
@media (min-width: 1169px) {
  .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 215px;
  }
}
.sub-menu li a {
  padding-left: 25px !important;
}

.header-smaller {
  transition: all 0.4s ease;
}
@media (min-width: 1169px) {
  .header-smaller {
    min-height: 75px;
  }
  .header-smaller nav {
    margin: 30px 0px 0px 0px;
  }
  .header-smaller nav ul li a {
    font-size: 12pt;
    transition: all 0.4s ease;
  }
  .header-smaller .logo a {
    margin: 5px 0px 5px 25px;
  }
  .header-smaller .logo a img {
    width: 100px;
    transition: all 0.4s ease;
  }
}

main .banner, main .banner-work {
  background-image: url("img/refresh-topbanner-bg-new.jpg");
  background-position: 100% auto;
  background-repeat: no-repeat;
  height: 300px;
  margin: 0;
  padding-top: 68px;
}
body:not(.home) main .banner,
main .banner-work
{
	background-size: cover;
}
@media (min-width: 750px) {
  main .banner, main .banner-work {
    height: 500px;
  }
}
@media (min-width: 1170px) {
  main .banner, main .banner-work {
    height: 550px;
    margin-top: 160px;
    padding-top: 0;
  }
}
main .banner {
  text-align: center;
  line-height: 22;
  background-position: center;
  height: 175px;
}
body:not(.home) main .banner
{
	background-size: cover;
}
main .banner img {
  width: 130px;
}
@media (min-width: 525px) {
  main .banner {
    line-height: 24;
    height: 225px;
  }
}
@media (min-width: 825px) {
  main .banner {
    line-height: 48;
    height: 375px;
  }
  main .banner img {
    width: 300px;
  }
}
body.home main .banner . {
  margin-top: 0px;
}



/*
SCROLLABLE HOMEPAGE ITEMS
*/

body.home main .banner
{
  height: auto !important;
    background-image:none;
}                  
@media (max-width: 385px) {
  body.home main .banner
  {
    height: auto !important;
    background-image:none;
  }            
} 
body.home main .banner #scrolling-banner
{
  position: relative;
  line-height:1;
}
body.home main .banner #scrolling-banner .scrollable-item
{
  top:0px;
  left:0px;
  width:100%;
  line-height:1;
  padding: 20px 0px;
}
@media (max-width: 1170px) {
  body.home main .banner img
  {
    max-width:50%;
    width:auto;
  }
}
body.home main .banner .workshops-section img
{
  margin-top:120px;
}
body.home main .banner .homepage-banner-logo
{
  padding-top: 0px;
  background-image: url("img/refresh-topbanner-bg-new.jpg");
}

body.home main .banner .workshops-section
{
  margin-bottom:0px;
  background-color:white;
}



@media (min-width: 1170px) {
  main .banner {
    line-height: 70;
    margin-top: 209px;
    padding-top: 0px;
    height: 550px;
  }
  main .banner img {
    width: auto;
  }
}
main .banner-work {
  background-image: url("img/banner-work-you.jpg");
  height: 325px;
  background-position: top;
  text-align: center;
}
main .banner-work img {
  margin-top: 100px;
}
@media (max-width: 385px) {
  main .banner-work img {
    width: 100%;
  }
}
/* GARETH ADDITIONS */
main .banner-work.health
{
  background-image: url("img/health-page-banner.jpg");
}
main .banner-work.career
{
  background-image: url("img/career-page-banner.jpg");
}

main .business-banner {
  background-image: url("img/business-banner.jpg");
}
main .community-banner {
  background-image: url("img/refresh-community-new.jpg");
}
main .blog-banner {
  background-image: url("img/blog-banner.jpg");
}
main .about-banner {
  background-image: url("img/about-banner.jpg");
}
main .generic-banner {
  background-image: url("img/blog-banner.jpg");
  background-position: center;
}
main .refresh-you-promo-bg, main .refresh-community-promo-bg, main .refresh-business-promo-bg {
  height: 175px;
  width: 175px;
  background-size: 100% 100%;
  margin: 0 auto 20px auto;
  position: relative;
}
main .refresh-you-promo-bg a, main .refresh-community-promo-bg a, main .refresh-business-promo-bg a {
  padding: 0 !important;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main .refresh-you-promo-bg {
  background-image: url("img/you_06.png");
}
main .refresh-you-promo-bg:hover {
  background-image: url("img/you2_06.png");
}
main .refresh-community-promo-bg {
  background-image: url("img/health_01.png");
}
main .refresh-community-promo-bg:hover {
  background-image: url("img/health_02.png");
}
main .refresh-business-promo-bg {
  background-image: url("img/pioneer_01.png");
}
main .refresh-business-promo-bg:hover {
  background-image: url("img/pioneer_02.png");
}
main .refresh-sections {
  *zoom: 1;
  margin: 6.25% auto;
}
main .refresh-sections:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 600px) {
  main .refresh-sections {
    margin: 100px auto;
  }
}
main .refresh-sections .refresh-one-sec {
  text-align: center;
  width: 100%;
  margin-bottom: 75px;
}
@media (min-width: 600px) {
  main .refresh-sections .refresh-one-sec {
    width: 50%;
    float: left;
  }
}
@media (min-width: 1170px) {
  main .refresh-sections .refresh-one-sec {
    width: 33%;
    float: left;
  }
}
main .refresh-sections .refresh-one-sec .refresh-you-button {
  background-color: #00C4B3;
}
main .refresh-sections .refresh-one-sec .refresh-you-button:hover {
  background-color: #00AA95;
}
main .refresh-sections .refresh-one-sec .refresh-community-button {
  background-color: #FFD754;
}
main .refresh-sections .refresh-one-sec .refresh-community-button:hover {
  background-color: #EFC54D;
}
main .refresh-sections .refresh-one-sec .refresh-business-button {
  background-color: #875B95;
}
main .refresh-sections .refresh-one-sec .refresh-business-button:hover {
  background-color: #755282;
}
main .refresh-sections .refresh-one-sec p {
  width: 265px;
  margin: 25px auto 70px auto;
  height: 125px;
  font-size: 18px;
}
main .refresh-sections .refresh-one-sec a {
  text-decoration: none;
  color: #fff;
  padding: 10px 50px;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
}
main .front-newsletter {
  background-color: #FF4337;
  height: 100%;
}
@media (min-width: 1169px) {
  main .front-newsletter {
    height: 400px;
  }
}
main .front-newsletter p {
  color: #fff;
  font-size: 30pt;
  width: auto;
  padding-top: 50px;
  margin: 0 20px;
  float: left;
}
@media (min-width: 1169px) {
  main .front-newsletter p {
    width: 50%;
    padding-top: 120px;
    margin: 0;
  }
}
main .front-newsletter .container > .form {
  width: 100%;
  float: left;
}
@media (min-width: 1169px) {
  main .front-newsletter .container > .form {
    width: 50%;
  }
}
main .front-newsletter .container > .form form {
  margin: 20px 10px;
  text-align: center;
}
@media (min-width: 1169px) {
  main .front-newsletter .form form {
    margin: 50px 100px 0 100px;
  }
}
main .front-newsletter .form form p {
  font-size: 1.9em;
  color: #fff;
  margin-bottom: 15px;
  margin-left: 0px;
  padding: 0;
  width: 100%;
}
main .front-newsletter .form form input[type=text],
main .front-newsletter .form form input[type=button],
main .front-newsletter .form form input[type="submit"],
main .front-newsletter .form form input[type=email] {
  display: block;
  margin-bottom: 15px;
  margin-left: 10px;
  width: 80%;
  border: none;
  padding: 15px 15px;
  color: #fff;
  -moz-border-radius: 7px / 7px;
  -webkit-border-radius: 7px 7px;
  border-radius: 7px / 7px;
  margin:0px auto 20px auto;
  clear:both;
}
.mc4wp-alert
{
  padding:3px !important;
}
@media (min-width: 600px) {
  main .front-newsletter .form form input[type=text],
  main .front-newsletter .form form input[type=button],
  main .front-newsletter .form form input[type="submit"],
    main .front-newsletter .form form input[type=email]{
    width: 90%;
  }
}
@media (min-width: 1169px) {
  main .front-newsletter .form form input[type=text],
  main .front-newsletter .form form input[type=button],
  main .front-newsletter .form form input[type="submit"],
    main .front-newsletter .form form input[type=email] {
    width: 275px;
  }
}
main .front-newsletter .form form input[type=text],
    main .front-newsletter .form form input[type=email] {
  background: rgba(255, 255, 255, 0.6);
}
main .front-newsletter .form form input[type=button],
main .front-newsletter .form form input[type="submit"],
main .front-newsletter .form form input[type=submit] {
  width: auto;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}
main .front-newsletter .form form input[type=button]:hover,
main .front-newsletter .form form input[type="submit"]:hover{
  background-color: #fff;
  border: 2px solid #fff;
  color: #FF4337;
}
main .front-who img, main .front-who .who-section, main .front-who .who-section-two, main .front-people img, main .front-people .who-section, main .front-people .who-section-two {
  width: 100%;
  float: left;
}
@media (min-width: 900px) {
  main .front-who img, main .front-who .who-section, main .front-who .who-section-two, main .front-people img, main .front-people .who-section, main .front-people .who-section-two {
    width: 50%;
  }
}
main .front-who .who-section, main .front-who .who-section-two, main .front-people .who-section, main .front-people .who-section-two {
  text-align: center;
}
@media (min-width: 1169px) {
  main .front-who .who-section, main .front-who .who-section-two, main .front-people .who-section, main .front-people .who-section-two {
    min-height: 360px;
  }
}
main .front-who .who-section h2, main .front-who .who-section-two h2, main .front-people .who-section h2, main .front-people .who-section-two h2 {
  font-size: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #666;
}
@media (min-width: 1169px) {
  main .front-who .who-section h2, main .front-who .who-section-two h2, main .front-people .who-section h2, main .front-people .who-section-two h2 {
    margin-top: 75px;
    margin-bottom: 25px;
  }
}
main .front-who .who-section p, main .front-who .who-section-two p, main .front-people .who-section p, main .front-people .who-section-two p {
  padding: 0 50px;
  font-size: 16px;
  color: #666;
}
main .front-who .who-section a, main .front-who .who-section-two a, main .front-people .who-section a, main .front-people .who-section-two a {
  background-color: #FF4337;
  text-decoration: none;
  padding: 12px 30px;
  color: #fff;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  display: block;
  width: 200px;
  margin: 30px auto;
}
@media (min-width: 1169px) {
  main .front-who .who-section a, main .front-who .who-section-two a, main .front-people .who-section a, main .front-people .who-section-two a {
    margin: 60px auto;
  }
}
main .front-who .who-section a:hover, main .front-who .who-section-two a:hover, main .front-people .who-section a:hover, main .front-people .who-section-two a:hover {
  background-color: #ff1304;
}
main .front-who .who-section-two, main .front-people .who-section-two {
  min-height: 290px;
  padding: 45px 0;
}
main .front-who .who-section-two p, main .front-people .who-section-two p {
  font-size: 16px;
  line-height:25px;
  color: #111;
}
main .front-who .who-section-two p span, main .front-people .who-section-two p span {
  font-weight: bold;
}
@media (min-width: 1169px) {
  main .front-who .who-section-two p, main .front-people .who-section-two p {
    margin-top: 40px;
  }
}
main .frontpage-refresh-info {
  height: 100%;
}
@media (min-width: 1169px) {
  main .frontpage-refresh-info {
    min-height: 500px;
  }
}
main .frontpage-refresh-info .onethird {
  width: 100%;
  float: left;
  text-align: center;
}
main .frontpage-refresh-info .onethird.text-left
{
  text-align:left;
}
@media (min-width: 1169px) {
  main .frontpage-refresh-info .onethird {
    width: 390px;
  }
}
main .frontpage-refresh-info .onethird h5 {
  color: #00C4B3;
  font-family: "MuseoSans";
  font-size: 26pt;
  margin: 0;
}
main .frontpage-refresh-info .onethird p{
  padding: 0 35px;
  margin-top: 5px;
  font-size: 16px;
}
body main .frontpage-refresh-info .onethird a
{
  margin-left:35px;
}
@media (min-width: 1169px) {
  main .frontpage-refresh-info .onethird p {
    padding: 10px;
  }
  body main .frontpage-refresh-info .onethird a
  {
  	margin-left:10px;
  }
}
main .frontpage-refresh-info .onethird a {
  text-decoration: none;
  color: #00C4B3;
  padding: 10px 25px;
  margin: 10px auto;
  border: 2px solid #00C4B3;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
}
main .frontpage-refresh-info .onethird a:hover {
  color: #fff;
  background-color: #00C4B3;
}
main .frontpage-refresh-info .container {
  min-height: 325px;
}
main .front-refresh-you, main .front-refresh-community, main .front-refresh-business {
  padding-top: 70px;
  display: none;
}
main .front-refresh-choice {
  text-align: center;
  margin: 50px 0;
}
main .front-refresh-choice img {
  width: 100%;
}
@media (min-width: 520px) {
  main .front-refresh-choice img {
    width: auto;
  }
}
main .front-refresh-choice ul {
  padding-left: 0;
}
@media (min-width: 1169px) {
  main .front-refresh-choice ul {
    padding-left: 35px;
  }
}
main .front-refresh-choice ul li {
  list-style: none;
  display: inline-block;
  width: 100px;
  margin-right: 0px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-family: "MuseoSans_700";
  cursor: pointer;
}
@media (min-width: 369px) {
  main .front-refresh-choice ul li {
    margin-right: 20px;
    font-size: initial;
  }
}
@media (min-width: 460px) {
  main .front-refresh-choice ul li {
    margin-right: 50px;
  }
}
@media (min-width: 520px) {
  main .front-refresh-choice ul li {
    margin: 0 65px 22px 0;
  }
}
main .front-refresh-choice ul li:first-child {
  margin-left: 0;
}
@media (min-width: 533px) {
  main .front-refresh-choice ul li:first-child {
    margin-left: 30px;
  }
}
@media (min-width: 1169px) {
  main .front-refresh-choice ul li:first-child {
    margin-left: 0px;
  }
}
main .front-refresh-choice ul li:hover {
  color: #FF4337;
}
main .front-refresh-choice ul .choices-active {
  color: #FF4337;
}
main .choices-show {
  display: block;
}
main .front-people {
  background-color: #E6E7E8;
}
main .front-meeting-image {
  background-image: url("img/front-meeting-new.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 185px;
}
@media (min-width: 750px) {
  main .front-meeting-image {
    height: 450px;
    background-size: 100% auto;
  }
}
main .front-key-line {
  background-image: url("img/refresh-key-line.jpg");
  background-repeat: no-repeat;
  height: 125px;
}
@media (min-width: 720px) {
  main .front-key-line {
    xbackground-size: 100%;
  }
}
@media (min-width: 1170px) {
  main .front-key-line {
    xbackground-size: 100% auto;
  }
}
@media (min-width: 800px) {
  main .front-key-line {
    height: 450px;
  }
}
main .front-key-line p {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 20px;
}
@media (min-width: 375px) {
  main .front-key-line p {
    margin-top: 50px;
  }
}
@media (min-width: 800px) {
  main .front-key-line p {
    font-size: 36pt;
    margin-top: 175px;
  }
}
@media (min-width: 1169px) {
  main .front-key-line p {
    font-size: 40pt;
    margin-top: 210px;
    margin-left: 0;
  }
}
main .front-media {
  *zoom: 1;
  background-color: #58595B;
  height: 100%;
}
main .front-media:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 1169px) {
  main .front-media {
    height: 400px;
  }
}
main .front-media h3 {
  color: #fff;
  font-size: 26pt;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 25px;
}
@media (min-width: 1169px) {
  main .front-media h3 {
    margin-top: 60px;
    padding-left: 0;
  }
}
main .front-media h4 {
  color: #00C4B3;
  font-size: 18pt;
  margin: 0;
}
main .front-media ul {
  padding-left: 20px;
  margin-bottom: 40px;
}
@media (min-width: 1169px) {
  main .front-media ul {
    padding-right: 30px;
    padding-left: 0;
  }
}
main .front-media ul li {
  list-style: none;
}
main .front-media ul li p {
  color: #fff;
  font-family: "MuseoSans";
  margin-top: 0;
}
@media (min-width: 1169px) {
  main .front-media .social-h h3 {
    padding-left: 80px;
  }
}
main section {
  *zoom: 1;
  margin: 50px 0 0px 0px;
  position: relative;
}
main section:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 500px) {
  main section h1 img, main section article img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
main section h2 {
  margin-top: 0;
}
main section h2 a {
  font-size: 24px;
}
main section h1 {
  font-family: "MuseoSans";
  font-size: 36pt;
  padding: 0 20px;
}
@media (min-width: 1170px) {
  main section h1 {
    padding: 0;
  }
}
main section h1 a {
  font-family: "MuseoSans";
  font-size: 36pt;
}
main section > article {
  *zoom: 1;
  border-right: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-bottom: 75px;
}
main section > article:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 900px) {
  main section > article {
    width: 75%;
    float: left;
    padding-right: 30px;
  }
}
main section > article h1 {
  padding: 0;
}
main section > article h2 {
  font-size: 24px;
}
main section > article p {
  margin-top: 0;
}
main section > article .onehalf img {
  width: 380px;
}
main section > article ul {
  padding: 0 25px;
}
main section aside {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 900px) {
  main section aside {
    width: 20%;
    float: left;
  }
}
main section aside .sidebar-items {
  padding-left: 20px;
}
@media (min-width: 500px) {
  main section aside .sidebar-items {
    padding-left: 50px;
  }
}
main section aside .sidebar-items h3 {
  font-size: 15px;
  cursor: pointer;
  text-transform: lowercase;
}
main section aside .sidebar-items h3 a {
  color: #FBB040;
}
main section aside .sidebar-items ul {
  padding: 0;
}
main section aside .sidebar-items ul li {
  list-style: none;
}
main section aside .sidebar-items ul li a {
  color: #FBB040;
  text-decoration: none;
}
main section aside form {
  *zoom: 1;
  margin-bottom: 15px;
}
main section aside form:after {
  content: "";
  display: table;
  clear: both;
}
main section aside input {
  width: 100px;
  padding: 10px 7px;
  border-radius: 7px / 7px;
  border: 1px solid #999;
  border-right: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  float: left;
}
main section aside button {
  margin-left: -5px;
  height: 40px;
  float: left;
  border: 1px solid #999;
  border-left: none;
  border-radius: 7px / 7px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: transparent;
}
main section aside button .searchicon {
  background-image: url("img/searchicon.png");
  width: 20px;
  height: 20px;
}
main section aside button:hover {
  background: #ddd;
}

.onehalf {
  position: relative;
  width: 100%;
  max-width: 100%;
  float: left;
}
@media (min-width: 800px) {
  .onehalf {
    width: 50%;
  }
}

.workwithus-subnav, .business-subnav {
  *zoom: 1;
  margin-bottom: 50px;
}
.workwithus-subnav:after, .business-subnav:after {
  content: "";
  display: table;
  clear: both;
}
.workwithus-subnav ul, .business-subnav ul {
  margin: 0;
  padding: 0;
}
.workwithus-subnav ul li, .business-subnav ul li {
  list-style: none;
  display: block;
  width: 50%;
  height: 100px;
  float: left;
  text-align: center;
}
@media (min-width: 800px) {
  .workwithus-subnav ul li, .business-subnav ul li {
    width: 25%;
  }
}
.workwithus-subnav ul li a, .business-subnav ul li a {
  text-decoration: none;
  color: #00C4B3;
  display: block;
  line-height: 100px;
  font-size: 1.2em;
}
.workwithus-subnav ul li a:hover, .business-subnav ul li a:hover {
  background: rgba(0, 196, 179, 0.2);
}
.workwithus-subnav ul li .active, .business-subnav ul li .active {
  background: rgba(0, 196, 179, 0.2);
}

@media (min-width: 500px) {
  .business-subnav.alt-sub ul li {
    width: 33.3333334%;
  }
}
.business-subnav ul li a {
  color: #875B95;
}
.business-subnav ul li a:hover {
  background: rgba(135, 91, 149, 0.2);
}
.business-subnav ul li .active {
  background: rgba(135, 91, 149, 0.2);
}

.work {
  *zoom: 1;
  margin-bottom: 50px;
}
.work:after {
  content: "";
  display: table;
  clear: both;
}
.work h2 {
  font-size: 24pt;
  text-align: left;
}
@media (min-width: 1169px) {
  .work h2 {
    font-size: 34pt;
  }
}
.work p {
  font-family: "MuseoSans";
  text-align: left;
}
.work .intro p{
 margin-bottom: 10px;
}
.work a {
  text-decoration: none;
  color: #fff;
  background-color: #00C4B3;
  padding: 10px 50px;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
}
.work a:hover {
  background-color: #009184;
}
.work img {
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 450px) {
  .work img {
    width: auto;
  }
}
.work .onehalf {
  text-align: left;
}
@media (min-width: 800px) {
  .work .onehalf {
    width: 50%;
  }
}
.work .twothirds {
  width: 100%;
}
@media (min-width: 800px) {
  .work .twothirds {
    width: 60%;
	margin: 0 5% 0 0;
  }
}
.work .onethirds {
  width: 100%;
}
@media (min-width: 800px) {
  .work .onethirds {
    width: 30%;
	margin-right:5%;
  }
}
.work .onethirds img {
  width: 100%;
}
@media (min-width: 450px) {
  .work .onethirds img {
    width: auto;
  }
}
@media (min-width: 800px) {
  .work .onethirds img {
    width: 100%;
    margin-top: 49px;
  }
}

.workshops-section {
  background-image: url("img/work-bg.jpg");
  background-position: top;
  background-size: cover;
  height: 100%;
  text-align: center;
}
@media (min-width: 1169px) {
  .workshops-section {
    height: auto;
	 margin-bottom: 40px;
   padding-bottom:40px;
  }
}
.workshops-section img {
  margin-top: 80px;
  width: 85%;
}
@media (min-width: 480px) {
  .workshops-section img {
    width: auto;
  }
}
.workshops-section h3 {
  color: #fff;
  font-size: 36pt;
  margin-top: 95px;
}
.workshops-section p {
  color: #fff;
}
.workshops-section a {
  text-decoration: none;
  color: #fff;
  background-color: #00C4B3;
  padding: 10px 50px;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  display: inline-block;
  margin-bottom: 25px;
}
.workshops-section a:hover {
  background-color: #009184;
}

.page-id-57 .work a, .page-id-57 .workshops-section a {
  background-color: #875b95;
}
.page-id-57 .work a:hover, .page-id-57 .workshops-section a:hover {
  background-color: #6a4875;
}

.kickstart-section {
  *zoom: 1;
  background-image: url("img/work-bg.jpg");
  background-position: top;
  background-size: cover;
  min-height: 400px;
  width: 100%;
}
.kickstart-section:after {
  content: "";
  display: table;
  clear: both;
}

.kickstart-one, .kickstart-two {
  margin: 0;
}
@media (min-width: 800px) {
  .kickstart-one, .kickstart-two {
    margin: 50px 0;
  }
}
.kickstart-one h3, .kickstart-two h3, .kickstart-one h4, .kickstart-two h4, .kickstart-one p, .kickstart-two p {
  color: #fff;
  padding: 0 55px 0 0;
}
.kickstart-one h3, .kickstart-two h3 {
  font-size: 20pt;
  margin-bottom: 20px;
}
.kickstart-one ul, .kickstart-two ul {
  padding: 0 70px 0 25px;
}
.kickstart-one ul li, .kickstart-two ul li {
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 500px) {
  .kickstart-one img, .kickstart-two img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.kickstart-two {
  margin-top: 0;
}
@media (min-width: 800px) {
  .kickstart-two {
    margin-top: 110px;
  }
}

@media (max-width: 700px) {
  .health section article img {
    float: none;
    margin: 0;
    width: 100%;
    height: auto;
  }
}

.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  padding: 10px 5px;
  border-radius: 5px / 5px;
  border: 1px solid #999;
  max-width: 100%;
}
.gform_wrapper input[type="submit"] {
  width: 200px;
  background-color: #00C4B3;
  color: #fff;
  border: none;
}
.gform_wrapper input[type="submit"]:hover {
  background-color: #00AA95;
}

@media (max-width: 500px) {
  .gform_wrapper .name_first, .gform_wrapper .name_last, .gform_wrapper .ginput_left, .gform_wrapper .ginput_right {
    width: 99% !important;
    margin-left: 0 !important;
  }
}
.book-list .book-list-item {
  *zoom: 1;
  display: block;
}
.book-list .book-list-item:after {
  content: "";
  display: table;
  clear: both;
}
.book-list .book-list-item img {
  width: 100px;
  padding: 0 10px 10px 0;
}
@media (min-width: 590px) {
  .book-list .book-list-item img {
    float: left;
  }
}

.enquirebtn {
  background-color: #FF4337;
  color: #fff;
  padding: 10px 30px;
  display: block;
  width: 150px;
  text-align: center;
  text-decoration: none;
  margin: 30px auto;
  border-radius: 10px/10px;
}

.enquirebtn:hover {
  background-color: #ea0e00;
}

.comments .comment-form-comment textarea {
  display: block;
  padding: 10px 5px;
  border-radius: 5px / 5px;
  border: 1px solid #999;
  max-width: 100%;
}
.comments input[type="submit"] {
  background-color: #00C4B3;
  color: #fff;
  border: none;
  padding: 10px 5px;
  border-radius: 5px / 5px;
}
.comments input[type="submit"]:hover {
  background-color: #00AA95;
}
.comments li {
  list-style: none;
}

.post h1 {
  padding: 0;
}

.calendar {
  display: inline-block;
  margin-right: 5px;
}
.calendar p {
  margin: 0;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  display: block;
  width: 80px;
  padding: 5px;
  font-size: 10px;
  margin-top: -1px;
}
.calendar p:first-child {
  background-color: #2890BC;
  color: #fff;
  font-size: 16px;
}
.calendar p:last-child {
  font-size: 22px;
  padding-bottom: 13px;
}
.workshops-section .largerText p
{
	font-size:20px;
}
.workshops-section #rightEvents
{
	width:36%;
	padding:0px 7%;
}
@media (max-width: 800px) {
  body.home main .banner .workshops-section img
  {
    margin: 5% 0px;
  }
  .workshops-section #rightEvents
  {
    display:none;
  }
  .workshops-section h3
  {
    margin:5% 0%;
  }
}
.buttonClear
{
	display: block;
}
#leftEvents .buttonclear
{
  display:none;
}
@media (max-width: 800px) {
  #leftEvents
  {
    text-align:center;
  }
  #leftEvents .buttonclear
  {
    display:inline-block;
    float:none;
  }
}
.workshop-info {
  text-align: left;
  display: inline-block;
  margin-left:25px;
}
.workshop-info p {
  margin: 0;
}
.workshop-info p:first-child
{
	font-weight:bold;
}
#recent-posts .entry, #categories-2 ul, #archives-2 ul {
  display: none;
}

#recent-posts .entry {
  font-family: 'MuseoSans';
  font-size: 14px;
}

#recent-posts h3 {
  margin: 0;
  padding: 0.5em 0;
}

.osd-sms-wrapper {
  border: none;
  width: 200px;
  position: relative;
  left: 20px;
}
@media (min-width: 900px) {
  .osd-sms-wrapper {
    position: absolute;
    top: -10px;
    right: 75px;
    left: auto;
  }
}
.osd-sms-wrapper .osd-sms-title {
  display: inline;
  margin-right: 15px;
}

.search-results .content-wrapper article {
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.search-results .content-wrapper article span {
  padding: 0 20px;
}
@media (min-width: 1170px) {
  .search-results .content-wrapper article span {
    padding: 0;
  }
}

.date {
  font-family: MuseoSans_500;
  font-size: 16px;
}

.p-section {
  text-align: left !important;
}
.p-section p {
  padding-right: 40px;
}
.p-section a {
  margin-left: 0px;
}

.p-sec-one {
  text-align: right !important;
}
.p-sec-one img {
  width: 80% !important;
}

.front-footer-section {
  width: 100%;
  height: 200px;
  float: left;
  background-color: #00C4B3;
  text-align: center;
}
@media (min-width: 800px) {
  .front-footer-section {
    width: 50%;
  }
}
@media (min-width: 400px) {
  .front-footer-section {
    height: 400px;
  }
}
.front-footer-section a {
  text-decoration: none;
  color: #fff;
  width: 70%;
  padding: 10px 25px;
  display: block;
  border: 2px solid #fff;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  font-size: 1.3em;
}
@media (min-width: 1169px) {
  .front-footer-section a {
    width: 300px;
  }
}
.front-footer-section a:hover {
  background-color: #fff;
  color: #00C4B3;
}

.connect-wrap {
  width: 100%;
  margin: 0 0 0 auto;
}
@media (min-width: 1170px) {
  .connect-wrap {
    width: 585px;
  }
}
.connect-wrap a {
  margin: 75px auto;
}
@media (min-width: 400px) {
  .connect-wrap a {
    margin: 175px auto;
  }
}
@media (min-width: 1170px) {
  .connect-wrap a {
    margin: 175px auto 0 0;
  }
}

.front-footer-section:last-child {
  background-color: #fff;
}
.front-footer-section:last-child a {
  color: #00C4B3;
  border-color: #00C4B3;
}
.front-footer-section:last-child a:hover {
  background-color: #00C4B3;
  color: #fff;
}
.front-footer-section:last-child .connect-wrap {
  margin: 0 auto 0 0;
}
@media (min-width: 400px) {
  .front-footer-section:last-child .connect-wrap a {
    margin: 175px auto;
  }
}
@media (min-width: 1170px) {
  .front-footer-section:last-child .connect-wrap a {
    margin: 175px 0 0 auto;
  }
}

@media (min-width: 1169px) {
  footer {
    height: 175px;
  }
}
footer .container {
  padding: 20px 0;
}
footer .contact-social {
  float: left;
}
footer .contact-social .contact-footer {
  text-decoration: none;
  color: #00C4B3;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 15px 25px;
  -moz-border-radius: 5px / 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px / 5px;
  float: left;
}
footer .contact-social .contact-footer:hover {
  color: #fff;
  background-color: #00C4B3;
  border: 1px solid #fff;
}
footer .contact-social .socialmedia {
  float: left;
  padding-top: 5px;
  padding-left: 5px;
}
footer .footer-info {
  padding: 0px 15px;
  width: auto;
  display: inline-block;
  text-align: right;
  float: right;
}
@media (min-width: 1169px) {
  footer .footer-info {
    width: 585px;
  }
}
footer .footer-info p {
  margin-top: 20px;
  font-size: 12px;
  color: #fff;
}
footer .footer-info img {
  padding-left: 30px;
}
@media (min-width: 1169px) {
  footer .footer-info img {
    float: right;
  }
}
footer .footer-info .frontpage-color {
  color: #000;
}

.push {
  height: 155px;
}

.footer-background {
  background-color: #00C4B3;
}


#leftEvents img
{
	margin-bottom:50px;
}
#leftEvents p
{
	margin:0px;
}
#leftEvents a
{
	background-color:#2890BC;
}
.front-newsletter .mc4wp-form {
    margin: 40px 0px;
}


.form-allowed-tags{
    display:none;
}

