@charset "UTF-8";
/*!
 * Theme Name: GGM
 * Theme URI: http://anatropia.gr
 * Author: Anatropia
 * Author URI: http://anatropia.gr
 * Description: Custom WordPress theme for Get Greek Music website. Designed by Hardpixel. Developed by Hardpixel and Anatropia. The theme is created using the Bourbon framework and includes bourbon, neat, bitters and refills components.
 * Version: 2.3.7
 * License: GPLv3
 * License URI: http://www.gnu.org/licenses/gpl.html
 * Tags: responsive, sticky post, fluid layout, post formats, theme options, featured video
 */
/*! Normalize */
/**
 * 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-size: 100%;
  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 */
  *display: inline;
  *zoom: 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.
 */
[hidden] {
  display: none; }

/**
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
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;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin: 0.75em 0; }

h2 {
  font-size: 1.5em;
  margin: 1em 0; }

h3 {
  font-size: 1.17em;
  margin: 1.28205em 0; }

h4 {
  font-size: 1em;
  margin: 1.5em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.80723em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.23881em 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;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1.5em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
blockquote {
  margin: 1.5em 40px; }

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

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

/**
 * Set 1 unit of vertical rhythm on the top and bottom margin.
 */
p,
pre {
  margin: 1.5em 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-family: 'courier new', 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.
 */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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.
 * 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
 * 5. Improve appearance and consistency with IE 6/7.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  *font-family: sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
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],
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.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 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 */
  -webkit-box-sizing: content-box;
  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.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 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; }

/*! Bitters */
html {
  box-sizing: border-box; }

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

button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  appearance: none;
  background-color: #2c3e50;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s;
  width: 100%; }
  @media screen and (min-width: 30.0625em) {
    button, input[type="button"], input[type="reset"], input[type="submit"], .button {
      width: auto; } }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
    background-color: #233240;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled, .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover, .button:disabled:hover {
      background-color: #333333; }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em; }

input,
select {
  display: block;
  font-family: "Noto Sans", sans-serif;
  font-size: 1em; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple] {
  background-color: #FAFAFA;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-size: 1em;
  padding: 0.75em 0.5em;
  transition: border-color 150ms ease;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple]:hover {
    border-color: #c2c2c2; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple]:focus {
    border-color: #1565c0;
    outline: none; }
  input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
  select[multiple]:disabled {
    background-color: #eeeeee;
    cursor: not-allowed; }
    input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
    select[multiple]:disabled:hover {
      border: 1px solid #f2f2f2; }

textarea {
  resize: vertical;
  min-height: 8em; }

[type="search"] {
  appearance: none; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

.custom-simple-form {
  margin-top: 1.5em; }
  .custom-simple-form .form-control {
    display: inline-block; }

#newsletter-form .form-control.email {
  width: 100%; }
  @media screen and (min-width: 85.4375em) {
    #newsletter-form .form-control.email {
      width: 67%; } }

ul, ol {
  margin: 0;
  padding: 0; }

.entry-content ul, .entry-content ol {
  margin-bottom: 0.75em 0;
  padding-left: 0.75em; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: 600;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b6b6b6;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #f2f2f2;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  color: #333333;
  font-family: "Noto Sans", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  background: #fafafa; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #1565c0;
  text-decoration: none;
  transition: color 150ms ease; }
  a:active, a:focus, a:hover {
    color: #104c90; }

hr {
  border-bottom: 1px solid #f2f2f2;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.3em; }

h3 {
  font-size: 1.2em; }

h4 {
  font-size: 1.15em; }

h5 {
  font-size: 1.05em; }

h6 {
  font-size: 1em; }

.page.singular .entry-title {
  padding-bottom: .5em;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #e6e6e6; }

.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6, .page.singular h1, .page.singular h2, .page.singular h3, .page.singular h4, .page.singular h5, .page.singular h6 {
  color: #2c3e50; }

main {
  position: relative; }

.page-section {
  display: block;
  padding: 0 0 0 0;
  background: #FAFAFA; }
  .page-section::after {
    clear: both;
    content: "";
    display: block; }

.loaded-post + .loaded-post {
  margin-top: 5em; }

.slider-section {
  display: block;
  padding: 0em 0 4em 0;
  background: #EDEDED; }
  .slider-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 64em) {
    .slider-section {
      padding: 1em 0; } }
  @media screen and (min-width: 85.4375em) {
    .slider-section {
      padding: 2em 0; } }

.editors-section {
  display: block;
  padding: 2em 0;
  background: #EDEDED;
  border-top: 3px solid #e6e6e6;
  box-shadow: 0 3px 0 #e6e6e6; }
  .editors-section::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 48.0625em) {
    .editors-section {
      padding: 2em 0; } }

.outer-container {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1em; }
  .outer-container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 85.4375em) {
    .outer-container {
      max-width: 80em; } }

.narrow-content {
  display: block !important;
  float: none !important; }
  @media screen and (min-width: 85.4375em) {
    .narrow-content {
      max-width: 64em;
      margin: 0 auto !important; } }

.slider {
  display: block;
  padding: 0; }
  .slider::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 85.4375em) {
    .slider {
      max-width: 80em; } }
  @media screen and (min-width: 64em) {
    .slider {
      padding: 0 1em; } }

.featured-posts {
  display: block;
  float: left;
  display: block;
  margin-right: 2.12766%;
  width: 100%; }
  .featured-posts::after {
    clear: both;
    content: "";
    display: block; }
  .featured-posts:last-child {
    margin-right: 0; }
  @media screen and (min-width: 48.0625em) {
    .featured-posts {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%;
      padding-right: 30px;
      padding-left: 30px;
      padding-top: 30px; }
      .featured-posts:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 64em) {
    .featured-posts {
      padding: 0; } }

.page-content {
  display: block;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media screen and (min-width: 64em) {
    .page-content {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 65.95745%;
      padding-top: 2em;
      padding-bottom: 2em; }
      .page-content:last-child {
        margin-right: 0; } }
  .page-content.no-sidebar {
    display: block;
    width: 100%; }

.page-sidebar {
  display: block;
  padding-bottom: 2em; }
  @media screen and (min-width: 64em) {
    .page-sidebar {
      float: right !important;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-right: 0;
      padding-bottom: 2em; }
      .page-sidebar:last-child {
        margin-right: 0; } }

.widget-section {
  width: 100%;
  background: #ffffff;
  padding: 3em 0;
  border-top: 3px solid #e6e6e6; }
  @media screen and (min-width: 48.0625em) {
    .widget-section {
      padding: 2em 0; } }

.social-accounts {
  display: block;
  text-align: center;
  margin-bottom: 1em; }
  .social-accounts i {
    margin: .5em;
    font-size: 1.8em; }

.accordion-tabs-minimal {
  line-height: 1.5;
  padding: 0; }
  .accordion-tabs-minimal::after {
    clear: both;
    content: "";
    display: block; }
  .accordion-tabs-minimal .tab-header-and-content {
    list-style: none; }
    @media screen and (min-width: 48.0625em) {
      .accordion-tabs-minimal .tab-header-and-content {
        display: inline; } }
  .accordion-tabs-minimal .tab-link {
    background-color: #FAFAFA;
    border-top: 1px solid #f2f2f2;
    color: #333333;
    display: block;
    padding: 0.75em 30px;
    text-decoration: none; }
    @media screen and (min-width: 48.0625em) {
      .accordion-tabs-minimal .tab-link {
        display: inline-block;
        border-top: 0; } }
    @media screen and (max-width: 48.0625em) {
      .accordion-tabs-minimal .tab-link {
        width: 100% !important; } }
    .accordion-tabs-minimal .tab-link:hover {
      color: #1565c0; }
    .accordion-tabs-minimal .tab-link:focus {
      outline: none; }
    .accordion-tabs-minimal .tab-link.is-active {
      border-bottom: 0; }
      @media screen and (min-width: 48.0625em) {
        .accordion-tabs-minimal .tab-link.is-active {
          border-bottom-color: #FAFAFA;
          margin-bottom: -1px; } }
  .accordion-tabs-minimal .tab-content {
    display: none;
    width: 100%; }
    @media screen and (min-width: 48.0625em) {
      .accordion-tabs-minimal .tab-content {
        float: left; } }

.comment {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  display: table;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  width: 100%; }
  .comment .comment-image,
  .comment .comment-content {
    display: table-cell;
    vertical-align: top; }
  .comment .comment-image {
    padding-right: 1.4em; }
    .comment .comment-image > img {
      border-radius: 3px;
      display: block;
      height: auto;
      max-width: none;
      padding: 0;
      width: 4em; }
    .comment-reverse-order .comment .comment-image {
      padding-right: 0;
      padding-left: 10px; }
  .comment .comment-content {
    width: 100%; }
    .comment .comment-content h1 {
      font-size: 1em;
      margin: 0 0 0.5em 0; }
    .comment .comment-content p {
      line-height: 1.5em;
      margin-bottom: 0.5em; }
    .comment .comment-content p.comment-detail {
      color: rgba(51, 51, 51, 0.5);
      font-size: 0.9em;
      font-style: italic; }

.footer {
  background: #262F36;
  padding: 3em 30px;
  width: 100%; }
  .footer .footer-logo {
    margin-bottom: 2em;
    text-align: center; }
    .footer .footer-logo img {
      height: 3em; }
  .footer .footer-links {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1.5em; }
  .footer ul.footer-menu, .footer nav.menu ul {
    clear: both;
    display: block;
    margin: 0 auto 20px;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999;
    text-align: center; }
    .footer ul.footer-menu li, .footer nav.menu ul li {
      display: block;
      width: 100%;
      padding: 0.5em .8em; }
      @media screen and (min-width: 40em) {
        .footer ul.footer-menu li, .footer nav.menu ul li {
          display: inline; } }
    .footer ul.footer-menu .active-nav-item a, .footer ul.footer-menu .current_page_item a, .footer nav.menu ul .active-nav-item a, .footer nav.menu ul .current_page_item a {
      color: white; }
  .footer ul {
    -webkit-flex-basis: 13em;
    -moz-flex-basis: 13em;
    flex-basis: 13em;
    -ms-flex-preferred-size: 13em;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    flex-shrink: 0;
    -ms-flex-negative: 0;
    margin-bottom: 3em;
    padding: 0; }
  .footer li {
    line-height: 1.5em;
    list-style: none;
    text-align: center; }
  .footer a {
    color: rgba(255, 255, 255, 0.4);
    text-decoration: none; }
    .footer a:focus, .footer a:hover {
      color: white; }
  .footer li h3 {
    color: white;
    font-size: 1em;
    margin-bottom: 0.4em; }
  .footer hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto 1.5em;
    width: 12em; }
  .footer p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    max-width: 35em;
    text-align: center; }
    .footer p + p {
      margin-top: 15px; }

.grid-items {
  position: relative; }
  .grid-items::after {
    clear: both;
    content: "";
    display: block; }
  .grid-items .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 0.3em solid #f2f2f2;
    background-color: white;
    cursor: pointer;
    min-height: 6em;
    padding: 1em;
    text-decoration: none;
    width: 100%;
    position: relative;
    color: #333333;
    display: block;
    margin-bottom: .5em;
    display: table;
    overflow: hidden; }
    .grid-items .grid-item .fa-youtube-play {
      display: none;
      font-size: 1.875em;
      position: absolute;
      top: 0.625em;
      right: 0.625em;
      float: none;
      color: #C0392B;
      border-radius: 100%;
      background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
      background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent);
      cursor: pointer; }
    .grid-items .grid-item .entry-header {
      height: 5em;
      width: 5.5em;
      margin-right: .5em;
      min-height: 4em;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      top: 0;
      left: 0; }
      .grid-items .grid-item .entry-header .background-image {
        height: 100%;
        min-height: 5em;
        background-position: center top; }
    .grid-items .grid-item .date {
      display: none; }
    .grid-items .grid-item .entry-summary {
      position: relative;
      color: #2c3e50;
      display: table-cell;
      vertical-align: middle;
      font-size: .85em;
      float: none;
      width: auto;
      padding: 0; }
    .grid-items .grid-item h2 {
      font-size: .95em;
      display: block;
      margin: 0;
      line-height: 1.25; }
    .grid-items .grid-item .the-category {
      display: none; }
    @media screen and (min-width: 37.5em) {
      .grid-items .grid-item {
        height: 8em; }
        .grid-items .grid-item .fa-youtube-play {
          display: block; }
        .grid-items .grid-item .entry-header {
          height: 6.5em;
          width: 7em; }
          .grid-items .grid-item .entry-header .remote-media-container, .grid-items .grid-item .entry-header .background-image {
            height: 100%; }
        .grid-items .grid-item h2 {
          font-size: 1.15em; } }
    @media screen and (min-width: 48.0625em) {
      .grid-items .grid-item {
        margin: 0 0 2em 0;
        height: 18em;
        display: block; }
        .grid-items .grid-item .entry-header {
          height: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
        .grid-items .grid-item .the-category {
          display: block; }
        .grid-items .grid-item .date {
          display: block; }
        .grid-items .grid-item .entry-summary {
          position: absolute;
          bottom: 0px;
          height: auto;
          z-index: 1; }
          .grid-items .grid-item .entry-summary h2 {
            font-size: 1.1em; } }
    @media screen and (min-width: 64em) {
      .grid-items .grid-item {
        height: 16em; }
        .grid-items .grid-item .entry-header {
          height: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
        .grid-items .grid-item .the-category {
          font-size: .85em; }
        .grid-items .grid-item h2 {
          font-size: 1em; } }
  .grid-items .grid-item img {
    display: block;
    height: 3em; }
  .grid-items .grid-item h1 {
    font-size: 1.3em;
    margin-bottom: 0.4em; }
  .grid-items .grid-item p {
    line-height: 1.5em;
    margin: auto; }
    @media screen and (min-width: 48.0625em) {
      .grid-items .grid-item p {
        max-width: 70%; } }
  .grid-items .grid-item-big {
    margin: 1.5em 0 1.5em 0; }
    .grid-items .grid-item-big .entry-header {
      height: 210px;
      width: 100%;
      margin: 0;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0; }
    .grid-items .grid-item-big .entry-summary {
      width: 100%;
      position: absolute;
      padding: 0;
      height: auto; }
    .grid-items .grid-item-big .date {
      display: block; }
    .grid-items .grid-item-big .the-category {
      display: block; }
    .grid-items .grid-item-big h2 {
      font-size: 1.15em; }
    @media screen and (min-width: 64em) {
      .grid-items .grid-item-big {
        width: 100% !important;
        height: 400px; }
        .grid-items .grid-item-big .entry-header {
          height: 300px; }
        .grid-items .grid-item-big .the-category {
          font-size: 1em; } }
    @media screen and (min-width: 48.0625em) {
      .grid-items .grid-item-big p {
        max-width: 60%; } }
  .grid-items .grid-item:nth-child(1) {
    height: 17.5em;
    display: block; }
    .grid-items .grid-item:nth-child(1) .the-category {
      display: block; }
    .grid-items .grid-item:nth-child(1) .date {
      display: block; }
    .grid-items .grid-item:nth-child(1) .entry-header {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .grid-items .grid-item:nth-child(1) .remote-media-container {
      height: 100%; }
    .grid-items .grid-item:nth-child(1) .entry-summary {
      position: absolute;
      bottom: 0px;
      padding-left: 0px;
      height: auto;
      z-index: 1; }
      .grid-items .grid-item:nth-child(1) .entry-summary h2 {
        font-size: 1.15em; }
        @media screen and (min-width: 21.875em) {
          .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.1em; } }
        @media screen and (min-width: 37.5em) {
          .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.35em;
            padding: .5em .8em 1em; } }
        @media screen and (min-width: 48.0625em) {
          .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.1em; } }
        @media screen and (min-width: 64em) {
          .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.4em; } }
        @media screen and (min-width: 85.4375em) {
          .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.7em; } }
    @media screen and (min-width: 30.0625em) {
      .grid-items .grid-item:nth-child(1) {
        height: 21.875em; } }
    @media screen and (min-width: 37.5em) {
      .grid-items .grid-item:nth-child(1) {
        height: 25em; } }
    @media screen and (min-width: 48.0625em) {
      .grid-items .grid-item:nth-child(1) {
        height: 23.75em; } }
    @media screen and (min-width: 64em) {
      .grid-items .grid-item:nth-child(1) {
        margin: 0 0 2em 0;
        height: 28.125em; } }
    @media screen and (min-width: 85.4375em) {
      .grid-items .grid-item:nth-child(1) {
        height: 30em; } }
  @media screen and (min-width: 48.0625em) {
    .grid-items .grid-item:nth-child(2), .grid-items .grid-item:nth-child(3), .grid-items .grid-item:nth-child(5), .grid-items .grid-item:nth-child(6) {
      height: 23.75em; } }
  @media screen and (min-width: 64em) {
    .grid-items .grid-item:nth-child(2), .grid-items .grid-item:nth-child(3), .grid-items .grid-item:nth-child(5), .grid-items .grid-item:nth-child(6) {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      height: 20em; }
      .grid-items .grid-item:nth-child(2):last-child, .grid-items .grid-item:nth-child(3):last-child, .grid-items .grid-item:nth-child(5):last-child, .grid-items .grid-item:nth-child(6):last-child {
        margin-right: 0; }
      .grid-items .grid-item:nth-child(2) h2, .grid-items .grid-item:nth-child(3) h2, .grid-items .grid-item:nth-child(5) h2, .grid-items .grid-item:nth-child(6) h2 {
        font-size: 1.15em; } }
  @media screen and (min-width: 85.4375em) {
    .grid-items .grid-item:nth-child(2), .grid-items .grid-item:nth-child(3) {
      height: 22em; }
      .grid-items .grid-item:nth-child(2) h2, .grid-items .grid-item:nth-child(3) h2 {
        font-size: 1.35em; } }
  @media screen and (min-width: 64em) {
    .grid-items .grid-item:nth-child(3), .grid-items .grid-item:nth-child(6) {
      margin-right: 0; } }
  @media screen and (min-width: 85.4375em) {
    .grid-items .grid-item:nth-child(4), .grid-items .grid-item:nth-child(5) {
      height: 15.625em;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%; }
      .grid-items .grid-item:nth-child(4):last-child, .grid-items .grid-item:nth-child(5):last-child {
        margin-right: 0; }
      .grid-items .grid-item:nth-child(4) h2, .grid-items .grid-item:nth-child(5) h2 {
        font-size: 1em; } }
  @media screen and (min-width: 85.4375em) {
    .grid-items .grid-item:nth-child(6) {
      height: 15.625em;
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 31.91489%;
      margin-right: 0; }
      .grid-items .grid-item:nth-child(6):last-child {
        margin-right: 0; }
      .grid-items .grid-item:nth-child(6) h2 {
        font-size: 1em; } }
  @media screen and (min-width: 48.0625em) {
    .grid-items .grid-item:nth-child(4) {
      height: 23.75em; } }
  @media screen and (min-width: 64em) {
    .grid-items .grid-item:nth-child(4) {
      height: 28.125em; }
      .grid-items .grid-item:nth-child(4) h2 {
        font-size: 1.4em; } }
  @media screen and (min-width: 85.4375em) {
    .grid-items .grid-item:nth-child(4) {
      height: 15.625em; }
      .grid-items .grid-item:nth-child(4) h2 {
        font-size: 1em; } }

#map_canvas {
  height: 400px;
  width: 100%; }

#map_canvas img {
  max-width: none; }

#map_canvas .content {
  padding: 0 0.5em 1em 0.5em; }

#map_canvas .firstHeading {
  font-size: 1em;
  line-height: 1em;
  font-weight: bold;
  margin: 0; }

#map_canvas #bodyContent p {
  font-size: 1em;
  margin: 0; }

header.navigation {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  min-height: 60px;
  width: 100%;
  z-index: 1000; }
  @media screen and (min-width: 64em) {
    header.navigation {
      min-height: 80px; } }
  header.navigation .navigation-wrapper {
    max-width: 64em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    header.navigation .navigation-wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 85.4375em) {
      header.navigation .navigation-wrapper {
        max-width: 80em; } }
  header.navigation .logo {
    float: left;
    max-height: 60px;
    margin-left: 1em;
    padding-right: 2em; }
    @media screen and (min-width: 64em) {
      header.navigation .logo {
        max-height: 80px; } }
    header.navigation .logo img {
      max-height: 60px;
      padding: 0.8em 0;
      height: 60px; }
      @media screen and (min-width: 64em) {
        header.navigation .logo img {
          max-height: 80px;
          height: 80px; } }
  header.navigation .navigation-menu-button {
    color: #333333;
    display: block;
    float: right;
    line-height: 60px;
    margin: 0;
    padding-right: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 64em) {
      header.navigation .navigation-menu-button {
        display: none;
        line-height: 80px; } }
    header.navigation .navigation-menu-button:focus, header.navigation .navigation-menu-button:hover {
      color: #A02C2C; }
  header.navigation nav {
    float: none;
    min-height: 60px;
    z-index: 9999999; }
    @media screen and (min-width: 64em) {
      header.navigation nav {
        float: right;
        min-height: 80px; } }
  header.navigation ul.navigation-menu, header.navigation nav.menu ul {
    clear: both;
    display: none;
    margin: 0 auto;
    overflow: visible;
    padding: 0;
    width: 100%;
    z-index: 9999; }
    header.navigation ul.navigation-menu.show, header.navigation nav.menu ul.show {
      display: block; }
    @media screen and (min-width: 64em) {
      header.navigation ul.navigation-menu, header.navigation nav.menu ul {
        display: inline;
        margin: 0;
        padding: 0; } }
  header.navigation ul li.nav-link, header.navigation nav.menu ul li {
    background: #fff;
    display: block;
    line-height: 60px;
    overflow: hidden;
    padding-right: 0.8em;
    text-align: right;
    width: 100%;
    z-index: 9999; }
    @media screen and (min-width: 64em) {
      header.navigation ul li.nav-link, header.navigation nav.menu ul li {
        background: transparent;
        display: inline;
        line-height: 80px;
        text-decoration: none;
        width: auto;
        padding-right: 1.8em;
        display: block;
        float: left; } }
    header.navigation ul li.nav-link a, header.navigation nav.menu ul li a {
      color: #333333;
      text-decoration: none;
      display: inline-block;
      font-weight: bold; }
      @media screen and (min-width: 64em) {
        header.navigation ul li.nav-link a, header.navigation nav.menu ul li a {
          line-height: 2.5; } }
      header.navigation ul li.nav-link a:focus, header.navigation ul li.nav-link a:hover, header.navigation nav.menu ul li a:focus, header.navigation nav.menu ul li a:hover {
        color: #A02C2C;
        border-bottom: 2px solid #A02C2C; }
  header.navigation .active-nav-item a, header.navigation .current_page_item a {
    color: #A02C2C !important;
    border-bottom: 2px solid #A02C2C; }
  header.navigation li.more.nav-link {
    padding-right: 0; }
    @media screen and (min-width: 64em) {
      header.navigation li.more.nav-link {
        padding-right: 1em; } }
    header.navigation li.more.nav-link > ul > li:first-child a {
      padding-top: 1em; }
    header.navigation li.more.nav-link a {
      margin-right: 1em; }
    header.navigation li.more.nav-link > a {
      padding-right: 0.6em; }
    header.navigation li.more.nav-link > a:after {
      position: absolute;
      top: auto;
      right: -0.4em;
      bottom: auto;
      left: auto;
      content: '\25BE';
      color: #333333; }
  header.navigation li.more {
    overflow: visible;
    padding-right: 0; }
    header.navigation li.more a {
      padding-right: 0.8em; }
    header.navigation li.more > a {
      padding-right: 1.6em;
      position: relative; }
      @media screen and (min-width: 64em) {
        header.navigation li.more > a {
          margin-right: 1em; } }
      header.navigation li.more > a:after {
        content: '›';
        font-size: 1.2em;
        position: absolute;
        right: 0.5em; }
    header.navigation li.more:focus > .submenu, header.navigation li.more:hover > .submenu {
      display: block; }
    @media screen and (min-width: 64em) {
      header.navigation li.more {
        padding-right: 0.8em;
        position: relative; } }
  header.navigation ul.submenu {
    display: none;
    padding-left: 0; }
    @media screen and (min-width: 64em) {
      header.navigation ul.submenu {
        left: -1em;
        position: absolute;
        top: 1.5em; } }
    @media screen and (min-width: 64em) {
      header.navigation ul.submenu .submenu {
        left: 11.8em;
        top: 0; } }
    header.navigation ul.submenu li {
      display: block;
      padding-right: 0; }
      @media screen and (min-width: 64em) {
        header.navigation ul.submenu li {
          line-height: 61.53846px; }
          header.navigation ul.submenu li:first-child > a {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px; }
          header.navigation ul.submenu li:last-child > a {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-bottom: 0.7em; } }
      header.navigation ul.submenu li a {
        background-color: #f7f7f7;
        display: inline-block;
        text-align: right;
        width: 100%; }
        @media screen and (min-width: 64em) {
          header.navigation ul.submenu li a {
            background-color: #fff;
            padding-left: 1em;
            text-align: left;
            width: 12em; } }
  header.navigation .navigation-tools {
    background: #505050;
    clear: both;
    display: block;
    height: 80px; }
    @media screen and (min-width: 64em) {
      header.navigation .navigation-tools {
        background: transparent;
        clear: none;
        float: right; } }
  header.navigation .search-bar {
    float: left;
    padding: 0.85em 0.85em 0.7em 0.6em;
    width: 60%; }
    header.navigation .search-bar form {
      position: relative; }
      header.navigation .search-bar form input[type=search] {
        box-sizing: border-box;
        background: white;
        border-radius: 6px;
        border: 1px solid #f2f2f2;
        color: #f2f2f2 !important;
        font-size: 0.9em;
        font-style: italic;
        margin: 0;
        padding: 0.5em 0.8em;
        width: 100%;
        color: #f2f2f2; }
        @media screen and (min-width: 64em) {
          header.navigation .search-bar form input[type=search] {
            width: 100%; } }
      header.navigation .search-bar form button[type=submit] {
        background: white;
        border: none;
        bottom: 0.3em;
        left: auto;
        outline: none;
        padding: 0 9px;
        position: absolute;
        right: 0.3em;
        top: 0.3em; }
        header.navigation .search-bar form button[type=submit] img {
          height: 12px;
          opacity: 0.7;
          padding: 1px; }
    @media screen and (min-width: 64em) {
      header.navigation .search-bar {
        display: inline-block;
        position: relative;
        width: 16em; }
        header.navigation .search-bar input {
          box-sizing: border-box;
          display: block; } }

.search-tools {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  background: white;
  border-radius: 3px;
  border: 1px solid #f2f2f2;
  padding: 30px 15px;
  width: 100%; }
  .search-tools::after {
    clear: both;
    content: "";
    display: block; }
  .search-tools li {
    font-size: 0.8em;
    line-height: 1.5em;
    list-style: none; }
  .search-tools label {
    display: block;
    font-weight: bold;
    margin-bottom: 0.375em; }
  .search-tools .filters {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    width: 100%; }
    @media screen and (min-width: 85.4375em) {
      .search-tools .filters {
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row; } }
  .search-tools .filter {
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    flex-shrink: 1;
    -ms-flex-negative: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
    margin: 0 0.2em 1em 0.2em; }
    @media screen and (min-width: 85.4375em) {
      .search-tools .filter {
        margin-bottom: 0; } }
    .search-tools .filter > div {
      box-sizing: border-box;
      -webkit-transition: border-color;
      -moz-transition: border-color;
      transition: border-color;
      background-color: white;
      border-radius: 3px;
      border: 1px solid #f2f2f2;
      font-size: 1em;
      margin-bottom: 0.75em;
      padding: 0.5em 4em 0.5em 0.5em;
      position: relative;
      width: 100%; }
      .search-tools .filter > div:focus, .search-tools .filter > div:hover {
        border-color: #d9d9d9; }
      .search-tools .filter > div label {
        cursor: pointer;
        margin-bottom: 0; }
    .search-tools .filter .filter-list {
      margin: 1em 0 0;
      padding: 0; }
      .search-tools .filter .filter-list label {
        display: inline; }
    .search-tools .filter button.clear {
      position: absolute;
      top: 5px;
      right: 5px;
      bottom: auto;
      left: auto;
      max-width: 4em;
      font-size: 0.7em; }
    .search-tools .filter .hide-options {
      margin-bottom: 0; }
      .search-tools .filter .hide-options ol, .search-tools .filter .hide-options button {
        display: none; }
  .search-tools .trigger {
    margin-top: 1.5em; }
    .search-tools .trigger button {
      display: block;
      width: 100%;
      padding: .5em 1em;
      text-align: center; }

.tables {
  border-collapse: separate;
  border-left: 0px;
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid #f2f2f2;
  width: 100%; }
  .tables tbody {
    background-color: white; }
    .tables tbody tr:hover > td, .tables tbody tr:hover > th {
      background-color: #f2f2f2; }
    .tables tbody tr:nth-child(even) {
      background-color: #fafafa; }
      .tables tbody tr:nth-child(even):hover > td {
        background-color: #ededed; }
  .tables thead:first-of-type tr:first-child > th:first-child {
    border-top-left-radius: 3px; }
  .tables thead:first-of-type tr:first-child > th:last-child {
    border-top-right-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:first-child {
    border-bottom-left-radius: 3px; }
  .tables tbody:last-child tr:last-child > td:last-child {
    border-bottom-right-radius: 3px; }
  .tables thead th {
    background-color: white;
    border-bottom: 0px;
    border-left: 1px solid #f2f2f2;
    padding: 0.75em 1em;
    text-align: left; }
    .tables thead th:first-child {
      border-left: none; }
  .tables tbody {
    background-color: white; }
    .tables tbody td {
      border-bottom: 0px;
      border-left: 1px solid #f2f2f2;
      border-top: 1px solid #f2f2f2;
      padding: 0.75em 1em; }
      .tables tbody td:first-child {
        border-left: none; }
      .tables tbody td button {
        display: inline-block;
        font-size: 0.7em;
        line-height: 1.5;
        margin-bottom: 0.3em;
        margin-right: 0.5em;
        outline: none;
        padding: 0.3em 1em;
        width: 100%; }
        @media screen and (min-width: 48.0625em) {
          .tables tbody td button {
            margin-bottom: 0;
            width: auto; } }

.table-minimal {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }
  .table-minimal tbody tr:hover > td, .table-minimal tbody tr:hover > th {
    background-color: whitesmoke; }
  .table-minimal tbody tr:first-child td {
    border-top: 2px solid #f2f2f2; }
  .table-minimal thead th {
    background-color: white;
    border-bottom: 0px;
    padding: 0.75em 1em;
    text-align: left; }
  .table-minimal tbody {
    background-color: #FAFAFA; }
    .table-minimal tbody td {
      border-bottom: 0px;
      border-top: 1px solid #f2f2f2;
      line-height: 1.5;
      padding: 0.75em 1em; }
      .table-minimal tbody td button {
        display: inline-block;
        font-size: .7em;
        line-height: 1.5;
        margin-bottom: .3em;
        margin-right: 0.5em;
        outline: none;
        padding: .3em 1em;
        width: 100%; }
        @media screen and (min-width: 48.0625em) {
          .table-minimal tbody td button {
            margin-bottom: 0;
            width: auto; } }

.accordion {
  background-color: white;
  border: 1px solid #f2f2f2;
  margin: 0 0 1.5em 0;
  padding: 0; }
  .accordion ul {
    margin: 0;
    padding: 0; }
  .accordion li {
    border-bottom: 1px solid #f2f2f2;
    list-style: none; }
    .accordion li > a {
      color: #333333;
      display: block;
      padding: 0.75em 30px;
      text-decoration: none; }
    .accordion li:last-child {
      border: none; }
    .accordion li:focus, .accordion li:hover {
      background-color: white; }
  .accordion ul.submenu {
    display: none; }
    .accordion ul.submenu li {
      background-color: #f2f2f2; }
      .accordion ul.submenu li:first-child {
        border-top: 1px solid #f2f2f2;
        box-shadow: inset 0 1px 1px #e3e3e3; }
      .accordion ul.submenu li:focus, .accordion ul.submenu li:hover {
        background-color: #f7f7f7; }
  .accordion .is-expanded {
    display: block;
    padding-bottom: 0; }

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.alternate {
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate; }
  .animated.iteration {
    -webkit-animation-iteration-count: 2;
    -moz-animation-iteration-count: 2;
    animation-iteration-count: 2; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.animate-target {
  height: 6em;
  width: 6em;
  -webkit-transform-style: preserve-3d;
  border-radius: 50%;
  border: 22px solid #e2e2e3;
  margin: 0 auto 3em;
  text-align: center; }

.animate-info {
  color: #909090;
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  margin: 3em auto 0;
  max-width: 23em; }
  .animate-info a {
    color: #f55481;
    text-decoration: none; }

.breadcrumb {
  display: inline-block;
  margin-bottom: 1.5em;
  text-align: left; }
  .breadcrumb a {
    background-color: #FAFAFA;
    border-left: 0;
    border: 1px solid #f2f2f2;
    color: #e6e6e6;
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.25em;
    margin-bottom: 2px;
    margin-right: -5px;
    padding: 0 0.5625em 0 1.125em;
    position: relative;
    text-decoration: none; }
    .breadcrumb a:first-child {
      border-bottom-left-radius: 3px;
      border-left: 1px solid #f2f2f2;
      border-top-left-radius: 3px;
      padding-left: 1.125em; }
    .breadcrumb a:last-child {
      background-color: #FAFAFA;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px;
      color: #e6e6e6;
      padding-right: 1.125em; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      background-color: #FAFAFA;
      color: #1565c0; }
    .breadcrumb a:after, .breadcrumb a:before {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: 0px;
      left: 100%;
      border-bottom: 1.125em solid transparent;
      border-left: 0.5625em solid transparent;
      border-top: 1.125em solid transparent;
      content: '';
      display: block;
      margin: auto;
      z-index: 2; }
    .breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
      border: none; }
    .breadcrumb a:before {
      border-left-color: #f2f2f2;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb a:after {
      border-left-color: #FAFAFA; }
    @media screen and (min-width: 48.0625em) {
      .breadcrumb a {
        font-size: 1em;
        padding: 0 1.125em 0 1.5em; } }

.button-group input {
  display: none; }
.button-group label {
  margin-bottom: 0; }
  @media screen and (min-width: 85.4375em) {
    .button-group label {
      float: left; } }
  .button-group label .button-group-item {
    background: #FAFAFA;
    border-left: 1px solid silver;
    border-radius: 0;
    border-right: 1px solid silver;
    color: gray;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: normal;
    line-height: 1;
    padding: 0.75em 1em;
    width: 100%; }
    @media screen and (min-width: 85.4375em) {
      .button-group label .button-group-item {
        border-bottom: 1px solid silver;
        border-left: 0;
        border-right: 1px solid #eeeeee;
        border-top: 1px solid silver;
        width: auto; } }
    .button-group label .button-group-item:focus, .button-group label .button-group-item:hover {
      background-color: #f2f2f2; }
  .button-group label:first-child .button-group-item {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid silver; }
    @media screen and (min-width: 85.4375em) {
      .button-group label:first-child .button-group-item {
        border-bottom-left-radius: 3px;
        border-left: 1px solid silver;
        border-top-left-radius: 3px;
        border-top-right-radius: 0; } }
  .button-group label:last-child .button-group-item {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom: 1px solid silver; }
    @media screen and (min-width: 85.4375em) {
      .button-group label:last-child .button-group-item {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-right: 1px solid silver;
        border-top-right-radius: 3px; } }
  .button-group label input:checked + .button-group-item {
    background: #1565c0;
    border: 1px solid #0d417b;
    box-shadow: inset 0 1px 2px #104d92;
    color: white; }

.dropdown {
  line-height: 1.5; }
  .dropdown .dropdown-container {
    display: inline-block;
    position: relative;
    text-align: center; }
  .dropdown .dropdown-description {
    background: #FAFAFA;
    border-bottom-left-radius: 3px;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    border-top-left-radius: 3px;
    border-top: 1px solid silver;
    color: #999999;
    float: left;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 0.5em 0 1em; }
    @media screen and (min-width: 85.4375em) {
      .dropdown .dropdown-description {
        font-size: 1em; } }
  .dropdown .dropdown-button {
    background: #FAFAFA;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-top: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    cursor: pointer;
    float: right;
    font-size: 0.7em;
    line-height: 40px;
    margin: 0;
    padding: 0 2.5em 0 0.5em;
    position: relative; }
    @media screen and (min-width: 85.4375em) {
      .dropdown .dropdown-button {
        font-size: 1em;
        padding: 0 2.5em 0 0.5em; } }
  .dropdown .dropdown-button:hover {
    background-color: #f2f2f2; }
  .dropdown .dropdown-button:after {
    color: #333333;
    content: "\25BE";
    display: block;
    position: absolute;
    right: 1em;
    top: 0; }
  .dropdown .dropdown-menu {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #FAFAFA;
    border-radius: 3px;
    border: 1px solid silver;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    color: #333333;
    cursor: pointer;
    display: none;
    margin: 0;
    overflow: show;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50px;
    width: 228px;
    z-index: 99999; }
    .dropdown .dropdown-menu:before {
      position: absolute;
      top: 0;
      right: 1em;
      bottom: 0;
      left: 0;
      color: #FAFAFA;
      content: "\25b2";
      font-size: 1.4em;
      pointer-events: none;
      text-shadow: 0 -2px 2px rgba(0, 0, 0, 0.3);
      top: -0.7em; }
  .dropdown .dropdown-menu li {
    border-bottom: 1px solid silver;
    color: #333333;
    list-style: none;
    padding: 0.5em; }
  .dropdown .dropdown-menu li:hover {
    background: #f2f2f2; }
  .dropdown .dropdown-menu li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .dropdown .dropdown-menu li:last-child {
    border: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .dropdown .show-menu {
    display: block; }

.expander {
  width: 60%; }
  .expander .expander-trigger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #f2f2f2;
    color: #1565c0;
    cursor: pointer;
    display: block;
    font-size: 1em;
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    text-decoration: none; }
    .expander .expander-trigger:before {
      font-size: 0.7em;
      content: "\25BC";
      margin-right: 0.5em; }
  .expander .expander-content p {
    color: #333333;
    line-height: 1.5; }
  .expander .expander-hidden:before {
    font-size: 0.7em;
    content: "\25BA"; }
  .expander .expander-hidden + .expander-content {
    display: none; }

.fade-in-element {
  background: #FAFAFA;
  border-radius: 3px;
  border: 1px solid silver;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
  margin-bottom: 4em;
  padding: 1.5em;
  text-align: center;
  width: 100%; }
  .fade-in-element::after {
    clear: both;
    content: "";
    display: block; }
  .fade-in-element p {
    color: #333333;
    line-height: 1.5; }

.js-fade-element-hide {
  opacity: 0; }

.js-fade-element-show {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1; }

.flash-alert {
  background-color: #fff6bf;
  color: #8c7800;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-alert a {
    color: #594c00;
    text-decoration: underline; }
    .flash-alert a:focus, .flash-alert a:hover {
      color: black; }

.flash-error {
  background-color: #fbe3e4;
  color: #97161b;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-error a {
    color: #6a0f13;
    text-decoration: underline; }
    .flash-error a:focus, .flash-error a:hover {
      color: #110203; }

.flash-notice {
  background-color: #e5edf8;
  color: #244e87;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-notice a {
    color: #19375f;
    text-decoration: underline; }
    .flash-notice a:focus, .flash-notice a:hover {
      color: #04080e; }

.flash-success {
  background-color: #e6efc2;
  color: #56651a;
  display: block;
  margin-bottom: 0.75em;
  padding: 0.75em;
  text-align: center; }
  .flash-success a {
    color: #333c10;
    text-decoration: underline; }
    .flash-success a:focus, .flash-success a:hover {
      color: black; }

.modal label {
  cursor: pointer;
  margin-bottom: 0; }
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px; }
.modal .modal-state {
  display: none; }
.modal .modal-trigger {
  padding: 0.8em 1em; }
.modal .modal-fade-screen {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.6em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999; }
  @media screen and (min-width: 85.4375em) {
    .modal .modal-fade-screen {
      padding-top: 10em; } }
  .modal .modal-fade-screen .modal-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer; }
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: #FAFAFA;
  cursor: pointer; }
  .modal .modal-close:after, .modal .modal-close:before {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 0;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 1.5em;
    width: 0.15em;
    background: #f2f2f2;
    content: '';
    display: block;
    margin: -3px 0 0 -1px; }
  .modal .modal-close:hover:after, .modal .modal-close:hover:before {
    background: #d9d9d9; }
  .modal .modal-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: #FAFAFA;
  border-radius: 3px;
  margin-top: 0;
  margin: auto;
  max-height: 95%;
  overflow: auto;
  padding: 1.5em;
  position: relative;
  width: 95%; }
  @media screen and (min-width: 48.0625em) {
    .modal .modal-inner {
      max-height: 70%;
      padding: 3em;
      width: 60%; } }
  @media screen and (min-width: 85.4375em) {
    .modal .modal-inner {
      width: 50%; } }
  .modal .modal-inner h1 {
    color: #333333;
    text-align: left;
    text-transform: capitalize; }
  .modal .modal-inner p {
    color: #333333;
    line-height: 1.5; }
  .modal .modal-inner .modal-intro {
    margin-bottom: 1em; }
  .modal .modal-inner .modal-content {
    color: #333333; }
    @media screen and (min-width: 48.0625em) {
      .modal .modal-inner .modal-content {
        -webkit-columns: 2 8em;
        -moz-columns: 2 8em;
        columns: 2 8em; } }
  .modal .modal-inner a.cta {
    color: #FAFAFA;
    display: inline-block;
    margin-right: 0.5em;
    margin-top: 1em; }
    .modal .modal-inner a.cta:last-child {
      padding: 0 2em; }
.modal .modal-state:checked + .modal-fade-screen {
  opacity: 1;
  visibility: visible; }
.modal .modal-state:checked + .modal-fade-screen .modal-inner {
  top: 0.5em; }

.modal-open {
  overflow: hidden; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline;
    margin: 0;
    padding: 0;
    text-align: center; }
    .pagination ul li {
      display: inline;
      list-style: none; }
    .pagination ul ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
      @media screen and (min-width: 85.4375em) {
        .pagination ul ul li {
          display: inline; } }
    .pagination ul li a {
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      background: white;
      border-radius: 3px;
      border: 1px solid #f2f2f2;
      color: #333333;
      outline: none;
      padding: 0.375em 15px;
      text-decoration: none; }
      .pagination ul li a:hover, .pagination ul li a:focus {
        background: white;
        color: #1565c0; }
      .pagination ul li a:active {
        background: white; }

form.search-bar {
  margin-left: 0.7em;
  margin-right: 0.7em;
  position: relative; }
  form.search-bar input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: transparent;
    border: 2px solid #5A5A5A;
    box-sizing: border-box;
    display: block;
    font-size: 1em;
    font-style: italic;
    margin: 0;
    padding: 0.5em 0.5em;
    position: relative;
    width: 100%; }
  form.search-bar button[type=submit] {
    position: absolute;
    top: 0em;
    right: 0em;
    bottom: 0em;
    outline: none;
    padding: 5px 10px;
    background-color: transparent;
    border: 2px solid #5A5A5A;
    border-left: none; }
    form.search-bar button[type=submit] img {
      height: 12px;
      opacity: 0.7; }

.sliding-panel-content {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: auto;
  -webkit-transform: translateX(350px);
  -moz-transform: translateX(350px);
  -ms-transform: translateX(350px);
  -o-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #262f36;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.875em 0.3125em 0 0.3125em; }
  @media screen and (min-width: 21.875em) {
    .sliding-panel-content {
      height: 100%;
      width: 350px;
      padding: 1.875em 1.25em 0 1.25em; } }
  .sliding-panel-content .menu-title {
    color: #fff !important;
    margin: 1em 0;
    font-weight: bold; }
  .sliding-panel-content ul {
    padding: 0 0 0 0;
    margin: 0; }
  .sliding-panel-content li {
    list-style: none; }
  .sliding-panel-content .sub-menu li a {
    color: rgba(250, 250, 250, 0.7);
    font-size: 0.8em;
    padding: 0.75em 0;
    text-transform: capitalize; }
  .sliding-panel-content li a {
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 0.75em 0;
    text-decoration: none;
    font-size: 0.9em; }
    .sliding-panel-content li a:hover {
      color: #A02C2C; }
  .sliding-panel-content.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.sliding-panel-fade-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: black;
  opacity: 0;
  visibility: hidden;
  z-index: 999998; }
  .sliding-panel-fade-screen.is-visible {
    opacity: 0.4;
    visibility: visible; }

.sliding-panel-button {
  display: block !important;
  cursor: pointer; }

.admin-bar .is-sticky .navigation {
  top: 32px !important; }
  @media screen and (min-width: 600px) and (max-width: 782px) {
    .admin-bar .is-sticky .navigation {
      top: 46px !important; } }
  @media screen and (max-width: 600px) {
    .admin-bar .is-sticky .navigation {
      top: 0 !important; } }
.admin-bar #header-banner.is-sticky {
  margin-top: 32px !important; }
  @media screen and (max-width: 782px) {
    .admin-bar #header-banner.is-sticky {
      margin-top: 0 !important; } }
.admin-bar .sliding-panel-content, .admin-bar .sliding-panel-fade-screen {
  top: 32px;
  height: auto; }
  @media screen and (min-width: 600px) and (max-width: 782px) {
    .admin-bar .sliding-panel-content, .admin-bar .sliding-panel-fade-screen {
      top: 46px; } }
  @media screen and (max-width: 600px) {
    .admin-bar .sliding-panel-content, .admin-bar .sliding-panel-fade-screen {
      top: 0; } }

.video-wrapper {
  height: 0;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%; }
  .video-wrapper embed, .video-wrapper object, .video-wrapper iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

.widget-list {
  display: block;
  list-style-type: none !important; }

.slimScrollBar {
  border-radius: 0 !important;
  background: rgba(0, 0, 0, 0.5) !important; }

.fb-comments-count {
  margin-right: .3em; }

#header-banner {
  width: 100%;
  height: auto;
  background-color: #FAFAFA;
  border-bottom: 1px solid #e6e6e6;
  display: block; }
  #header-banner::after {
    clear: both;
    content: "";
    display: block; }
  #header-banner .header-widget li {
    list-style: none;
    text-align: center;
    padding: 1em 0; }
  #header-banner.is-sticky {
    position: fixed;
    width: 100%;
    z-index: 1000; }
    @media screen and (max-width: 64em) {
      #header-banner.is-sticky {
        top: auto !important;
        margin-top: 0 !important;
        bottom: 0; } }

.logo {
  overflow: hidden; }

div.logo-g {
  width: 14px;
  float: left;
  z-index: 999;
  position: relative; }
  @media screen and (min-width: 64em) {
    div.logo-g {
      width: 22px; } }

.logo-g {
  background-color: white; }

.logo-img {
  z-index: 0;
  float: left; }

.small-img {
  float: left;
  -moz-transform: translate(-300px, 0px);
  -webkit-transform: translate(-300px, 0px);
  -o-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px); }

.live-searchform.loading-results button {
  display: none; }
.live-searchform.loading-results .fa-spin {
  display: block; }
.live-searchform .fa-spin {
  display: none;
  position: absolute;
  color: #2c3e50;
  top: 0;
  right: 0;
  padding: .85em; }
.live-searchform .live-search-post {
  margin-top: 1em; }

.navbar-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000; }

#slidding-menu-content .live-searchform {
  margin-bottom: 1.5em; }
  #slidding-menu-content .live-searchform form {
    width: 100%;
    margin: 0; }
  #slidding-menu-content .live-searchform input {
    color: #f2f2f2;
    border: 3px solid #313c45;
    padding: 0.75em 0.5em; }
    #slidding-menu-content .live-searchform input:focus {
      border-color: #A02C2C; }
  #slidding-menu-content .live-searchform button {
    display: none !important; }
  #slidding-menu-content .live-searchform .fa-spin {
    font-size: 1.2em;
    color: #A02C2C; }
#slidding-menu-content .live-searchform-results {
  width: 100%;
  color: #333333; }
  #slidding-menu-content .live-searchform-results a.live-search-post {
    margin-top: 1.5em;
    padding: 0;
    background: none;
    border: 0; }
    #slidding-menu-content .live-searchform-results a.live-search-post:last-child {
      margin-bottom: 2em; }
    #slidding-menu-content .live-searchform-results a.live-search-post .background-image {
      width: 3em;
      height: 3em; }
    #slidding-menu-content .live-searchform-results a.live-search-post h4 {
      font-size: .82em;
      color: #f2f2f2;
      line-height: 1.3; }
      #slidding-menu-content .live-searchform-results a.live-search-post h4:only-child {
        padding-left: 0; }

#slidding-menu-p .slimScrollDiv {
  margin-left: -1.25em; }
  #slidding-menu-p .slimScrollDiv #slidding-menu-content {
    padding-left: 1.25em; }

a.featured-img-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.entry-header {
  position: relative; }

.entry-summary {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }
  .entry-summary .date {
    color: #858585;
    font-size: 0.8em !important;
    margin: 0 0;
    padding: 1em 0.8em 0 1em;
    position: relative;
    font-weight: 600; }
  .entry-summary .the-category {
    float: right; }
  .entry-summary .summary-container {
    background-color: white;
    width: 100%;
    clear: both; }

.load-more-posts i {
  margin-left: 1em; }

.the-category {
  color: white;
  padding: .6em 1em;
  background-color: #C0392B;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  transition: background-color 0.4s; }
  .the-category:hover, .the-category:active, .the-category:focus {
    background-color: #A02C2C;
    color: white; }

h2.section-title {
  width: 100%;
  background-color: #f2f2f2;
  color: #333333;
  border-bottom: 0.2em solid #e6e6e6;
  padding: 0.8em 0.8em;
  margin-bottom: 1.5em; }
  @media screen and (min-width: 48.0625em) {
    h2.section-title {
      width: 100%; } }

h2.entry-title {
  color: #2c3e50;
  padding: .5em 0.8em 0.8em; }

.background-image {
  width: 100%;
  min-height: 100px;
  background-size: cover;
  background-color: #f2f2f2;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0; }

.post-main-media {
  margin-top: 2.5em; }

.single-post .post-main-media .remote-media-container,
.page.singular .post-main-media .remote-media-container {
  position: relative;
  height: 18.75em;
  text-align: center; }
  .single-post .post-main-media .remote-media-container .background-image,
  .page.singular .post-main-media .remote-media-container .background-image {
    min-height: 100%; }
  .single-post .post-main-media .remote-media-container .fa-youtube-play,
  .page.singular .post-main-media .remote-media-container .fa-youtube-play {
    font-size: 3.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #C0392B;
    border-radius: 100%;
    background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
    background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent); }
    .single-post .post-main-media .remote-media-container .fa-youtube-play:hover,
    .page.singular .post-main-media .remote-media-container .fa-youtube-play:hover {
      color: #A02C2C; }
    @media screen and (min-width: 37.5em) {
      .single-post .post-main-media .remote-media-container .fa-youtube-play,
      .page.singular .post-main-media .remote-media-container .fa-youtube-play {
        font-size: 5.625em; } }
  .single-post .post-main-media .remote-media-container .external-thumbnail,
  .page.singular .post-main-media .remote-media-container .external-thumbnail {
    min-height: 100%; }
  @media screen and (min-width: 37.5em) {
    .single-post .post-main-media .remote-media-container,
    .page.singular .post-main-media .remote-media-container {
      height: 25em; } }
  @media screen and (min-width: 48.0625em) {
    .single-post .post-main-media .remote-media-container,
    .page.singular .post-main-media .remote-media-container {
      height: 37.5em; } }

.comment-box {
  border-bottom: 4px solid #f2f2f2;
  margin-bottom: 3em; }
  .comment-box .tab-link {
    background-color: white;
    border: 0;
    border-bottom: 3px solid #e6e6e6;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    transition: border 0.3s; }
    .comment-box .tab-link.is-active, .comment-box .tab-link:hover {
      border-bottom: 3px solid #333333; }
    @media screen and (max-width: 63.9375em) {
      .comment-box .tab-link span {
        display: none; } }
  .comment-box .social-comments-tabs {
    padding: 0 2em 2em; }
    @media screen and (min-width: 48.0625em) {
      .comment-box .social-comments-tabs {
        padding: 0 2em 2em; } }
  .comment-box .show {
    transition: height ease-in-out 1s;
    height: auto;
    padding: 0 2em 2em; }
  .comment-box .tab-content {
    padding-top: 1.5em; }

.page-header {
  display: block;
  border-bottom: 2px solid #e6e6e6;
  padding-bottom: 1em;
  position: relative;
  margin-bottom: 2em; }
  .page-header::after {
    clear: both;
    content: "";
    display: block; }
  .page-header .date {
    color: #858585;
    font-size: 0.8em !important;
    font-weight: bold;
    display: block;
    padding-bottom: 1em; }
  .page-header .details {
    display: block;
    position: relative;
    width: 100%; }
    .page-header .details::after {
      clear: both;
      content: "";
      display: block; }
    .page-header .details .the-category {
      float: left;
      position: relative;
      font-size: 0.8em; }
      @media screen and (min-width: 30.0625em) {
        .page-header .details .the-category {
          font-size: 1em; } }
    .page-header .details .share-post-buttons {
      position: relative !important; }
      @media screen and (min-width: 37.5em) {
        .page-header .details .share-post-buttons {
          position: absolute !important;
          bottom: 0;
          right: 0; } }
      .page-header .details .share-post-buttons .fa {
        font-size: 1.25em;
        padding: .6em .2em 0 .2em; }
        @media screen and (min-width: 21.875em) {
          .page-header .details .share-post-buttons .fa {
            font-size: 1.625em; } }

.page-title {
  font-size: 1.5em; }
  @media screen and (min-width: 37.5em) {
    .page-title {
      font-size: 1.75em; } }
  @media screen and (min-width: 85.4375em) {
    .page-title {
      font-size: 2em; } }

.content,
.entry-content {
  font-size: 1.15em;
  line-height: 1.8em;
  color: #5A5A5A;
  padding: 0 0 2em 0; }
  .content a,
  .entry-content a {
    color: #A02C2C;
    font-weight: 600; }
  .content p,
  .entry-content p {
    margin-bottom: 1em; }
    .content p:last-child,
    .entry-content p:last-child {
      margin-bottom: 0; }
  .content img[class^='wp-image'],
  .content img[class*=' wp-image'],
  .entry-content img[class^='wp-image'],
  .entry-content img[class*=' wp-image'] {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 1.5em 0 2em; }
    .content img[class^='wp-image'].size-medium + .size-medium,
    .content img[class*=' wp-image'].size-medium + .size-medium,
    .entry-content img[class^='wp-image'].size-medium + .size-medium,
    .entry-content img[class*=' wp-image'].size-medium + .size-medium {
      margin-left: 0.75em; }
  .content .wp-video,
  .content .entry-content-asset,
  .entry-content .wp-video,
  .entry-content .entry-content-asset {
    margin: 1.5em 0 2em; }
  .content .entry-content-asset iframe,
  .entry-content .entry-content-asset iframe {
    max-width: 100%; }
  .content iframe:not([id^="google_ads"]),
  .entry-content iframe:not([id^="google_ads"]) {
    width: 100% !important;
    max-width: 100% !important; }
  .content .fb-post.fb_iframe_widget,
  .entry-content .fb-post.fb_iframe_widget {
    margin: 1.5em 0 2em;
    display: inline-block;
    width: 100%;
    text-align: center; }

.share-post-buttons .fa {
  -webkit-transition: color, 0.4s;
  -moz-transition: color, 0.4s;
  transition: color, 0.4s;
  color: #858585;
  cursor: pointer; }
  .share-post-buttons .fa:hover {
    color: #C0392B; }

.single-post-content {
  padding-bottom: 4em; }
  .single-post-content .share-post-buttons {
    padding: 1em 0;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 1em; }
    .single-post-content .share-post-buttons .fa {
      font-size: 1.25em;
      padding: .8em .3em; }
      .single-post-content .share-post-buttons .fa:nth-child(1) {
        padding: .8em .4em .8em 0; }
      @media screen and (min-width: 21.875em) {
        .single-post-content .share-post-buttons .fa {
          font-size: 1.625em;
          padding: .8em .4em; } }
  .single-post-content .tags-div {
    position: relative;
    display: block; }
    .single-post-content .tags-div::after {
      clear: both;
      content: "";
      display: block; }
    .single-post-content .tags-div .list-tag {
      background-color: #f2f2f2;
      color: #333333;
      padding: 0 1em;
      margin-right: 0.5em;
      display: block;
      float: left;
      font-size: 0.6em; }

.comment-box {
  background-color: white; }
  .comment-box .comment-title {
    color: #2c3e50;
    border-bottom: 4px solid #2c3e50;
    padding: .65em .8em;
    margin-bottom: 1.3em;
    background: #f2f2f2; }
    .comment-box .comment-title i.fa {
      float: left;
      padding: 0 0.625em 0 0;
      position: relative;
      top: 3px; }

.archive .post {
  position: relative; }

.no-posts-container {
  display: none;
  text-align: center;
  color: white;
  font-weight: bold;
  background: #C0392B;
  padding: 0.75em; }
  .no-posts-container p {
    margin: 0; }
  .no-posts-container .fa {
    display: inline-block;
    margin-right: .5em; }

.load-more-container {
  text-align: center; }

.load-more-posts {
  font-size: 1em;
  margin: 1.5em auto 1.5em; }

footer {
  position: relative; }
  footer .totheTop {
    margin: -3em auto 2em auto;
    width: 200px;
    padding: 0.5em 1em;
    background-color: #313c45;
    text-align: center; }
  footer ul {
    margin-top: 3em; }
  footer .anatropia-logo {
    display: inline-block;
    margin-left: .15em;
    max-height: 1.7em;
    width: auto; }

.entry-title {
  max-height: 6.25em;
  overflow: hidden; }
  @media screen and (min-width: 21.875em) {
    .entry-title {
      max-height: initial;
      overflow: initial; } }

#slidding-menu-p {
  padding-top: 4em; }
  #slidding-menu-p .fa-times {
    color: #f2f2f2;
    font-size: 1.5em;
    padding: .75em;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }

.contact-page-details {
  display: block;
  border-top: 4px solid #2c3e50;
  padding: 1.5em 0 0;
  margin: 1em 0; }
  .contact-page-details::after {
    clear: both;
    content: "";
    display: block; }
  .contact-page-details .social-accounts {
    text-align: left;
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 48.0625em) {
      .contact-page-details .social-accounts {
        width: auto; } }
  @media screen and (min-width: 48.0625em) {
    .contact-page-details .contact-us-button {
      float: right; } }

.social-accounts i {
  color: #bfbfbf;
  font-size: 1.6em;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  transition: color 0.4s; }
  .social-accounts i:hover {
    color: #A02C2C; }

.contact-widgets {
  display: inline-block;
  width: 100%;
  margin-top: 1.5em; }
  .contact-widgets .social-accounts {
    text-align: left; }
    .contact-widgets .social-accounts .social-account {
      text-align: center;
      margin: 0 .5em 1em 0;
      width: 3em;
      height: 3em;
      padding: .45em;
      display: inline-block;
      border: 3px solid #2c3e50;
      -webkit-transition: background 0.4s;
      -moz-transition: background 0.4s;
      transition: background 0.4s; }
      .contact-widgets .social-accounts .social-account:hover {
        background: #2c3e50; }
        .contact-widgets .social-accounts .social-account:hover .fa {
          color: white; }
    .contact-widgets .social-accounts .fa {
      color: #2c3e50;
      font-size: 1.15em;
      margin: 0;
      padding: 0;
      line-height: 1.5; }

.contact-widget {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.5em; }

@media screen and (min-width: 48.0625em) {
  .contact-form-widget {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 57.44681%; }
    .contact-form-widget:last-child {
      margin-right: 0; } }

@media screen and (min-width: 48.0625em) {
  .contact-details-widget {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-right: 0;
    padding-left: 2em; }
    .contact-details-widget:last-child {
      margin-right: 0; } }

.contact-details {
  margin-bottom: 1.5em; }
  .contact-details .contact-item {
    position: relative;
    padding-left: 1.7em;
    display: block;
    width: 100%;
    margin-bottom: .5em; }
    .contact-details .contact-item a {
      color: #2c3e50;
      font-weight: 600; }
    .contact-details .contact-item i {
      position: absolute;
      top: 50%;
      left: 0;
      font-size: 1.1em;
      color: #A02C2C;
      margin-top: -.5em; }

.contact-form .form-control {
  display: block; }
.contact-form input,
.contact-form textarea {
  margin-bottom: 0;
  border: 3px solid #2c3e50; }
.contact-form textarea {
  max-height: 12em; }

.google-map {
  height: 20em;
  width: 100%; }
  @media screen and (min-width: 48.0625em) {
    .google-map {
      height: 24em; } }

.error404 .search-bar {
  text-align: left;
  display: block;
  margin: 1.5em 0 0; }
  .error404 .search-bar input,
  .error404 .search-bar button {
    border-color: #2c3e50 !important; }
  .error404 .search-bar button {
    color: #2c3e50; }
.error404 .error404-content {
  position: relative;
  text-align: center; }
.error404 #music-bars {
  margin: 5em 0 1.5em -8em;
  width: auto;
  display: inline-block;
  position: relative;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.error404 .bar {
  background: #2c3e50;
  bottom: 1px;
  height: 3px;
  position: absolute;
  width: 3px;
  animation: sound 0ms -800ms linear infinite alternate; }
@keyframes sound {
  0% {
    opacity: .35;
    height: 3px; }
  100% {
    opacity: 1;
    height: 28px; } }
.error404 .bar:nth-child(1) {
  left: 1px;
  animation-duration: .474s; }
.error404 .bar:nth-child(2) {
  left: 5px;
  animation-duration: .433s; }
.error404 .bar:nth-child(3) {
  left: 9px;
  animation-duration: .407s; }
.error404 .bar:nth-child(4) {
  left: 13px;
  animation-duration: .458s; }
.error404 .bar:nth-child(5) {
  left: 17px;
  animation-duration: .400s; }
.error404 .bar:nth-child(6) {
  left: 21px;
  animation-duration: .427s; }
.error404 .bar:nth-child(7) {
  left: 25px;
  animation-duration: .441s; }
.error404 .bar:nth-child(8) {
  left: 29px;
  animation-duration: .419s; }
.error404 .bar:nth-child(9) {
  left: 33px;
  animation-duration: .487s; }
.error404 .bar:nth-child(10) {
  left: 37px;
  animation-duration: .442s; }

.poll-content {
  background: white;
  border-bottom: 4px solid #f2f2f2;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 1em;
  margin: 1.5em 0; }
  .poll-content .poll-question {
    font-size: 1.25em;
    margin-bottom: .6em; }
  .poll-content .poll-vote-container {
    margin-top: 1.5em; }
  .poll-content .form-control {
    margin: 0; }
  .poll-content .radio-control {
    display: block;
    padding: .9em;
    background: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: .5em;
    color: #2c3e50;
    -webkit-transition: background 0.3s, border-color 0.3s;
    -moz-transition: background 0.3s, border-color 0.3s;
    transition: background 0.3s, border-color 0.3s; }
    .poll-content .radio-control:hover {
      background: #FFCC00;
      border-color: #2c3e50; }
    .poll-content .radio-control label {
      font-weight: 600;
      width: 100%;
      line-height: 1.2;
      display: block;
      margin: 0; }
  .poll-content .poll-answer {
    display: block;
    padding: .9em;
    background: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: .5em;
    color: #2c3e50;
    padding-right: 3.5em; }
  .poll-content .meter {
    background: #FFCC00 !important;
    box-shadow: 0 2px 0 #2c3e50; }
  .poll-content .answer {
    font-weight: 600;
    line-height: 1.2;
    display: block; }
  .poll-content .percentage {
    position: absolute !important;
    top: 50%;
    font-weight: 600;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: .5em;
    margin-right: 0 !important; }
  .poll-content .poll-total-votes {
    opacity: .7;
    margin-top: 1em;
    display: block; }

.contest-content {
  background: white;
  border-bottom: 4px solid #f2f2f2;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 1em;
  margin: 1.5em 0; }
  .contest-content.winners .fa {
    color: #2c3e50;
    display: inline-block;
    margin-right: .5em; }

.contest-subscribe-form {
  margin: 0; }
  .contest-subscribe-form .form-control {
    display: block; }
    .contest-subscribe-form .form-control.submit {
      margin-top: 1.5em; }
  .contest-subscribe-form .type-checkbox .form-control-label {
    padding-left: 2.5em; }
    .contest-subscribe-form .type-checkbox .form-control-label label {
      display: inline-block;
      line-height: 1.2;
      font-size: .8em; }
  .contest-subscribe-form .type-checkbox .checkbox {
    position: absolute;
    top: 5px; }

.contest-closed {
  color: white;
  font-weight: bold;
  background: #C0392B;
  padding: 0.75em;
  margin: 1.5em 0; }
  .contest-closed h3 {
    margin: 0;
    color: white; }
  .contest-closed .fa {
    display: inline-block;
    margin-right: .5em; }

.contest-winners {
  list-style-type: none;
  margin: 1.5em 0 0;
  padding: 0; }
  .contest-winners .contest-winner {
    display: block;
    padding: .9em;
    background: #f2f2f2;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: .5em;
    color: #2c3e50;
    font-size: .95em; }
    .contest-winners .contest-winner .winner-lname {
      display: inline-block;
      margin-left: .25em; }

#mc_embed_signup {
  background: white;
  border-bottom: 4px solid #f2f2f2;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 1em;
  margin: 1.5em 0; }
  #mc_embed_signup br {
    display: none; }
  #mc_embed_signup .mc-field-group {
    margin-bottom: .5em; }
  #mc_embed_signup label {
    margin-bottom: .5em; }
  #mc_embed_signup ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #mc_embed_signup input[type="checkbox"] + label {
    display: inline-block; }

.pb_top_content_container {
  background: white;
  border-bottom: 4px solid #f2f2f2;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  padding: 1.5em 1em;
  margin: 1.5em 0; }

.gallery .gallery-item img {
  height: auto !important; }

.promo {
  position: fixed;
  bottom: 2em;
  right: 5em;
  z-index: 1000;
  background: #A02C2C;
  border: 1px solid gray;
  display: none; }
  .promo .close-promo {
    font-size: 25px;
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 1 !important;
    cursor: pointer; }
    .promo .close-promo.fa-times-circle {
      z-index: 7777 !important;
      color: #5A5A5A; }
    .promo .close-promo.fa-circle {
      z-index: 7776 !important;
      color: #f2f2f2; }
  .promo .the-category {
    position: absolute;
    right: 0px;
    top: -38.4px;
    display: none; }
  .promo a.featured-img-link {
    z-index: 0 !important; }
  @media screen and (min-width: 48.0625em) {
    .promo {
      display: block; }
      .promo .promotion {
        width: 18.75em; }
        .promo .promotion .entry-header {
          width: 5em;
          float: left;
          position: absolute;
          left: 0.625em;
          top: 0.625em;
          bottom: 0.625em;
          overflow: hidden; }
        .promo .promotion .date {
          display: none; }
        .promo .promotion .entry-summary {
          float: left;
          width: 100%;
          padding-left: 6.25em;
          position: relative;
          height: 100%;
          color: white; }
          .promo .promotion .entry-summary .background-image {
            height: 100% !important; }
          .promo .promotion .entry-summary .summary-container {
            background: #A02C2C; }
        .promo .promotion .entry-title {
          font-size: 0.6em;
          color: white; } }
  @media screen and (min-width: 64em) {
    .promo {
      display: block; }
      .promo .promotion {
        width: 18.75em; }
        .promo .promotion .entry-title {
          font-size: 0.8em; } }
  @media screen and (min-width: 85.4375em) {
    .promo {
      display: block; }
      .promo .promotion {
        width: 20em; }
        .promo .promotion .entry-header {
          width: 6.25em;
          float: left;
          position: absolute;
          left: 0.625em;
          top: 0.625em;
          bottom: 0.625em;
          overflow: hidden; }
        .promo .promotion .date {
          display: none; }
        .promo .promotion .entry-summary {
          float: left;
          width: 100%;
          padding-left: 7.5em;
          position: relative;
          height: 100%;
          color: white; }
          .promo .promotion .entry-summary .background-image {
            height: 100% !important; }
          .promo .promotion .entry-summary .summary-container {
            background: #A02C2C; }
        .promo .promotion .entry-title {
          font-size: 0.9em;
          color: white; } }

.bounce-up {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(0px, 400px, 0px);
  -webkit-transform: translate3d(0px, 400px, 0px);
  -o-transform: translate(0px, 400px);
  -ms-transform: translate(0px, 400px);
  transform: translate3d(0px, 400, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.bounce-up.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.bounce-up.off-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 405px, 0px);
  -webkit-transform: translate3d(0px, 405px, 0px);
  -o-transform: translate(0px, 405px);
  -ms-transform: translate(0px, 405px);
  transform: translate3d(0px, 405px, 0px); }

.bounce-left {
  opacity: 1;
  -moz-transition: all 200ms ease-out;
  -webkit-transition: all 2000ms ease-out;
  -o-transition: all 2000ms ease-out;
  transition: all 2000ms ease-out; }

.bounce-left.off-view {
  opacity: 1;
  z-index: 0;
  -moz-transform: translate(-170px, 0px);
  -webkit-transform: translate(-170px, 0px);
  -o-transform: translate(-170px, 0px);
  -ms-transform: translate(-170px, 0px);
  transform: translate(-170px, 0px); }

.bounce-left.in-view {
  opacity: 1;
  z-index: 0;
  -moz-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px); }

.bounce-right {
  opacity: 0;
  -moz-transform: translate(-170px, 0px);
  -webkit-transform: translate(-170px, 0px);
  -o-transform: translate(-170px, 0px);
  -ms-transform: translate(-170px, 0px);
  transform: translate(-170px, 0px);
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out; }

.bounce-right.in-view {
  opacity: 1;
  z-index: 0;
  -moz-transform: translate(-64px, 0px);
  -webkit-transform: translate(-64px, 0px);
  -o-transform: translate(-64px, 0px);
  -ms-transform: translate(-64px, 0px);
  transform: translate(-64px, 0px); }
  @media screen and (min-width: 64em) {
    .bounce-right.in-view {
      -moz-transform: translate(-101.5px, 0px);
      -webkit-transform: translate(-101.5px, 0px);
      -o-transform: translate(-101.5px, 0px);
      -ms-transform: translate(-101.5px, 0px);
      transform: translate(-101.5px, 0px); } }

.bounce-right.off-view {
  -moz-transform: translate(-170px, 0px);
  -webkit-transform: translate(-170px, 0px);
  -o-transform: translate(-170px, 0px);
  -ms-transform: translate(-170px, 0px);
  transform: translate(-170px, 0px); }

.bounce-left-promo {
  opacity: 0;
  -moz-transition: all 700ms ease-out;
  -webkit-transition: all 700ms ease-out;
  -o-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -moz-transform: translate3d(400px, 0px, 0px);
  -webkit-transform: translate3d(400px, 0px, 0px);
  -o-transform: translate(400px, 0px);
  -ms-transform: translate(400px, 0px);
  transform: translate3d(400px, 0, 0px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden; }

.bounce-left-promo.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px); }

.bounce-left-promo.off-view {
  opacity: 1;
  -moz-transform: translate3d(405px, 0px, 0px);
  -webkit-transform: translate3d(405px, 0px, 0px);
  -o-transform: translate(405px, 0px);
  -ms-transform: translate(405px, 0px);
  transform: translate3d(405px, 0, 0px); }

.single-post .page-content {
  position: relative;
  padding-bottom: 80px; }

.main-content .next-post-preview h2 {
  color: #2c3e50;
  background-color: #f2f2f2;
  padding: 0.65em 0.8em;
  border-bottom: 0.2em solid #2c3e50;
  margin: 0; }
  .main-content .next-post-preview h2 i.fa {
    float: left;
    padding: 0 0.625em 0 0;
    position: relative;
    top: 3px; }
.main-content .next-post-preview h3 {
  border-bottom: 4px solid #f2f2f2;
  background-color: white;
  cursor: pointer;
  padding: 1em;
  width: 100%;
  color: #333333;
  display: block;
  margin: 0;
  font-weight: 400; }

.accordion {
  background-color: white;
  border: 1px solid #f2f2f2;
  margin: 0 0 1.5em 0;
  padding: 0; }
  .accordion ul {
    margin: 0;
    padding: 0; }
  .accordion li {
    border-bottom: 1px solid #f2f2f2;
    list-style: none; }
    .accordion li > a {
      color: #333333;
      display: block;
      padding: 0.75em 30px;
      text-decoration: none; }
    .accordion li:last-child {
      border: 0; }
    .accordion li:focus, .accordion li:hover {
      background-color: white; }
  .accordion ul.submenu {
    display: none; }
    .accordion ul.submenu li {
      background-color: #f2f2f2; }
      .accordion ul.submenu li:first-child {
        border-top: 1px solid #f2f2f2;
        box-shadow: inset 0 1px 1px #e3e3e3; }
      .accordion ul.submenu li:focus, .accordion ul.submenu li:hover {
        background-color: #f7f7f7; }
  .accordion .is-expanded {
    display: block;
    padding-bottom: 0; }

.widget-section.lyrics-section {
  background-color: #C0392B;
  text-align: center;
  color: white;
  padding: 3.5em 0; }

.widget_song_lyrics .lyrics-text {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0em;
  margin-top: 0em;
  font-weight: 300;
  font-size: 1.2em; }
  @media screen and (min-width: 85.4375em) {
    .widget_song_lyrics .lyrics-text {
      font-size: 2.5em; } }
.widget_song_lyrics .lyrics-title {
  font-style: italic;
  display: block;
  width: 100%;
  max-width: 30em;
  margin: 1em auto 1em; }
  @media screen and (min-width: 85.4375em) {
    .widget_song_lyrics .lyrics-title {
      font-size: 1.1em; } }
.widget_song_lyrics .lyrics-actions a {
  color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: .2em .7em;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin: 1em .4em 0; }
  .widget_song_lyrics .lyrics-actions a:hover {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.8); }
.widget_song_lyrics .lyrics-actions i {
  margin-right: .3em; }

.share-post-buttons {
  clear: both;
  padding-top: 10px;
  position: relative !important; }
  @media screen and (min-width: 37.5em) {
    .share-post-buttons {
      padding-top: 0px; } }
  .share-post-buttons .fa {
    padding: .6em 0em !important;
    font-size: 1em !important;
    width: 20%; }
    @media screen and (min-width: 37.5em) {
      .share-post-buttons .fa {
        width: 40px; } }
  .share-post-buttons .fa-facebook {
    background-color: #3b5999;
    text-align: center;
    color: white; }
  .share-post-buttons .fa-tumblr {
    background-color: #34465d;
    text-align: center;
    color: white; }
  .share-post-buttons .fa-twitter {
    background-color: #55acee;
    text-align: center;
    color: white; }
  .share-post-buttons .fa-google-plus {
    background-color: #dd4b39;
    text-align: center;
    color: white; }
  .share-post-buttons .fa-whatsapp {
    background-color: #25D366;
    text-align: center;
    color: white; }

main {
  position: relative; }

.social-mobile-sticky {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: block;
  z-index: 9997; }
  .social-mobile-sticky .fa {
    display: block;
    width: 20%;
    padding: 10px 0px;
    float: left;
    font-size: 20px;
    text-align: center;
    color: white; }
  .social-mobile-sticky .fa-facebook {
    background-color: #3b5999; }
  .social-mobile-sticky .fa-tumblr {
    background-color: #34465d; }
  .social-mobile-sticky .fa-twitter {
    background-color: #55acee; }
  .social-mobile-sticky .fa-google-plus {
    background-color: #dd4b39; }
  .social-mobile-sticky .fa-whatsapp {
    background-color: #25D366; }
  @media screen and (min-width: 37.5em) {
    .social-mobile-sticky {
      display: none; } }

.mobile-module-ut {
  position: fixed;
  width: 100%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999 !important;
  text-align: center;
  background-color: #b31217;
  padding: 10px; }
  .mobile-module-ut div {
    margin: auto;
    width: 100%; }
  .mobile-module-ut .yt-uix-button-size-default {
    display: none !important; }
  @media screen and (min-width: 37.5em) {
    .mobile-module-ut {
      display: none; } }

.leftbanner {
  display: none; }
  @media screen and (min-width: 64em) {
    .leftbanner {
      display: block;
      position: relative;
      float: left;
      margin: auto; }
      .leftbanner a {
        width: 100%;
        position: absolute; }
        .leftbanner a::after {
          clear: both;
          content: "";
          display: block; }
        .leftbanner a img {
          position: fixed;
          width: 375px;
          height: auto;
          margin-left: -385px; } }

.rightbanner {
  display: none; }
  @media screen and (min-width: 64em) {
    .rightbanner {
      display: block;
      position: relative;
      float: right;
      margin: auto; }
      .rightbanner a {
        width: 100%;
        position: absolute;
        right: -10px; }
        .rightbanner a::after {
          clear: both;
          content: "";
          display: block; }
        .rightbanner a img {
          position: fixed;
          width: 375px;
          height: auto; } }

.skin-container {
  position: relative; }

.popover {
  position: absolute;
  display: none;
  top: 0px;
  left: 0px;
  right: 0px;
  min-height: 100%;
  z-index: 9999; }
  .popover .fa {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 9999;
    font-size: 30px;
    cursor: pointer; }
  .popover a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; }
    .popover a img {
      margin: auto;
      width: 250px;
      height: auto; }
      @media screen and (min-width: 37.5em) {
        .popover a img {
          width: 400px; } }
      @media screen and (min-width: 48.0625em) {
        .popover a img {
          width: 600px; } }
      @media screen and (min-width: 64em) {
        .popover a img {
          width: 1000px; } }
      @media screen and (min-width: 85.4375em) {
        .popover a img {
          width: 1200px; } }

@media screen and (max-width: 360px) {
  main .widget_display_adsense {
    padding: 0 !important;
    border: 0 !important;
    background: none !important; } }
@media screen and (max-width: 320px) {
  .widget_display_adsense {
    padding: 0 !important;
    border: 0 !important;
    background: none !important; }

  #header-banner .outer-container {
    padding: 0; } }
.single-post .page-sidebar {
  display: none; }
  @media screen and (min-width: 37.5em) {
    .single-post .page-sidebar {
      display: block; } }

@media screen and (min-width: 48.0625em) {
  .page-sidebar {
    padding-top: 2em; } }
.page-sidebar .sidebar-widgets {
  list-style: none; }
  .page-sidebar .sidebar-widgets .widget {
    margin-bottom: 2em;
    display: block; }
    .page-sidebar .sidebar-widgets .widget::after {
      clear: both;
      content: "";
      display: block; }
    .page-sidebar .sidebar-widgets .widget h2.widgettitle {
      color: #2c3e50;
      background-color: #FFCC00;
      padding: 0.65em 0.8em;
      border-bottom: 0.2em solid #2c3e50; }
    .page-sidebar .sidebar-widgets .widget .fa {
      float: right; }
    .page-sidebar .sidebar-widgets .widget ul {
      list-style: none; }

.category-widget-post, .section-category-widget-post, .live-search-post {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0.3em solid #f2f2f2;
  background-color: white;
  cursor: pointer;
  min-height: 6em;
  padding: 1em;
  text-decoration: none;
  width: 100%;
  position: relative;
  color: #333333;
  display: block;
  margin-bottom: .5em;
  display: table; }
  .category-widget-post:last-child, .section-category-widget-post:last-child, .live-search-post:last-child {
    margin-bottom: 0; }
  .category-widget-post .background-image, .section-category-widget-post .background-image, .live-search-post .background-image {
    height: 4em;
    width: 5em;
    margin-right: .5em;
    min-height: 4em;
    display: table-cell;
    vertical-align: middle; }
  .category-widget-post h4, .section-category-widget-post h4, .live-search-post h4 {
    position: relative;
    color: #2c3e50;
    display: table-cell;
    vertical-align: middle;
    font-size: .85em;
    padding-left: .75em;
    line-height: 1.3;
    text-align: left; }
    @media screen and (min-width: 37.5em) {
      .category-widget-post h4, .section-category-widget-post h4, .live-search-post h4 {
        font-size: .95em; } }
    @media screen and (min-width: 48.0625em) {
      .category-widget-post h4, .section-category-widget-post h4, .live-search-post h4 {
        font-size: .85em; } }

.widget_recommended_posts {
  position: relative; }
  .widget_recommended_posts h2.widgettitle {
    background-color: #C0392B !important;
    color: #f2f2f2 !important; }
  .widget_recommended_posts .fa-youtube-play {
    font-size: 3.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    float: none;
    color: #C0392B;
    border-radius: 100%;
    cursor: pointer;
    background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
    background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent); }
  .widget_recommended_posts .recommended-widget-post {
    margin-bottom: 2em;
    position: relative; }
    .widget_recommended_posts .recommended-widget-post:nth-last-child(1) {
      margin-bottom: 0; }
    .widget_recommended_posts .recommended-widget-post .remote-media-container {
      height: 300px; }
      .widget_recommended_posts .recommended-widget-post .remote-media-container .background-image {
        height: 300px;
        width: 100%;
        float: left; }
    .widget_recommended_posts .recommended-widget-post.video-loaded h4 {
      visibility: hidden;
      opacity: 0; }
    .widget_recommended_posts .recommended-widget-post h4 {
      float: left;
      width: 100%;
      padding: 1.875em;
      position: absolute;
      display: block;
      bottom: 0;
      font-size: 1em;
      color: white;
      background-color: rgba(0, 0, 0, 0.3);
      margin: 0 0 0 0;
      -webkit-transition: visibility 0.4s, opacity 0.4s;
      -moz-transition: visibility 0.4s, opacity 0.4s;
      transition: visibility 0.4s, opacity 0.4s; }

.touchevents .twitter-timeline-container {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.page-sidebar .sidebar-widgets .widget_twitter_timeline .twitter-timeline-scrollable {
  padding: 1.25em 0.8em;
  background-color: white;
  border-bottom: 0.3em solid #f2f2f2;
  height: 28.75em !important;
  position: relative; }
  .page-sidebar .sidebar-widgets .widget_twitter_timeline .twitter-timeline-scrollable .twitter-timeline-container {
    padding: 0.8em; }
.page-sidebar .sidebar-widgets .widget_twitter_timeline h2.widgettitle {
  background-color: #55acee;
  color: #f2f2f2; }
.page-sidebar .sidebar-widgets .widget_twitter_timeline .fa {
  padding-top: 0.2em; }
.page-sidebar .sidebar-widgets .widget_share_buttons h2.widgettitle {
  background-color: #ff8080; }
.page-sidebar .sidebar-widgets .widget_share_buttons .share-website-container {
  padding: 1em 1em;
  background-color: white;
  border-bottom: 0.3em solid #f2f2f2; }
.page-sidebar .sidebar-widgets .widget_display_adsense {
  text-align: center;
  background-color: white;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 0.3em solid #f2f2f2; }
  .page-sidebar .sidebar-widgets .widget_display_adsense .adsense-container {
    max-width: 310px;
    width: 100%;
    display: inline-block; }

.footer-widget .facebook-page-container {
  text-align: center;
  max-width: 100%;
  overflow: hidden; }
  .footer-widget .facebook-page-container .fb_iframe_widget {
    display: inline-block; }
.footer-widget li {
  list-style: none;
  margin-bottom: 2em; }
  .footer-widget li .widgettitle {
    color: #2c3e50;
    border-bottom: 4px solid #2c3e50;
    padding: 0 0 0.75em 1.5em;
    margin-bottom: 1.3em;
    position: relative;
    font-size: 1.2em; }
    @media screen and (min-width: 48.0625em) {
      .footer-widget li .widgettitle {
        padding: 1em 0 0.75em 0;
        font-size: 1.5em; } }
    .footer-widget li .widgettitle i.fa {
      position: absolute;
      left: 0;
      top: 3px; }
      @media screen and (min-width: 48.0625em) {
        .footer-widget li .widgettitle i.fa {
          float: left;
          padding: 0 0.625em 0 0;
          position: relative;
          top: 3px; } }
  .footer-widget li p {
    color: #5A5A5A; }
  .footer-widget li #newsletter-form-email {
    border: 3px solid #1c3653;
    padding: 0.75em 1em;
    height: 3.5em;
    margin-bottom: 0; }
  .footer-widget li .submit {
    display: inline; }
  .footer-widget li .button {
    height: 3.5em; }
    @media screen and (min-width: 85.4375em) {
      .footer-widget li .button {
        width: 30%;
        float: right; } }
  @media screen and (min-width: 48.0625em) {
    .footer-widget li {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .footer-widget li:last-child {
        margin-right: 0; }
      .footer-widget li:nth-child(2n) {
        margin-right: 0; }
      .footer-widget li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 85.4375em) {
    .footer-widget li {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 46.66667%; }
      .footer-widget li:last-child {
        margin-right: 0; } }

.ad-widget-list, .ad-widget-content {
  padding-bottom: 2em; }
  .ad-widget-list .widget_display_adsense, .ad-widget-content .widget_display_adsense {
    text-align: center;
    background-color: white;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 0.3em solid #f2f2f2; }
    .ad-widget-list .widget_display_adsense .adsense-container, .ad-widget-content .widget_display_adsense .adsense-container {
      width: 100%;
      display: inline-block; }

.tag-widget-link {
  text-align: center;
  width: 100%;
  display: block; }
  .tag-widget-link::after {
    clear: both;
    content: "";
    display: block; }
  .tag-widget-link .tag-widget {
    max-width: 500px; }

.page-sidebar .widget_popular_posts h2.widgettitle {
  color: white;
  background-color: #0D8EA3;
  padding: 0.65em 0.8em;
  border-bottom: 0.2em solid #2c3e50; }

@media screen and (min-width: 64em) {
  .share-post-buttons .fa-whatsapp {
    display: none !important; } }

.featured-posts .grid-items-f {
  position: relative; }
  .featured-posts .grid-items-f::after {
    clear: both;
    content: "";
    display: block; }
  .featured-posts .grid-items-f .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 0.3em solid #f2f2f2;
    background-color: white;
    border-top: 0;
    cursor: pointer;
    overflow: hidden;
    outline: none;
    height: 7.5em;
    text-decoration: none;
    width: 100%;
    position: relative;
    margin-bottom: .5em; }
    .featured-posts .grid-items-f .grid-item .fa-youtube-play {
      font-size: 3.75em;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      cursor: pointer;
      color: #C0392B;
      border-radius: 100%;
      background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
      background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent); }
      .featured-posts .grid-items-f .grid-item .fa-youtube-play:hover {
        color: #A02C2C; }
      @media screen and (min-width: 37.5em) {
        .featured-posts .grid-items-f .grid-item .fa-youtube-play {
          font-size: 5.625em; } }
    .featured-posts .grid-items-f .grid-item .entry-header {
      width: 7.5em;
      float: left;
      position: absolute;
      left: 0.625em;
      top: 0.625em;
      bottom: 0.625em;
      overflow: hidden; }
    .featured-posts .grid-items-f .grid-item .date {
      display: none; }
    .featured-posts .grid-items-f .grid-item .entry-summary {
      float: left;
      width: 100%;
      padding-left: 8.75em;
      position: relative;
      height: 100%; }
      .featured-posts .grid-items-f .grid-item .entry-summary .background-image {
        height: 100% !important; }
    .featured-posts .grid-items-f .grid-item .summary-container {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: auto; }
    .featured-posts .grid-items-f .grid-item h2 {
      line-height: 1.5em;
      font-size: 0.8em;
      display: block;
      margin-bottom: 0; }
    .featured-posts .grid-items-f .grid-item .the-category {
      float: right;
      display: none;
      position: relative;
      z-index: 998; }
    @media screen and (min-width: 37.5em) {
      .featured-posts .grid-items-f .grid-item {
        height: 9.375em; }
        .featured-posts .grid-items-f .grid-item .entry-header {
          width: 9.375em; }
          .featured-posts .grid-items-f .grid-item .entry-header .background-image {
            height: 8.125em; }
        .featured-posts .grid-items-f .grid-item .entry-summary {
          padding-left: 10.625em; }
        .featured-posts .grid-items-f .grid-item h2 {
          line-height: 1.5em;
          font-size: 1em;
          display: block; } }
    @media screen and (min-width: 48.0625em) {
      .featured-posts .grid-items-f .grid-item {
        margin: 0 0 0 0;
        height: 9.375em; }
        .featured-posts .grid-items-f .grid-item .entry-header {
          height: 9.375em;
          width: 100%;
          position: relative;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
          .featured-posts .grid-items-f .grid-item .entry-header .remote-media-container {
            height: 100%; }
            .featured-posts .grid-items-f .grid-item .entry-header .remote-media-container .background-image {
              min-height: 100%;
              height: 100%; }
        .featured-posts .grid-items-f .grid-item .the-category {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          font-size: .8em; }
        .featured-posts .grid-items-f .grid-item .date {
          display: none; }
        .featured-posts .grid-items-f .grid-item .entry-summary {
          position: absolute;
          bottom: 0px;
          padding-left: 0px;
          height: auto;
          z-index: 1;
          color: white;
          background-color: rgba(0, 0, 0, 0.3);
          margin: 0 0 0 0; }
          .featured-posts .grid-items-f .grid-item .entry-summary .summary-container {
            position: relative;
            top: initial;
            transform: initial;
            width: auto;
            background-color: transparent; }
            .featured-posts .grid-items-f .grid-item .entry-summary .summary-container h2 {
              color: white;
              font-size: 0.6em; } }
    @media screen and (min-width: 64em) {
      .featured-posts .grid-items-f .grid-item {
        border-bottom: none;
        height: 16.875em; }
        .featured-posts .grid-items-f .grid-item .entry-header {
          height: 16.875em;
          width: 100%;
          position: relative;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
          .featured-posts .grid-items-f .grid-item .entry-header .remote-media-container {
            height: 100%; }
            .featured-posts .grid-items-f .grid-item .entry-header .remote-media-container .background-image {
              height: 100%; }
        .featured-posts .grid-items-f .grid-item .the-category {
          font-size: 0.8em; }
        .featured-posts .grid-items-f .grid-item .entry-summary .summary-container h2 {
          font-size: 0.8em; } }

@media screen and (min-width: 85.4375em) {
  .featured-posts .grid-items-f .featured-posts-column0 {
    float: left;
    display: block;
    margin-right: 1.05263%;
    width: 57.89474%; }
    .featured-posts .grid-items-f .featured-posts-column0:last-child {
      margin-right: 0; } }
.featured-posts .grid-items-f .featured-posts-column0 .grid-item {
  height: 15.625em; }
  .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header {
    height: 15.625em;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .remote-media-container {
      height: 100%; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .remote-media-container .background-image {
        height: 100%; }
  .featured-posts .grid-items-f .featured-posts-column0 .grid-item .the-category {
    display: none; }
  .featured-posts .grid-items-f .featured-posts-column0 .grid-item .date {
    display: none; }
  .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-summary {
    position: absolute;
    bottom: 0px;
    padding-left: 0px;
    height: auto;
    z-index: 1;
    float: left;
    width: 100%;
    font-size: 1em;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0 0 0 0; }
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-summary .summary-container {
      position: relative;
      top: initial;
      transform: initial;
      width: auto;
      background-color: transparent; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-summary .summary-container h2 {
        color: white; }
  @media screen and (min-width: 37.5em) {
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item {
      margin: 0 0 2em 0;
      height: 25em; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header {
        height: 25em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .background-image {
          height: 21.875em; } }
  @media screen and (min-width: 48.0625em) {
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item {
      margin: 0 0 2em 0;
      height: 25em; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header {
        height: 25em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .background-image {
          height: 100%; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .summary-container h2 {
        font-size: 1.3em; } }
  @media screen and (min-width: 64em) {
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item {
      height: 31.25em; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header {
        height: 31.25em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .background-image {
          height: 100%; } }
  @media screen and (min-width: 85.4375em) {
    .featured-posts .grid-items-f .featured-posts-column0 .grid-item {
      height: 25.625em;
      margin: 0 0 0 0; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header {
        height: 25.625em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column0 .grid-item .entry-header .background-image {
          height: 100%; }
      .featured-posts .grid-items-f .featured-posts-column0 .grid-item h2 {
        font-size: 1.3em; } }

@media screen and (min-width: 85.4375em) {
  .featured-posts .grid-items-f .featured-posts-column1 {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-right: 0; }
    .featured-posts .grid-items-f .featured-posts-column1:last-child {
      margin-right: 0; } }
.featured-posts .grid-items-f .featured-posts-column1 .grid-item {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0.3em solid #f2f2f2;
  background-color: white;
  border-top: 0;
  cursor: pointer;
  float: left;
  overflow: hidden;
  outline: none;
  height: 7.5em;
  text-decoration: none;
  width: 100%;
  position: relative; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .fa-youtube-play {
    display: none; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header {
    width: 7.5em;
    float: left;
    position: absolute;
    left: 0.625em;
    top: 0.625em;
    bottom: 0.625em; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .date {
    display: none; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary {
    float: left;
    width: 100%;
    padding-left: 8.75em;
    position: relative;
    height: 100%; }
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary .background-image {
      height: 100% !important; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .summary-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item h2 {
    line-height: 1.5em;
    font-size: 0.8em;
    display: block; }
  .featured-posts .grid-items-f .featured-posts-column1 .grid-item .the-category {
    float: right;
    display: none;
    position: relative;
    z-index: 999; }
  @media screen and (min-width: 37.5em) {
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item {
      height: 9.375em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header {
        width: 9.375em; }
        .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .background-image {
          height: 8.125em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary {
        padding-left: 10.625em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item h2 {
        line-height: 1.5em;
        font-size: 1em;
        display: block; } }
  @media screen and (min-width: 48.0625em) {
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item {
      border-bottom: none;
      margin: 0 0 0 0;
      height: 9.375em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header {
        height: 9.375em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .remote-media-container {
          height: 100%; }
          .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .remote-media-container .background-image {
            min-height: 100%;
            height: 100%; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .the-category {
        display: block;
        position: absolute;
        top: 0;
        right: 0; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .date {
        display: none; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary {
        position: absolute;
        bottom: 0px;
        padding-left: 0px;
        height: auto;
        z-index: 1;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        margin: 0 0 0 0; }
        .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary .summary-container {
          position: relative;
          top: initial;
          transform: initial;
          width: auto;
          background-color: transparent; }
          .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary .summary-container h2 {
            color: white;
            font-size: .75em; } }
  @media screen and (min-width: 64em) {
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item {
      height: 12.5em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header {
        height: 12.5em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .remote-media-container {
          height: 100%; }
          .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .remote-media-container .background-image {
            height: 100%; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .the-category {
        font-size: .75em; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-summary .summary-container h2 {
        font-size: 0.8em; } }
  @media screen and (min-width: 48.0625em) {
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 23.40426%; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:last-child {
        margin-right: 0; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(4n) {
        margin-right: 0; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(4n+1) {
        clear: left; } }
  @media screen and (min-width: 85.4375em) {
    .featured-posts .grid-items-f .featured-posts-column1 .grid-item {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%;
      margin-bottom: 0.625em;
      height: 12.5em !important; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:last-child {
        margin-right: 0; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(4n) {
        margin-right: 2.12766%; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(4n+1) {
        clear: none; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(2n) {
        margin-right: 0; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item:nth-child(2n+1) {
        clear: left; }
      .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header {
        height: 12.5em;
        width: 100%;
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0; }
        .featured-posts .grid-items-f .featured-posts-column1 .grid-item .entry-header .background-image {
          height: 100%; } }

.editor-choice .section-title {
  color: #2c3e50;
  border-bottom: 4px solid #2c3e50;
  padding: 1em 0 0.75em 0;
  background-color: transparent;
  margin-bottom: 1.8em; }
  .editor-choice .section-title i.fa {
    float: left;
    padding-right: 0.375em;
    position: relative;
    top: 3px; }
.editor-choice .grid-items {
  position: relative; }
  .editor-choice .grid-items::after {
    clear: both;
    content: "";
    display: block; }
  .editor-choice .grid-items .grid-item,
  .editor-choice .grid-items .grid-item:nth-child(1) {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 0.3em solid #e6e6e6;
    background-color: white;
    cursor: pointer;
    min-height: 6em;
    padding: 1em;
    text-decoration: none;
    width: 100%;
    position: relative;
    color: #333333;
    display: block;
    margin-bottom: .5em;
    display: table;
    height: auto;
    overflow: hidden; }
    .editor-choice .grid-items .grid-item .fa-youtube-play,
    .editor-choice .grid-items .grid-item:nth-child(1) .fa-youtube-play {
      font-size: 1.875em;
      position: absolute;
      top: 0.625em;
      right: 0.625em;
      float: none;
      color: #C0392B;
      cursor: pointer;
      display: none;
      background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
      background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent); }
    .editor-choice .grid-items .grid-item .entry-header,
    .editor-choice .grid-items .grid-item:nth-child(1) .entry-header {
      height: 4em;
      width: 5em;
      margin-right: .5em;
      min-height: 5em;
      display: table-cell;
      vertical-align: middle;
      float: none;
      position: relative;
      top: 0;
      left: 0; }
      .editor-choice .grid-items .grid-item .entry-header .background-image,
      .editor-choice .grid-items .grid-item:nth-child(1) .entry-header .background-image {
        height: 100%;
        min-height: 4em; }
    .editor-choice .grid-items .grid-item .date,
    .editor-choice .grid-items .grid-item:nth-child(1) .date {
      display: none; }
    .editor-choice .grid-items .grid-item .entry-summary,
    .editor-choice .grid-items .grid-item:nth-child(1) .entry-summary {
      position: relative;
      color: #2c3e50;
      display: table-cell;
      vertical-align: middle;
      font-size: .85em;
      float: none;
      width: auto;
      padding: 0; }
    .editor-choice .grid-items .grid-item h2,
    .editor-choice .grid-items .grid-item:nth-child(1) h2 {
      line-height: 1.4em;
      font-size: .95em;
      display: block;
      margin: 0; }
    .editor-choice .grid-items .grid-item .the-category,
    .editor-choice .grid-items .grid-item:nth-child(1) .the-category {
      display: none;
      font-size: .85em; }
    @media screen and (min-width: 37.5em) {
      .editor-choice .grid-items .grid-item,
      .editor-choice .grid-items .grid-item:nth-child(1) {
        min-height: 8em; }
        .editor-choice .grid-items .grid-item .entry-header,
        .editor-choice .grid-items .grid-item:nth-child(1) .entry-header {
          height: 6em;
          width: 7em; }
          .editor-choice .grid-items .grid-item .entry-header .background-image,
          .editor-choice .grid-items .grid-item:nth-child(1) .entry-header .background-image {
            min-height: 6em; }
        .editor-choice .grid-items .grid-item h2,
        .editor-choice .grid-items .grid-item:nth-child(1) h2 {
          font-size: 1em; } }
    @media screen and (min-width: 48.0625em) {
      .editor-choice .grid-items .grid-item,
      .editor-choice .grid-items .grid-item:nth-child(1) {
        margin: 0 0 2em 0;
        height: 16em; }
        .editor-choice .grid-items .grid-item .entry-header,
        .editor-choice .grid-items .grid-item:nth-child(1) .entry-header {
          height: 16em;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
          .editor-choice .grid-items .grid-item .entry-header .background-image,
          .editor-choice .grid-items .grid-item:nth-child(1) .entry-header .background-image {
            height: 16em; }
        .editor-choice .grid-items .grid-item .the-category,
        .editor-choice .grid-items .grid-item:nth-child(1) .the-category {
          display: block; }
        .editor-choice .grid-items .grid-item .date,
        .editor-choice .grid-items .grid-item:nth-child(1) .date {
          display: block; }
        .editor-choice .grid-items .grid-item .entry-summary,
        .editor-choice .grid-items .grid-item:nth-child(1) .entry-summary {
          position: absolute;
          bottom: 0px;
          padding-left: 0px;
          height: auto;
          z-index: 1; }
          .editor-choice .grid-items .grid-item .entry-summary h2,
          .editor-choice .grid-items .grid-item:nth-child(1) .entry-summary h2 {
            font-size: 1.1em; } }
    @media screen and (min-width: 64em) {
      .editor-choice .grid-items .grid-item,
      .editor-choice .grid-items .grid-item:nth-child(1) {
        height: 16em; }
        .editor-choice .grid-items .grid-item .entry-header,
        .editor-choice .grid-items .grid-item:nth-child(1) .entry-header {
          height: 16em;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; }
          .editor-choice .grid-items .grid-item .entry-header .background-image,
          .editor-choice .grid-items .grid-item:nth-child(1) .entry-header .background-image {
            height: 16em; }
        .editor-choice .grid-items .grid-item .the-category,
        .editor-choice .grid-items .grid-item:nth-child(1) .the-category {
          font-size: 0.8em; }
        .editor-choice .grid-items .grid-item h2,
        .editor-choice .grid-items .grid-item:nth-child(1) h2 {
          font-size: 1em; } }
    @media screen and (min-width: 85.4375em) {
      .editor-choice .grid-items .grid-item,
      .editor-choice .grid-items .grid-item:nth-child(1) {
        float: left;
        display: block;
        margin-right: 1.0101%;
        width: 19.19192%; }
        .editor-choice .grid-items .grid-item:last-child,
        .editor-choice .grid-items .grid-item:nth-child(1):last-child {
          margin-right: 0; } }

@media screen and (min-width: 48.0625em) {
  .editor-choice .grid-items .grid-item:nth-child(1),
  .editor-choice .grid-items .grid-item:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .editor-choice .grid-items .grid-item:nth-child(1):last-child,
    .editor-choice .grid-items .grid-item:nth-child(2):last-child {
      margin-right: 0; } }
@media screen and (min-width: 85.4375em) {
  .editor-choice .grid-items .grid-item:nth-child(1),
  .editor-choice .grid-items .grid-item:nth-child(2) {
    float: left;
    display: block;
    margin-right: 1.0101%;
    width: 19.19192%; }
    .editor-choice .grid-items .grid-item:nth-child(1):last-child,
    .editor-choice .grid-items .grid-item:nth-child(2):last-child {
      margin-right: 0; }
    .editor-choice .grid-items .grid-item:nth-child(1) .entry-summary .summary-container h2.entry-title,
    .editor-choice .grid-items .grid-item:nth-child(2) .entry-summary .summary-container h2.entry-title {
      font-size: .95em; } }
.editor-choice .grid-items .grid-item:nth-child(2) {
  margin-right: 0 !important; }
  @media screen and (min-width: 85.4375em) {
    .editor-choice .grid-items .grid-item:nth-child(2) {
      margin-right: 1.0101% !important; } }
@media screen and (min-width: 48.0625em) {
  .editor-choice .grid-items .grid-item:nth-child(3),
  .editor-choice .grid-items .grid-item:nth-child(4),
  .editor-choice .grid-items .grid-item:nth-child(5) {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%; }
    .editor-choice .grid-items .grid-item:nth-child(3):last-child,
    .editor-choice .grid-items .grid-item:nth-child(4):last-child,
    .editor-choice .grid-items .grid-item:nth-child(5):last-child {
      margin-right: 0; }
    .editor-choice .grid-items .grid-item:nth-child(3) .entry-summary .summary-container h2,
    .editor-choice .grid-items .grid-item:nth-child(4) .entry-summary .summary-container h2,
    .editor-choice .grid-items .grid-item:nth-child(5) .entry-summary .summary-container h2 {
      font-size: .95em; } }
@media screen and (min-width: 85.4375em) {
  .editor-choice .grid-items .grid-item:nth-child(3),
  .editor-choice .grid-items .grid-item:nth-child(4),
  .editor-choice .grid-items .grid-item:nth-child(5) {
    float: left;
    display: block;
    margin-right: 1.0101%;
    width: 19.19192%; }
    .editor-choice .grid-items .grid-item:nth-child(3):last-child,
    .editor-choice .grid-items .grid-item:nth-child(4):last-child,
    .editor-choice .grid-items .grid-item:nth-child(5):last-child {
      margin-right: 0; } }

.section-widgets {
  margin-top: 2em; }
  .section-widgets h2.widgettitle {
    width: 100%;
    background-color: #f2f2f2;
    color: #333333;
    border-bottom: 0.2em solid #e6e6e6;
    padding: 0.65em 0.8em;
    margin-bottom: 1.2em;
    position: relative;
    left: 0; }
    @media screen and (min-width: 48.0625em) {
      .section-widgets h2.widgettitle {
        width: 100%; } }
  .section-widgets li {
    list-style: none;
    margin-bottom: 2em;
    display: block;
    position: relative; }
    .section-widgets li::after {
      clear: both;
      content: "";
      display: block; }
  .section-widgets .widget_category_posts {
    display: inline-block;
    width: 100%; }

.widget_section_category_posts {
  list-style: none;
  margin-bottom: 2em;
  position: relative;
  display: block; }
  .widget_section_category_posts::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 85.4375em) {
    .widget_section_category_posts {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .widget_section_category_posts:last-child {
        margin-right: 0; }
      .widget_section_category_posts:nth-child(3n) {
        margin-right: 0; }
      .widget_section_category_posts:nth-child(3n+1) {
        clear: left; } }

.section-category-widget-post {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-bottom: 0.3em solid #f2f2f2;
  background-color: white;
  cursor: pointer;
  min-height: 6em;
  padding: 1em;
  text-decoration: none;
  width: 100%;
  position: relative;
  color: #333333;
  display: block;
  margin-bottom: .5em;
  display: table;
  overflow: hidden; }
  .section-category-widget-post:last-child {
    margin-bottom: 0; }
  .section-category-widget-post .fa-youtube-play {
    display: none;
    font-size: 1.875em;
    position: absolute;
    top: 0.625em;
    right: 0.625em;
    float: none;
    color: #e6e6e6;
    cursor: pointer;
    background-image: -webkit-radial-gradient(50% 50%, circle, white 30%, transparent 40%, transparent);
    background-image: radial-gradient(  circle at 50% 50%, white 30%, transparent 40%, transparent); }
  .section-category-widget-post .entry-header {
    height: 4em;
    width: 4em;
    margin-right: .5em;
    min-height: 4em;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0; }
    .section-category-widget-post .entry-header .background-image {
      height: 4em;
      min-height: 4em;
      background-position: center top; }
    .section-category-widget-post .entry-header .external-thumbnail {
      background-position: center center; }
  .section-category-widget-post .date,
  .section-category-widget-post .the-category {
    display: none; }
  .section-category-widget-post .entry-summary {
    position: relative;
    color: #2c3e50;
    display: table-cell;
    vertical-align: middle;
    font-size: .85em;
    float: none;
    width: auto;
    padding: 0; }
  .section-category-widget-post h2 {
    font-size: .95em;
    display: block;
    margin: 0;
    line-height: 1.25;
    padding: 0 0 0 .8em; }
    @media screen and (min-width: 37.5em) {
      .section-category-widget-post h2 {
        font-size: 1.1em; } }

.section-category-widget-post:nth-child(2) {
  height: 18em;
  position: relative;
  border-bottom: 4px solid #f2f2f2;
  display: block; }
  .section-category-widget-post:nth-child(2) .background-image,
  .section-category-widget-post:nth-child(2) .remote-media-container {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block; }
  .section-category-widget-post:nth-child(2) .entry-header {
    position: absolute;
    bottom: 0px;
    height: auto;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0; }
  .section-category-widget-post:nth-child(2) .entry-summary {
    position: absolute;
    bottom: 0;
    height: auto;
    z-index: 1; }
  .section-category-widget-post:nth-child(2) .the-category,
  .section-category-widget-post:nth-child(2) .date {
    display: block; }
  .section-category-widget-post:nth-child(2) .date {
    padding: 1em 0.8em 0 1em; }
  .section-category-widget-post:nth-child(2) h2 {
    background-color: white;
    padding: .5em .8em .8em;
    margin: 0;
    font-size: 1.15em;
    line-height: 1.25; }
    @media screen and (min-width: 21.875em) {
      .section-category-widget-post:nth-child(2) h2 {
        font-size: 1.1em; } }
    @media screen and (min-width: 37.5em) {
      .section-category-widget-post:nth-child(2) h2 {
        font-size: 1.35em;
        padding: .5em .8em 1em; } }
    @media screen and (min-width: 48.0625em) {
      .section-category-widget-post:nth-child(2) h2 {
        font-size: 1.1em; } }
    @media screen and (min-width: 64em) {
      .section-category-widget-post:nth-child(2) h2 {
        font-size: 1.4em; } }
    @media screen and (min-width: 64em) {
      .section-category-widget-post:nth-child(2) h2 {
        font-size: 1.35em; } }
  @media screen and (min-width: 37.5em) {
    .section-category-widget-post:nth-child(2) {
      height: 20em; } }
  @media screen and (min-width: 48.0625em) {
    .section-category-widget-post:nth-child(2) {
      margin: 0 0 1em 0;
      height: 18em; } }
  @media screen and (min-width: 64em) {
    .section-category-widget-post:nth-child(2) {
      height: 22em; } }

.widget_section_category_posts:first-child {
  display: block;
  width: 100%;
  float: none; }
  .widget_section_category_posts:first-child::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 85.4375em) {
    .widget_section_category_posts:first-child .section-category-widget-post:nth-child(2) .entry-title {
      font-size: 1.7em; } }
  @media screen and (min-width: 85.4375em) {
    .widget_section_category_posts:first-child .section-category-widget-post:nth-child(3), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(4), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(5), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(6), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(7), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(8) {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 48.93617%; }
      .widget_section_category_posts:first-child .section-category-widget-post:nth-child(3):last-child, .widget_section_category_posts:first-child .section-category-widget-post:nth-child(4):last-child, .widget_section_category_posts:first-child .section-category-widget-post:nth-child(5):last-child, .widget_section_category_posts:first-child .section-category-widget-post:nth-child(6):last-child, .widget_section_category_posts:first-child .section-category-widget-post:nth-child(7):last-child, .widget_section_category_posts:first-child .section-category-widget-post:nth-child(8):last-child {
        margin-right: 0; }
      .widget_section_category_posts:first-child .section-category-widget-post:nth-child(3):nth-child(2n), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(4):nth-child(2n), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(5):nth-child(2n), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(6):nth-child(2n), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(7):nth-child(2n), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(8):nth-child(2n) {
        margin-right: 0; }
      .widget_section_category_posts:first-child .section-category-widget-post:nth-child(3):nth-child(2n+1), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(4):nth-child(2n+1), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(5):nth-child(2n+1), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(6):nth-child(2n+1), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(7):nth-child(2n+1), .widget_section_category_posts:first-child .section-category-widget-post:nth-child(8):nth-child(2n+1) {
        clear: left; } }
