/*
Theme Name:     Bowen Therapists
Description:    
Author:         Argon Design
Author URI:     http://www.argondesign.com.au
Version:        1.0
*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

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

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

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

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

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

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** Remove border when inside `a` element in IE 8/9/10. */
img { border: 0; }

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

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

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

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

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

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

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

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

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

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

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

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

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

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

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

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

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

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

td, th { padding: 0; }

::-moz-selection { background: #FFE9A1; color: #000; text-shadow: none; }

::selection { background: #FFE9A1; color: #000; text-shadow: none; }

a { color: #14a54a; text-decoration: none; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
a:hover { color: #f26426; text-decoration: none; }
a:focus { outline: none; }

h1, h2, h3, h4, h5, h6 { margin: 64px 0 32px; font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 300; color: #14a54a; line-height: 1.2; text-rendering: optimizelegibility; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child { margin-top: 0; }

h1 { font-size: 48px; font-size: 2.4rem; }

h2 { font-size: 36px; font-size: 1.8rem; }

h3 { font-size: 30px; font-size: 1.5rem; }

h4 { font-size: 24px; font-size: 1.2rem; margin: 0 0 10px; }

h5 { font-size: 20px; font-size: 1rem; margin: 0 0 10px; }

h6 { font-size: 20px; font-size: 1rem; margin: 0 0 10px; color: #f26426; }

p { margin: 0 0 20px; }

ul { padding: 0; margin: 0 0 32px 20px; list-style-image: url(images/list_bullet.png); }
ul li { margin-bottom: 12px; }
ul li ul { margin-top: 12px; }

ol { padding: 0; margin: 0 0 32px 20px; }
ol li { margin-bottom: 12px; }
ol li ol { margin-top: 12px; }

strong { font-weight: 700; }

em { font-style: italic; }

abbr { cursor: help; }

hr { height: 0; margin: 60px 0; border: 0; border-bottom: 1px solid transparent; position: relative; clear: both; }
hr:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }
hr:first-child { margin-top: 0; }
hr:last-child { margin-bottom: 0; }

blockquote { padding: 40px 0 8px 50px; margin: 60px 0; background: none; border-left: 10px solid #14a54a; font-style: italic; font-weight: 400; color: #14a54a; }
blockquote footer, blockquote small, blockquote cite { display: block; font-weight: 700; font-style: normal; }
blockquote footer span, blockquote small span, blockquote cite span { font-weight: normal; }
blockquote:first-child { margin-top: 0; }
blockquote:last-child { margin-bottom: 0; }

address { display: block; margin-bottom: 32px; font-style: normal; }

@font-face { font-family: "linea-arrows-10"; src: url("fonts/linea-arrows/linea-arrows-10.eot"); src: url("fonts/linea-arrows/linea-arrows-10.eot?#iefix") format("embedded-opentype"), url("fonts/linea-arrows/linea-arrows-10.woff") format("woff"), url("fonts/linea-arrows/linea-arrows-10.ttf") format("truetype"), url("fonts/linea-arrows/linea-arrows-10.svg#linea-arrows-10") format("svg"); font-weight: normal; font-style: normal; }
[data-icon]:before { font-family: "linea-arrows-10" !important; content: attr(data-icon); font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "linea-arrows-10" !important; font-style: normal !important; font-weight: normal !important; font-variant: normal !important; text-transform: none !important; speak: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icon-arrows-anticlockwise:before { content: "\e000"; }

.icon-arrows-anticlockwise-dashed:before { content: "\e001"; }

.icon-arrows-button-down:before { content: "\e002"; }

.icon-arrows-button-off:before { content: "\e003"; }

.icon-arrows-button-on:before { content: "\e004"; }

.icon-arrows-button-up:before { content: "\e005"; }

.icon-arrows-check:before { content: "\e006"; }

.icon-arrows-circle-check:before { content: "\e007"; }

.icon-arrows-circle-down:before { content: "\e008"; }

.icon-arrows-circle-downleft:before { content: "\e009"; }

.icon-arrows-circle-downright:before { content: "\e00a"; }

.icon-arrows-circle-left:before { content: "\e00b"; }

.icon-arrows-circle-minus:before { content: "\e00c"; }

.icon-arrows-circle-plus:before { content: "\e00d"; }

.icon-arrows-circle-remove:before { content: "\e00e"; }

.icon-arrows-circle-right:before { content: "\e00f"; }

.icon-arrows-circle-up:before { content: "\e010"; }

.icon-arrows-circle-upleft:before { content: "\e011"; }

.icon-arrows-circle-upright:before { content: "\e012"; }

.icon-arrows-clockwise:before { content: "\e013"; }

.icon-arrows-clockwise-dashed:before { content: "\e014"; }

.icon-arrows-compress:before { content: "\e015"; }

.icon-arrows-deny:before { content: "\e016"; }

.icon-arrows-diagonal:before { content: "\e017"; }

.icon-arrows-diagonal2:before { content: "\e018"; }

.icon-arrows-down:before { content: "\e019"; }

.icon-arrows-down-double:before { content: "\e01a"; }

.icon-arrows-downleft:before { content: "\e01b"; }

.icon-arrows-downright:before { content: "\e01c"; }

.icon-arrows-drag-down:before { content: "\e01d"; }

.icon-arrows-drag-down-dashed:before { content: "\e01e"; }

.icon-arrows-drag-horiz:before { content: "\e01f"; }

.icon-arrows-drag-left:before { content: "\e020"; }

.icon-arrows-drag-left-dashed:before { content: "\e021"; }

.icon-arrows-drag-right:before { content: "\e022"; }

.icon-arrows-drag-right-dashed:before { content: "\e023"; }

.icon-arrows-drag-up:before { content: "\e024"; }

.icon-arrows-drag-up-dashed:before { content: "\e025"; }

.icon-arrows-drag-vert:before { content: "\e026"; }

.icon-arrows-exclamation:before { content: "\e027"; }

.icon-arrows-expand:before { content: "\e028"; }

.icon-arrows-expand-diagonal1:before { content: "\e029"; }

.icon-arrows-expand-horizontal1:before { content: "\e02a"; }

.icon-arrows-expand-vertical1:before { content: "\e02b"; }

.icon-arrows-fit-horizontal:before { content: "\e02c"; }

.icon-arrows-fit-vertical:before { content: "\e02d"; }

.icon-arrows-glide:before { content: "\e02e"; }

.icon-arrows-glide-horizontal:before { content: "\e02f"; }

.icon-arrows-glide-vertical:before { content: "\e030"; }

.icon-arrows-hamburger1:before { content: "\e031"; }

.icon-arrows-hamburger-2:before { content: "\e032"; }

.icon-arrows-horizontal:before { content: "\e033"; }

.icon-arrows-info:before { content: "\e034"; }

.icon-arrows-keyboard-alt:before { content: "\e035"; }

.icon-arrows-keyboard-cmd:before { content: "\e036"; }

.icon-arrows-keyboard-delete:before { content: "\e037"; }

.icon-arrows-keyboard-down:before { content: "\e038"; }

.icon-arrows-keyboard-left:before { content: "\e039"; }

.icon-arrows-keyboard-return:before { content: "\e03a"; }

.icon-arrows-keyboard-right:before { content: "\e03b"; }

.icon-arrows-keyboard-shift:before { content: "\e03c"; }

.icon-arrows-keyboard-tab:before { content: "\e03d"; }

.icon-arrows-keyboard-up:before { content: "\e03e"; }

.icon-arrows-left:before { content: "\e03f"; }

.icon-arrows-left-double-32:before { content: "\e040"; }

.icon-arrows-minus:before { content: "\e041"; }

.icon-arrows-move:before { content: "\e042"; }

.icon-arrows-move2:before { content: "\e043"; }

.icon-arrows-move-bottom:before { content: "\e044"; }

.icon-arrows-move-left:before { content: "\e045"; }

.icon-arrows-move-right:before { content: "\e046"; }

.icon-arrows-move-top:before { content: "\e047"; }

.icon-arrows-plus:before { content: "\e048"; }

.icon-arrows-question:before { content: "\e049"; }

.icon-arrows-remove:before { content: "\e04a"; }

.icon-arrows-right:before { content: "\e04b"; }

.icon-arrows-right-double:before { content: "\e04c"; }

.icon-arrows-rotate:before { content: "\e04d"; }

.icon-arrows-rotate-anti:before { content: "\e04e"; }

.icon-arrows-rotate-anti-dashed:before { content: "\e04f"; }

.icon-arrows-rotate-dashed:before { content: "\e050"; }

.icon-arrows-shrink:before { content: "\e051"; }

.icon-arrows-shrink-diagonal1:before { content: "\e052"; }

.icon-arrows-shrink-diagonal2:before { content: "\e053"; }

.icon-arrows-shrink-horizonal2:before { content: "\e054"; }

.icon-arrows-shrink-horizontal1:before { content: "\e055"; }

.icon-arrows-shrink-vertical1:before { content: "\e056"; }

.icon-arrows-shrink-vertical2:before { content: "\e057"; }

.icon-arrows-sign-down:before { content: "\e058"; }

.icon-arrows-sign-left:before { content: "\e059"; }

.icon-arrows-sign-right:before { content: "\e05a"; }

.icon-arrows-sign-up:before { content: "\e05b"; }

.icon-arrows-slide-down1:before { content: "\e05c"; }

.icon-arrows-slide-down2:before { content: "\e05d"; }

.icon-arrows-slide-left1:before { content: "\e05e"; }

.icon-arrows-slide-left2:before { content: "\e05f"; }

.icon-arrows-slide-right1:before { content: "\e060"; }

.icon-arrows-slide-right2:before { content: "\e061"; }

.icon-arrows-slide-up1:before { content: "\e062"; }

.icon-arrows-slide-up2:before { content: "\e063"; }

.icon-arrows-slim-down:before { content: "\e064"; }

.icon-arrows-slim-down-dashed:before { content: "\e065"; }

.icon-arrows-slim-left:before { content: "\e066"; }

.icon-arrows-slim-left-dashed:before { content: "\e067"; }

.icon-arrows-slim-right:before { content: "\e068"; }

.icon-arrows-slim-right-dashed:before { content: "\e069"; }

.icon-arrows-slim-up:before { content: "\e06a"; }

.icon-arrows-slim-up-dashed:before { content: "\e06b"; }

.icon-arrows-square-check:before { content: "\e06c"; }

.icon-arrows-square-down:before { content: "\e06d"; }

.icon-arrows-square-downleft:before { content: "\e06e"; }

.icon-arrows-square-downright:before { content: "\e06f"; }

.icon-arrows-square-left:before { content: "\e070"; }

.icon-arrows-square-minus:before { content: "\e071"; }

.icon-arrows-square-plus:before { content: "\e072"; }

.icon-arrows-square-remove:before { content: "\e073"; }

.icon-arrows-square-right:before { content: "\e074"; }

.icon-arrows-square-up:before { content: "\e075"; }

.icon-arrows-square-upleft:before { content: "\e076"; }

.icon-arrows-square-upright:before { content: "\e077"; }

.icon-arrows-squares:before { content: "\e078"; }

.icon-arrows-stretch-diagonal1:before { content: "\e079"; }

.icon-arrows-stretch-diagonal2:before { content: "\e07a"; }

.icon-arrows-stretch-diagonal3:before { content: "\e07b"; }

.icon-arrows-stretch-diagonal4:before { content: "\e07c"; }

.icon-arrows-stretch-horizontal1:before { content: "\e07d"; }

.icon-arrows-stretch-horizontal2:before { content: "\e07e"; }

.icon-arrows-stretch-vertical1:before { content: "\e07f"; }

.icon-arrows-stretch-vertical2:before { content: "\e080"; }

.icon-arrows-switch-horizontal:before { content: "\e081"; }

.icon-arrows-switch-vertical:before { content: "\e082"; }

.icon-arrows-up:before { content: "\e083"; }

.icon-arrows-up-double-33:before { content: "\e084"; }

.icon-arrows-upleft:before { content: "\e085"; }

.icon-arrows-upright:before { content: "\e086"; }

.icon-arrows-vertical:before { content: "\e087"; }

table { max-width: 100%; border-collapse: collapse; border-spacing: 0; }

.table { width: 100%; margin: 0 0 32px; background: #FFF; font-size: 16px; font-size: 0.8rem; }
.table th, .table td { padding: 20px; text-align: left; vertical-align: top; }
.table th { font-weight: 300; }
.table thead th { vertical-align: bottom; background-color: #14a54a; color: #FFF; }
.table tbody tr th, .table tbody tr td { border-bottom: 1px solid #DDD; }
.table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; }
.table tbody + tbody { border-top: 2px solid #DDD; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, select[multiple=multiple], select { -webkit-appearance: none; -moz-appearance: none; appearance: none; width: 100%; height: 40px; padding: 0 10px; outline: none; font-size: 16px; font-size: 0.8rem; color: #333; border: 1px solid #CCC; background: #FFF; border-radius: 3px; box-shadow: none; }
input[type="color"].wpcf7-not-valid, input[type="date"].wpcf7-not-valid, input[type="datetime"].wpcf7-not-valid, input[type="datetime-local"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, input[type="month"].wpcf7-not-valid, input[type="number"].wpcf7-not-valid, input[type="password"].wpcf7-not-valid, input[type="search"].wpcf7-not-valid, input[type="tel"].wpcf7-not-valid, input[type="text"].wpcf7-not-valid, input[type="time"].wpcf7-not-valid, input[type="url"].wpcf7-not-valid, input[type="week"].wpcf7-not-valid, input:not([type]).wpcf7-not-valid, textarea.wpcf7-not-valid, select[multiple=multiple].wpcf7-not-valid, select.wpcf7-not-valid { border-color: red; }

select { padding: 0 50px 0 10px; background: #FFF url(images/select.png) no-repeat right center; }

input[type="radio"], input[type="checkbox"] { margin: 0; cursor: pointer; }

input[type="search"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

textarea { width: 100%; height: 150px; resize: vertical; overflow: auto; }

select[multiple], select[size] { height: auto; }

::-moz-focus-inner { border: 0; padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"], button, .button, .btn { padding: 12px 30px; display: inline-block; font-weight: 300; font-family: "Roboto", Helvetica, Arial, sans-serif; vertical-align: middle; cursor: pointer; color: #FFF; text-align: center; text-decoration: none; font-size: 16px; font-size: 0.8rem; line-height: 1; border: none; border-radius: 3px; outline: none; background: #14a54a; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
button.btn-fa-left .fa, input[type="button"].btn-fa-left .fa, input[type="reset"].btn-fa-left .fa, input[type="submit"].btn-fa-left .fa, button.btn-fa-left .fa, .button.btn-fa-left .fa, .btn.btn-fa-left .fa { margin-right: 5px; }
button.btn-fa-right .fa, input[type="button"].btn-fa-right .fa, input[type="reset"].btn-fa-right .fa, input[type="submit"].btn-fa-right .fa, button.btn-fa-right .fa, .button.btn-fa-right .fa, .btn.btn-fa-right .fa { margin-left: 5px; }
button:hover, button:active, input[type="button"]:hover, input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active, button:hover, button:active, .button:hover, .button:active, .btn:hover, .btn:active { color: #FFF; text-decoration: none; background: #f26426; }
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, button:disabled, .button:disabled, .btn:disabled { cursor: not-allowed; opacity: 0.5; }

input[type="image"] { border: 0; }

.form-row { margin: 0 0 10px; }

div.wpcf7 img.ajax-loader { display: inline-block; margin-left: 10px; }

.alert-success, .alert-warning, .alert-error, .gform_confirmation_message, div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, #cancel-comment-reply-link { display: block; margin: 0 0 32px; padding: 10px 20px; border: none; border-radius: 3px; font-size: 16px; font-size: 0.8rem; }
.alert-success ul, .alert-warning ul, .alert-error ul, .gform_confirmation_message ul, div.wpcf7-mail-sent-ok ul, div.wpcf7-validation-errors ul, #cancel-comment-reply-link ul { margin: 0; list-style: none; }
.alert-success ul li, .alert-warning ul li, .alert-error ul li, .gform_confirmation_message ul li, div.wpcf7-mail-sent-ok ul li, div.wpcf7-validation-errors ul li, #cancel-comment-reply-link ul li { display: block; margin: 5px 0; }

.alert-success, div.wpcf7-mail-sent-ok, .gform_confirmation_message { background: #DFF0D8; color: #529138; }

.alert-warning { background: #FCF8E3; color: #caad16; }

.alert-error, div.wpcf7-validation-errors, #cancel-comment-reply-link { background: #F2DEDE; color: #c77070; }

span.wpcf7-not-valid-tip { display: block; padding: 5px 0 0; color: red; font-size: 0.8em; }

.gform_wrapper { max-width: 100% !important; margin: 0 !important; padding: 50px 20px; background: #FFF; position: relative; }
.gform_wrapper .validation_error { font-size: 20px !important; line-height: 1.2; }
.gform_wrapper .gform_heading { margin: 0 0 35px; text-align: center; }
.gform_wrapper .gform_heading .gform_title { margin: 0; padding: 0; font-weight: 300; font-size: 36px; font-size: 1.8rem; }
.gform_wrapper .gform_body .gform_fields .gfield { margin: 0 0 10px; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required { display: none; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description { color: #555; font-size: 13px; font-size: 0.65rem; }
.gform_wrapper .gform_body .gform_fields .gfield.field_description_above .gfield_label { margin-bottom: 0; }
.gform_wrapper .gform_body .gform_fields .gfield.field_description_above .gfield_description { padding: 0; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-hidden-label .gfield_label { display: none; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label::after { clear: both; content: ""; display: table; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label .gfield_label { width: 30%; float: left; margin: 0; padding: 15px 0 0; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-inline-label .ginput_container { width: 66%; float: right; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio::after { clear: both; content: ""; display: table; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio li { margin-right: 20px; float: left; }
.gform_wrapper .gform_body .gform_fields .gfield.gf-radio-inline .gfield_radio li input[type=radio] { margin-top: 3px; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_radio li input[type=radio]:checked + label { font-weight: 300; }
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li input[type=checkbox]:checked + label { font-weight: 300; }
.gform_wrapper .gform_body .gform_fields .gfield.gsection { margin: 30px 0 10px; padding: 0; border: none; }
.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title { text-align: left; text-transform: none; font-size: 16px; font-size: 0.8rem; }
.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_description { padding: 0; }
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error { background: none; border: none; }
.gform_wrapper .gform_body .gform_fields .gfield.gfield_error .gfield_description { padding-top: 5px; }
.gform_wrapper .gform_body .gform_fields .gfield .gform_button_select_files { margin: 0 10px; background: #CCC; font-size: 13px; font-size: 0.65rem; }
.gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { height: 40px; padding: 0 10px; font-size: 16px; font-size: 0.8rem; }
.gform_wrapper .gform_body .gform_fields .gfield textarea { font-size: 16px; font-size: 0.8rem; }
.gform_wrapper .gform_body .gform_fields .gfield textarea.large { height: 190px; padding: 10px; }
.gform_wrapper .gform_footer { margin: 20px 0 0 !important; padding: 0 !important; text-align: center; }
.gform_wrapper .gform_footer input[type="submit"] { width: 350px !important; max-width: 100%; }
.gform_wrapper .gform_footer .gform_ajax_spinner { display: inline-block; vertical-align: middle; }
.gform_wrapper:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.wp-caption { text-align: center; }

.wp-caption-text { color: #999; font-weight: 700; margin: 0; padding: 10px 0 0; font-size: 13px; font-size: 0.65rem; }

.widget_recent_entries ul li .post-date { display: block; font-size: 0.8em; color: #AAA; }

#sitemap ul { margin-bottom: 10px; margin-top: 10px; }

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 20px; }

body { background: #eef7da; color: #333; line-height: 1.612; font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 300; }

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

.container { max-width: 1400px; margin: 0 auto; }
.container::after { clear: both; content: ""; display: table; }

.row::after { clear: both; content: ""; display: table; }

#background-image { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 1; background-repeat: no-repeat; background-position: center center; background-size: cover; background-image: url(images/bg.jpg); }
#background-image div { width: 100%; height: 100%; position: relative; }
#background-image div:after { content: ''; width: 100%; height: 440px; background: url(images/bg_gradient.png) repeat-x center bottom; position: absolute; bottom: 0; left: 0; }

#wrapper { margin: 0 20px; padding-top: 20px; position: relative; z-index: 2; }

#header { width: 100%; position: relative; z-index: 500; padding: 80px 20px 20px; background: #FFF; }
#header .logo { margin: 0 0 30px; }
#header .logo img { margin: 0 auto; }
#header .phone { width: auto; position: absolute; top: 23px; right: 20px; z-index: 10; line-height: 1; font-weight: 400; font-size: 16px; font-size: 0.8rem; }
#header .phone a { color: #f26426; text-decoration: none; }
#header .header-buttons ul { margin: 0; font-weight: 400; font-size: 13px; font-size: 0.65rem; }
#header .header-buttons ul li { display: block; margin: 0 0 5px; }
#header .header-buttons ul li a { display: block; padding: 7px 12px; background: #14a54a; border: 1px solid #14a54a; color: #FFF; border-radius: 3px; text-align: center; line-height: 1.1; }
#header .header-buttons ul li a:hover { background: #f26426; border-color: #f26426; text-decoration: none; color: #FFF; }
#header .header-buttons ul li.facebook a { background: #FFF; border-color: #395b9b; color: #395b9b; }
#header .header-buttons ul li.facebook a .fa { margin-right: 2px; }
#header .header-buttons ul li.facebook a:hover { background: #395b9b; color: #FFF; }
#header nav { width: 100%; position: absolute; top: 10px; left: 0; background: #eef7da; }
#header nav .menu-collapser { line-height: 40px; color: #14a54a; text-transform: uppercase; font-weight: 700; font-size: 13px; font-size: 0.65rem; }
#header nav .menu-collapser .collapse-button { height: 40px; padding: 0 20px; float: left; cursor: pointer; }
#header nav .menu-collapser .collapse-button .hamburger { width: 22px; margin-right: 10px; padding-top: 11px; float: left; }
#header nav .menu-collapser .collapse-button .hamburger span { display: block; height: 3px; margin-top: 4px; background: #14a54a; -webkit-transition: all 0.15s ease-in-out; -moz-transition: all 0.15s ease-in-out; transition: all 0.15s ease-in-out; }
#header nav .menu-collapser .collapse-button .hamburger span:first-child { margin-top: 0; }
#header nav .menu-collapser.open .collapse-button .hamburger span { opacity: 0; }
#header nav .menu-collapser.open .collapse-button .hamburger span:first-child { opacity: 1; -webkit-transform: translateY(7px) rotate(-45deg); -moz-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); -o-transform: translateY(7px) rotate(-45deg); transform: translateY(7px) rotate(-45deg); }
#header nav .menu-collapser.open .collapse-button .hamburger span:last-child { opacity: 1; -webkit-transform: translateY(-7px) rotate(45deg); -moz-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(-7px) rotate(45deg); -o-transform: translateY(-7px) rotate(45deg); transform: translateY(-7px) rotate(45deg); }
#header nav ul { clear: both; margin: 0; list-style: none; font-size: 13px; font-size: 0.65rem; font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 400; line-height: 1.2; text-transform: uppercase; text-align: left; }
#header nav ul li { display: block; margin: 0; position: relative; }
#header nav ul li a { display: block; padding: 12px 50px 12px 20px; color: #14a54a; }
#header nav ul li a[href="#"] { cursor: default; }
#header nav ul li ul { display: none; background: #14a54a; }
#header nav ul li ul li a { color: #FFF; }
#header nav ul li ul li ul { background: #118e40; }
#header nav ul li ul li .sub-collapser { background: #118e40; }
#header nav ul li .sub-collapser { width: 48px; height: 100%; position: absolute; right: 0; top: 0; text-align: center; z-index: 999; cursor: pointer; background: #14a54a; font-size: 20px; }
#header nav ul li .sub-collapser > i { color: #FFF; line-height: 42px; }
#header nav ul li .sub-collapser:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
#header nav ul li .sub-collapser.expanded { height: 42px; }
#header:before { content: ''; width: 100%; height: 10px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.page-title { height: 320px; }
.page-title h1 { width: 100%; height: 100%; display: table; margin: 0; color: #FFF; }
.page-title h1 .text { width: 100%; height: 100%; display: table-cell; vertical-align: bottom; padding: 0 0 4.28571%; text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
.page-title h1 .text span { max-width: 415px; display: block; }

.main { margin: 0 0 60px; background: rgba(255, 255, 255, 0.9); position: relative; }
.main .content { padding: 60px 5%; }
.main .content::after { clear: both; content: ""; display: table; }
.main .content p, .main .content ul, .main .content ol { font-size: 0.8em; }
.main.main-narrow { padding: 0 5%; }
.main.main-narrow .content { max-width: 840px; margin: 0 auto; }
.main.main-wide { padding: 0 5%; }
.main .sidebar { padding: 60px 5%; background: #FFF; }
.main .sidebar .widget { margin: 0 0 50px; position: relative; }
.main .sidebar .widget .widget-title { margin: 0 0 30px; font-size: 20px; font-size: 1rem; }
.main .sidebar .widget:last-child { margin-bottom: 0; }
.main .sidebar .widget_nav_menu ul, .main .sidebar .widget_pages ul, .main .sidebar .widget_categories ul, .main .sidebar .widget_recent_entries ul, .main .sidebar .widget_meta ul, .main .sidebar .widget_archive ul, .main .sidebar .widget_product_categories ul, .main .sidebar .widget_recent_comments ul { margin: 0; line-height: 1.2; font-weight: 400; font-size: 16px; font-size: 0.8rem; }
.main .sidebar .widget_nav_menu ul li, .main .sidebar .widget_pages ul li, .main .sidebar .widget_categories ul li, .main .sidebar .widget_recent_entries ul li, .main .sidebar .widget_meta ul li, .main .sidebar .widget_archive ul li, .main .sidebar .widget_product_categories ul li, .main .sidebar .widget_recent_comments ul li { display: block; margin: 20px 0 0; }
.main .sidebar .widget_nav_menu ul li a[href="#"], .main .sidebar .widget_pages ul li a[href="#"], .main .sidebar .widget_categories ul li a[href="#"], .main .sidebar .widget_recent_entries ul li a[href="#"], .main .sidebar .widget_meta ul li a[href="#"], .main .sidebar .widget_archive ul li a[href="#"], .main .sidebar .widget_product_categories ul li a[href="#"], .main .sidebar .widget_recent_comments ul li a[href="#"] { cursor: default; }
.main .sidebar .widget_nav_menu ul li ul, .main .sidebar .widget_pages ul li ul, .main .sidebar .widget_categories ul li ul, .main .sidebar .widget_recent_entries ul li ul, .main .sidebar .widget_meta ul li ul, .main .sidebar .widget_archive ul li ul, .main .sidebar .widget_product_categories ul li ul, .main .sidebar .widget_recent_comments ul li ul { font-size: 13px; font-size: 0.65rem; }
.main .sidebar .widget_nav_menu ul li ul li, .main .sidebar .widget_pages ul li ul li, .main .sidebar .widget_categories ul li ul li, .main .sidebar .widget_recent_entries ul li ul li, .main .sidebar .widget_meta ul li ul li, .main .sidebar .widget_archive ul li ul li, .main .sidebar .widget_product_categories ul li ul li, .main .sidebar .widget_recent_comments ul li ul li { margin: 10px 0 0; }
.main .sidebar .widget_nav_menu ul li.current-menu-item > a, .main .sidebar .widget_nav_menu ul li.current_page_item > a, .main .sidebar .widget_nav_menu ul li.current-cat > a, .main .sidebar .widget_pages ul li.current-menu-item > a, .main .sidebar .widget_pages ul li.current_page_item > a, .main .sidebar .widget_pages ul li.current-cat > a, .main .sidebar .widget_categories ul li.current-menu-item > a, .main .sidebar .widget_categories ul li.current_page_item > a, .main .sidebar .widget_categories ul li.current-cat > a, .main .sidebar .widget_recent_entries ul li.current-menu-item > a, .main .sidebar .widget_recent_entries ul li.current_page_item > a, .main .sidebar .widget_recent_entries ul li.current-cat > a, .main .sidebar .widget_meta ul li.current-menu-item > a, .main .sidebar .widget_meta ul li.current_page_item > a, .main .sidebar .widget_meta ul li.current-cat > a, .main .sidebar .widget_archive ul li.current-menu-item > a, .main .sidebar .widget_archive ul li.current_page_item > a, .main .sidebar .widget_archive ul li.current-cat > a, .main .sidebar .widget_product_categories ul li.current-menu-item > a, .main .sidebar .widget_product_categories ul li.current_page_item > a, .main .sidebar .widget_product_categories ul li.current-cat > a, .main .sidebar .widget_recent_comments ul li.current-menu-item > a, .main .sidebar .widget_recent_comments ul li.current_page_item > a, .main .sidebar .widget_recent_comments ul li.current-cat > a { color: #f26426; }

.steps { position: relative; }
.steps .step { padding: 40px 0; position: relative; font-size: 16px; font-size: 0.8rem; }
.steps .step .num { width: 100px; height: 100px; line-height: 100px; margin: 0 0 30px; border-radius: 100%; text-align: center; background: #14a54a; color: #FFF; font-size: 36px; font-size: 1.8rem; }
.steps .step .text p:last-child { margin-bottom: 0; }
.steps .step:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }
.steps .step:nth-of-type(odd) .num { background: #f26426; }
.steps .step:nth-of-type(odd) .text h3 { color: #f26426; }
.steps:after { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; bottom: 0; left: 0; }

#footer { padding: 60px 20px; background: rgba(255, 255, 255, 0.8); position: relative; font-size: 13px; font-size: 0.65rem; }
#footer .inner { max-width: 1200px; margin: 0 auto; }
#footer a { color: #333; }
#footer a:hover { color: #f26426; }
#footer .widget { margin-bottom: 60px; }
#footer .widget ul { margin: 0; font-weight: 400; }
#footer .widget ul li { display: block; margin: 20px 0 0; }
#footer .widget ul li ul { font-weight: 300; }
#footer .widget ul li ul li { margin-top: 0; }
#footer .widget ul li:first-child { margin-top: 0; }
#footer .widget dl { margin: 0; padding: 0; }
#footer .widget dl::after { clear: both; content: ""; display: table; }
#footer .widget dl dt, #footer .widget dl dd { margin: 0 0 15px; padding: 0; }
#footer .widget dl dt { width: 55px; float: left; font-weight: 400; }
#footer .widget dl dd { margin-left: 55px; }
#footer .copyright { clear: both; font-size: 11px; font-size: 0.55rem; }
#footer .copyright .sep { margin: 0 10px; color: #999; }
#footer .copyright .argon { color: #999; }
#footer .copyright .argon a { color: #999; }
#footer:before { content: ''; width: 100%; height: 10px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.events .event-image { margin: 0 0 50px; }
.events .event-image img { margin: 0 auto; }
.events dl { margin: 0 0 30px; padding: 0; }
.events dl::after { clear: both; content: ""; display: table; }
.events dl dt, .events dl dd { margin: 0 0 10px; }
.events dl dt { width: 90px; float: left; font-weight: 700; }
.events dl dd { margin-left: 90px; }
.events .presenter { margin-bottom: 60px; }
.events .presenter .photo { margin: 0 0 32px; border: 1px solid #DDD; float: left; }
.events .presenter .desc { clear: left; }
.events .presenter .desc h4 span { margin-left: 10px; color: #999; font-weight: 400; font-style: italic; font-size: 13px; font-size: 0.65rem; }
.events .accordion-content h1, .events .accordion-content h2, .events .accordion-content h3 { margin-top: 1em; }

.login-forms .form { margin-bottom: 60px; padding: 60px 5%; background: #FFF; position: relative; font-size: 16px; font-size: 0.8rem; }
.login-forms .form .remember { margin: 20px 0; }
.login-forms .form .remember input { margin-right: 5px; }
.login-forms .form input[type="submit"] { width: 100%; display: block; }
.login-forms .form .forgot { font-size: 13px; font-size: 0.65rem; }
.login-forms .form:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.become-therapist { margin: 60px 0; }
.become-therapist a { display: block; text-decoration: none !important; }
.become-therapist img { display: none; }
.become-therapist h3 { margin: 0 0 20px; color: #f26426; }
.become-therapist:first-child { margin-top: 0; }
.become-therapist:last-child { margin-bottom: 0; }

#back-to-top { display: none; }

.page-template-template-home #header { margin-bottom: 50px; }
.page-template-template-home #background-image { position: absolute; background-image: url(images/bg_home_mob.jpg) !important; }

.home-boxes .box { margin-bottom: 50px; background: rgba(255, 255, 255, 0.5); }
.home-boxes .box img { width: 100%; }
.home-boxes .box .inner { padding: 30px 20px 20px; font-size: 16px; font-size: 0.8rem; }
.home-boxes .box .inner h3 { margin: 0 0 20px; font-size: 30px; font-size: 1.5rem; }
.home-boxes .box .inner .read-more { font-weight: 400; font-style: italic; }
.home-boxes .box .inner .btn { margin: 0 10px 10px 0; background: #f26426; }
.home-boxes .box .inner .btn:hover { background: #14a54a; }

.home-text { line-height: 1.4; font-size: 24px; font-size: 1.2rem; }
.home-text .inner { max-width: 920px; }

.latest-posts { margin: 0 0 50px; }
.latest-posts h2 { margin: 0 0 60px; text-align: center; font-size: 30px; font-size: 1.5rem; }
.latest-posts .inner article { margin-bottom: 50px; font-size: 16px; font-size: 0.8rem; }
.latest-posts .inner article a { display: block; padding: 50px 20px; background: rgba(255, 255, 255, 0.7); position: relative; text-decoration: none !important; color: #333; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.latest-posts .inner article a:hover { background: #FFF; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.latest-posts .inner article a:hover header time { background: #f26426; }
.latest-posts .inner article a:hover header h3 { color: #f26426; }
.latest-posts .inner article a:hover .read-more { color: #f26426; }
.latest-posts .inner article header time { display: inline-block; padding: 5px 20px; background: #14a54a; color: #FFF; text-transform: uppercase; position: absolute; top: 0; right: 0; font-size: 11px; font-size: 0.55rem; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.latest-posts .inner article header .categories { margin: 0 0 30px; text-transform: uppercase; color: #f26426; font-weight: 400; font-size: 11px; font-size: 0.55rem; }
.latest-posts .inner article header h3 { margin: 0 0 15px; font-size: 24px; font-size: 1.2rem; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.latest-posts .inner article p { margin: 0; }
.latest-posts .inner article .read-more { font-weight: 400; font-style: italic; color: #14a54a; white-space: nowrap; }

.case-study-filters { margin: 0 0 30px; padding: 30px; background: #FFF; }
.case-study-filters label { display: block; margin: 0 0 10px; color: #14a54a; letter-spacing: 1px; text-transform: uppercase; font-weight: 700; font-size: 13px; font-size: 0.65rem; }
.case-study-filters .or { margin: 20px 0; text-align: center; }
.case-study-filters .filter-keywords .field { margin: 0 0 10px; }

.case-study-detail { margin: 0 0 30px; padding: 40px 20px; background: #FFF; position: relative; }
.case-study-detail header { margin: 0 0 40px; }
.case-study-detail header h2 { margin: 0 0 15px; color: #14a54a; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 13px; font-size: 0.65rem; }
.case-study-detail header span { display: block; font-size: 30px; font-size: 1.5rem; }
.case-study-detail h3 { display: inline-block; margin: 0 0 30px; padding: 5px 30px; color: #FFF; background: #14a54a; font-size: 16px; font-size: 0.8rem; }
.case-study-detail:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.related { margin-top: 60px; }
.related > h2 { text-align: center; font-size: 30px; font-size: 1.5rem; }

.posts-container .archive-post { margin-bottom: 20px; background: #FFF; position: relative; }
.posts-container .archive-post a { display: block; padding: 40px 25px; text-decoration: none !important; }
.posts-container .archive-post a:hover { box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.posts-container .archive-post a:hover p { color: #f26426; }
.posts-container .archive-post h3, .posts-container .archive-post time, .posts-container .archive-post span { margin: 0 0 15px; color: #14a54a; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 13px; font-size: 0.65rem; }
.posts-container .archive-post p { margin: 0; color: #333; font-size: 20px; font-size: 1rem; -webkit-transition: color 0.3s ease; -moz-transition: color 0.3s ease; transition: color 0.3s ease; }
.posts-container .archive-post:before { content: ''; width: 100%; height: 1px; display: block; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); position: absolute; top: 0; left: 0; }

.post-figure img { margin: 0 auto; }

.post-header { margin: 0 0 40px; }
.post-header time { margin: 0 0 15px; color: #14a54a; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; font-size: 13px; font-size: 0.65rem; }
.post-header h2 { margin: 0; color: #333; font-size: 30px; font-size: 1.5rem; }

.post-nav { margin-top: 40px; clear: both; text-align: center; font-weight: 400; font-size: 16px; font-size: 0.8rem; }
.post-nav a:hover { text-decoration: none; color: #f26426; }
.post-nav .page-numbers { display: inline-block; margin: 0 7px; color: #14a54a; }
.post-nav .current { color: #f26426; }

.link-list { margin-left: 0; }
.link-list li { display: block; margin: 0 0 10px; padding-left: 35px; position: relative; }
.link-list li:before { content: '\f0a9'; font-family: FontAwesome; position: absolute; top: 0; left: 0; color: #14a54a; }

.check-list ul li { display: block; margin: 0 0 25px; padding: 0 0 0 35px; position: relative; }
.check-list ul li:before { content: '\f046'; font-family: FontAwesome; color: #14a54a; position: absolute; top: 1px; left: 0; }

.numbered-list { margin: 60px 0; }
.numbered-list ol, .numbered-list ul { margin: 0; counter-reset: numbered-list-counter; list-style: none; }
.numbered-list ol li, .numbered-list ul li { min-height: 60px; margin: 0 0 30px; padding-left: 90px; position: relative; }
.numbered-list ol li:before, .numbered-list ul li:before { width: 60px; height: 60px; line-height: 60px; text-align: center; background: #f26426; color: #FFF; border-radius: 100%; position: absolute; top: 0; left: 0; content: counter(numbered-list-counter); counter-increment: numbered-list-counter; font-size: 20px; font-size: 1rem; }
.numbered-list ol li:last-child, .numbered-list ul li:last-child { margin-bottom: 0; }
.numbered-list ol li ul, .numbered-list ul li ul { margin: 0 0 0 20px; list-style-image: url(images/list_bullet.png); }
.numbered-list ol li ul li, .numbered-list ul li ul li { min-height: 0; margin: 10px 0 0; padding: 0; }
.numbered-list ol li ul li:before, .numbered-list ul li ul li:before { display: none; }
.numbered-list:first-child { margin-top: 0; }
.numbered-list:last-child { margin-bottom: 0; }

.screen-reader { position: absolute; left: -9999px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.mfp-bg { background: #FFF !important; opacity: 1 !important; }

.mfp-wrap .mfp-container { padding: 50px 20px; }
.mfp-wrap .mfp-container .mfp-figure:after { box-shadow: none; }
.mfp-wrap .mfp-container .mfp-close { width: 44px; height: 45px; padding: 0; line-height: 1; background: url(images/lightbox_close.png) no-repeat 0 0; text-indent: -9999px; text-align: left; overflow: hidden; right: 0; top: -20px; opacity: 1; }
.mfp-wrap .mfp-arrow { width: 30px; height: 57px; margin: -28px 0 0; background: url(images/lightbox_nav.png) no-repeat; opacity: 1; position: fixed; }
.mfp-wrap .mfp-arrow.mfp-arrow-left { background-position: 0 0; left: 50px; }
.mfp-wrap .mfp-arrow.mfp-arrow-right { background-position: -30px 0; right: 50px; }
.mfp-wrap .mfp-arrow:before, .mfp-wrap .mfp-arrow:after { display: none; }
.mfp-wrap .mfp-arrow:hover, .mfp-wrap .mfp-arrow:focus, .mfp-wrap .mfp-arrow:active { margin: -28px 0 0; }
.mfp-wrap .mfp-title { padding: 20px 0; color: #f26426; text-align: center; font-style: italic; font-size: 20px; font-size: 1rem; }

.contacts { margin: 0; }
.contacts li { display: block; padding-left: 30px; margin: 0 0 10px; position: relative; }
.contacts li:before { width: 25px; display: block; position: absolute; left: 0; font-family: FontAwesome; text-align: center; }
.contacts li.address:before { content: '\f041'; }
.contacts li.phone:before { content: '\f095'; }
.contacts li.fax:before { content: '\f1ac'; }
.contacts li.email:before { content: '\f003'; }

.files { margin: 0 0 32px; }
.files ul { margin: 0; border-bottom: 1px solid #DDD; }
.files ul li { display: block; margin: 0; border-top: 1px solid #DDD; }
.files ul li a { display: block; padding: 20px 20px 20px 60px; position: relative; color: #333; }
.files ul li a:before { position: absolute; left: 30px; font-family: FontAwesome; content: '\f016'; }
.files ul li a[href$=".pdf"]:before { content: '\f1c1'; }
.files ul li a[href$=".doc"]:before, .files ul li a[href$=".docx"]:before { content: '\f1c2'; }
.files ul li a[href$=".xls"]:before { content: '\f1c3'; }
.files ul li a:hover { text-decoration: none; color: #f26426; background: #fbf9cb; }

.one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { position: relative; margin-bottom: 32px; }

.alignright, .alignleft, .aligncenter, .alignnone { margin: 0 0 32px; display: block; }
.alignright:first-child, .alignleft:first-child, .aligncenter:first-child, .alignnone:first-child { margin-top: 0; }

.accordion { margin: 60px 0; position: relative; }
.accordion .accordion-item { position: relative; }
.accordion .accordion-item .accordion-handle { cursor: pointer; position: relative; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.accordion .accordion-item .accordion-handle h3 { padding: 15px 20px 15px 50px; margin: 0; font-size: 20px; font-size: 1rem; font-family: "Roboto", Helvetica, Arial, sans-serif; font-weight: 300; color: #14a54a; position: relative; }
.accordion .accordion-item .accordion-handle h3:after { font-family: FontAwesome; content: "\f0ab"; font-size: 20px; position: absolute; left: 20px; top: 16px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; }
.accordion .accordion-item .accordion-content { padding: 30px 20px; font-size: 16px; font-size: 0.8rem; }
.accordion .accordion-item .accordion-content::after { clear: both; content: ""; display: table; }
.accordion .accordion-item.selected { border-top: none; background-color: #FFF; }
.accordion .accordion-item.selected .accordion-handle { background: #f26426; }
.accordion .accordion-item.selected .accordion-handle h3 { color: #FFF; }
.accordion .accordion-item.selected .accordion-handle h3:after { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.accordion .accordion-item.selected:after { display: none; }
.accordion .accordion-item:after { content: ''; width: 100%; height: 1px; display: block; position: absolute; top: 0; left: 0; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); }
.accordion:after { content: ''; width: 100%; height: 1px; display: block; position: absolute; bottom: 0; left: 0; background-color: #14a54a; background-image: -webkit-linear-gradient(left, #14a54a 0%, #f8e859 50%, #f26426 100%); background-image: linear-gradient(to right,#14a54a 0%, #f8e859 50%, #f26426 100%); }
.accordion:first-child { margin-top: 0; }
.accordion:last-child { margin-bottom: 0; }

.tabbed-content { margin: 60px 0; clear: both; }
.tabbed-content .tab-nav { margin: 0; font-weight: 300; font-size: 16px; font-size: 0.8rem; }
.tabbed-content .tab-nav li { display: block; margin: 0 0 5px; }
.tabbed-content .tab-nav li a { display: block; padding: 10px 20px; color: #FFF; background: #14a54a; border: 1px solid #14a54a; }
.tabbed-content .tab-nav li a br { display: none; }
.tabbed-content .tab-nav li a:hover { text-decoration: underline; }
.tabbed-content .tab-nav li.active a { background: #FFF; color: #f26426; }
.tabbed-content .tab-window .tab-panel { padding: 30px 20px; background: #FFF; border-width: 1px; border-style: solid; border-color: #14a54a; font-size: 16px; font-size: 0.8rem; }
.tabbed-content .tab-window .tab-panel::after { clear: both; content: ""; display: table; }
.tabbed-content:first-child { margin-top: 0; }
.tabbed-content:last-child { margin-bottom: 0; }

.flexslider { margin: 0; padding: 0; position: relative; }
.flexslider .slides { margin: 0; list-style: none; }
.flexslider .slides::after { clear: both; content: ""; display: table; }
.flexslider .slides li { margin: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .flex-control-nav { width: 100%; margin: 0; position: absolute; bottom: 5%; z-index: 50; text-align: center; }
.flexslider .flex-control-nav li { display: inline-block; margin: 0 5px; }
.flexslider .flex-control-nav li a { width: 12px; height: 12px; display: block; border: 1px solid #FFF; border-radius: 50%; background: none; cursor: pointer; overflow: hidden; text-indent: 101%; white-space: nowrap; }
.flexslider .flex-control-nav li a.flex-active { background: #FFF; }
.flexslider .flex-direction-nav { margin: 0; *height: 0; list-style: none; }
.flexslider .flex-direction-nav li { margin: 0; }
.flexslider .flex-direction-nav a { text-decoration: none; display: block; width: 50px; height: 50px; margin: -25px 0 0; position: absolute; top: 50%; z-index: 50; overflow: hidden; cursor: pointer; text-align: center; color: #FFF; opacity: 0; }
.flexslider .flex-direction-nav a:before { width: 100%; height: 100%; display: inline-block; line-height: 50px; font-family: FontAwesome; font-size: 40px; background: rgba(0, 0, 0, 0.4); }
.flexslider .flex-direction-nav a.flex-prev { left: 0; }
.flexslider .flex-direction-nav a.flex-prev:before { content: '\f104'; border-radius: 0 4px 4px 0; }
.flexslider .flex-direction-nav a.flex-next { right: 0; }
.flexslider .flex-direction-nav a.flex-next:before { content: '\f105'; border-radius: 4px 0 0 4px; }
.flexslider .flex-direction-nav a.flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-direction-nav a { opacity: 1; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media (min-width: 480px) { #header .header-buttons ul::after { clear: both; content: ""; display: table; }
  #header .header-buttons ul li { width: 47.5%; margin-left: 5%; float: left; }
  #header .header-buttons ul li:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  #footer .footer-widgets::after { clear: both; content: ""; display: table; }
  #footer .widget { width: 47.5%; margin-left: 5%; float: left; }
  #footer .widget:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  #footer #footer-contact { width: auto; clear: both; }
  .case-study-filters .filter-keywords { padding: 0 140px 0 0; position: relative; }
  .case-study-filters .filter-keywords .submit { width: 120px; position: absolute; right: 0; bottom: 0; }
  .case-study-filters .filter-keywords .submit input { width: 100%; height: 40px; line-height: 40px; padding: 0 20px; display: block; }
  .posts-container::after { clear: both; content: ""; display: table; }
  .posts-container .archive-post { margin-bottom: 7.14286%; width: 46.42857%; margin-left: 7.14286%; float: left; }
  .posts-container .archive-post:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .posts-container .archive-post a { height: 100%; }
  .flexbox .posts-container { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }
@media (min-width: 768px) { #header { padding-bottom: 0; text-align: center; }
  #header::after { clear: both; content: ""; display: table; }
  #header .header-buttons { margin: 0 0 20px; display: inline-block; vertical-align: top; }
  #header .header-buttons ul li { width: auto; margin-left: 10px; }
  #header .header-buttons ul li:nth-of-type(2n+1) { margin-left: 10px; clear: none; }
  #header .header-buttons ul li:first-child { margin-left: 0; }
  .main .content p, .main .content ul, .main .content ol { font-size: 1em; }
  .steps .step::after { clear: both; content: ""; display: table; }
  .steps .step .num { margin: 0; float: left; }
  .steps .step .text { margin-left: 190px; }
  #footer .widget { width: 21.25%; margin-left: 5%; float: left; }
  #footer .widget:nth-of-type(2n+1), #footer .widget:nth-of-type(3n+1) { margin-left: 5%; clear: none; }
  #footer .widget:nth-of-type(4n+1) { margin-left: 0; clear: left; }
  .events .presenter::after { clear: both; content: ""; display: table; }
  .events .presenter .photo { margin: 0; float: left; }
  .events .presenter .desc { clear: none; margin-left: 250px; }
  .login-forms::after { clear: both; content: ""; display: table; }
  .login-forms .form { width: 45.83333%; margin-left: 8.33333%; float: left; }
  .login-forms .form:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .become-therapist img { display: block; }
  .become-therapist h3, .become-therapist .btn { display: none; }
  .home-boxes::after { clear: both; content: ""; display: table; }
  .home-boxes .box { width: 48.21429%; margin-left: 3.57143%; float: left; }
  .home-boxes .box:nth-of-type(2n+1) { margin-left: 0; clear: left; }
  .flexbox .home-boxes { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .latest-posts .inner article a { padding: 50px; }
  .case-study-filters::after { clear: both; content: ""; display: table; }
  .case-study-filters .filter-category { width: 30%; float: left; }
  .case-study-filters .or { width: 10%; margin: 33px 0 0; float: left; }
  .case-study-filters .filter-keywords { width: 60%; float: left; }
  .case-study-filters .filter-keywords .field { margin: 0; }
  .case-study-detail { padding: 50px; }
  .case-study-detail header span { line-height: 1.2; font-size: 36px; font-size: 1.8rem; }
  .post-header h2 { line-height: 1.2; font-size: 36px; font-size: 1.8rem; }
  .alignright { float: right; margin: 0 0 60px 60px; }
  .alignleft { float: left; margin: 0 60px 60px 0; }
  .aligncenter { margin: 60px auto; }
  .alignnone { margin: 60px 0; }
  .one-half { width: 47.5%; }
  .one-third { width: 30%; }
  .two-third { width: 65%; }
  .one-fourth { width: 21.25%; }
  .three-fourth { width: 73.75%; }
  .one-fifth { width: 16%; }
  .two-fifth { width: 37%; }
  .three-fifth { width: 58%; }
  .four-fifth { width: 79%; }
  .one-sixth { width: 12.5%; }
  .five-sixth { width: 82.5%; }
  .one-half, .one-third, .two-third, .three-fourth, .one-fourth, .one-fifth, .two-fifth, .three-fifth, .four-fifth, .one-sixth, .five-sixth { margin-right: 5%; margin-bottom: 0; float: left; }
  .last { margin-right: 0 !important; clear: right; }
  .accordion .accordion-item .accordion-handle h3 { padding: 25px 30px 25px 50px; }
  .accordion .accordion-item .accordion-handle h3:after { top: 26px; left: 20px; }
  .accordion .accordion-item .accordion-content { padding: 45px 50px 30px; }
  .tabbed-content .tab-nav { line-height: 1.2; position: relative; bottom: -1px; font-size: 20px; font-size: 1rem; }
  .tabbed-content .tab-nav::after { clear: both; content: ""; display: table; }
  .tabbed-content .tab-nav li { margin: 0 1px 0 0; float: left; text-align: center; white-space: nowrap; }
  .tabbed-content .tab-nav li a { padding: 20px 30px; border-width: 1px 1px 0 0; border-style: solid; border-color: #14a54a; }
  .tabbed-content .tab-nav li:first-child a, .tabbed-content .tab-nav li.active a { border-width: 1px 1px 0; }
  .tabbed-content .tab-window .tab-panel { padding: 45px 50px 30px; } }
@media (min-width: 900px) { .page-template-template-home #background-image { height: 1700px; background-image: url(images/bg_home.jpg) !important; } }
@media (min-width: 1000px) { #header { padding-top: 30px; text-align: right; }
  #header .logo { margin-bottom: 20px; margin-right: 60px; float: left; }
  #header .phone { margin: 0 0 20px; position: static; padding-top: 20px; font-weight: 300; font-size: 24px; font-size: 1.2rem; }
  #header .header-buttons { margin-left: 10px; }
  #header nav { width: auto; clear: both; margin-top: 20px; position: static; background: none; }
  #header nav .menu-collapser, #header nav .sub-collapser { display: none; }
  #header nav ul { text-transform: none; text-align: center; font-weight: 300; font-size: 16px; font-size: 0.8rem; }
  #header nav ul li { display: inline-block; margin: 0 10px 10px; }
  #header nav ul li a { padding: 0 0 10px; text-decoration: none; color: #231f20; }
  #header nav ul li a:hover { color: #f26426; }
  #header nav ul li ul { width: 190px; position: absolute; top: 100%; left: 0; z-index: 1; color: #f26426; text-transform: none; text-align: left; background: rgba(20, 165, 74, 0.8); }
  #header nav ul li ul li { display: block; margin: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
  #header nav ul li ul li a { padding: 10px 15px; }
  #header nav ul li ul li a:hover { background: #129744; color: #FFF; }
  #header nav ul li ul li ul { top: 0; left: 190px; z-index: 2; background: #129744; }
  #header nav ul li ul li ul li a:hover { background: #118a3e; }
  #header nav ul li ul li:hover > a { background: #129744; color: #FFF; }
  #header nav ul li ul li:first-child { border: none; }
  #header nav ul li:hover > a { color: #f26426; }
  #header nav ul li:last-child ul { left: auto; right: 0; }
  #header nav ul li:last-child ul li ul { left: auto; right: 190px; }
  .main { margin: 0 0 100px; padding: 0; }
  .main.main-narrow .content { padding: 4.28571% 0; }
  .main.main-wide { padding: 4.28571%; }
  .main.main-wide .content { padding: 0; }
  .main.main-sidebar::after { clear: both; content: ""; display: table; }
  .main.main-sidebar .content { width: 67.14286%; padding: 4.28571% 0 5.71429% 7.14286%; float: left; }
  .main .sidebar { width: 25.71429%; float: right; padding: 4.28571% 45px 5%; }
  .main .sidebar .widget { position: relative; }
  .main .sidebar:before { content: ''; width: 25.71429%; height: 100%; display: block; position: absolute; top: 0; right: 0; background: #FFF; }
  #back-to-top { display: block; width: 30px; position: fixed; right: 20px; bottom: 20px; z-index: 600; opacity: 0; -webkit-transition: opacity 0.5s ease-out; -moz-transition: opacity 0.5s ease-out; transition: opacity 0.5s ease-out; }
  #back-to-top img { width: 30px; }
  #back-to-top.show { opacity: 1; }
  .latest-posts .inner::after { clear: both; content: ""; display: table; }
  .latest-posts .inner article { width: 30.92857%; margin-left: 3.57143%; float: left; }
  .latest-posts .inner article:nth-of-type(2n+1) { margin-left: 3.57143%; clear: none; }
  .latest-posts .inner article:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  .latest-posts .inner article a { padding: 50px 12%; }
  .flexbox .latest-posts .inner article { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; box-lines: multiple; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .flexbox .latest-posts .inner article a { height: 100%; } }
@media (min-width: 1200px) { #header .logo { max-width: 200px; }
  #header .phone { display: inline-block; padding: 14px 0 0; }
  #header .header-buttons { margin-left: 20px; padding-top: 10px; }
  #header nav { margin: 0; float: right; clear: right; }
  #header nav ul li { margin: 0 0 15px 20px; }
  #footer .widget { margin-bottom: 10px; width: 16%; margin-left: 5%; float: left; }
  #footer .widget:nth-of-type(2n+1), #footer .widget:nth-of-type(3n+1), #footer .widget:nth-of-type(4n+1) { margin-left: 5%; clear: none; }
  #footer .widget:nth-of-type(5n+1) { margin-left: 0; clear: left; }
  #footer #footer-contact { width: 16%; clear: none; }
  .flexbox #footer .footer-widgets { display: -webkit-box; display: -moz-box; display: box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: single; -moz-box-lines: single; box-lines: single; -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-direction: normal; -moz-box-direction: normal; box-direction: normal; -webkit-flex-direction: row; -moz-flex-direction: row; flex-direction: row; -ms-flex-direction: row; -webkit-box-pack: distribute; -moz-box-pack: distribute; box-pack: distribute; -webkit-justify-content: space-around; -moz-justify-content: space-around; -ms-justify-content: space-around; -o-justify-content: space-around; justify-content: space-around; -ms-flex-pack: distribute; -webkit-align-content: stretch; -moz-align-content: stretch; align-content: stretch; -ms-flex-line-pack: stretch; }
  .flexbox #footer .footer-widgets .widget { width: auto; float: none; -webkit-box-flex: 0; -moz-box-flex: 0; box-flex: 0; -webkit-flex: 0 1 auto; -moz-flex: 0 1 auto; -ms-flex: 0 1 auto; flex: 0 1 auto; -webkit-align-self: auto; -moz-align-self: auto; align-self: auto; -ms-flex-item-align: auto; }
  .flexbox #footer .footer-widgets #footer-contact { min-width: 270px; } }
@media (min-width: 1440px) { #wrapper { margin: 0 auto; padding-top: 50px; }
  #header { padding: 30px 30px 0; }
  #header .logo { max-width: 251px; }
  #header .phone { padding: 24px 0 0; }
  #header .header-buttons { padding-top: 20px; }
  #header .header-buttons ul li { min-width: 120px; }
  #header nav ul { font-size: 18px; font-size: 0.9rem; }
  #header nav ul li { margin-bottom: 10px; }
  #header nav ul li ul { font-size: 16px; font-size: 0.8rem; }
  .page-title h1 .text { padding: 0 0 4.28571%; }
  .steps .step { padding: 50px 50px 40px; }
  .home-boxes, .home-text, .latest-posts { padding: 0; }
  .home-boxes .box .inner { padding: 50px; }
  .case-study-filters { padding: 50px; }
  .posts-container .archive-post { margin-bottom: 3.57143%; width: 30.95238%; margin-left: 3.57143%; float: left; }
  .posts-container .archive-post:nth-of-type(2n+1) { margin-left: 3.57143%; clear: none; }
  .posts-container .archive-post:nth-of-type(3n+1) { margin-left: 0; clear: left; }
  .numbered-list { padding: 0 50px; }
  .gform_wrapper { padding: 60px 50px; } }
@media print { * { background: transparent !important; color: black !important; box-shadow: none !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
  @page { margin: 0.5cm; }
  h2, h3 { orphans: 3; widows: 3; page-break-after: avoid; }
  p { orphans: 3; widows: 3; }
  pre, blockquote { border: 1px solid gray; page-break-inside: avoid; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr { page-break-inside: avoid; } }
