@charset "UTF-8";


/* =========================================================================

    Project: The WIP
    Author: XHTMLized
    Last updated: Tue Nov 17 2015 15:42:25

    1. Normalize
    2. Icons
    3. Base
    4. Utilities
    5. Layout
    6. Header
    7. Nav
    8. Footer
    9. Wordpress
    10. Article
    11. Breadcrumbs
    12. Tile-category

   ========================================================================= */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

.container:after,
.header .container:after,
.article-content:after,
.more-categories:after,
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?r5810e");
  src: url("../fonts/icomoon.eot?r5810e#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?r5810e") format("truetype"), url("../fonts/icomoon.woff?r5810e") format("woff"), url("../fonts/icomoon.svg?r5810e#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pinterest:before {
  content: "\e900";
}

.icon-search:before {
  content: "\e901";
}

.icon-menu:before {
  content: "\e902";
}

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

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

.icon-facebook:before {
  content: "\e905";
}

.icon-twitter:before {
  content: "\e906";
}

.icon-youtube:before {
  content: "\e907";
}

.icon-linkedin:before {
  content: "\e908";
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.57;
  color: #262626;
}

a {
  color: #f96311;
  text-decoration: none;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

input {
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
}

h1 a,
h2 a,
h3 a,
h4 a {
  color: inherit;
}

h1 {
  font: 28px/1.2 Georgia, "Times New Roman", serif;
}

h1.alt {
  font-size: 42px;
  font-style: italic;
  text-align: center;
}

@media screen and (max-width: 640px) {
  h1 {
    font-size: 20px;
  }

}

h2 {
  font: normal 24px/1.2 Georgia, "Times New Roman", serif;
}

@media screen and (max-width: 640px) {
  h2 {
    font-size: 20px;
  }

}

.footer h2 small {
  display: block;
  font: bold 14px/22px "Open Sans", sans-serif;
}

@media screen and (max-width: 640px) {
  .footer h2 small {
    font-size: 12px;
  }

}

h3 {
  font: 16px/1.2 "Open Sans", sans-serif;
  font-weight: bold;
}

h4 {
  font: bold 14px/1.2 "Open Sans", sans-serif;
}

.btn {
  display: block;
  margin: 35px auto;
  width: 102px;
  height: 38px;
  border: 1px solid #f96311;
  color: #f96311;
  font-size: 11px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px;
  background: #fff;
  -webkit-transition: color .3s, background .3s;
  transition: color .3s, background .3s;
}

.btn:hover {
  color: #fff;
  background: #f96311;
  text-decoration: none;
}

/* Hide visually but not from screen readers */

.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */

.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */

.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Container */

.container {
  position: relative;
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
}

.content {
  padding: 30px 0;
}

.container-inner {
  max-width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container-inner {
    max-width: 580px;
  }

}

.header {
  position: relative;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #f96311;
  background: #e6e6e6;
}

.header .container {
  position: relative;
}

.header .container .logo-wrapper {
  float: left;
}

@media screen and (max-width: 640px) {
  .header .container {
    padding-bottom: 10px;
  }

}

.site-name {
  width: 234px;
  height: 93px;
}

@media screen and (max-width: 960px) {
  .site-name {
    width: 187px;
    height: 77px;
  }

}

.site-name span {
  background: #e6e6e6 url(../img/logo.png) no-repeat center center;
  background-size: contain;
}

.logo-wrapper .site-name,
.logo-wrapper .tagline {
  display: inline-block;
  vertical-align: bottom;
}

.logo-wrapper .tagline {
  padding: 0 10px 10px 20px;
  color: #808080;
}

@media screen and (max-width: 960px) {
  .logo-wrapper .tagline {
    width: 172px;
    font-size: 13px;
  }

}

@media screen and (max-width: 768px) {
  .logo-wrapper .tagline {
    padding-left: 20px;
  }

}

@media screen and (max-width: 640px) {
  .logo-wrapper .tagline {
    display: block;
    width: auto;
    padding: 0;
  }

}

.header .btn-search {
  display: none;
}

@media screen and (max-width: 640px) {
  .header .btn-search {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 20px;
    border: 0;
    color: #fff;
    background: #808080;
  }

  .header .btn-search span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

}

.search-wrapper {
  position: absolute;
  right: 20px;
  bottom: 10px;
  margin-bottom: 0;
}

@media screen and (max-width: 640px) {
  .search-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: auto;
    border-top: 2px solid #f96311;
    border-bottom: 2px solid #f96311;
    padding: 20px;
    width: 100%;
    z-index: 10;
    background: #e6e6e6;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  }

  .search-wrapper.open {
    opacity: 1;
    visibility: visible;
  }

}

@media screen and (max-width: 640px) {
  .search-wrapper form > div {
    position: relative;
    padding-right: 90px;
    border: 1px solid rgba(38, 38, 38, 0.6);
  }

}

.search-wrapper input[type="text"],
.search-wrapper button {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 640px) {
  .search-wrapper input[type="text"],
  .search-wrapper button {
    display: block;
  }

}

.search-wrapper label {
  display: none;
}

.search-wrapper input[type="text"] {
  width: 225px;
  font-size: 11px;
  line-height: 17px;
  padding: 3px 10px;
  color: #808080;
  border: 1px solid #bfbfbf;
  background: #fff;
}

.search-wrapper input[type="text"]::-webkit-input-placeholder {
  opacity: 1;
  color: #808080;
}

.search-wrapper input[type="text"]:-moz-placeholder {
  opacity: 1;
  color: #808080;
}

.search-wrapper input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #808080;
}

.search-wrapper input[type="text"]:-ms-input-placeholder {
  opacity: 1;
  color: #808080;
}

@media screen and (max-width: 960px) {
  .search-wrapper input[type="text"] {
    width: 215px;
  }

}

@media screen and (max-width: 768px) {
  .search-wrapper input[type="text"] {
    width: 190px;
  }

}

@media screen and (max-width: 640px) {
  .search-wrapper input[type="text"] {
    border: 0;
    width: 100%;
  }

}

.search-wrapper button {
  border: 0;
  padding: 0;
  width: 27px;
  height: 23px;
  color: #fff;
  background: #f96311;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.search-wrapper button:hover {
  background: #0b0400;
}

.search-wrapper button [class^="icon-"] {
  display: block;
}

@media screen and (max-width: 640px) {
  .search-wrapper button {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
  }

  .search-wrapper button:after {
    content: "Search";
  }

  .search-wrapper button [class^="icon-"] {
    display: none;
  }

}

.navigation-wrapper {
  position: relative;
  padding: 9px 0;
  background: #f96311;
}

.navigation-wrapper ul,
.navigation-wrapper li {
  margin: 0;
  padding: 0;
  list-style: none inside;
}

.navigation-wrapper .container {
  position: static;
}

.header + .navigation-wrapper {
  margin-top: -2px;
}

.navigation-wrapper,
.navigation-wrapper .btn-toggle-nav {
  min-height: 55px;
  height: auto;
}

.navigation-mobile-inner {
  top: 55px;
}

.navigation-desktop {
  font: 11px/1.2 "Arial", "Helvetica Neue", Helvetica, serif;
}

@media screen and (max-width: 960px) {
  .navigation-desktop {
    margin-right: 125px;
  }

}

@media screen and (max-width: 640px) {
  .navigation-desktop {
    display: none;
  }

}

.navigation-desktop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.navigation-desktop .menu-item-has-children:hover > a {
  color: #000;
}

.navigation-desktop li {
  border-left: 1px solid #fd8746;
  -ms-flex: 0 1 auto;
  max-width: 100%;
  position: relative;
  /* Second level */
}

.navigation-desktop li:first-child {
  border-left: none;
}

.navigation-desktop li:nth-child(n+8) > .children {
  left: auto;
  right: 0;
}

.navigation-desktop li:nth-child(n+8) > .children .children {
  left: auto;
  right: 100%;
}

@media screen and (max-width: 960px) {
  .navigation-desktop li {
    display: none;
  }

  .navigation-desktop li:nth-child(-n+8) {
    display: block;
  }

}

@media screen and (max-width: 768px) {
  .navigation-desktop li:nth-child(-n+8) {
    display: none;
  }

  .navigation-desktop li:nth-child(-n+6) {
    display: block;
  }

}

.navigation-desktop li:hover > .sub-menu,
.navigation-desktop li a:hover ~ .sub-menu,
.navigation-desktop li:hover > .children,
.navigation-desktop li a:hover ~ .children {
  opacity: 1;
  visibility: visible;
}

.navigation-desktop li .sub-menu,
.navigation-desktop li .children {
  position: absolute;
  padding: 10px 0 0;
  opacity: 0;
  visibility: hidden;
  display: block;
  top: 100%;
  left: 0;
  width: 150px;
  z-index: 15;
  background-color: #f96311;
  /* Third level */
}

@media screen and (max-width: 768px) {
  .navigation-desktop li .sub-menu,
  .navigation-desktop li .children {
    display: none;
  }

}

.navigation-desktop li .sub-menu li,
.navigation-desktop li .children li {
  display: block;
}

.navigation-desktop li .sub-menu [class^="menu-item"].has-children > a:after,
.navigation-desktop li .sub-menu .menu-item-has-children > a:after,
.navigation-desktop li .children [class^="menu-item"].has-children > a:after,
.navigation-desktop li .children .menu-item-has-children > a:after {
  content: "\00BB";
  display: inline-block;
  margin-left: 3px;
}

.navigation-desktop li .sub-menu li:hover,
.navigation-desktop li .sub-menu a:hover,
.navigation-desktop li .children li:hover,
.navigation-desktop li .children a:hover {
  background-color: #cd520e;
}

.navigation-desktop li .sub-menu a,
.navigation-desktop li .children a {
  padding: 5px 8px;
}

.navigation-desktop li .sub-menu .children,
.navigation-desktop li .sub-menu .sub-menu,
.navigation-desktop li .children .children,
.navigation-desktop li .children .sub-menu {
  padding: 0;
  left: 100%;
  top: 0;
  background-color: #cd520e;
}

.navigation-desktop li .sub-menu .children a:hover,
.navigation-desktop li .sub-menu .sub-menu a:hover,
.navigation-desktop li .children .children a:hover,
.navigation-desktop li .children .sub-menu a:hover {
  background-color: #f96311;
}

.navigation-desktop a {
  display: block;
  padding: 5px 6px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  word-break: break-word;
}

.navigation-desktop a:hover {
  color: #000;
}

.navigation-mobile {
  display: none;
}

@media screen and (max-width: 960px) {
  .navigation-mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

}

.navigation-mobile .btn-toggle-nav {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  width: 125px;
  color: #fff;
  background: #f96311;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.navigation-mobile .btn-toggle-nav:before {
  content: "";
  position: absolute;
  left: -1px;
  height: 36px;
  top: 9px;
  width: 1px;
  background-color: #fd8746;
}

.navigation-mobile .btn-toggle-nav:hover {
  background: #262626;
}

@media screen and (max-width: 640px) {
  .navigation-mobile .btn-toggle-nav {
    right: auto;
    left: 0;
  }

}

.navigation-mobile .btn-toggle-nav span {
  display: inline-block;
  vertical-align: middle;
}

.navigation-mobile .btn-toggle-nav [class^="icon-"] {
  font-size: 28px;
}

.navigation-mobile .btn-toggle-nav .label {
  margin-left: 5px;
  text-align: left;
  width: 66px;
  font: bold 11px/1 "Arial", "Helvetica Neue", Helvetica, serif;
}

.navigation-mobile-inner {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  background: #262626;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.open .navigation-mobile-inner {
  opacity: 1;
  visibility: visible;
}

.navigation-mobile-inner ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

@media screen and (max-width: 640px) {
  .navigation-mobile-inner ul {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
  }

}

.navigation-mobile-inner li {
  padding: 0 14%;
}

@media screen and (max-width: 640px) {
  .navigation-mobile-inner li {
    padding: 0;
  }

}

.navigation-mobile-inner a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 24px;
  color: #e6e6e6;
  border-bottom: 1px solid rgba(230, 230, 230, 0.1);
  -webkit-transition: background .3s ease-in-out, border-bottom .3s ease-in-out;
  transition: background .3s ease-in-out, border-bottom .3s ease-in-out;
}

.navigation-mobile-inner a:hover {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .navigation-mobile-inner a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-mobile-inner a:hover,
  .navigation-mobile-inner a:active {
    border-bottom-color: #000;
    background: #000;
  }

}

.navigation-mobile ul ul,
.navigation-mobile [class^="menu-item"].has-children > ul,
.navigation-mobile .menu-item-has-children > ul {
  display: none;
}

.footer {
  padding: 25px 0;
  border-top: 2px solid #f96311;
  background: #e6e6e6;
}

.footer-nav {
  float: right;
  text-align: right;
  padding-top: 36px;
}

.footer-nav.mobile-only {
  display: none;
  float: none;
  text-align: left;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .footer-nav.mobile-only {
    display: block;
    margin-bottom: 10px;
  }

}

@media screen and (max-width: 768px) {
  .footer-nav {
    float: none;
    text-align: left;
    padding-top: 0;
  }

}

@media screen and (max-width: 768px) {
  .footer-nav .shortlinks.desktop-only {
    display: none;
  }

}

.footer-nav .shortlinks a {
  display: inline-block;
}

.footer-nav .shortlinks a + a:before {
  content: '|';
  display: inline-block;
  color: #000;
  margin-right: 2px;
  position: relative;
  top: -1px;
}

.footer-nav .socials {
  margin-top: 40px;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .footer-nav .socials {
    margin: 20px 0;
    text-align: center;
  }

}

.footer-nav .copy {
  font: 12px/18px "Open Sans", sans-serif;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .footer-nav .copy {
    text-align: center;
  }

}

.footer-about {
  max-width: 450px;
  float: left;
}

@media screen and (max-width: 768px) {
  .footer-about {
    float: none;
    max-width: none;
  }

}

@media screen and (max-width: 640px) {
  .footer-about {
    font-size: 12px;
    line-height: 18px;
  }

}

.socials {
  margin: 0;
  padding: 0;
}

.socials li {
  display: inline-block;
  list-style: none inside;
}

.socials a {
  display: block;
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  color: #e6e6e6;
  background: #b9b9b9;
  -webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
  transition: color .3s ease-in-out, background .3s ease-in-out;
}

.socials a:hover {
  color: #fff;
  text-decoration: none;
  background: #262626;
}

.socials a [class^="icon-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.socials a .icon-pinterest {
  font-size: 26px;
}

.socials a .icon-facebook {
  font-size: 28px;
}

.socials a .icon-facebook:before {
  position: relative;
  left: -2px;
  top: -2px;
}

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

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

.alignright,
.alignleft,
.aligncenter {
  display: block;
  margin: 10px auto;
}

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

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

a img.alignright,
a img.alignleft,
a img.aligncenter {
  display: block;
  border-radius: 12px;
  max-width: 100%;
  height: auto;
}

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

.caption,
.wp-caption {
  padding: 10px;
  border: none;
  max-width: 490px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .caption,
  .wp-caption {
    padding: 0;
    max-width: none;
    width: auto !important;
  }

}

.caption.alignnone,
.caption.alignleft,
.caption.alignright,
.caption.aligncenter,
.wp-caption.alignnone,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin: 10px auto 20px auto;
}

@media screen and (max-width: 640px) {
  .caption,
  .wp-caption {
    margin: 0 -20px !important;
  }

}

.caption img,
.wp-caption img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none;
  border-radius: 12px;
}

@media screen and (max-width: 640px) {
  .caption img,
  .wp-caption img {
    border-radius: 0;
    max-width: none;
  }

}

.caption .wp-caption-text,
.wp-caption .wp-caption-text {
  padding: 0 10px;
  font: 12px/18px "Open Sans", sans-serif;
  text-align: left;
}

.caption .wp-caption-text span,
.wp-caption .wp-caption-text span {
  font-family: Georgia, "Times New Roman", serif;
  color: #808080;
}

@media screen and (max-width: 640px) {
  .caption .wp-caption-text,
  .wp-caption .wp-caption-text {
    margin: 0;
    padding: 10px 20px;
    background: #e6e6e6;
  }

}

.caption {
  font: 12px/18px "Open Sans", sans-serif;
}

.article-header {
  margin-bottom: 20px;
}

.article-header h1 {
  margin-bottom: 5px;
}

.article-item-meta,
.article-meta {
  display: block;
  font: italic 12px/18px Georgia, "Times New Roman", serif;
  color: #787c7c;
}

.article-item-content h3 {
  margin-bottom: 5px;
}

.article-content {
  font-size: 16px;
  line-height: 24px;
}

.article-content .attachment-post-thumbnail {
  width: auto;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .article-content {
    font-size: 13px;
    line-height: 18px;
  }

}

.article-item-btn {
  display: block;
}

.article-footer,
.author-info {
  margin: 25px 0;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.author-info {
  font-size: 13px;
  line-height: 20px;
}

.author-info img {
  border-radius: 50%;
  float: left;
}

@media screen and (max-width: 640px) {
  .author-info img {
    width: 78px;
    height: 78px;
    float: none;
    margin: 0 auto;
    display: block;
  }

}

.author-info img.desktop-only {
  display: block;
}

@media screen and (max-width: 640px) {
  .author-info img.desktop-only {
    display: none;
  }

}

.author-info img.mobile-only {
  display: none;
}

@media screen and (max-width: 640px) {
  .author-info img.mobile-only {
    display: block;
  }

}

.author-info p {
  margin-left: 180px;
}

@media screen and (max-width: 640px) {
  .author-info p {
    margin-left: 0;
  }

}

.share-widget {
  margin: 25px 0;
}

.share-widget h3,
.share-widget img,
.share-widget ul,
.share-widget li {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 640px) {
  .share-widget h3,
  .share-widget img,
  .share-widget ul,
  .share-widget li {
    display: block;
    margin-bottom: 10px;
  }

}

.share-widget .socials-share {
  padding-left: 10px;
}

.share-widget .socials-share-mail,
.share-widget .socials-share-facebook,
.share-widget .socials-share-twitter {
  width: 32px;
  height: 30px;
  background: transparent url(../img/sprite_share.png) no-repeat;
}

.share-widget .socials-share-mail a,
.share-widget .socials-share-facebook a,
.share-widget .socials-share-twitter a {
  display: block;
  width: 100%;
  height: 100%;
}

.share-widget .socials-share-mail {
  background-position: 0 0;
}

.share-widget .socials-share-facebook {
  background-position: -42px 0;
}

.share-widget .socials-share-twitter {
  background-position: -84px 0;
}

@media screen and (max-width: 640px) {
  .more-widget p {
    font-size: 11px;
    line-height: 18px;
  }

}

.more-categories h3 {
  float: left;
  clear: none;
  margin-right: 10px;
}

.more-categories .tag-list {
  font-size: 16px;
  line-height: 1.2;
}

.articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px;
}

.articles.masonry-grid {
  display: block;
  margin: 0;
}

.article-item {
  margin: 0 10px;
  padding: 20px 0 10px;
  border-top: 1px solid #e8e8e8;
  max-width: 320px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}

.masonry-grid .article-item {
  display: block;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .article-item {
    -webkit-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }

  .masonry-grid .article-item {
    display: block;
    width: 46%;
  }

}

@media screen and (max-width: 640px) {
  .article-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: none;
  }

  .masonry-grid .article-item {
    display: block;
    width: 100%;
  }

}

.articles-home .article-item {
  border-top: 0;
}

.article-item:nth-child(-n+3) {
  border-top: 0;
}

@media screen and (max-width: 768px) {
  .article-item:nth-child(-n+3) {
    border-top: 1px solid #e8e8e8;
  }

  .article-item:nth-child(-n+2) {
    border-top: 0;
  }

}

@media screen and (max-width: 640px) {
  .article-item:nth-child(-n+2) {
    border-top: 1px solid #e8e8e8;
  }

  .article-item:first-child {
    border-top: 0;
  }

}

.article-item img {
  display: block;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.article-item-content {
  padding: 10px;
}

.article-item-content p:last-child {
  margin-bottom: 0;
}

.tag-list {
  font-size: 12px;
}

.articles-home {
  margin-top: 30px;
  border-top: 1px solid #e8e8e8;
}

.articles-home .column-wrapper {
  margin: 0 -10px;
}

.articles-home .column {
  width: 33%;
  float: left;
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .articles-home .column {
    width: 50%;
  }

  .articles-home .column:last-child {
    width: 100%;
  }

  .articles-home .column:last-child .article-item {
    width: 50%;
    float: left;
  }

}

@media screen and (max-width: 640px) {
  .articles-home .column,
  .articles-home .column .article-item,
  .articles-home .column:last-child,
  .articles-home .column:last-child .article-item {
    width: 100%;
  }

}

.pagination {
  margin: 20px 0;
  text-align: center;
  font-size: 0;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  height: 37px;
  min-width: 32px;
  border: 1px solid #f96311;
  padding: 9px 3px;
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
}

.pagination .page-numbers.current {
  border-color: #e8e8e8;
}

.breadcrumbs {
  margin-bottom: 20px;
  font: 12px/18px Georgia, "Times New Roman", serif;
}

.breadcrumbs span {
  margin: 0 3px;
  font-style: italic;
  color: #787c7c;
}

.breadcrumbs span:first-child {
  margin-left: 0;
}

.breadcrumbs span a {
  font-style: normal;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs li {
  float: left;
  list-style: none inside;
  font-style: italic;
}

.breadcrumbs li:before {
  content: "::";
  float: left;
  margin: 0 3px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 640px) {
  .tiles-category h1 {
    display: none;
  }

}

.tiles-category-wrapper {
  margin: 0 -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .tiles-category-wrapper {
    margin: 0 -10px;
  }

}

.tile-category {
  margin: 10px 16px;
  -webkit-transition: padding .3s ease-in-out;
  transition: padding .3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .tile-category {
    margin: 6px;
  }

}

.tile-category-content {
  position: relative;
  width: 215px;
  height: 215px;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

@media screen and (max-width: 640px) {
  .tile-category-content {
    width: 135px;
    height: 135px;
  }

}

.tile-category-content:hover:after {
  opacity: .5;
}

.tile-category-content:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

.tile-category-content * {
  z-index: 5;
}

.tile-category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
  font: bold 22px/1 "Open Sans", sans-serif;
  -webkit-backface-visibility: hidden;
  z-index: 10;
  width: 100%;
  padding: 0 20px;
  white-space: normal;
  word-break: break-word;
}

@media screen and (max-width: 640px) {
  .tile-category-title {
    font-size: 14px;
  }

}

.tile-category-btn {
  display: block;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 43px;
  padding-top: 10px;
  background: #000;
}

.tile-category-btn span {
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  .tile-category-btn {
    height: 24px;
    padding-top: 2px;
  }

  .tile-category-btn span {
    font-size: 14px;
  }

}

.tile-category-dropdown {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
}

.tile-category-dropdown-inner {
  margin: 20px;
  padding: 25px;
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

@media screen and (max-width: 640px) {
  .tile-category-dropdown-inner {
    padding: 20px;
  }

}

.open .tile-category-dropdown-inner {
  opacity: 1;
  visibility: visible;
}

.tile-category-dropdown ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 25px;
}

.tile-category-dropdown li {
  list-style: none inside;
  margin: 0 3px;
}

.tile-category-dropdown li,
.tile-category-dropdown li ul {
  display: inline-block;
}

.tile-category-dropdown a {
  color: #000;
}

.tile-category-dropdown a:before {
  content: '•';
  display: inline-block;
  margin-right: 4px;
}

.tile-category-dropdown a span {
  color: #808080;
}



/*for contributor bios page*/

ul.rpwe-block {
	border-top: 1px solid #ddd;
	list-style: none;
	padding: 0px;
}
ul.rpwe-block li {
	padding-bottom: 2em;
	border-bottom: 1px solid #ddd;
}
ul.rpwe-block img{
	float: left;
	margin: 30px 20px 0px 0px;
	border: 1px solid #ddd;
}
.rpwe-summary {
	margin-left: 170px;	
}
.rpwe-block h3{
	font-size: 1.4em; 
	margin-bottom: .5em;
}

.rpwe-clearfix:before,
.rpwe-clearfix:after{
	content: "";
	display: table;
}
.rpwe-clearfix:after{ clear:both; }
.rpwe-clearfix{ zoom: 1; }



