/*
Theme Name: Positive Communications
Theme URI: http://poscom.com/
Author: the WordPress team
Author URI: http://hardlysquare.com/
Version: 1.0
Text Domain: poscom
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Base Styles
2.0 Featured Image Hover
3.0 Navigation
4.0 Layout
   4.1 Header
   4.2 Front Page
   4.3 Regular Content
   4.4 Posts
   4.5 Pages
   4.6 Footer
5.0 Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Base Styles
--------------------------------------------------------------*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

button, input[type="button"], input[type="reset"], input[type="submit"],
.button {
  appearance: none;
  background-color: #7d0017;
  border: 0;
  border-radius: 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "jaf-domus", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.81818em;
  font-weight: 500;
  line-height: 1;
  padding: 1.42em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  transition: background-color 200ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
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: #700015;
  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: #8C001A;
}

.button-thin {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 0.72727em;
  font-weight: 500;
  padding: 0.71em 1.42em;
  color: #7e7f88;
  border: 1px solid #7e7f88;
  -webkit-transition: color 200ms, border-color 200ms;
  -moz-transition: color 200ms, border-color 200ms;
  transition: color 200ms, border-color 200ms;
}
.button-thin:hover, .button-thin:focus {
  border-color: #8C001A;
  color: #8C001A;
}

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

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

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

input,
select,
textarea {
  display: block;
  font-family: "jaf-domus", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.375em;
}

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 {
  appearance: none;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.71em;
  padding: 0.47333em;
  transition: border-color 200ms 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 {
  border-color: #b7b7b7;
}
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 {
  border-color: #8C001A;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  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 {
  background-color: #f2f2f2;
  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 {
  border: 1px solid #E5E5E5;
}
input[type="color"]::placeholder, input[type="date"]::placeholder, input[type="datetime"]::placeholder, input[type="datetime-local"]::placeholder, input[type="email"]::placeholder, input[type="month"]::placeholder, input[type="number"]::placeholder, input[type="password"]::placeholder, input[type="search"]::placeholder, input[type="tel"]::placeholder, input[type="text"]::placeholder, input[type="time"]::placeholder, input[type="url"]::placeholder, input[type="week"]::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #7a7a7a;
}

textarea {
  resize: vertical;
}

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

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

select {
  margin-bottom: 0.71em;
  width: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
  margin: 0;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

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

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

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

td {
  padding: 0.71em 0;
}

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

body {
  color: #212121;
  font-family: "jaf-domus", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: 200;
  font-size: 1.375em;
  line-height: 1.42;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.2;
  margin: 1.42em 0 0.71em;
}

h1 {
  font-size: 1.5625em;
  line-height: 1;
  margin-top: 0.355em;
  margin-bottom: 0.355em;
  color: #a0001e;
}

h2 {
  margin-top: 0.71em;
  margin-bottom: 0.355em;
  color: #a0001e;
}

h3 {
  font-size: 90%;
  font-family: "jaf-domus-titling-web", "jaf-domus", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-top: 0.71em;
  margin-bottom: 1.065em;
  color: 1.375em;
}

h4 {
  color: #a0001e;
}

h5, h6 {
  font-size: 1em;
  font-weight: 400;
}

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

p {
  margin: 0 0 1.42em;
}

a {
  color: #a0001e;
  text-decoration: none;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  transition: color 200ms ease;
}
a:active, a:focus, a:hover {
  color: #b00021;
}

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

html {
  box-sizing: border-box;
}

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

.jPanelMenu-panel {
  box-shadow: 2px 2px 15px rgba(33, 33, 33, 0.2);
}

#jPanelMenu-menu {
  background-color: white;
}
#jPanelMenu-menu .menu-item a {
  border-bottom: 1px solid #E5E5E5;
}
#jPanelMenu-menu .sub-menu .menu-item a {
  font-size: 0.88889em;
  padding-left: 1.42em;
  color: #a6a6ad;
}
#jPanelMenu-menu .social-links-menu {
  margin: 1.42em 0;
}
#jPanelMenu-menu .social-links-menu a {
  border-bottom: none;
}
#jPanelMenu-menu #top-menu .icon {
  display: none;
}

/*--------------------------------------------------------------
>>> WordPress Styles
----------------------------------------------------------------
1.0 Accessibility
2.0 Alignments
3.0 Media
   3.1 Galleries
4.0 Customizer
5.0 SVGs Fallbacks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
2.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
3.0 Media
--------------------------------------------------------------*/
img,
video {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

img.alignleft,
img.alignright {
  float: none;
  margin: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption,
.gallery-caption {
  max-width: 100%;
  margin-bottom: 1.42em;
  color: #7e7f88;
  font-size: 0.83333em;
}
@media screen and (min-width: 710px) {
  .wp-caption,
  .gallery-caption {
    font-size: 0.68182em;
  }
}

.wp-caption {
  margin: 0 auto 1.42em;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .wp-caption {
    float: left;
    width: auto !important;
    margin: 0 1.42em 1.42em 0;
  }
  .wp-caption.alignright {
    margin: 0 0 1.42em 1.42em;
  }
}
@media screen and (min-width: 950px) {
  .wp-caption {
    clear: left;
    float: left;
    margin: 0 0 1.42em;
  }
  .wp-caption::after {
    clear: both;
    content: "";
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .wp-caption {
    width: auto !important;
  }
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
}
.wp-caption > a,
.wp-caption > img {
  display: block;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .wp-caption > a,
  .wp-caption > img {
    float: left;
    max-width: 60%;
    margin-bottom: 0.71em;
  }
}
@media screen and (min-width: 1200px) {
  .wp-caption > a,
  .wp-caption > img {
    float: left;
    max-width: 60%;
    margin-bottom: 0.71em;
  }
}
.wp-caption > a:hover img[class*="wp-image-"],
.wp-caption > img:hover img[class*="wp-image-"] {
  opacity: .7;
}
.wp-caption .wp-caption-text {
  margin: 0.71em 0;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .wp-caption .wp-caption-text {
    float: left;
    width: 35%;
    margin: 0 0 0.71em 5%;
    padding-top: 0.71em;
    border-top: 1px solid #E5E5E5;
  }
}
@media screen and (min-width: 1200px) {
  .wp-caption .wp-caption-text {
    float: left;
    width: 40%;
    margin: 0 0 0.71em;
    padding-left: 1.42em;
  }
}

/* Media Elements */
.mejs-container {
  margin-bottom: 1.5em;
}

/* Audio Player */
.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
  background: transparent;
  border: 0;
}

/* Playlist Color Overrides: Light */
.site-content .wp-playlist-light {
  border-color: #eee;
  color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
  color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
  color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
  border-bottom: 1px dotted #eee;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #767676;
  color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
  color: #fff;
}

/* Playlist Color Overrides: Dark */
.site-content .wp-playlist-dark {
  background: #222;
  border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
  color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
  color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
  color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
  background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
  border-bottom: 1px dotted #555;
  -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
  border-bottom-color: transparent;
  background-color: #aaa;
  color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
  color: #222;
}

/* Playlist Style Overrides */
.site-content .wp-playlist {
  padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
  font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
  font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  text-transform: uppercase;
}

.site-content .wp-playlist-item {
  padding: 0 0.3125em;
  cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
  border-bottom: none;
}

.site-content .wp-playlist-item a {
  padding: 0.3125em 0;
  border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

.site-content .wp-playlist-item-length {
  top: 5px;
}

/* SVG Icons base styles */
.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  position: relative;
  /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1em;
}

/*--------------------------------------------------------------
3.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
4.0 Customizer
--------------------------------------------------------------*/
.highlight-front-sections.clavel-customizer.clavel-front-page .clavel-panel:after {
  border: 2px dashed #0085ba;
  /* Matches visible edit shortcuts. */
  bottom: 1em;
  content: "";
  display: block;
  left: 1em;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 1;
}

.highlight-front-sections.clavel-customizer.clavel-front-page .clavel-panel .panel-content {
  z-index: 2;
  /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.clavel-customizer.clavel-front-page .clavel-panel .clavel-panel-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 3em;
  text-transform: uppercase;
  text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.clavel-customizer.clavel-front-page .clavel-panel:nth-of-type(1):after {
  border: none;
}

.clavel-front-page.clavel-customizer #primary article.panel-placeholder {
  border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.clavel-panel .customize-partial-edit-shortcut button {
  top: 30px;
  left: 30px;
}

/* Ensure that placeholder icons are visible. */
.clavel-panel .customize-partial-edit-shortcut-hidden:before {
  visibility: visible;
}

/*--------------------------------------------------------------
5.0 SVGs Fallbacks
--------------------------------------------------------------*/
.svg-fallback {
  display: none;
}

.no-js .svg-fallback,
.no-svg .svg-fallback {
  display: inline-block;
}

.no-js .dropdown-toggle,
.no-svg .dropdown-toggle {
  padding: 0.5em 0 0;
  right: 0;
  text-align: center;
  width: 2em;
}

.no-js .dropdown-toggle .svg-fallback.icon-angle-down,
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1;
  transform: rotate(180deg);
}

.no-js .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down,
.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
  transform: rotate(0);
}

.no-js .dropdown-toggle .svg-fallback.icon-angle-down:before,
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  content: "\005E";
}

/* Social Menu fallbacks */
.no-js .social-navigation a,
.no-svg .social-navigation a {
  background: transparent;
  color: #222;
  height: auto;
  width: auto;
}

/* Show screen reader text in some cases */
.no-js .next.page-numbers .screen-reader-text,
.no-js .prev.page-numbers .screen-reader-text,
.no-js .social-navigation li a .screen-reader-text,
.no-js .search-submit .screen-reader-text,
.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
  clip: auto;
  font-size: 16px;
  font-weight: 400;
  height: auto;
  position: relative !important;
  /* overrides previous !important styles */
  width: auto;
}

/*
 
 Wordpress Contact Form 7
 validation styles

*/
.wpcf7 .ajax-loader {
  margin: 0.71em auto;
  border: none;
  display: block;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.355em;
}

.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output {
  clear: both;
  margin: 1.42em 0 0;
  padding: 0.71em 1.42em;
  color: white;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #00315c;
  text-align: center;
}

input.wpcf7-not-valid {
  border: 1px solid #00315c;
}

.wpcf7-not-valid-tip {
  color: white;
}

.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

/*--------------------------------------------------------------
2.0 Featured Image Hover
--------------------------------------------------------------*/
.post-thumbnail {
  margin-bottom: 1.42em;
}
.post-thumbnail a img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
}
.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
  opacity: 0.7;
}

/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
.navigation-top {
  position: relative;
  text-align: right;
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 6.52642%;
  width: 20.10518%;
  float: right;
}
.navigation-top:last-child {
  margin-right: 0;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .navigation-top {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 61.31497%;
  }
  .navigation-top:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .navigation-top {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 70.22528%;
  }
  .navigation-top:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .navigation-top {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 74.47881%;
  }
  .navigation-top:last-child {
    margin-right: 0;
  }
}

.main-navigation {
  display: none;
}
@media screen and (min-width: 950px) {
  .main-navigation {
    display: block;
    z-index: 1;
    position: relative;
    top: 0;
    padding: 1.136em 0;
    background-color: transparent;
  }
  .main-navigation div[class*="-menu-container"] {
    display: inline-block;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation {
    padding: 1.42em 0;
  }
}
.main-navigation ul {
  margin: 0;
}
.js .main-navigation.toggled-on > div > ul {
  display: block;
}
.main-navigation li {
  position: relative;
}
@media screen and (min-width: 950px) {
  .main-navigation li {
    display: inline-block;
    padding: 0 0 0 0.71em;
  }
}
.main-navigation a {
  display: block;
  padding: 0.71em;
  color: #7e7f88;
  font-weight: 500;
  -webkit-transition: color 200ms;
  -moz-transition: color 200ms;
  transition: color 200ms;
}
@media screen and (min-width: 950px) {
  .main-navigation a {
    display: inline-block;
    padding: 0.71em;
    font-size: 0.77273em;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation a {
    font-size: 0.86364em;
  }
}
.main-navigation a:hover {
  color: #8C001A;
}
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: #8C001A;
}
.main-navigation .menu > li > .sub-menu {
  text-align: left;
}
@media screen and (min-width: 950px) {
  .main-navigation .menu > li > .sub-menu {
    z-index: 100;
    position: absolute;
    left: 50%;
    top: 99%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
    text-align: center;
    box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.25);
  }
  .main-navigation .menu > li > .sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -0.355em;
    border-left: 0.355em solid transparent;
    border-right: 0.355em solid transparent;
    border-bottom: 0.355em solid white;
  }
  .main-navigation .menu > li > .sub-menu > li {
    padding: 0;
    min-width: 11.36364em;
  }
  .main-navigation .menu > li > .sub-menu > li > a {
    display: block;
    padding: 0.71em;
    line-height: 1.2;
    border-bottom: 1px solid #E5E5E5;
    -webkit-transition: color 200ms, background-color 200ms;
    -moz-transition: color 200ms, background-color 200ms;
    transition: color 200ms, background-color 200ms;
  }
  .main-navigation .menu > li > .sub-menu > li > a:hover {
    background-color: #f5f5f5;
  }
  .main-navigation .menu > li > .sub-menu > li:last-child a {
    border-bottom: none;
  }
}
.main-navigation .menu > li > a:hover + .sub-menu,
.main-navigation .menu > li > a:focus + .sub-menu,
.main-navigation .menu > li > .sub-menu:hover,
.main-navigation .menu > li > .sub-menu:focus {
  visibility: visible;
  opacity: 1;
}

.main-navigation div.menu-social-links-menu-container {
  display: block;
  margin-left: 0.71em;
}
@media screen and (min-width: 710px) {
  .main-navigation div.menu-social-links-menu-container {
    display: block;
  }
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .main-navigation div.menu-social-links-menu-container {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation div.menu-social-links-menu-container {
    display: inline-block;
  }
}
.main-navigation div.menu-social-links-menu-container li {
  display: inline-block;
  padding: 0 0 0 0.71em;
}
.main-navigation div.menu-social-links-menu-container a {
  padding: 0;
  font-size: 0.72727em;
}

/* Menu toggle */
.menu-toggle {
  display: inline-block;
  padding: 0.71em;
  font-size: 1.90909em;
  color: #7e7f88;
  background-color: transparent;
  border: none;
}
@media screen and (min-width: 950px) {
  .menu-toggle {
    display: none;
  }
}
.no-js .menu-toggle {
  display: none;
}
.menu-toggle:hover, .menu-toggle:focus {
  background-color: transparent;
  color: #8C001A;
}

.menu-toggle:focus {
  outline: none;
}

.menu-toggle.toggled-on .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.menu-toggle.toggled-on .icon-close {
  display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #212121;
  display: block;
  right: -0.5em;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0.5em;
  position: absolute;
  text-shadow: none;
  top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background: transparent;
}

.dropdown-toggle:focus {
  outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

/*--------------------------------------------------------------
4.0 Layout
--------------------------------------------------------------*/
body {
  -webkit-overflow-scrolling: touch;
  background: #f5f5f5;
  font-size: 1.125em;
}
@media screen and (min-width: 710px) {
  body {
    font-size: 1.375em;
  }
}

#page {
  position: relative;
  word-wrap: break-word;
  background-color: #fff;
}

.wrap {
  padding-left: 0.55556em;
  padding-right: 0.55556em;
}
@media screen and (min-width: 400px) {
  .wrap {
    padding-left: 1.42em;
    padding-right: 1.42em;
  }
}

.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (min-width: 710px) {
  h1 {
    font-size: 2.44141em;
  }

  h2 {
    font-size: 1.5625em;
  }
}
/*--------------------------------------------------------------
4.1 Header
--------------------------------------------------------------*/
#masthead .wrap {
  position: relative;
}

.site-header {
  position: relative;
  z-index: 1000;
  background-color: #f2f3f3;
  background-image: url("assets/images/header-bg.png");
  background-size: 100% auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
}
.site-header::after {
  clear: both;
  content: "";
  display: block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .site-header {
    background-image: url("assets/images/header-bg_2x.png");
    background-size: 1280px 130px;
  }
}
@media screen and (min-width: 950px) {
  .site-header {
    padding-bottom: 1.375em;
  }
}
.poscom-front-page .site-header, body.page-template-page-service .site-header {
  background-color: #f5f5f5;
  background-image: none;
}
@media screen and (min-width: 950px) {
  .poscom-front-page .site-header, body.page-template-page-service .site-header {
    padding-bottom: 0;
  }
}

/* Site branding */
.site-branding {
  z-index: 3;
  position: relative;
  float: left;
  display: block;
  margin-right: 6.52642%;
  width: 73.36839%;
  margin: 0 auto;
  padding: 0.71em 0;
  -webkit-transition: margin-bottom 200ms;
  -moz-transition: margin-bottom 200ms;
  transition: margin-bottom 200ms;
}
.site-branding:last-child {
  margin-right: 0;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 35.52494%;
    padding: 0.71em 0 1.42em;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 27.68996%;
    padding: 0.71em 0 1.42em;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .site-branding {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 23.43642%;
    padding: 0.71em 0 1.42em;
  }
  .site-branding:last-child {
    margin-right: 0;
  }
}

.site-branding-text {
  overflow: hidden;
}

.site-title {
  margin: 0;
  font-size: 1em;
}
.site-title a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 53px;
  background-image: url("assets/images/positive-communications-logo-225.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 50%;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .site-title a {
    background-image: url("assets/images/positive-communications-logo-225_2x.png");
    background-size: contain;
  }
}
@media screen and (min-width: 710px) {
  .site-title a {
    height: 65px;
    background-image: url("assets/images/positive-communications-logo.png");
    background-size: contain;
  }
}
@media only screen and (min-width: 710px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 710px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 710px) and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-width: 710px) and (min-resolution: 125dpi), only screen and (min-width: 710px) and (min-resolution: 1.3dppx) {
  .site-title a {
    background-image: url("assets/images/positive-communications-logo_2x.png");
    background-size: contain;
  }
}

@media screen and (min-width: 950px) {
  .site-title a {
    height: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .site-title a {
    height: 69px;
  }
}
.site-title a:hover,
.site-title a:focus {
  opacity: 0.7;
}

.site-title,
.site-title a {
  opacity: 1;
  /* Prevent opacity from changing during selective refreshes in the customize preview */
}

.site-description {
  visibility: hidden;
  position: absolute;
  top: -999em;
}

.custom-logo-link {
  display: inline-block;
  padding-right: 1.42em;
  vertical-align: middle;
  width: auto;
}
.custom-logo-link img {
  display: inline-block;
  max-height: 4.6875em;
  width: auto;
}
.custom-logo-link a:hover,
.custom-logo-link a:focus {
  opacity: 0.9;
}

.custom-header {
  overflow: hidden;
  position: relative;
}

.wp-custom-header {
  width: 100%;
  height: 13.63636em;
}
@media screen and (min-width: 710px) {
  .wp-custom-header {
    height: 27.27273em;
  }
}
.js .wp-custom-header {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.js .wp-custom-header.visible {
  opacity: 1;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
  max-width: none;
}

/* Hides div in Customizer preview when header images or videos change. */
body:not(.has-header-image):not(.has-header-video) .custom-header-media {
  display: none;
}

/*--------------------------------------------------------------
4.2 Front Page
--------------------------------------------------------------*/
.poscom-front-page .site-content {
  padding: 0;
}

.poscom-panel {
  position: relative;
  margin: 1.42em 0;
}
.poscom-panel:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .poscom-panel {
    margin: 2.84em 0;
  }
  .poscom-panel:last-child {
    margin-bottom: 0;
  }
}

.page .site-main .poscom-panel.front-page-content,
.page .site-main .poscom-panel-title {
  margin: 1.42em 0;
  text-align: center;
}
@media screen and (min-width: 710px) {
  .page .site-main .poscom-panel.front-page-content,
  .page .site-main .poscom-panel-title {
    margin: 2.13em 0;
  }
}
@media screen and (min-width: 1200px) {
  .page .site-main .poscom-panel.front-page-content,
  .page .site-main .poscom-panel-title {
    margin: 2.84em 0;
  }
}
.page .site-main .poscom-panel.front-page-content .entry-content,
.page .site-main .poscom-panel-title .entry-content {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 950px) {
  .page .site-main .poscom-panel.front-page-content .entry-content,
  .page .site-main .poscom-panel-title .entry-content {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 82.98587%;
    margin-left: 8.50706%;
  }
  .page .site-main .poscom-panel.front-page-content .entry-content:last-child,
  .page .site-main .poscom-panel-title .entry-content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .page .site-main .poscom-panel.front-page-content .entry-content,
  .page .site-main .poscom-panel-title .entry-content {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 65.97174%;
    margin-left: 17.01413%;
  }
  .page .site-main .poscom-panel.front-page-content .entry-content:last-child,
  .page .site-main .poscom-panel-title .entry-content:last-child {
    margin-right: 0;
  }
}
.page .site-main .poscom-panel.front-page-content .entry-content:last-child,
.page .site-main .poscom-panel-title .entry-content:last-child {
  margin-bottom: 0;
}
.page .site-main .poscom-panel.front-page-content .gradient-text,
.page .site-main .poscom-panel-title .gradient-text {
  margin: 0;
}
.page .site-main .poscom-panel.front-page-content .panel-title,
.page .site-main .poscom-panel-title .panel-title {
  margin-bottom: 0;
}

.panel-image {
  margin-bottom: 1.42em;
}
@media screen and (min-width: 950px) {
  .panel-image {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 57.46468%;
    margin-right: 0;
    float: right;
    margin-bottom: 0;
  }
  .panel-image:last-child {
    margin-right: 0;
  }
  .odd .panel-image {
    float: left;
  }
}
@media screen and (min-width: 1300px) {
  .panel-image {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 65.97174%;
    margin-right: 0;
    float: right;
  }
  .panel-image:last-child {
    margin-right: 0;
  }
  .odd .panel-image {
    float: left;
  }
}
.panel-image img {
  display: block;
}

@media screen and (min-width: 950px) {
  .panel-content {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 36.19702%;
  }
  .panel-content:last-child {
    margin-right: 0;
  }
  .odd .panel-content {
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .panel-content {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 27.68996%;
    font-size: 0.95455em;
  }
  .panel-content:last-child {
    margin-right: 0;
  }
  .odd .panel-content {
    float: right;
    margin-right: 0;
  }
}

/* Panel edit link */
.poscom-panel .edit-link {
  display: block;
  font-size: 0.875em;
}

/* Front Page - Feature Grid */
.feature-grid::after {
  clear: both;
  content: "";
  display: block;
}

.feature-grid-item {
  position: relative;
  display: block;
  margin-bottom: 0.13636em;
}
@media screen and (min-width: 710px) {
  .feature-grid-item {
    float: left;
    width: 49.75%;
    margin-right: 0.5%;
    margin-bottom: 0.22727em;
  }
  .feature-grid-item:nth-child(2n) {
    margin-right: 0;
  }
  .feature-grid-item:nth-child(2n+1) {
    clear: left;
  }
  .feature-grid-item:nth-child(2n+1) .entry-image, .feature-grid-item:nth-child(4n) .entry-image {
    background-color: #8C001A;
    background-image: -webkit-linear-gradient(right, #8C001A, #00315c);
    background-image: linear-gradient(to left,#8C001A, #00315c);
  }
}
@media screen and (min-width: 950px) {
  .feature-grid-item {
    margin-bottom: 0.31818em;
  }
}
.feature-grid-item .entry-image {
  overflow: hidden;
  display: block;
  background-color: #8C001A;
  background-image: -webkit-linear-gradient(left, #8C001A, #00315c);
  background-image: linear-gradient(to right,#8C001A, #00315c);
}
.feature-grid-item .entry-image img {
  display: block;
  width: 100%;
  opacity: 0.45;
  -webkit-transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, -moz-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-backface-visibility: hidden;
}
.feature-grid-item:hover .entry-image img {
  opacity: 1;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.feature-grid-item .entry-header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.42em;
}
@media screen and (min-width: 710px) {
  .feature-grid-item .entry-header {
    width: 75%;
  }
}
.feature-grid-item .entry-title {
  display: block;
  font-size: 1.5625em;
  line-height: 1;
  color: white;
  word-wrap: normal;
}
@media screen and (min-width: 950px) {
  .feature-grid-item .entry-title {
    font-size: 1.95313em;
  }
}
@media screen and (min-width: 1200px) {
  .feature-grid-item .entry-title {
    font-size: 2.44141em;
  }
}

/* Front Page - Recent Posts */
.poscom-front-page .recent-posts,
.blog .post-grid {
  margin: 1.42em 0;
}
@media screen and (min-width: 1200px) {
  .poscom-front-page .recent-posts,
  .blog .post-grid {
    margin: 2.84em 0;
  }
}
.poscom-front-page .recent-posts > .entry-header,
.blog .post-grid > .entry-header {
  position: relative;
  display: block;
  margin-bottom: 1.42em;
}
.poscom-front-page .recent-posts > .entry-header::after,
.blog .post-grid > .entry-header::after {
  clear: both;
  content: "";
  display: block;
}
.poscom-front-page .recent-posts > .entry-header:after,
.blog .post-grid > .entry-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
}
.poscom-front-page .recent-posts .entry-title,
.blog .post-grid .entry-title {
  margin: 0;
}
.poscom-front-page .recent-posts .entry-title a,
.blog .post-grid .entry-title a {
  z-index: 1;
  position: relative;
  padding-right: 0.71em;
  background-color: white;
}
.poscom-front-page .recent-posts .row::after,
.blog .post-grid .row::after {
  clear: both;
  content: "";
  display: block;
}
.poscom-front-page .recent-posts .news-link,
.blog .post-grid .news-link {
  position: relative;
  display: block;
  padding: 1.42em 0.71em;
  border: 1px solid #E5E5E5;
  margin-bottom: 1.42em;
  color: #7e7f88;
  text-align: center;
  box-shadow: 0 0 0 rgba(33, 33, 33, 0);
  -webkit-backface-visibility: none;
  -webkit-transition-property: -webkit-transform, color, border-color, box-shadow;
  -moz-transition-property: -moz-transform, color, border-color, box-shadow;
  transition-property: transform, color, border-color, box-shadow;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .poscom-front-page .recent-posts .news-link,
  .blog .post-grid .news-link {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .poscom-front-page .recent-posts .news-link:last-child,
  .blog .post-grid .news-link:last-child {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(2n),
  .blog .post-grid .news-link:nth-child(2n) {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(2n+1),
  .blog .post-grid .news-link:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .poscom-front-page .recent-posts .news-link,
  .blog .post-grid .news-link {
    padding: 1.42em;
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
  }
  .poscom-front-page .recent-posts .news-link:last-child,
  .blog .post-grid .news-link:last-child {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(3n),
  .blog .post-grid .news-link:nth-child(3n) {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(3n+1),
  .blog .post-grid .news-link:nth-child(3n+1) {
    clear: left;
  }
  .poscom-front-page .recent-posts .news-link:last-child,
  .blog .post-grid .news-link:last-child {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .poscom-front-page .recent-posts .news-link,
  .blog .post-grid .news-link {
    padding: 1.42em;
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 23.43642%;
  }
  .poscom-front-page .recent-posts .news-link:last-child,
  .blog .post-grid .news-link:last-child {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(4n),
  .blog .post-grid .news-link:nth-child(4n) {
    margin-right: 0;
  }
  .poscom-front-page .recent-posts .news-link:nth-child(4n+1),
  .blog .post-grid .news-link:nth-child(4n+1) {
    clear: left;
  }
}
.poscom-front-page .recent-posts .news-link:hover, .poscom-front-page .recent-posts .news-link:focus,
.blog .post-grid .news-link:hover,
.blog .post-grid .news-link:focus {
  color: #212121;
  -webkit-transform: scale(1.075);
  -moz-transform: scale(1.075);
  -ms-transform: scale(1.075);
  -o-transform: scale(1.075);
  transform: scale(1.075);
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.15);
}
.poscom-front-page .recent-posts .news-link .entry-title,
.blog .post-grid .news-link .entry-title {
  display: block;
  font-size: 1em;
  line-height: 1.42;
}
.poscom-front-page .recent-posts .news-link img,
.blog .post-grid .news-link img {
  margin-bottom: 0.71em;
}
.poscom-front-page .recent-posts .logo-image,
.blog .post-grid .logo-image {
  max-height: 1.13636em;
}
.poscom-front-page .recent-posts .edit-link,
.blog .post-grid .edit-link {
  margin-top: 0.71em;
}
.poscom-front-page .recent-posts .post-edit-link,
.blog .post-grid .post-edit-link {
  color: #7e7f88;
}

/*--------------------------------------------------------------
4.3 Regular Content
--------------------------------------------------------------*/
.site-content-contain {
  position: relative;
}

.backgroundcliptext .gradient-text {
  color: transparent;
  background-color: #00315c;
  background-image: -webkit-linear-gradient(left, #00315c, #8C001A);
  background-image: linear-gradient(to right,#00315c, #8C001A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*--------------------------------------------------------------
4.4 Posts
--------------------------------------------------------------*/
/* Post Landing Page */
.sticky-post .post.sticky {
  position: relative;
  z-index: 1;
  margin-top: -2.84em;
  background-color: white;
  box-shadow: 2px 2px 6px rgba(33, 33, 33, 0.2);
}
.sticky-post .post.sticky::after {
  clear: both;
  content: "";
  display: block;
}
.sticky-post .post.sticky .post-thumbnail {
  margin-bottom: 0;
}
@media screen and (min-width: 710px) {
  .sticky-post .post.sticky .post-thumbnail {
    float: left;
    width: 60%;
  }
}
@media screen and (min-width: 950px) {
  .sticky-post .post.sticky .post-thumbnail {
    width: 75%;
  }
}
.sticky-post .post.sticky .post-thumbnail img {
  display: block;
}
@media screen and (min-width: 710px) {
  .sticky-post .post.sticky .entry-header {
    width: 40%;
    float: right;
    padding: 1.42em;
  }
}
@media screen and (min-width: 950px) {
  .sticky-post .post.sticky .entry-header {
    width: 25%;
    padding: 2.84em 1.42em;
  }
}
.sticky-post .post.sticky .entry-title a {
  color: #212121;
}
.sticky-post .post.sticky .entry-title a:hover {
  color: #8C001A;
}
.sticky-post .post.sticky .logo-image {
  max-height: 1.45455em;
}

.entry-content ul {
  list-style: circle;
  margin: 0 0 1.42em 1.065em;
}
.entry-content ol {
  list-style: decimal;
  margin: 0 0 1.42em 0.71em;
}
.entry-content li {
  margin-bottom: 0.355em;
}
.entry-content img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.71em;
}
.entry-content .fluid-width-video-wrapper {
  margin: 0.71em 0;
}

.entry-meta {
  color: #7e7f88;
}
.entry-meta a {
  color: #7e7f88;
}
.entry-meta a:hover {
  color: #212121;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.pagination {
  clear: both;
  border-top: 1px solid #eee;
  font-size: 0.875em;
  font-weight: 800;
  padding: 2em 0 3em;
  text-align: center;
}

.pagination .icon {
  width: 0.666666666em;
  height: 0.666666666em;
}

.page-numbers {
  display: none;
  padding: 0.5em 0.75em;
}

.page-numbers.current {
  color: #767676;
  display: inline-block;
}

.page-numbers.current .screen-reader-text {
  clip: auto;
  height: auto;
  overflow: auto;
  position: relative !important;
  width: auto;
}

.prev.page-numbers,
.next.page-numbers {
  background-color: #ddd;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  font-size: 24px;
  line-height: 1;
  padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
  -webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 0.3s ease-in-out;
  transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
  background-color: #767676;
  color: white;
}

.prev.page-numbers {
  float: left;
}

.next.page-numbers {
  float: right;
}

/* Aligned blockquotes */
.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
  color: #666;
  font-size: 13px;
  width: 48%;
}

/* Blog landing, search, archives */
.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
  padding-bottom: 2em;
}

body:not(.poscom-front-page) .entry-header,
body:not(.poscom-front-page) .entry-content {
  margin-left: auto;
  margin-right: auto;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
  color: #212121;
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
  margin-left: 0;
  white-space: nowrap;
}

.taxonomy-description {
  color: #666;
  font-size: 13px;
}

/* More tag */
.more-link {
  margin: 0;
  font-size: 0.77273em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 400;
}

/* Single Post */
.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.poscom-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
}

.single-featured-image-header {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
  display: block;
  margin: auto;
}

.page-links {
  font-size: 0.875em;
  font-weight: 800;
  padding: 2em 0 3em;
}

.page-links .page-number {
  color: #767676;
  display: inline-block;
  padding: 0.5em 1em;
}

.page-links a {
  display: inline-block;
}

.page-links a .page-number {
  color: #212121;
}

/* Entry footer */
.entry-footer {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  margin-top: 2em;
  padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-left: 2.5em;
  position: relative;
  text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
  margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
  color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
  color: #767676;
  left: 0;
  margin-right: 0.5em;
  position: absolute;
  top: 2px;
}

.entry-footer .edit-link {
  display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
  background-color: #212121;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: white;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
  background-color: #767676;
}

/* Post Formats */
.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.format-quote blockquote {
  color: #333;
  font-size: 20px;
  font-weight: 300;
  overflow: visible;
  position: relative;
}

.format-quote blockquote .icon {
  display: block;
  height: 20px;
  left: -1.25em;
  position: absolute;
  top: 0.4em;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  width: 20px;
}

/* Post Navigation */
.post-navigation {
  font-weight: 800;
  margin: 3em 0;
}

.post-navigation .nav-links {
  padding: 1em 0;
}

.nav-subtitle {
  background: transparent;
  color: #767676;
  display: block;
  font-size: 11px;
  letter-spacing: 0.1818em;
  margin-bottom: 1.42em;
  text-transform: uppercase;
}

.nav-title {
  color: #333;
  font-size: 15px;
}

.post-navigation .nav-next {
  margin-top: 1.42em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
  margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
  margin-left: 0.5em;
}

/*--------------------------------------------------------------
4.5 Pages
--------------------------------------------------------------*/
.page-header {
  margin-bottom: 1.42em;
  padding: 1.42em 0;
  color: #7e7f88;
  border-bottom: 1px solid #E5E5E5;
}
.page-header::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 950px) {
  .page-header {
    padding: 2.84em 0;
  }
}
@media screen and (min-width: 950px) {
  .page-header .page-header-hgroup {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 53.21115%;
  }
  .page-header .page-header-hgroup:last-child {
    margin-right: 0;
  }
}
.page-header .page-header-info {
  font-size: 1em;
}
@media screen and (min-width: 950px) {
  .page-header .page-header-info {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 40.45055%;
  }
  .page-header .page-header-info:last-child {
    margin-right: 0;
  }
}
.page-header .page-header-info *:last-child {
  margin-bottom: 0;
}
.page-header .entry-title {
  margin: 0 0 0.355em;
  font-size: 1.95313em;
  line-height: .9;
  color: #8C001A;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .page-header .entry-title {
    font-size: 2.44141em;
  }
}
@media screen and (min-width: 950px) {
  .page-header .entry-title {
    font-size: 3.05176em;
  }
}

.page-template-page-clients .site-content,
.blog .site-content {
  overflow: hidden;
}

.page-template-page-clients .page-header,
.blog .page-header {
  position: relative;
  background-color: #7e7f88;
  color: white;
  border-bottom: none;
}
.page-template-page-clients .page-header:before,
.blog .page-header:before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: -100%;
  background: #7e7f88;
  height: 1000%;
  width: 1000%;
}
.page-template-page-clients .page-header .page-header-hgroup,
.page-template-page-clients .page-header .page-header-info,
.blog .page-header .page-header-hgroup,
.blog .page-header .page-header-info {
  z-index: 1;
  position: relative;
}
.page-template-page-clients .page-header .entry-title,
.page-template-page-clients .page-header .post-edit-link,
.page-template-page-clients .page-header .parent-title a,
.blog .page-header .entry-title,
.blog .page-header .post-edit-link,
.blog .page-header .parent-title a {
  color: white;
}

.parent-title {
  margin: 0 0 0.71em;
  font-weight: 400;
  font-size: 90%;
  letter-spacing: .1em;
}
.parent-title a {
  color: #7e7f88;
}
.parent-title a:hover, .parent-title a:focus {
  color: #8C001A;
}

.page .article-wrap::after,
.blog .article-wrap::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 950px) {
  .page .article-wrap,
  .blog .article-wrap {
    padding: 0 1.42em;
  }
}
@media screen and (min-width: 1200px) {
  .page .article-wrap,
  .blog .article-wrap {
    padding: 0 2.84em;
  }
}
.page .article-wrap .entry-content,
.blog .article-wrap .entry-content {
  margin-top: 1.42em;
  margin-bottom: 1.42em;
}

.page:not(.poscom-front-page) .site-main .entry-content.single {
  clear: both;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .page:not(.poscom-front-page) .site-main .entry-content.single {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 82.98587%;
    margin-left: 8.50706%;
    margin-bottom: 2.84em;
  }
  .page:not(.poscom-front-page) .site-main .entry-content.single:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page:not(.poscom-front-page) .site-main .entry-content.single {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 65.97174%;
    margin-left: 17.01413%;
  }
  .page:not(.poscom-front-page) .site-main .entry-content.single:last-child {
    margin-right: 0;
  }
}

.page .site-main .entry-content.columns {
  clear: both;
}
.page .site-main .entry-content.columns::after {
  clear: both;
  content: "";
  display: block;
}
.page .site-main .entry-content.columns .column-left,
.page .site-main .entry-content.columns .column-right {
  clear: both;
}
@media screen and (min-width: 950px) {
  .page .site-main .entry-content.columns {
    margin-bottom: 2.84em;
  }
  .page .site-main .entry-content.columns .column-left,
  .page .site-main .entry-content.columns .column-right {
    clear: none;
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
  }
  .page .site-main .entry-content.columns .column-left:last-child,
  .page .site-main .entry-content.columns .column-right:last-child {
    margin-right: 0;
  }
  .page .site-main .entry-content.columns .column-left:nth-child(2n),
  .page .site-main .entry-content.columns .column-right:nth-child(2n) {
    margin-right: 0;
  }
  .page .site-main .entry-content.columns .column-left:nth-child(2n+1),
  .page .site-main .entry-content.columns .column-right:nth-child(2n+1) {
    clear: left;
  }
  .page .site-main .entry-content.columns .column-left *:last-child,
  .page .site-main .entry-content.columns .column-right *:last-child {
    margin-bottom: 0;
  }
  .page .site-main .entry-content.columns .column-left {
    clear: left;
  }
  .page .site-main .entry-content.columns .column-right {
    float: right;
  }
}

.page .site-main .entry-content.quote {
  padding: 0 1.42em;
}
@media screen and (min-width: 950px) {
  .page .site-main .entry-content.quote {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 82.98587%;
    margin-left: 8.50706%;
    padding: 0;
  }
  .page .site-main .entry-content.quote:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1300px) {
  .page .site-main .entry-content.quote {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 74.47881%;
    margin-left: 12.7606%;
  }
  .page .site-main .entry-content.quote:last-child {
    margin-right: 0;
  }
}
.page .site-main .entry-content.quote .large-quote {
  margin: 0;
  font-size: 1.25em;
  font-weight: 100;
  color: #7e7f88;
}
@media screen and (min-width: 950px) {
  .page .site-main .entry-content.quote .large-quote {
    font-size: 1.5625em;
  }
}
.page .site-main .entry-content.quote cite {
  display: block;
  margin: 0.71em 0;
  font-size: 0.512em;
  font-style: normal;
  font-weight: 300;
  text-align: right;
}

.page .entry-header .edit-link {
  font-size: 0.875em;
}

.search .page .entry-header .edit-link {
  font-size: 0.75em;
}

.page-links {
  clear: both;
  margin: 0 0 1.42em;
}

/* Services */
.page-child.page-template-page-service .page-header {
  position: relative;
  margin: 0 0 1.42em;
  padding: 2.84em 0;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.1);
  background-color: #8C001A;
  background-image: -webkit-linear-gradient(right, #8C001A, #00315c);
  background-image: linear-gradient(to left,#8C001A, #00315c);
  color: white;
  border: none;
}
@media screen and (min-width: 400px) {
  .page-child.page-template-page-service .page-header {
    padding: 5.68em 0;
  }
}
@media screen and (min-width: 950px) {
  .page-child.page-template-page-service .page-header {
    margin-bottom: 2.84em;
    padding: 7.1em 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-child.page-template-page-service .page-header {
    padding: 8.52em 0;
  }
}
@media screen and (min-width: 1300px) {
  .page-child.page-template-page-service .page-header {
    padding: 21.3em 0 1.42em;
    padding: 50vh 0 1.42em;
  }
}
.page-child.page-template-page-service .page-header .page-thumbnail {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .55;
}
.page-child.page-template-page-service .page-header .page-thumbnail img {
  max-width: none;
}
.page-child.page-template-page-service .page-header .page-header-hgroup {
  position: relative;
  z-index: 1;
  width: 100%;
  float: none;
  margin: 0;
}
@media screen and (min-width: 950px) {
  .page-child.page-template-page-service .page-header .page-header-hgroup {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 57.46468%;
  }
  .page-child.page-template-page-service .page-header .page-header-hgroup:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-child.page-template-page-service .page-header .page-header-hgroup {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
  }
  .page-child.page-template-page-service .page-header .page-header-hgroup:last-child {
    margin-right: 0;
  }
}
.page-child.page-template-page-service .page-header .page-header-hgroup *:last-child {
  margin-bottom: 0;
}
.page-child.page-template-page-service .page-header h1,
.page-child.page-template-page-service .page-header h2,
.page-child.page-template-page-service .page-header h3,
.page-child.page-template-page-service .page-header h4,
.page-child.page-template-page-service .page-header h5,
.page-child.page-template-page-service .page-header h6 {
  color: white;
}
.page-child.page-template-page-service .page-header a {
  color: white;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
}
.page-child.page-template-page-service .page-header a:hover, .page-child.page-template-page-service .page-header a:focus {
  opacity: .7;
}
.page-child.page-template-page-service .page-header .page-header-info {
  width: 100%;
  margin: 0;
}

.js.opacity .page-child.page-template-page-service .page-header .page-thumbnail {
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -moz-transition: opacity 400ms;
  transition: opacity 400ms;
}
.js.opacity .page-child.page-template-page-service .page-header .page-thumbnail.visible {
  opacity: .55;
}

body.page:not(.page-template-page-clients) .quote-wrapper {
  margin: 1.42em 0;
}
body.page:not(.page-template-page-clients) .quote-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

/* Case Studies */
.case-study {
  padding: 1.42em 0;
  margin: 0 0 1.42em;
  border-bottom: 1px solid #E5E5E5;
}
.case-study::after {
  clear: both;
  content: "";
  display: block;
}
.case-study .entry-image {
  margin-bottom: 1.42em;
}
@media screen and (min-width: 950px) {
  .case-study .entry-image {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
  }
  .case-study .entry-image:last-child {
    margin-right: 0;
  }
}
.case-study .entry-image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 950px) {
  .case-study.even .entry-image {
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .case-study .entry-text {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
  }
  .case-study .entry-text:last-child {
    margin-right: 0;
  }
}
.case-study .entry-text .entry-title {
  margin-top: 0;
}
@media screen and (min-width: 950px) {
  .case-study.odd .entry-text {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
    margin-left: 8.50706%;
  }
  .case-study.odd .entry-text:last-child {
    margin-right: 0;
  }
}
.page:not(.poscom-front-page) .site-main .case-study .entry-content:not(.columns) {
  width: 100%;
  float: none;
}

/* Tools / Services */
.page-template-page-list .site-main {
  overflow: hidden;
}

.child-page-list::after {
  clear: both;
  content: "";
  display: block;
}
.child-page-list .page {
  margin-bottom: 1.42em;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .child-page-list .page {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .child-page-list .page:last-child {
    margin-right: 0;
  }
  .child-page-list .page:nth-child(2n) {
    margin-right: 0;
  }
  .child-page-list .page:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 950px) {
  .child-page-list .page {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
  }
  .child-page-list .page:last-child {
    margin-right: 0;
  }
  .child-page-list .page:nth-child(3n) {
    margin-right: 0;
  }
  .child-page-list .page:nth-child(3n+1) {
    clear: left;
  }
}
.child-page-list .post-content {
  padding: 1.42em;
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .child-page-list .post-content {
    padding: 0.71em;
  }
}
.child-page-list .post-content .entry-content {
  margin: 0;
}
.child-page-list .post-content .entry-content *:last-child {
  margin-bottom: 0;
}
.child-page-list img {
  display: block;
}

.child-page-list .page.page-service {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 1.42em 0;
  border: none;
}
@media screen and (min-width: 950px) {
  .child-page-list .page.page-service {
    padding: 2.84em 0;
  }
}
.child-page-list .page.page-service.even {
  background-color: #f5f5f5;
}
.child-page-list .page.page-service.even:after {
  display: block;
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  width: 1000%;
  height: 100%;
  background-color: #f5f5f5;
}
.child-page-list .page.page-service .post-content-wrapper {
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .child-page-list .page.page-service .post-image {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .child-page-list .page.page-service .post-image:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .child-page-list .page.page-service .post-image {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
  }
  .child-page-list .page.page-service .post-image:last-child {
    margin-right: 0;
  }
}
.child-page-list .page.page-service .post-content {
  padding: 0;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .child-page-list .page.page-service .post-content {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .child-page-list .page.page-service .post-content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .child-page-list .page.page-service .post-content {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 40.45055%;
    margin-left: 8.50706%;
  }
  .child-page-list .page.page-service .post-content:last-child {
    margin-right: 0;
  }
}
.child-page-list .page.page-service .entry-header,
.child-page-list .page.page-service .entry-content {
  text-align: center;
}
@media screen and (min-width: 710px) {
  .child-page-list .page.page-service .entry-header,
  .child-page-list .page.page-service .entry-content {
    text-align: left;
  }
}
.child-page-list .page.page-service .entry-title {
  margin-top: 1.42em;
}

.post-icon {
  display: block;
  margin: 1.42em auto;
  max-width: 3.40909em;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
  -webkit-transition: filter 200ms, opacity 200ms;
  -moz-transition: filter 200ms, opacity 200ms;
  transition: filter 200ms, opacity 200ms;
}
@media screen and (min-width: 710px) {
  .post-icon {
    margin: 0 0 1.42em;
  }
}
@media screen and (min-width: 1200px) {
  .post-icon {
    max-width: 4.54545em;
  }
}
.post-icon:hover, .post-icon:focus {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.page-template-page-tools .page-header {
  margin-top: 1.42em;
  padding: 0;
  border-bottom: 0;
}
.page-template-page-tools .page-header .page-header-hgroup {
  text-align: center;
}
@media screen and (min-width: 950px) {
  .page-template-page-tools .page-header .page-header-hgroup {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 82.98587%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tools .page-header .page-header-hgroup:last-child {
    margin-right: 0;
  }
  .page-template-page-tools .page-header .page-header-hgroup:last-child {
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-tools .page-header .page-header-hgroup {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 65.97174%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-page-tools .page-header .page-header-hgroup:last-child {
    margin-right: 0;
  }
  .page-template-page-tools .page-header .page-header-hgroup:last-child {
    margin-right: auto;
  }
}
.page-template-page-tools .page-header .entry-title {
  font-size: 1.95313em;
  margin: 0.71em 0;
}

/* Clients */
.page-template-page-clients .site {
  overflow: hidden;
}

body.blog .site-header,
body.page-template-page-clients .site-header {
  background-image: url("assets/images/header-bg-white.png");
  background-color: #f9f9fa;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  body.blog .site-header,
  body.page-template-page-clients .site-header {
    background-image: url("assets/images/header-bg-white_2x.png");
    background-size: 1280px 130px;
  }
}

.entry-content.clients {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
}
.entry-content.clients .entry-header {
  margin-bottom: 1.42em;
}

.client-page-navigation {
  margin-bottom: 1.42em;
  padding-bottom: 1.42em;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.client-page-navigation a {
  display: inline-block;
  padding: 0 0.71em;
  font-size: 0.59091em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.client-list::after {
  clear: both;
  content: "";
  display: block;
}
.client-list > div {
  line-height: 1.2;
  margin-bottom: 0.71em;
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .client-list > div {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .client-list > div:last-child {
    margin-right: 0;
  }
  .client-list > div:nth-child(2n) {
    margin-right: 0;
  }
  .client-list > div:nth-child(2n+1) {
    clear: left;
  }
}
@media screen and (min-width: 950px) and (max-width: 1199px) {
  .client-list > div {
    margin-bottom: 1.42em;
    font-size: 0.86364em;
  }
}
@media screen and (min-width: 950px) {
  .client-list > div {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
    margin-bottom: 1.42em;
  }
  .client-list > div:last-child {
    margin-right: 0;
  }
  .client-list > div:nth-child(3n) {
    margin-right: 0;
  }
  .client-list > div:nth-child(3n+1) {
    clear: left;
  }
}

.page-template-page-clients .quote-wrapper {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  margin: 1.42em 0;
  padding: 1.42em;
  background-color: #8C001A;
}
.page-template-page-clients .quote-wrapper:before, .page-template-page-clients .quote-wrapper:after {
  display: none;
  content: "";
  position: absolute;
  top: -1.63636em;
  left: 0;
  right: 0;
  height: 3.27273em;
  background-image: url("assets/images/quote-top-red.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-template-page-clients .quote-wrapper:before, .page-template-page-clients .quote-wrapper:after {
    background-image: url("assets/images/quote-top-red_2x.png");
    background-size: 1280px 72px;
  }
}
@media screen and (min-width: 710px) {
  .page-template-page-clients .quote-wrapper {
    margin: 1.42em 0 2.84em;
    padding: 3.05636em 1.42em;
  }
  .page-template-page-clients .quote-wrapper:before, .page-template-page-clients .quote-wrapper:after {
    display: block;
  }
}
@media screen and (min-width: 950px) {
  .page-template-page-clients .quote-wrapper {
    margin: 2.84em 0 4.26em;
  }
}
.page-template-page-clients .quote-wrapper:after {
  top: auto;
  bottom: -2.95455em;
  height: 5.95455em;
  background-image: url("assets/images/quote-bottom-red.png");
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-template-page-clients .quote-wrapper:after {
    background-image: url("assets/images/quote-bottom-red_2x.png");
    background-size: 1280px 131px;
  }
}
.page-template-page-clients .quote-wrapper.blue {
  background-color: #00315c;
}
.page-template-page-clients .quote-wrapper.blue:before {
  background-image: url("assets/images/quote-top-blue.png");
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-template-page-clients .quote-wrapper.blue:before {
    background-image: url("assets/images/quote-top-blue_2x.png");
    background-size: 1280px 72px;
  }
}
.page-template-page-clients .quote-wrapper.blue:after {
  background-image: url("assets/images/quote-bottom-blue.png");
  background-size: 100% auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .page-template-page-clients .quote-wrapper.blue:after {
    background-image: url("assets/images/quote-bottom-blue_2x.png");
    background-size: 1280px 72px;
  }
}
.page-template-page-clients .quote-wrapper .entry-content.quote,
.page-template-page-clients .quote-wrapper .entry-content.quote:last-child {
  float: none;
  margin: 0;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.page-template-page-clients .quote-wrapper .entry-content.quote::after,
.page-template-page-clients .quote-wrapper .entry-content.quote:last-child::after {
  clear: both;
  content: "";
  display: block;
}
.page-template-page-clients .quote-wrapper .entry-content.quote blockquote.large-quote {
  color: white;
}
@media screen and (min-width: 710px) {
  .page-template-page-clients .quote-wrapper .entry-content.quote blockquote.large-quote {
    padding: 0 1.42em;
  }
}
@media screen and (min-width: 950px) {
  .page-template-page-clients .quote-wrapper .entry-content.quote blockquote.large-quote {
    padding: 0 2.84em;
  }
}

/* About */
.team-members .page-header {
  border-top: 1px solid #E5E5E5;
  border-bottom: none;
}
@media screen and (min-width: 950px) {
  .team-members .page-header {
    margin-top: 2.84em;
    padding-top: 2.84em;
  }
}

.team-members-list::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 950px) {
  .team-members-list .team-member {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 44.70408%;
    margin-bottom: 1.42em;
  }
  .team-members-list .team-member:last-child {
    margin-right: 0;
  }
  .team-members-list .team-member:nth-child(2n) {
    margin-right: 0;
  }
  .team-members-list .team-member:nth-child(2n+1) {
    clear: left;
  }
  .team-members-list .team-member:nth-child(2n) {
    float: right;
  }
}

/* Book */
.template-book-quotes {
  margin: 1.42em 0 0;
}
.template-book-quotes::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 950px) {
  .template-book-quotes {
    float: left;
    clear: left;
  }
}
.template-book-quotes .quote {
  margin-bottom: 1.42em;
  color: #7e7f88;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .template-book-quotes .quote {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
  }
  .template-book-quotes .quote:last-child {
    margin-right: 0;
  }
  .template-book-quotes .quote:nth-child(3n) {
    margin-right: 0;
  }
  .template-book-quotes .quote:nth-child(3n+1) {
    clear: left;
  }
}
.template-book-quotes .quote blockquote {
  margin: 0.71em;
}
.template-book-quotes .quote cite {
  display: block;
  margin: 0.71em 0;
  text-align: center;
}

/* Contact */
.page-template-page-contact .page-header {
  border: none;
  margin-bottom: 1.42em;
}
.page-template-page-contact .page-header .page-header-info {
  margin-bottom: 1.42em;
}
@media screen and (min-width: 950px) {
  .page-template-page-contact .page-header .page-header-info {
    float: none;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .page-template-page-contact .page-header .page-header-info {
    width: 83.33333%;
  }
}
.page-template-page-contact .page-header .page-header-image {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 950px) {
  .page-template-page-contact .page-header .page-header-image {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 40.45055%;
    float: right;
  }
  .page-template-page-contact .page-header .page-header-image:last-child {
    margin-right: 0;
  }
  .page-template-page-contact .page-header .page-header-image img {
    display: block;
  }
}

.contact-form {
  margin-bottom: 1.42em;
  padding: 1.42em;
  background-color: #8C001A;
  color: white;
  font-size: 0.86364em;
}
.contact-form::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 950px) {
  .contact-form {
    padding: 2.84em 1.42em;
  }
}
.contact-form .article-wrap {
  margin-bottom: 0;
}
.contact-form form::after {
  clear: both;
  content: "";
  display: block;
}
.contact-form form br {
  display: none;
}
.contact-form textarea {
  height: 7.89474em;
}
.contact-form input[type="submit"] {
  display: block;
  width: 100%;
  background-color: #590011;
}
.contact-form input[type="submit"]:hover {
  background-color: #40000c;
}

.form-header h2 {
  color: white;
  font-size: 1.95313em;
}
@media screen and (min-width: 950px) {
  .form-header h2 {
    margin-bottom: 1.42em;
  }
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .form-header {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 100%;
    margin-right: 0;
  }
  .form-header:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .form-header {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
  }
  .form-header:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 710px) and (max-width: 949px) {
  .form-column {
    float: left;
    display: block;
    margin-right: 3.16009%;
    width: 48.41995%;
  }
  .form-column:last-child {
    margin-right: 0;
  }
  .form-column.last {
    margin-right: 0;
  }
}
@media screen and (min-width: 950px) {
  .form-column {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 31.94349%;
  }
  .form-column:last-child {
    margin-right: 0;
  }
  .form-column.last {
    margin-right: 0;
  }
}
.form-column *:last-child {
  margin-bottom: 0;
}

.frequently-asked-questions .entry-header {
  margin: 1.42em 0;
}
@media screen and (min-width: 710px) {
  .frequently-asked-questions .entry-header {
    padding: 2.84em 0;
  }
}
.frequently-asked-questions .faq-question {
  padding: 1.42em 0;
  border-top: 1px solid #E5E5E5;
}
@media screen and (min-width: 950px) {
  .frequently-asked-questions .faq-question {
    float: left;
    display: block;
    margin-right: 2.08477%;
    width: 82.98587%;
    margin-left: 8.50706%;
  }
  .frequently-asked-questions .faq-question:last-child {
    margin-right: 0;
  }
}
.frequently-asked-questions .faq-question .answer {
  padding-left: 1.42em;
  margin-top: 1.42em;
}
.js .frequently-asked-questions .faq-question .answer {
  display: none;
}
.frequently-asked-questions .faq-question .answer *:last-child {
  margin-bottom: 0;
}
.frequently-asked-questions .faq-question .question {
  margin: 0;
}
.frequently-asked-questions .faq-question .icon {
  width: 0.71em;
  height: 0.71em;
  margin-right: 4px;
  fill: #8C001A;
}
.frequently-asked-questions .faq-question .icon-minus {
  display: none;
}
.frequently-asked-questions .faq-question .question.active .icon-minus {
  display: inline-block;
}
.frequently-asked-questions .faq-question .icon-plus {
  display: inline-block;
}
.frequently-asked-questions .faq-question .question.active .icon-plus {
  display: none;
}

/* 404 page */
.error404 .page-content {
  padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
  margin-bottom: 3em;
}

/*--------------------------------------------------------------
4.6 Footer
--------------------------------------------------------------*/
.site-footer {
  text-align: center;
  padding: 5.68em 0 1.42em;
  background-color: #f2f3f3;
  color: #7e7f88;
  background-image: url("assets/images/footer-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #f5f5f5;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
  .site-footer {
    background-image: url("assets/images/footer-bg_2x.png");
    background-size: 1281px 293px;
  }
}
@media screen and (min-width: 1300px) {
  .site-footer {
    padding-top: 7.1em;
  }
}

.site-footer .main-navigation {
  display: block;
  padding: 0;
  margin: 0 0 0.71em;
}
.site-footer .main-navigation li {
  padding: 0 0.355em;
}
@media screen and (min-width: 950px) {
  .site-footer .main-navigation li {
    padding: 0 0.71em;
  }
}
.site-footer .main-navigation .menu-item-has-children .icon {
  display: none;
}

/* Social nav */
.social-navigation {
  margin-bottom: 1.42em;
}
.social-navigation ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
}
.social-navigation li {
  display: inline;
}
.social-navigation a {
  display: inline-block;
  margin: 0 0.71em;
  text-align: center;
  color: #7e7f88;
  font-size: 0.77273em;
}
.social-navigation a:hover, .social-navigation a:focus {
  color: #8C001A;
}
.social-navigation .icon {
  height: 1em;
  width: 1em;
  vertical-align: middle;
}

.site-footer .social-navigation {
  margin: 0 0 0.71em;
}
.site-footer .social-navigation a {
  font-size: 0.95455em;
}

/* Site info */
.site-info {
  margin-bottom: 1.42em;
  font-size: 0.63636em;
  color: #ceced1;
}
.site-info a {
  color: #ceced1;
}
.site-info p {
  margin: 0;
}

/* Admin Bar */
body.admin-bar #wpadminbar {
  top: -46px;
}
@media screen and (min-width: 710px) {
  body.admin-bar #wpadminbar {
    top: -32px;
  }
}
@media screen and (min-width: 950px) {
  body.admin-bar #wpadminbar {
    top: 0;
  }
}
body.admin-bar .site {
  margin-top: 46px;
}
@media screen and (min-width: 710px) {
  body.admin-bar .site {
    margin-top: 32px;
  }
}

/*--------------------------------------------------------------
5.0 Print
--------------------------------------------------------------*/
@media print {
  /* Hide elements */
  form,
  button,
  input,
  select,
  textarea,
  .navigation-top,
  .social-navigation,
  #secondary,
  .content-bottom-widgets,
  .header-image,
  .panel-image-prop,
  .icon-thumb-tack,
  .page-links,
  .edit-link,
  .post-navigation,
  .pagination.navigation,
  .comments-pagination,
  .comment-respond,
  .comment-edit-link,
  .comment-reply-link,
  .comment-metadata .edit-link,
  .pingback .edit-link,
  .site-footer aside.widget-area,
  .site-info {
    display: none !important;
  }

  .entry-footer,
  #comments,
  .site-footer,
  .single-featured-image-header {
    border: 0;
  }

  /* Font sizes */
  body {
    font-size: 12pt;
  }

  h1 {
    font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 17pt;
  }

  h4 {
    font-size: 12pt;
  }

  h5 {
    font-size: 11pt;
  }

  h6 {
    font-size: 12pt;
  }

  .page .panel-content .entry-title,
  .page-title,
  body.page:not(.poscom-front-page) .entry-title {
    font-size: 10pt;
  }

  /* Layout */
  .wrap {
    padding-left: 5% !important;
    padding-right: 5% !important;
    max-width: none;
  }

  /* Site Branding */
  .site-header {
    background: transparent;
    padding: 0;
  }

  .custom-header-media {
    padding: 0;
  }

  .poscom-front-page.has-header-image .site-branding,
  .poscom-front-page.has-header-video .site-branding,
  .home.blog.has-header-image .site-branding,
  .home.blog.has-header-video .site-branding {
    position: relative;
  }

  .site-branding {
    margin-top: 0;
    margin-bottom: 1.75em !important;
    /* override styles added by JavaScript */
  }

  .site-title {
    font-size: 25pt;
  }

  .site-description {
    font-size: 12pt;
    opacity: 1;
  }

  /* Posts */
  .single-featured-image-header {
    background: transparent;
  }

  .entry-meta {
    font-size: 9pt;
  }

  /* Colors */
  body,
  .site {
    background: none !important;
    /* Brute force since user agents all print differently. */
  }

  body,
  a,
  .site-title a,
  .poscom-front-page.has-header-image .site-title,
  .poscom-front-page.has-header-video .site-title,
  .poscom-front-page.has-header-image .site-title a,
  .poscom-front-page.has-header-video .site-title a {
    color: #222 !important;
    /* Make sure color schemes don't affect to print */
  }

  h2,
  h5,
  blockquote,
  .site-description,
  .poscom-front-page.has-header-image .site-description,
  .poscom-front-page.has-header-video .site-description,
  .entry-meta,
  .entry-meta a {
    color: #777 !important;
    /* Make sure color schemes don't affect to print */
  }

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    font-size: 11pt;
    width: 34%;
  }

  .site-footer {
    padding: 0;
  }
}

/*# sourceMappingURL=style.dev.css.map */
