/*!
Theme Name: Segra Playbook
Theme URI: http://playbook.segra.com/
Author: Seth C. Sheppard
Author URI: https://www.linkedin.com/in/sethsheppard/
Description: An all-inclusive SEGRA resource with a primary focus on user experience and clear communications.
Version: 1.2.6

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Colors
# Breakpoints
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
	 ========================================================================== */
/**
 * 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
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */ }

/**
 * 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 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
/* Legacy - Phase Out */
/*--------------------------------------------------------------
# Breakpoints
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #595959;
  font-family: "Roboto", sans-serif;
  font-weight: 300; }

body {
  font-size: 100%;
  font-size-adjust: 0.5;
  font-size: 16px; }

#page {
  font-size: 1em;
  line-height: 1.25; }
  @media screen and (min-width: 800px) {
    #page {
      font-size: 1em;
      line-height: 1.375; } }
p {
  margin-block-start: 1em;
  margin-block-end: 1em; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size-adjust: 0.5;
  color: #003A70;
  text-transform: uppercase;
  font-weight: 400; }

h1 {
  font-size: 1.9em;
  line-height: 1.25;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em; }
  @media screen and (min-width: 800px) {
    h1 {
      font-size: 2.4em;
      line-height: 1.125; } }
  @media screen and (min-width: 1025px) {
    h1 {
      font-size: 2.6em;
      line-height: 1.05; } }
  .entry-header h1 .pre-bold {
    font-weight: 900;
    color: #003A70; }
  @media screen and (max-width: 600px) {
    .entry-header h1 .pre-section {
      display: none; } }
h2 {
  font-size: 1.5em;
  line-height: 1.15384615;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em; }
  @media screen and (min-width: 800px) {
    h2 {
      font-size: 1.75em;
      line-height: 1.25; } }
  @media screen and (min-width: 1025px) {
    h2 {
      font-size: 2em;
      line-height: 1.25; } }
h3 {
  font-size: 1.375em;
  line-height: 1.13636364;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em; }
  @media screen and (min-width: 800px) {
    h3 {
      font-size: 1.5em;
      line-height: 1.25; } }
  @media screen and (min-width: 1025px) {
    h3 {
      font-size: 1.75em;
      line-height: 1.25; } }
h4 {
  font-size: 1.125em;
  line-height: 1.11111111;
  margin-top: 0; }
  @media screen and (min-width: 800px) {
    h4 {
      line-height: 1.22222222; } }
blockquote {
  font-size: 1.25em;
  line-height: 1.25; }
  @media screen and (min-width: 1025px) {
    blockquote {
      font-size: 1.5em;
      line-height: 1.45833333; } }
dfn, cite, em, i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
p > a {
  color: #003A70;
  text-decoration: none; }

a:visited,
p > a:visited {
  color: #003A70; }

a:hover,
a:focus,
a:active,
p > a:hover,
p > a:focus,
p > a:active {
  color: #005EB8; }

a:focus {
  outline: thin dotted; }

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

/*--------------------------------------------------------------
## Misc
--------------------------------------------------------------*/
.error-box {
  background: #ffcccc;
  margin: 20px;
  padding: 20px;
  color: #FF0000; }
  .error-box h3 {
    text-align: center; }
  .error-box pre {
    text-align: center; }

.error {
  color: #FF0000; }

.subtitle {
  font-size: .75em;
  font-weight: 400;
  font-style: italic;
  color: #bfbfbf; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background-color: #003A70; }
  @media screen and (min-width: 1025px) {
    body {
      background-color: #EDEDED; } }
.site {
  background: #EDEDED; }
  @media print {
    .site {
      background-color: #ffffff; } }
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1em 0;
  padding-left: 35px; }
  @media screen and (min-width: 600px) {
    ul, ol {
      margin: 0 0 1em 1em;
      padding-left: 40px; } }
ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin: 0 0 0 0; }
  @media screen and (min-width: 600px) {
    li > ul,
    li > ol {
      margin-left: 1.5em; } }
dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

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

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Print Elements
--------------------------------------------------------------*/
@media print {
  @page {
    size: auto;
    margin: 10mm; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #005EB8;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .6em; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa; }

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.btn {
  display: inline-block;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #005EB8;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
  padding: .70em 1em;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  border-radius: .42rem;
  border-top-left-radius: 0.42rem;
  border-top-right-radius: 0.42rem;
  border-bottom-right-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem;
  -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
  transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
  transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
  transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease; }
  .btn:visited {
    color: rgba(255, 255, 255, 0.8); }

.gform_wrapper
ul.gform_fields
li.gfield {
  padding-right: 0 !important; }

.search-shortcode form input[type="text"] {
  display: block;
  height: 51px;
  margin: 0 auto;
  font-size: 15px;
  padding: 0 50px 0 18px;
  size: 25px;
  width: 90%; }
  @media screen and (min-width: 600px) {
    .search-shortcode form input[type="text"] {
      width: 60%; } }
.standalone-header {
  display: none; }

@media (display-mode: standalone) {
  .standalone-header {
    display: none;
    display: block;
    height: 40px;
    background: #003A70;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999; }
  .site, .top-menu {
    margin-top: 40px !important; } }

.no-transition {
  transition: none !important; }

.nav-page-header {
  position: relative;
  padding: 1rem 1.5rem;
  background: #003A70; }
  @media screen and (min-width: 1025px) {
    .nav-page-header {
      background: #dedede;
      min-height: 50px; } }
  .nav-page-header .navbar {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-basis: auto;
    align-items: center;
    justify-content: space-between;
    /* FIRST LEVEL */ }
    .nav-page-header .navbar button.open-mobile-menu {
      background: transparent;
      border: none;
      outline: none;
      position: absolute; }
      .nav-page-header .navbar button.open-mobile-menu i {
        color: white; }
      @media (display-mode: standalone) {
        .nav-page-header .navbar button.open-mobile-menu {
          display: none; } }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar button.open-mobile-menu {
          display: none; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .nav-page-header .navbar button.open-mobile-menu {
          display: block; } }
    .nav-page-header .navbar .mobile-logo {
      display: block;
      margin: 0 auto; }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar .mobile-logo {
          display: none; } }
      .nav-page-header .navbar .mobile-logo a img {
        width: 155px;
        height: auto; }
    .nav-page-header .navbar .top-bar-inner {
      display: none; }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar .top-bar-inner {
          display: block;
          padding: 0 3.5% 0 0;
          min-height: 50px;
          position: absolute;
          right: 0px;
          top: 0px; }
          .nav-page-header .navbar .top-bar-inner .topbar-edit {
            float: right;
            margin: 5px 0;
            height: 40px;
            width: 30px; }
            .nav-page-header .navbar .top-bar-inner .topbar-edit a {
              text-indent: -9999px;
              display: block;
              min-height: 40px;
              min-width: 30px;
              color: #005EB8;
              background: url("assets/images/icons/edit-solid-blue.svg") no-repeat center;
              background-size: 19px; }
          .nav-page-header .navbar .top-bar-inner .topbar-search {
            float: right; }
            .nav-page-header .navbar .top-bar-inner .topbar-search button {
              background: url("assets/images/icons/search-solid-blue.svg") no-repeat 8px center;
              background-size: 18px;
              text-indent: -99999px;
              border: none;
              padding: 10px;
              width: 30px;
              margin: 10px 0; }
          .nav-page-header .navbar .top-bar-inner .topbar-podcast {
            float: right;
            margin: 5px 0;
            height: 40px;
            width: 30px;
            padding-top: 1px; }
            .nav-page-header .navbar .top-bar-inner .topbar-podcast a {
              text-indent: -9999px;
              display: block;
              min-height: 40px;
              min-width: 30px;
              color: #005EB8;
              background: url("assets/images/icons/podcast-solid-blue.svg") no-repeat center;
              background-size: 17px; }
            .nav-page-header .navbar .top-bar-inner .topbar-podcast.active a {
              text-indent: -9999px;
              display: block;
              min-height: 40px;
              min-width: 30px;
              color: #005EB8;
              background: url("assets/images/icons/podcast-solid-orange.svg") no-repeat center;
              background-size: 17px; } }
    .nav-page-header .navbar .top-menu-wrapper {
      color: #221f1f; }
      .nav-page-header .navbar .top-menu-wrapper::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: background 0.5s; }
    .nav-page-header .navbar .top-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 2;
      transform: translate3d(-100%, 0, 0);
      transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      display: flex;
      flex-direction: column;
      width: 100%;
      overflow-y: auto;
      padding: 1rem 1rem;
      background: #003A70; }
      @media screen and (min-width: 800px) {
        .nav-page-header .navbar .top-menu {
          width: 45%; } }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar .top-menu {
          padding: 0 0 0 0;
          transform: translate3d(0, 0, 0);
          width: 22.5%; } }
      @media screen and (min-width: 1366px) {
        .nav-page-header .navbar .top-menu {
          width: 20%; } }
      @media screen and (min-width: 1600px) {
        .nav-page-header .navbar .top-menu {
          width: 20%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .nav-page-header .navbar .top-menu {
          transform: translate3d(-100%, 0, 0);
          width: 35%; } }
    .nav-page-header .navbar .top-menu-wrapper.show-offcanvas::before {
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .nav-page-header .navbar .top-menu-wrapper.show-offcanvas .panel,
    .nav-page-header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transform: translate3d(0, 0, 0);
      transition-duration: 0.7s; }
    .nav-page-header .navbar .top-menu-wrapper.show-offcanvas .top-menu {
      transition-delay: 0.2s; }
    .nav-page-header .navbar button.close-mobile-menu {
      background: transparent;
      border: none;
      outline: none;
      position: absolute;
      right: 15px; }
      .nav-page-header .navbar button.close-mobile-menu i {
        color: #ffffff; }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar button.close-mobile-menu {
          display: none; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
        .nav-page-header .navbar button.close-mobile-menu {
          display: block; } }
    .nav-page-header .navbar .sidebar-logo {
      display: block;
      padding: 20px 11%; }
      .nav-page-header .navbar .sidebar-logo p.site-title {
        margin: 0; }
      .nav-page-header .navbar .sidebar-logo img {
        width: 100%;
        height: auto; }
    @media screen and (min-width: 1025px) {
      .nav-page-header .navbar .current-user {
        display: block; } }
    .nav-page-header .navbar .current-user {
      display: none;
      border-bottom: 2px solid #004584;
      width: 100%;
      padding: 20px 0; }
      @media screen and (min-width: 1025px) {
        .nav-page-header .navbar .current-user {
          display: block;
          margin-top: 40px; } }
      @media screen and (min-width: 600px) {
        .nav-page-header .navbar .current-user {
          margin-top: 0;
          border-top: 2px solid #004584; } }
      .nav-page-header .navbar .current-user table {
        width: 90%;
        text-align: left;
        display: block;
        margin: 0 auto;
        padding: 0; }
        .nav-page-header .navbar .current-user table td.avatar {
          width: 30%; }
          .nav-page-header .navbar .current-user table td.avatar img {
            border-radius: 50%;
            background: white;
            padding: 5px;
            vertical-align: middle; }
        .nav-page-header .navbar .current-user table td.username {
          width: 70%; }
          .nav-page-header .navbar .current-user table td.username p {
            color: white;
            padding: 0 0 0 5px;
            margin: 0;
            font-size: 12px;
            vertical-align: middle;
            font-weight: 400; }
            .nav-page-header .navbar .current-user table td.username p.name {
              font-size: 16px;
              color: white;
              font-weight: 300; }
            .nav-page-header .navbar .current-user table td.username p.logout {
              color: white;
              font-size: 8px;
              line-height: 10px; }
              .nav-page-header .navbar .current-user table td.username p.logout a {
                font-size: 8px;
                color: white;
                text-transform: uppercase; }
    .nav-page-header .navbar ul {
      list-style: none;
      margin: 0;
      padding: 0;
      line-height: 1.5em; }
      .nav-page-header .navbar ul a {
        display: inline-block;
        font-size: 1rem;
        font-weight: 600;
        transition: color 0.35s ease-out;
        color: #ffffff; }
        .nav-page-header .navbar ul a:hover {
          color: #0062bd; }
      .nav-page-header .navbar ul li.menu-item {
        margin: 0;
        display: block !important;
        padding: 10px 0 10px 45px;
        /* SECOND LEVEL */
        /* FIRST LEVEL IF FIRST LEVEL LI IS ACTIVE/CURRENT */
        /* FIRST LEVEL IF SECOND LEVEL LI IS ACTIVE/CURRENT */
        /* FIRST LEVEL IF THIRD LEVEL LI IS ACTIVE/CURRENT */
        /* MENU BORDERS */ }
        .nav-page-header .navbar ul li.menu-item a {
          text-decoration: none;
          font-weight: 300;
          color: #ffffff;
          padding-left: 10px; }
        .nav-page-header .navbar ul li.menu-item ul.sub-menu {
          display: none;
          margin: 0;
          padding: 0; }
          .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item {
            margin: 0;
            padding: 10px 0 10px 20px;
            background: none;
            /* THIRD LEVEL */
            /* THIRD LEVEL */ }
            .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item:last-child {
              padding-bottom: 5px; }
            .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item a {
              font-weight: 300;
              color: #ffffff; }
            .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
              display: none;
              margin: 10px 0 0 0;
              padding: 0; }
              .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item {
                margin: 0;
                padding: 6px 0 6px 20px;
                background: none;
                /* FOURTH LEVEL */ }
                .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item:last-child {
                  padding-bottom: 0; }
                .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item a {
                  font-weight: 300;
                  color: #ffffff; }
                .nav-page-header .navbar ul li.menu-item ul.sub-menu li.menu-item ul.sub-menu li.menu-item ul.sub-menu {
                  display: none; }
        .nav-page-header .navbar ul li.menu-item.current-menu-item {
          /* SECOND LEVEL IF FIRST LEVEL LI IS ACTIVE/CURRENT */ }
          .nav-page-header .navbar ul li.menu-item.current-menu-item a {
            font-weight: 400;
            color: #FF6900; }
          .nav-page-header .navbar ul li.menu-item.current-menu-item ul.sub-menu {
            display: block; }
        .nav-page-header .navbar ul li.menu-item.current-page-ancestor, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor {
          /* SECOND LEVEL IF SECOND LEVEL LI IS ACTIVE/CURRENT */ }
          .nav-page-header .navbar ul li.menu-item.current-page-ancestor a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor a {
            font-weight: 400;
            color: #FF6900; }
          .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu {
            display: block; }
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-item, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-item {
              /* THIRD LEVEL IF SECOND LEVEL LI IS ACTIVE/CURRENT */ }
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-item a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-item a {
                font-weight: 400;
                color: #FF6900; }
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-item ul.sub-menu, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-item ul.sub-menu {
                display: block; }
        .nav-page-header .navbar ul li.menu-item.current-page-ancestor, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor {
          /* SECOND LEVEL IF THIRD LEVEL LI IS ACTIVE/CURRENT */ }
          .nav-page-header .navbar ul li.menu-item.current-page-ancestor a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor a {
            font-weight: 400;
            color: #FF6900; }
          .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu {
            display: block; }
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-menu-item a, .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-page-ancestor a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-menu-item a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-page-ancestor a {
              font-weight: 400;
              color: #FF6900; }
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-page-ancestor,
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-ancestor, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-page-ancestor,
            .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-ancestor {
              /* THIRD LEVEL IF THIRD LEVEL LI IS ACTIVE/CURRENT */ }
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu,
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu,
              .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu {
                display: block; }
                .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu li.current-menu-item a, .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu li.current-page-ancestor a,
                .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu li.current-menu-item a,
                .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu li.current-page-ancestor a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu li.current-menu-item a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-page-ancestor ul.sub-menu li.current-page-ancestor a,
                .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu li.current-menu-item a,
                .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu .current-menu-ancestor ul.sub-menu li.current-page-ancestor a {
                  font-weight: 400;
                  color: #FF6900; }
        @media screen and (min-width: 1025px) {
          .nav-page-header .navbar ul li.menu-item.current-menu-item.menu-item-has-children {
            border-right: 5px solid #FF6900;
            border-top: 2px solid #00478a;
            border-bottom: 2px solid #00478a; }
            .nav-page-header .navbar ul li.menu-item.current-menu-item.menu-item-has-children:first-child {
              border-top: none; }
            .nav-page-header .navbar ul li.menu-item.current-menu-item.menu-item-has-children ul.sub-menu li.current-menu-item {
              border: none; }
          .nav-page-header .navbar ul li.menu-item.current-page-ancestor, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor {
            border-right: 5px solid #FF6900;
            border-top: 2px solid #00478a;
            border-bottom: 2px solid #00478a; }
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor:first-child, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor:first-child {
              border-top: none;
              border: none; }
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-menu-ancestor,
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-menu-item,
            .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.menu-item, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-menu-ancestor,
            .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-menu-item,
            .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.menu-item {
              border: none; }
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-menu-ancestor a,
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.current-menu-item a,
              .nav-page-header .navbar ul li.menu-item.current-page-ancestor ul.sub-menu li.menu-item a, .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-menu-ancestor a,
              .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.current-menu-item a,
              .nav-page-header .navbar ul li.menu-item.current-menu-ancestor ul.sub-menu li.menu-item a {
                border: none; } }
    .nav-page-header .navbar li.menu-item {
      background: url("assets/images/icons/home-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.learning {
        background: url("assets/images/icons/graduation-cap-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.sales {
        background: url("assets/images/icons/chart-line-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.products {
        background: url("assets/images/icons/cubes-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.systems {
        background: url("assets/images/icons/server-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.process {
        background: url("assets/images/icons/compress-arrows-alt-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.glossary {
        background: url("assets/images/icons/book-open-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.support {
        background: url("assets/images/icons/plus-square-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.podcast {
        background: url("assets/images/icons/podcast-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.news {
        background: url("assets/images/icons/comment-lines-solid-white.svg"); }
      .nav-page-header .navbar li.menu-item.marketing {
        background: url("assets/images/icons/bullseye-arrow-regular-white.svg"); }
    .nav-page-header .navbar li.menu-item,
    .nav-page-header .navbar li.menu-item.learning,
    .nav-page-header .navbar li.menu-item.sales,
    .nav-page-header .navbar li.menu-item.products,
    .nav-page-header .navbar li.menu-item.systems,
    .nav-page-header .navbar li.menu-item.process,
    .nav-page-header .navbar li.menu-item.glossary,
    .nav-page-header .navbar li.menu-item.podcast,
    .nav-page-header .navbar li.menu-item.news,
    .nav-page-header .navbar li.menu-item.marketing {
      background-repeat: no-repeat;
      background-position: 20px 12px;
      background-size: 18px 18px; }
      @media screen and (min-width: 1600px) {
        .nav-page-header .navbar li.menu-item,
        .nav-page-header .navbar li.menu-item.learning,
        .nav-page-header .navbar li.menu-item.sales,
        .nav-page-header .navbar li.menu-item.products,
        .nav-page-header .navbar li.menu-item.systems,
        .nav-page-header .navbar li.menu-item.process,
        .nav-page-header .navbar li.menu-item.glossary,
        .nav-page-header .navbar li.menu-item.podcast,
        .nav-page-header .navbar li.menu-item.news,
        .nav-page-header .navbar li.menu-item.marketing {
          background-position: 20px 13px;
          background-size: 20px 20px; } }
.mobile-view-bottombar {
  display: none; }

@media (display-mode: standalone) {
  .mobile-view-bottombar {
    display: block;
    height: 65px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #003A70; }
    .mobile-view-bottombar .mobile-view-button {
      width: 25%;
      float: left;
      text-align: center;
      font-size: 22px;
      color: white; }
      .mobile-view-bottombar .mobile-view-button a {
        color: white; }
        .mobile-view-bottombar .mobile-view-button a i {
          line-height: 65px;
          text-align: center; }
      .mobile-view-bottombar .mobile-view-button button {
        background: none;
        border: none;
        padding: 0;
        margin: 0; }
        .mobile-view-bottombar .mobile-view-button button i {
          font-size: 22px;
          line-height: 65px;
          color: white; }
      .mobile-view-bottombar .mobile-view-button .ld-mobile-nav {
        display: none; }
  .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav {
    display: none; }
  .learndash-wrapper .ld-focus .ld-focus-sidebar {
    margin-top: 30px;
    position: fixed; }
  .ld-in-focus-mode .mobile-view-bottombar .open-footer-mobile-menu {
    display: none; }
  .ld-in-focus-mode .mobile-view-bottombar .ld-mobile-nav {
    display: block; }
    .ld-in-focus-mode .mobile-view-bottombar .ld-mobile-nav i {
      font-size: 22px;
      line-height: 65px;
      color: white; } }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  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;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 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; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }

.widget select {
  max-width: 100%; }

.pb-video-widget-container {
  position: relative; }
  .pb-video-widget-container .video-copy-class table {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    left: -999999px;
    text-transform: uppercase;
    font-size: 14px;
    font-style: italic; }
    .pb-video-widget-container .video-copy-class table tr td img {
      padding: 0; }
  .pb-video-widget-container .pb-video-widget {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    max-width: 80%;
    height: auto;
    margin: 0 auto; }
    .pb-video-widget-container .pb-video-widget iframe,
    .pb-video-widget-container .pb-video-widget object,
    .pb-video-widget-container .pb-video-widget embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: .42rem;
      border-top-left-radius: 0.42rem;
      border-top-right-radius: 0.42rem;
      border-bottom-right-radius: 0.42rem;
      border-bottom-left-radius: 0.42rem; }
    @media screen and (min-width: 800px) {
      .pb-video-widget-container .pb-video-widget.vimeo-size-small {
        width: 400px;
        height: 225px;
        padding-bottom: 18%; } }
    @media screen and (min-width: 800px) {
      .pb-video-widget-container .pb-video-widget.vimeo-size-medium {
        max-width: 60%;
        height: auto;
        padding-bottom: 33%; } }
    @media screen and (min-width: 800px) {
      .pb-video-widget-container .pb-video-widget.vimeo-align-right {
        margin: 0 2% 0 2%;
        float: right; } }
    @media screen and (min-width: 800px) {
      .pb-video-widget-container .pb-video-widget.vimeo-align-left {
        margin: 0 2% 0 2%;
        float: left; } }
  .pb-video-widget-container .video-social-buttons {
    position: absolute;
    top: 5%;
    right: 0%;
    width: 10%;
    padding: 3px 0;
    text-align: center;
    background: #EDEDED;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem; }
    @media screen and (min-width: 800px) {
      .pb-video-widget-container .video-social-buttons {
        right: 3%;
        width: 7%; } }
    @media screen and (min-width: 1600px) {
      .pb-video-widget-container .video-social-buttons {
        right: 2%;
        width: 8%;
        padding: 0; } }
    .pb-video-widget-container .video-social-buttons .btn {
      display: block;
      margin: 5px auto;
      padding: 20% 20%;
      font-size: .9em;
      color: #003A70;
      background: white;
      border: none;
      clear: both; }
      @media screen and (min-width: 1600px) {
        .pb-video-widget-container .video-social-buttons .btn {
          margin: 10px auto;
          padding: 20% 20%; } }
      .pb-video-widget-container .video-social-buttons .btn:hover {
        background: #003A70;
        color: white; }
      .pb-video-widget-container .video-social-buttons .btn:active {
        color: #003A70;
        background: white; }

.widget_iframe_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */ }
  .widget_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.float.button-request,
.float:visited.button-request,
.float:active.button-request,
.float:hover.button-request {
  position: fixed;
  width: 55px;
  height: 55px;
  bottom: 40px;
  right: 40px;
  background-color: #003A70;
  border-radius: 50px;
  color: #ffffff;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  line-height: 55px;
  text-decoration: none;
  /* fix this for mobile view dev */ }
  @media screen and (max-width: 600px) {
    .float.button-request,
    .float:visited.button-request,
    .float:active.button-request,
    .float:hover.button-request {
      display: none; } }
.aside {
  display: block;
  width: 100%;
  float: right;
  margin: 0 auto; }
  @media screen and (min-width: 1025px) {
    .aside {
      width: 78.5%; } }
  @media screen and (min-width: 1366px) {
    .aside {
      width: 80%; } }
  @media screen and (min-width: 1600px) {
    .aside {
      width: 80%; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .aside {
      width: 100%; } }
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

@media screen and (min-width: 800px) {
  body.default-sidebar #page .content-area {
    width: 70%;
    float: left; } }

body.default-sidebar #page #news-feed-secondary {
  display: none; }
  @media screen and (min-width: 800px) {
    body.default-sidebar #page #news-feed-secondary {
      display: block;
      width: 30%;
      padding-left: 1%;
      float: left; } }
  body.default-sidebar #page #news-feed-secondary h4.categorytitle {
    margin-block-end: 0; }
  body.default-sidebar #page #news-feed-secondary ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px; }
  body.default-sidebar #page #news-feed-secondary li {
    list-style: none; }

body.default-sidebar #page #single-secondary {
  width: 30%;
  padding-left: 1%;
  float: left; }
  body.default-sidebar #page #single-secondary h4.categorytitle {
    margin-block-end: 0; }
  body.default-sidebar #page #single-secondary ul {
    margin: 10px 0 0 0;
    padding: 0 0 0 15px; }
  body.default-sidebar #page #single-secondary li {
    list-style: none; }

.post,
.page,
#page,
.search,
.single,
.error404 {
  margin: 0 0 0 0; }
  .post #news-feed-primary, .post #news-archive, .post #news-taxonomy,
  .page #news-feed-primary,
  .page #news-archive,
  .page #news-taxonomy,
  #page #news-feed-primary,
  #page #news-archive,
  #page #news-taxonomy,
  .search #news-feed-primary,
  .search #news-archive,
  .search #news-taxonomy,
  .single #news-feed-primary,
  .single #news-archive,
  .single #news-taxonomy,
  .error404 #news-feed-primary,
  .error404 #news-archive,
  .error404 #news-taxonomy {
    clear: both;
    margin-top: 20px; }
    .post #news-feed-primary article, .post #news-archive article, .post #news-taxonomy article,
    .page #news-feed-primary article,
    .page #news-archive article,
    .page #news-taxonomy article,
    #page #news-feed-primary article,
    #page #news-archive article,
    #page #news-taxonomy article,
    .search #news-feed-primary article,
    .search #news-archive article,
    .search #news-taxonomy article,
    .single #news-feed-primary article,
    .single #news-archive article,
    .single #news-taxonomy article,
    .error404 #news-feed-primary article,
    .error404 #news-archive article,
    .error404 #news-taxonomy article {
      margin: 0 0 20px; }
      .post #news-feed-primary article .icon, .post #news-archive article .icon, .post #news-taxonomy article .icon,
      .page #news-feed-primary article .icon,
      .page #news-archive article .icon,
      .page #news-taxonomy article .icon,
      #page #news-feed-primary article .icon,
      #page #news-archive article .icon,
      #page #news-taxonomy article .icon,
      .search #news-feed-primary article .icon,
      .search #news-archive article .icon,
      .search #news-taxonomy article .icon,
      .single #news-feed-primary article .icon,
      .single #news-archive article .icon,
      .single #news-taxonomy article .icon,
      .error404 #news-feed-primary article .icon,
      .error404 #news-archive article .icon,
      .error404 #news-taxonomy article .icon {
        display: none;
        width: 12%;
        float: left;
        text-align: center; }
        @media screen and (min-width: 800px) {
          .post #news-feed-primary article .icon, .post #news-archive article .icon, .post #news-taxonomy article .icon,
          .page #news-feed-primary article .icon,
          .page #news-archive article .icon,
          .page #news-taxonomy article .icon,
          #page #news-feed-primary article .icon,
          #page #news-archive article .icon,
          #page #news-taxonomy article .icon,
          .search #news-feed-primary article .icon,
          .search #news-archive article .icon,
          .search #news-taxonomy article .icon,
          .single #news-feed-primary article .icon,
          .single #news-archive article .icon,
          .single #news-taxonomy article .icon,
          .error404 #news-feed-primary article .icon,
          .error404 #news-archive article .icon,
          .error404 #news-taxonomy article .icon {
            display: block; } }
        .post #news-feed-primary article .icon i, .post #news-archive article .icon i, .post #news-taxonomy article .icon i,
        .page #news-feed-primary article .icon i,
        .page #news-archive article .icon i,
        .page #news-taxonomy article .icon i,
        #page #news-feed-primary article .icon i,
        #page #news-archive article .icon i,
        #page #news-taxonomy article .icon i,
        .search #news-feed-primary article .icon i,
        .search #news-archive article .icon i,
        .search #news-taxonomy article .icon i,
        .single #news-feed-primary article .icon i,
        .single #news-archive article .icon i,
        .single #news-taxonomy article .icon i,
        .error404 #news-feed-primary article .icon i,
        .error404 #news-archive article .icon i,
        .error404 #news-taxonomy article .icon i {
          font-size: 32px; }
      .post #news-feed-primary article header.loop-entry-header h3.loop-entry-title, .post #news-archive article header.loop-entry-header h3.loop-entry-title, .post #news-taxonomy article header.loop-entry-header h3.loop-entry-title,
      .page #news-feed-primary article header.loop-entry-header h3.loop-entry-title,
      .page #news-archive article header.loop-entry-header h3.loop-entry-title,
      .page #news-taxonomy article header.loop-entry-header h3.loop-entry-title,
      #page #news-feed-primary article header.loop-entry-header h3.loop-entry-title,
      #page #news-archive article header.loop-entry-header h3.loop-entry-title,
      #page #news-taxonomy article header.loop-entry-header h3.loop-entry-title,
      .search #news-feed-primary article header.loop-entry-header h3.loop-entry-title,
      .search #news-archive article header.loop-entry-header h3.loop-entry-title,
      .search #news-taxonomy article header.loop-entry-header h3.loop-entry-title,
      .single #news-feed-primary article header.loop-entry-header h3.loop-entry-title,
      .single #news-archive article header.loop-entry-header h3.loop-entry-title,
      .single #news-taxonomy article header.loop-entry-header h3.loop-entry-title,
      .error404 #news-feed-primary article header.loop-entry-header h3.loop-entry-title,
      .error404 #news-archive article header.loop-entry-header h3.loop-entry-title,
      .error404 #news-taxonomy article header.loop-entry-header h3.loop-entry-title {
        margin-block-start: 0em;
        margin-block-end: 0em;
        margin-inline-start: 0px;
        margin-inline-end: 0px; }
      .post #news-feed-primary article header.loop-entry-header .loop-entry-meta, .post #news-archive article header.loop-entry-header .loop-entry-meta, .post #news-taxonomy article header.loop-entry-header .loop-entry-meta,
      .page #news-feed-primary article header.loop-entry-header .loop-entry-meta,
      .page #news-archive article header.loop-entry-header .loop-entry-meta,
      .page #news-taxonomy article header.loop-entry-header .loop-entry-meta,
      #page #news-feed-primary article header.loop-entry-header .loop-entry-meta,
      #page #news-archive article header.loop-entry-header .loop-entry-meta,
      #page #news-taxonomy article header.loop-entry-header .loop-entry-meta,
      .search #news-feed-primary article header.loop-entry-header .loop-entry-meta,
      .search #news-archive article header.loop-entry-header .loop-entry-meta,
      .search #news-taxonomy article header.loop-entry-header .loop-entry-meta,
      .single #news-feed-primary article header.loop-entry-header .loop-entry-meta,
      .single #news-archive article header.loop-entry-header .loop-entry-meta,
      .single #news-taxonomy article header.loop-entry-header .loop-entry-meta,
      .error404 #news-feed-primary article header.loop-entry-header .loop-entry-meta,
      .error404 #news-archive article header.loop-entry-header .loop-entry-meta,
      .error404 #news-taxonomy article header.loop-entry-header .loop-entry-meta {
        font-style: italic; }
      .post #news-feed-primary article .loop-entry-summary p, .post #news-archive article .loop-entry-summary p, .post #news-taxonomy article .loop-entry-summary p,
      .page #news-feed-primary article .loop-entry-summary p,
      .page #news-archive article .loop-entry-summary p,
      .page #news-taxonomy article .loop-entry-summary p,
      #page #news-feed-primary article .loop-entry-summary p,
      #page #news-archive article .loop-entry-summary p,
      #page #news-taxonomy article .loop-entry-summary p,
      .search #news-feed-primary article .loop-entry-summary p,
      .search #news-archive article .loop-entry-summary p,
      .search #news-taxonomy article .loop-entry-summary p,
      .single #news-feed-primary article .loop-entry-summary p,
      .single #news-archive article .loop-entry-summary p,
      .single #news-taxonomy article .loop-entry-summary p,
      .error404 #news-feed-primary article .loop-entry-summary p,
      .error404 #news-archive article .loop-entry-summary p,
      .error404 #news-taxonomy article .loop-entry-summary p {
        margin-block-start: .5em;
        margin-block-end: .5em; }
      @media screen and (min-width: 800px) {
        .post #news-feed-primary article .post, .post #news-archive article .post, .post #news-taxonomy article .post,
        .page #news-feed-primary article .post,
        .page #news-archive article .post,
        .page #news-taxonomy article .post,
        #page #news-feed-primary article .post,
        #page #news-archive article .post,
        #page #news-taxonomy article .post,
        .search #news-feed-primary article .post,
        .search #news-archive article .post,
        .search #news-taxonomy article .post,
        .single #news-feed-primary article .post,
        .single #news-archive article .post,
        .single #news-taxonomy article .post,
        .error404 #news-feed-primary article .post,
        .error404 #news-archive article .post,
        .error404 #news-taxonomy article .post {
          width: 88%;
          padding-left: 2%;
          float: left;
          border-left: 1px solid grey; } }
  .post .pp-multiple-authors-wrapper .avatar,
  .page .pp-multiple-authors-wrapper .avatar,
  #page .pp-multiple-authors-wrapper .avatar,
  .search .pp-multiple-authors-wrapper .avatar,
  .single .pp-multiple-authors-wrapper .avatar,
  .error404 .pp-multiple-authors-wrapper .avatar {
    width: 74px;
    height: 74px; }
    .post .pp-multiple-authors-wrapper .avatar img,
    .page .pp-multiple-authors-wrapper .avatar img,
    #page .pp-multiple-authors-wrapper .avatar img,
    .search .pp-multiple-authors-wrapper .avatar img,
    .single .pp-multiple-authors-wrapper .avatar img,
    .error404 .pp-multiple-authors-wrapper .avatar img {
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      border-radius: 50%; }
  .post #breadcrumbs,
  .page #breadcrumbs,
  #page #breadcrumbs,
  .search #breadcrumbs,
  .single #breadcrumbs,
  .error404 #breadcrumbs {
    display: block;
    list-style: none;
    margin: 120px 0 -100px 5%;
    padding: 0;
    line-height: 14px; }
    @media screen and (max-width: 600px) {
      .post #breadcrumbs,
      .page #breadcrumbs,
      #page #breadcrumbs,
      .search #breadcrumbs,
      .single #breadcrumbs,
      .error404 #breadcrumbs {
        display: none; } }
    @media screen and (min-width: 600px) {
      .post #breadcrumbs,
      .page #breadcrumbs,
      #page #breadcrumbs,
      .search #breadcrumbs,
      .single #breadcrumbs,
      .error404 #breadcrumbs {
        margin: 21px 0 -40px 5%; } }
    @media print {
      .post #breadcrumbs,
      .page #breadcrumbs,
      #page #breadcrumbs,
      .search #breadcrumbs,
      .single #breadcrumbs,
      .error404 #breadcrumbs {
        display: none; } }
    .post #breadcrumbs li,
    .page #breadcrumbs li,
    #page #breadcrumbs li,
    .search #breadcrumbs li,
    .single #breadcrumbs li,
    .error404 #breadcrumbs li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px; }
      .post #breadcrumbs li a,
      .page #breadcrumbs li a,
      #page #breadcrumbs li a,
      .search #breadcrumbs li a,
      .single #breadcrumbs li a,
      .error404 #breadcrumbs li a {
        text-decoration: none; }
    .post #breadcrumbs .separator,
    .page #breadcrumbs .separator,
    #page #breadcrumbs .separator,
    .search #breadcrumbs .separator,
    .single #breadcrumbs .separator,
    .error404 #breadcrumbs .separator {
      font-size: 18px;
      font-weight: 100;
      color: #CCCCCC; }
  .post .edit-link,
  .page .edit-link,
  #page .edit-link,
  .search .edit-link,
  .single .edit-link,
  .error404 .edit-link {
    float: right;
    margin: -4px 5% 0 0; }
    .post .edit-link a,
    .page .edit-link a,
    #page .edit-link a,
    .search .edit-link a,
    .single .edit-link a,
    .error404 .edit-link a {
      text-decoration: none; }
  .post .site-content,
  .page .site-content,
  #page .site-content,
  .search .site-content,
  .single .site-content,
  .error404 .site-content {
    background-color: #ffffff;
    width: 90%;
    display: block;
    margin: 35px auto 0 auto;
    padding: 0 15px;
    border-radius: .42rem;
    border-top-left-radius: 0.42rem;
    border-top-right-radius: 0.42rem;
    border-bottom-right-radius: 0.42rem;
    border-bottom-left-radius: 0.42rem;
    min-height: 82.5vh;
    /* DEV */
    /* SYSTEMS SPECIFIC STYLES*/
    /* GLOSSARY SPECIFIC STYLES*/ }
    @media screen and (min-width: 600px) {
      .post .site-content,
      .page .site-content,
      #page .site-content,
      .search .site-content,
      .single .site-content,
      .error404 .site-content {
        margin: 55px auto 0 auto;
        padding: 0 15px 15px 15px; } }
    @media print {
      .post .site-content,
      .page .site-content,
      #page .site-content,
      .search .site-content,
      .single .site-content,
      .error404 .site-content {
        width: 100%;
        margin: 0; } }
    .post .site-content .page-header,
    .post .site-content .entry-header,
    .page .site-content .page-header,
    .page .site-content .entry-header,
    #page .site-content .page-header,
    #page .site-content .entry-header,
    .search .site-content .page-header,
    .search .site-content .entry-header,
    .single .site-content .page-header,
    .single .site-content .entry-header,
    .error404 .site-content .page-header,
    .error404 .site-content .entry-header {
      background: none;
      margin-top: 2em; }
      .post .site-content .page-header h1.home-entry-title,
      .post .site-content .entry-header h1.home-entry-title,
      .page .site-content .page-header h1.home-entry-title,
      .page .site-content .entry-header h1.home-entry-title,
      #page .site-content .page-header h1.home-entry-title,
      #page .site-content .entry-header h1.home-entry-title,
      .search .site-content .page-header h1.home-entry-title,
      .search .site-content .entry-header h1.home-entry-title,
      .single .site-content .page-header h1.home-entry-title,
      .single .site-content .entry-header h1.home-entry-title,
      .error404 .site-content .page-header h1.home-entry-title,
      .error404 .site-content .entry-header h1.home-entry-title {
        display: none; }
      .post .site-content .page-header h1.entry-title,
      .post .site-content .entry-header h1.entry-title,
      .page .site-content .page-header h1.entry-title,
      .page .site-content .entry-header h1.entry-title,
      #page .site-content .page-header h1.entry-title,
      #page .site-content .entry-header h1.entry-title,
      .search .site-content .page-header h1.entry-title,
      .search .site-content .entry-header h1.entry-title,
      .single .site-content .page-header h1.entry-title,
      .single .site-content .entry-header h1.entry-title,
      .error404 .site-content .page-header h1.entry-title,
      .error404 .site-content .entry-header h1.entry-title {
        text-align: center; }
    .post .site-content .rev_slider_wrapper,
    .page .site-content .rev_slider_wrapper,
    #page .site-content .rev_slider_wrapper,
    .search .site-content .rev_slider_wrapper,
    .single .site-content .rev_slider_wrapper,
    .error404 .site-content .rev_slider_wrapper {
      display: block;
      width: calc(100% + 30px);
      margin: 0 -15px !important; }
    .post .site-content .post-shortcode-container.design-video .module-row,
    .page .site-content .post-shortcode-container.design-video .module-row,
    #page .site-content .post-shortcode-container.design-video .module-row,
    .search .site-content .post-shortcode-container.design-video .module-row,
    .single .site-content .post-shortcode-container.design-video .module-row,
    .error404 .site-content .post-shortcode-container.design-video .module-row {
      margin: 0;
      padding: 0;
      list-style: none; }
      .post .site-content .post-shortcode-container.design-video .module-row .module,
      .page .site-content .post-shortcode-container.design-video .module-row .module,
      #page .site-content .post-shortcode-container.design-video .module-row .module,
      .search .site-content .post-shortcode-container.design-video .module-row .module,
      .single .site-content .post-shortcode-container.design-video .module-row .module,
      .error404 .site-content .post-shortcode-container.design-video .module-row .module {
        display: block;
        padding: 0 15px;
        margin: 0; }
        @media screen and (min-width: 600px) {
          .post .site-content .post-shortcode-container.design-video .module-row .module,
          .page .site-content .post-shortcode-container.design-video .module-row .module,
          #page .site-content .post-shortcode-container.design-video .module-row .module,
          .search .site-content .post-shortcode-container.design-video .module-row .module,
          .single .site-content .post-shortcode-container.design-video .module-row .module,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module {
            float: left; }
            .post .site-content .post-shortcode-container.design-video .module-row .module.module-col2, .post .site-content .post-shortcode-container.design-video .module-row .module.module-col3, .post .site-content .post-shortcode-container.design-video .module-row .module.module-col4, .post .site-content .post-shortcode-container.design-video .module-row .module.module-col5, .post .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
            .page .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
            .page .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
            .page .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
            .page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
            .page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
            #page .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
            #page .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
            #page .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
            #page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
            #page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
            .search .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
            .search .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
            .search .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
            .search .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
            .search .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
            .single .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
            .single .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
            .single .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
            .single .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
            .single .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col6 {
              width: 50%; } }
        @media screen and (min-width: 800px) {
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col2,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col2 {
            width: 50%; }
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col3,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col3 {
            width: 33.3333%; }
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col4,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col4 {
            width: 25%; }
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col5 {
            width: 25%; }
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col6 {
            width: 25%; } }
        @media screen and (min-width: 1025px) {
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col5,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col5 {
            width: 20%; }
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col6 {
            width: 20%; } }
        @media screen and (min-width: 1366px) {
          .post .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          #page .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .search .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .single .site-content .post-shortcode-container.design-video .module-row .module.module-col6,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module.module-col6 {
            width: 16.66667%; } }
        .post .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image,
        .page .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image,
        #page .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image,
        .search .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image,
        .single .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image,
        .error404 .site-content .post-shortcode-container.design-video .module-row .module:hover .post-image a figure img.image {
          -webkit-transform: scale(1.3);
          transform: scale(1.3); }
        .post .site-content .post-shortcode-container.design-video .module-row .module .post-image,
        .page .site-content .post-shortcode-container.design-video .module-row .module .post-image,
        #page .site-content .post-shortcode-container.design-video .module-row .module .post-image,
        .search .site-content .post-shortcode-container.design-video .module-row .module .post-image,
        .single .site-content .post-shortcode-container.design-video .module-row .module .post-image,
        .error404 .site-content .post-shortcode-container.design-video .module-row .module .post-image {
          position: relative;
          width: 90%;
          margin: 0 auto; }
          .post .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure,
          .page .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure,
          #page .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure,
          .search .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure,
          .single .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure,
          .error404 .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure {
            width: 100%;
            overflow: hidden; }
            .post .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image,
            .page .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image,
            #page .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image,
            .search .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image,
            .single .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image,
            .error404 .site-content .post-shortcode-container.design-video .module-row .module .post-image a figure img.image {
              display: block;
              width: 100%;
              height: auto;
              -webkit-transform: scale(1);
              transform: scale(1);
              -webkit-transition: .3s ease-in-out;
              transition: .3s ease-in-out; }
        .post .site-content .post-shortcode-container.design-video .module-row .module h3,
        .page .site-content .post-shortcode-container.design-video .module-row .module h3,
        #page .site-content .post-shortcode-container.design-video .module-row .module h3,
        .search .site-content .post-shortcode-container.design-video .module-row .module h3,
        .single .site-content .post-shortcode-container.design-video .module-row .module h3,
        .error404 .site-content .post-shortcode-container.design-video .module-row .module h3 {
          text-align: center; }
    .post .site-content .post-shortcode-container.design-list .module-col2,
    .page .site-content .post-shortcode-container.design-list .module-col2,
    #page .site-content .post-shortcode-container.design-list .module-col2,
    .search .site-content .post-shortcode-container.design-list .module-col2,
    .single .site-content .post-shortcode-container.design-list .module-col2,
    .error404 .site-content .post-shortcode-container.design-list .module-col2 {
      /* 
					@include breakpoint(phablet) {
					columns: 2;
					-webkit-columns: 2;
					-moz-columns: 2;
					}
					*/ }
    .post .site-content .post-shortcode-container.design-list .module,
    .page .site-content .post-shortcode-container.design-list .module,
    #page .site-content .post-shortcode-container.design-list .module,
    .search .site-content .post-shortcode-container.design-list .module,
    .single .site-content .post-shortcode-container.design-list .module,
    .error404 .site-content .post-shortcode-container.design-list .module {
      display: block; }
      .post .site-content .post-shortcode-container.design-list .module ul,
      .page .site-content .post-shortcode-container.design-list .module ul,
      #page .site-content .post-shortcode-container.design-list .module ul,
      .search .site-content .post-shortcode-container.design-list .module ul,
      .single .site-content .post-shortcode-container.design-list .module ul,
      .error404 .site-content .post-shortcode-container.design-list .module ul {
        list-style: none;
        margin: 0 0 15px 0;
        padding: 0; }
        .post .site-content .post-shortcode-container.design-list .module ul li,
        .page .site-content .post-shortcode-container.design-list .module ul li,
        #page .site-content .post-shortcode-container.design-list .module ul li,
        .search .site-content .post-shortcode-container.design-list .module ul li,
        .single .site-content .post-shortcode-container.design-list .module ul li,
        .error404 .site-content .post-shortcode-container.design-list .module ul li {
          padding: 5px 0 5px 30px;
          border-top: 1px solid #e6e6e6; }
          .post .site-content .post-shortcode-container.design-list .module ul li:first-child,
          .page .site-content .post-shortcode-container.design-list .module ul li:first-child,
          #page .site-content .post-shortcode-container.design-list .module ul li:first-child,
          .search .site-content .post-shortcode-container.design-list .module ul li:first-child,
          .single .site-content .post-shortcode-container.design-list .module ul li:first-child,
          .error404 .site-content .post-shortcode-container.design-list .module ul li:first-child {
            border-top: none; }
          .post .site-content .post-shortcode-container.design-list .module ul li a,
          .page .site-content .post-shortcode-container.design-list .module ul li a,
          #page .site-content .post-shortcode-container.design-list .module ul li a,
          .search .site-content .post-shortcode-container.design-list .module ul li a,
          .single .site-content .post-shortcode-container.design-list .module ul li a,
          .error404 .site-content .post-shortcode-container.design-list .module ul li a {
            color: #595959; }
            .post .site-content .post-shortcode-container.design-list .module ul li a:hover,
            .page .site-content .post-shortcode-container.design-list .module ul li a:hover,
            #page .site-content .post-shortcode-container.design-list .module ul li a:hover,
            .search .site-content .post-shortcode-container.design-list .module ul li a:hover,
            .single .site-content .post-shortcode-container.design-list .module ul li a:hover,
            .error404 .site-content .post-shortcode-container.design-list .module ul li a:hover {
              color: #005EB8; }
    .post .site-content .coming-soon p,
    .page .site-content .coming-soon p,
    #page .site-content .coming-soon p,
    .search .site-content .coming-soon p,
    .single .site-content .coming-soon p,
    .error404 .site-content .coming-soon p {
      opacity: .3;
      color: #bfbfbf; }
      .post .site-content .coming-soon p a,
      .page .site-content .coming-soon p a,
      #page .site-content .coming-soon p a,
      .search .site-content .coming-soon p a,
      .single .site-content .coming-soon p a,
      .error404 .site-content .coming-soon p a {
        cursor: not-allowed;
        pointer-events: none; }
      .post .site-content .coming-soon p i,
      .page .site-content .coming-soon p i,
      #page .site-content .coming-soon p i,
      .search .site-content .coming-soon p i,
      .single .site-content .coming-soon p i,
      .error404 .site-content .coming-soon p i {
        color: #003A70;
        opacity: .6; }
    .post .site-content .coming-soon h1, .post .site-content .coming-soon h2, .post .site-content .coming-soon h3, .post .site-content .coming-soon h4, .post .site-content .coming-soon h5, .post .site-content .coming-soon i,
    .page .site-content .coming-soon h1,
    .page .site-content .coming-soon h2,
    .page .site-content .coming-soon h3,
    .page .site-content .coming-soon h4,
    .page .site-content .coming-soon h5,
    .page .site-content .coming-soon i,
    #page .site-content .coming-soon h1,
    #page .site-content .coming-soon h2,
    #page .site-content .coming-soon h3,
    #page .site-content .coming-soon h4,
    #page .site-content .coming-soon h5,
    #page .site-content .coming-soon i,
    .search .site-content .coming-soon h1,
    .search .site-content .coming-soon h2,
    .search .site-content .coming-soon h3,
    .search .site-content .coming-soon h4,
    .search .site-content .coming-soon h5,
    .search .site-content .coming-soon i,
    .single .site-content .coming-soon h1,
    .single .site-content .coming-soon h2,
    .single .site-content .coming-soon h3,
    .single .site-content .coming-soon h4,
    .single .site-content .coming-soon h5,
    .single .site-content .coming-soon i,
    .error404 .site-content .coming-soon h1,
    .error404 .site-content .coming-soon h2,
    .error404 .site-content .coming-soon h3,
    .error404 .site-content .coming-soon h4,
    .error404 .site-content .coming-soon h5,
    .error404 .site-content .coming-soon i {
      opacity: .3;
      color: #003A70; }
      .post .site-content .coming-soon h1 a, .post .site-content .coming-soon h2 a, .post .site-content .coming-soon h3 a, .post .site-content .coming-soon h4 a, .post .site-content .coming-soon h5 a, .post .site-content .coming-soon i a,
      .page .site-content .coming-soon h1 a,
      .page .site-content .coming-soon h2 a,
      .page .site-content .coming-soon h3 a,
      .page .site-content .coming-soon h4 a,
      .page .site-content .coming-soon h5 a,
      .page .site-content .coming-soon i a,
      #page .site-content .coming-soon h1 a,
      #page .site-content .coming-soon h2 a,
      #page .site-content .coming-soon h3 a,
      #page .site-content .coming-soon h4 a,
      #page .site-content .coming-soon h5 a,
      #page .site-content .coming-soon i a,
      .search .site-content .coming-soon h1 a,
      .search .site-content .coming-soon h2 a,
      .search .site-content .coming-soon h3 a,
      .search .site-content .coming-soon h4 a,
      .search .site-content .coming-soon h5 a,
      .search .site-content .coming-soon i a,
      .single .site-content .coming-soon h1 a,
      .single .site-content .coming-soon h2 a,
      .single .site-content .coming-soon h3 a,
      .single .site-content .coming-soon h4 a,
      .single .site-content .coming-soon h5 a,
      .single .site-content .coming-soon i a,
      .error404 .site-content .coming-soon h1 a,
      .error404 .site-content .coming-soon h2 a,
      .error404 .site-content .coming-soon h3 a,
      .error404 .site-content .coming-soon h4 a,
      .error404 .site-content .coming-soon h5 a,
      .error404 .site-content .coming-soon i a {
        cursor: not-allowed;
        pointer-events: none; }
    .post .site-content .coming-soon:before,
    .page .site-content .coming-soon:before,
    #page .site-content .coming-soon:before,
    .search .site-content .coming-soon:before,
    .single .site-content .coming-soon:before,
    .error404 .site-content .coming-soon:before {
      opacity: .5;
      content: "Coming Soon!";
      color: white;
      position: absolute;
      display: block;
      text-align: center;
      padding: 15px 10px;
      background: #59CBE8;
      z-index: 99999;
      transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg); }
    .post .site-content .system-feature img,
    .page .site-content .system-feature img,
    #page .site-content .system-feature img,
    .search .site-content .system-feature img,
    .single .site-content .system-feature img,
    .error404 .site-content .system-feature img {
      width: 95%;
      display: block;
      margin: 0 auto;
      height: auto;
      vertical-align: center; }
      @media screen and (min-width: 600px) {
        .post .site-content .system-feature img,
        .page .site-content .system-feature img,
        #page .site-content .system-feature img,
        .search .site-content .system-feature img,
        .single .site-content .system-feature img,
        .error404 .site-content .system-feature img {
          width: 80%; } }
    .post .site-content .system-main-graphic img,
    .page .site-content .system-main-graphic img,
    #page .site-content .system-main-graphic img,
    .search .site-content .system-main-graphic img,
    .single .site-content .system-main-graphic img,
    .error404 .site-content .system-main-graphic img {
      width: 75%;
      display: block;
      margin: 0 auto; }
    .post .site-content .glossary-container .glossary_top_filter,
    .page .site-content .glossary-container .glossary_top_filter,
    #page .site-content .glossary-container .glossary_top_filter,
    .search .site-content .glossary-container .glossary_top_filter,
    .single .site-content .glossary-container .glossary_top_filter,
    .error404 .site-content .glossary-container .glossary_top_filter {
      display: none; }
    @media screen and (max-width: 600px) {
      .post .site-content .glossary-container ul.glossaryList li,
      .page .site-content .glossary-container ul.glossaryList li,
      #page .site-content .glossary-container ul.glossaryList li,
      .search .site-content .glossary-container ul.glossaryList li,
      .single .site-content .glossary-container ul.glossaryList li,
      .error404 .site-content .glossary-container ul.glossaryList li {
        margin-left: 15px; } }
  .post .entry-content,
  .page .entry-content,
  #page .entry-content,
  .search .entry-content,
  .single .entry-content,
  .error404 .entry-content {
    margin: 0; }
  .post .featured-image,
  .page .featured-image,
  #page .featured-image,
  .search .featured-image,
  .single .featured-image,
  .error404 .featured-image {
    margin: 0;
    padding: 0; }
    .post .featured-image img,
    .page .featured-image img,
    #page .featured-image img,
    .search .featured-image img,
    .single .featured-image img,
    .error404 .featured-image img {
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0; }
  .post .featured-page-display a,
  .page .featured-page-display a,
  #page .featured-page-display a,
  .search .featured-page-display a,
  .single .featured-page-display a,
  .error404 .featured-page-display a {
    text-decoration: none; }
  .post .featured-page-image,
  .page .featured-page-image,
  #page .featured-page-image,
  .search .featured-page-image,
  .single .featured-page-image,
  .error404 .featured-page-image {
    margin: 20px auto;
    display: block;
    line-height: 110px;
    font-size: 20px;
    height: 110px;
    color: #ffffff;
    text-align: center;
    width: 90%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media screen and (min-width: 600px) {
      .post .featured-page-image,
      .page .featured-page-image,
      #page .featured-page-image,
      .search .featured-page-image,
      .single .featured-page-image,
      .error404 .featured-page-image {
        width: 100%;
        margin: 20px 0; }
        .post .featured-page-image.one,
        .page .featured-page-image.one,
        #page .featured-page-image.one,
        .search .featured-page-image.one,
        .single .featured-page-image.one,
        .error404 .featured-page-image.one {
          margin: 20px 2%;
          width: 96%;
          float: left; }
        .post .featured-page-image.two,
        .page .featured-page-image.two,
        #page .featured-page-image.two,
        .search .featured-page-image.two,
        .single .featured-page-image.two,
        .error404 .featured-page-image.two {
          margin: 20px 2%;
          width: 46%;
          float: left; }
        .post .featured-page-image.three,
        .page .featured-page-image.three,
        #page .featured-page-image.three,
        .search .featured-page-image.three,
        .single .featured-page-image.three,
        .error404 .featured-page-image.three {
          margin: 20px 2%;
          width: 29.333%;
          float: left; } }
body.home .page .entry-header {
  margin-top: 0 !important; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

.site-footer {
  margin-bottom: 22.5px; }
  @media screen and (max-width: 600px) {
    .site-footer {
      font-size: .75em; } }
  @media (display-mode: standalone) {
    .site-footer {
      margin-bottom: 65px; } }
  @media screen and (min-width: 600px) {
    .site-footer {
      margin-bottom: 0; } }
/*--------------------------------------------------------------
## Posts
--------------------------------------------------------------*/
.single .site-content img {
  padding: 20px 0; }

/*--------------------------------------------------------------
## Product Category & Archive
--------------------------------------------------------------*/
.product-archive .products {
  padding-top: 50px; }
  .product-archive .products:before {
    clear: both; }
  @media screen and (min-width: 1025px) {
    .product-archive .products .row {
      margin: 0 0 85px 0; } }
  .product-archive .products .row .product-category {
    width: 100%;
    margin: 0 0 60px 0;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .product-archive .products .row .product-category {
        width: 50%;
        float: left;
        margin: 0; } }
/*--------------------------------------------------------------
## Product Taxonomy
--------------------------------------------------------------*/
.product-tax .product-individual {
  clear: both;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px 0; }
  @media screen and (min-width: 1025px) {
    .product-tax .product-individual {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .product-tax .product-individual .product-icon {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1025px) {
      .product-tax .product-individual .product-icon {
        width: 30%;
        margin-bottom: 0; } }
    .product-tax .product-individual .product-icon a span {
      vertical-align: middle;
      line-height: normal; }
      @media screen and (min-width: 1025px) {
        .product-tax .product-individual .product-icon a span {
          display: inline-block; } }
  .product-tax .product-individual .product-desc {
    width: 100%;
    display: block;
    text-align: center; }
    @media screen and (min-width: 1025px) {
      .product-tax .product-individual .product-desc {
        display: inline-block;
        width: 70%;
        text-align: left; } }
    .product-tax .product-individual .product-desc h2 {
      margin: 0;
      padding: 0; }
    .product-tax .product-individual .product-desc p {
      margin-block-start: .5em;
      margin-block-end: .5em; }

/*--------------------------------------------------------------
## Learn Dash Lesson
--------------------------------------------------------------*/
.learning-stats {
  width: 100%;
  display: block;
  margin-bottom: 50px;
  padding: 0; }
  .learning-stats .stats-box {
    width: 21.25%;
    float: left;
    background-color: #003A70;
    color: white;
    padding: 0 20px;
    margin: 0 2.5%;
    text-align: center; }
    .learning-stats .stats-box:first-child {
      margin-left: 0; }
    .learning-stats .stats-box:last-child {
      margin-right: 0; }
    .learning-stats .stats-box p.number {
      font-size: 2.5em;
      font-weight: 100;
      margin-block-start: .5em;
      margin-block-end: 0; }
    .learning-stats .stats-box p.title {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 100; }
  .learning-stats:after {
    content: ' ';
    display: block;
    height: 0;
    clear: both; }

.sfwd-courses .ld-course-status-seg-price {
  display: none !important; }

.pb-ld-lesson-topic-list {
  width: 30%;
  float: right; }

.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading {
  display: none; }

.learndash-wrapper .ld-course-navigation .widget_course_return {
  display: none; }

.ld-course-list-items .ld_course_grid .thumbnail.course .ld_course_grid_price.ribbon-enrolled {
  background: #003A70; }

.ld-course-list-items .caption h3 {
  font-size: 1.25em; }

.ld-course-list-items .ld_course_grid_price {
  display: none; }

/*--------------------------------------------------------------
## Learn Dash Course
--------------------------------------------------------------*/
.single-sfwd-courses .learndash .ld-section-heading .ld-expand-button {
  display: none; }

.single-sfwd-courses .learndash .ld-item-list-items .ld-item-list-item .ld-expand-button {
  display: none; }

@media (display-mode: standalone) {
  .learndash-wrapper .ld-focus .ld-focus-header {
    padding-top: 40px !important;
    background: #003A70;
    position: fixed; }
    .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span {
      background-color: white !important; }
    .learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav p a {
      color: white; }
  .learndash-wrapper .ld-focus .ld-focus-sidebar {
    margin-top: 40px;
    padding-bottom: 250px !important; }
  .learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,
  .learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content {
    padding-top: 122px !important; } }

.ld-course-list-items .ld_course_grid .thumbnail.course img {
  display: none; }
  @media screen and (min-width: 600px) {
    .ld-course-list-items .ld_course_grid .thumbnail.course img {
      display: block; } }
/*--------------------------------------------------------------
## Vimeo Shortcode
--------------------------------------------------------------*/
.vimeo-video {
  position: relative;
  padding-bottom: 45%;
  overflow: hidden;
  max-width: 80%;
  height: auto;
  margin: 0 auto; }
  .vimeo-video iframe,
  .vimeo-video object,
  .vimeo-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (min-width: 800px) {
    .vimeo-video.vimeo-size-small {
      width: 400px;
      height: 225px;
      padding-bottom: 18%; } }
  @media screen and (min-width: 800px) {
    .vimeo-video.vimeo-size-medium {
      max-width: 60%;
      height: auto;
      padding-bottom: 33%; } }
  @media screen and (min-width: 800px) {
    .vimeo-video.vimeo-align-right {
      margin: 0 2% 0 2%;
      float: right; } }
  @media screen and (min-width: 800px) {
    .vimeo-video.vimeo-align-left {
      margin: 0 2% 0 2%;
      float: left; } }
/*--------------------------------------------------------------
## Glossary
--------------------------------------------------------------*/
.glossary .glossary-nav {
  font-size: 1.2em;
  text-align: center; }
  .glossary .glossary-nav a {
    text-decoration: none;
    padding: 0 2px; }

.glossary .letter-group .letter-cell {
  font-size: 2em; }

.glossary .letter-group .row-cell span.term {
  font-weight: 900; }

.glossary .letter-group .row-cell a {
  font-size: .75em;
  text-decoration: none;
  text-transform: uppercase; }

/*--------------------------------------------------------------
## Search Bar
--------------------------------------------------------------*/
html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 0px !important; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# POPUPMAKER BUILT IN STYLES
--------------------------------------------------------------*/
/* Pop Up Default Styles */
.pum-container .pum-content > :last-child,
.pum-form__message:last-child {
  margin-bottom: 0; }

.pum-container,
.pum-content,
.pum-content + .pum-close,
.pum-content + .pum-close:active,
.pum-content + .pum-close:focus,
.pum-content + .pum-close:hover,
.pum-overlay, .pum-title {
  background: 0 0;
  border: none;
  bottom: auto;
  clear: none;
  cursor: default;
  float: none;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-weight: 400;
  height: auto;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  overflow: visible;
  position: static;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  top: auto;
  visibility: visible;
  white-space: normal;
  width: auto;
  z-index: auto; }

.pum-container .pum-content + .pum-close > span,
.pum-content, .pum-title {
  position: relative;
  z-index: 1; }

.pum-overlay,
html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-container {
  position: fixed; }

.pum-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1999999999;
  overflow: initial;
  display: none;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out; }

.pum-overlay.pum-form-submission-detected,
.pum-overlay.pum-preview {
  display: block; }

.pum-overlay, .pum-overlay *,
.pum-overlay :after,
.pum-overlay :before,
.pum-overlay:after,
.pum-overlay:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.pum-container {
  top: 100px;
  position: absolute;
  margin-bottom: 3em;
  z-index: 1999999999; }

.pum-container.pum-responsive {
  left: 50%;
  margin-left: -47.5%;
  width: 95%;
  height: auto;
  overflow: visible; }

.pum-container.pum-responsive img {
  max-width: 100%;
  height: auto; }

.pum-container.custom-position {
  left: auto;
  top: auto;
  margin-left: inherit; }

.pum-container .pum-content + .pum-close {
  text-decoration: none;
  text-align: center;
  line-height: 1;
  position: absolute;
  cursor: pointer;
  min-width: 1em;
  z-index: 2;
  background-color: transparent; }

.pum-container.pum-scrollable .pum-content {
  overflow: auto;
  overflow-y: scroll;
  max-height: 95%; }

.pum-overlay.pum-overlay-disabled {
  visibility: hidden; }

.pum-overlay.pum-overlay-disabled::-webkit-scrollbar {
  display: block; }

.pum-overlay.pum-overlay-disabled .pum-container {
  visibility: visible; }

.popmake-close, .pum-overlay.pum-click-to-close {
  cursor: pointer; }

html.pum-open.pum-open-overlay, html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow: hidden; }

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding-right: 15px; }

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active {
  position: static;
  height: auto;
  width: auto; }

.pum-form {
  margin: 0 auto 16px; }

.pum-form__field {
  margin-bottom: 1em; }

.pum-form__field label {
  font-weight: 700; }

.pum-form__field input[type=date],
.pum-form__field select {
  margin: 0 auto;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 3px;
  vertical-align: middle; }

.pum-form__field select {
  padding: 5px 3px; }

.pum-form__loader {
  font-size: 2em;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotate-forever;
  animation-name: rotate-forever;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  height: .75em;
  width: .75em;
  border: 0.25em solid rgba(0, 0, 0, 0.5);
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block; }

.pum-form__submit {
  position: relative; }

.pum-form__submit .pum-form__loader {
  margin-left: .5em;
  border: 0.25em solid rgba(255, 255, 255, 0.5);
  border-right-color: transparent; }

.pum-form__messages {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: .5em;
  padding: 1em;
  position: relative; }

.pum-form__message {
  margin-bottom: .5em; }

.pum-form__message--error {
  color: red !important;
  border-color: red; }

.pum-form__message--success {
  color: green !important;
  border-color: green; }

.pum-form--loading, .pum-sub-form .pum-sub-form-loading {
  opacity: .5; }

.pum-alignment-left, .pum-form--alignment-left {
  text-align: left; }

.pum-alignment-center {
  text-align: center; }

.pum-alignment-right {
  text-align: right; }

.pum-form--alignment-center {
  text-align: center; }

.pum-form--alignment-right {
  text-align: right; }

.pum-form--layout-standard .pum-form__field > label {
  margin-bottom: .25em;
  display: block; }

.pum-form--layout-inline .pum-form__field {
  display: inline-block; }

.pum-form--layout-block .pum-form__field, .pum-form--layout-block button, .pum-form--layout-block div, .pum-form--layout-block input {
  display: block;
  width: 100%; }

.pum-form--style-default label {
  font-size: 14px;
  font-weight: 700; }

.pum-form--style-default input[type=email], .pum-form--style-default input[type=text] {
  background-color: #f8f7f7;
  margin-bottom: 5px;
  font-size: 14px;
  padding: 10px 8px; }

.pum-form--style-default button {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 10px 5px;
  cursor: pointer; }

.pum-sub-form p.pum-newsletter-error-msg {
  margin: 0; }

.pum-sub-form .spinner-loader {
  right: 50%;
  position: absolute;
  bottom: 40%; }

.pum-sub-form .spinner-loader:not(:required) {
  -webkit-animation: 1.5s linear infinite spinner-loader;
  animation: 1.5s linear infinite spinner-loader;
  border-radius: .5em;
  -webkit-box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 51, 0.3) 1.5em 0 0 0, rgba(0, 0, 51, 0.3) 1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) 0 1.5em 0 0, rgba(0, 0, 51, 0.3) -1.1em 1.1em 0 0, rgba(0, 0, 51, 0.3) -1.5em 0 0 0, rgba(0, 0, 51, 0.3) -1.1em -1.1em 0 0, rgba(0, 0, 51, 0.3) 0 -1.5em 0 0, rgba(0, 0, 51, 0.3) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%; }

.pum-form__field--consent {
  text-align: left; }

.pum-form__field--consent.pum-form__field--checkbox label, .pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label {
  display: inline-block;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--checkbox label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label + label {
  margin-left: 1em; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label {
  display: block;
  vertical-align: middle; }

.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input {
  display: inline-block;
  width: inherit;
  margin: 0;
  vertical-align: middle; }

ontainer iframe.formidable {
  width: 100%;
  overflow: visible; }

.pika-single, body div#ui-datepicker-div[style] {
  z-index: 9999999999 !important; }

@media only screen and (min-width: 1024px) {
  .pum-container.pum-responsive.pum-responsive-nano {
    margin-left: -5%;
    width: 10%; }
  .pum-container.pum-responsive.pum-responsive-micro {
    margin-left: -10%;
    width: 20%; }
  .pum-container.pum-responsive.pum-responsive-tiny {
    margin-left: -15%;
    width: 30%; }
  .pum-container.pum-responsive.pum-responsive-small {
    margin-left: -20%;
    width: 40%; }
  .pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 60%; }
  .pum-container.pum-responsive.pum-responsive-normal {
    margin-left: -30%;
    width: 70%; }
  .pum-container.pum-responsive.pum-responsive-large {
    margin-left: -35%;
    width: 80%; }
  .pum-container.pum-responsive.pum-responsive-xlarge {
    margin-left: -47.5%;
    width: 95%; }
  .pum-container.pum-responsive.pum-position-fixed {
    position: fixed; } }

@media only screen and (max-width: 1024px) {
  .pum-container.pum-responsive.pum-position-fixed {
    position: absolute; } }

@-webkit-keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-forever {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Popup Theme 14: Light Box */
.pum-theme-14, .pum-theme-lightbox {
  background-color: rgba(0, 0, 0, 0.35); }

.pum-theme-14 .pum-container, .pum-theme-lightbox .pum-container {
  padding: 15px;
  border-radius: 10px;
  border: 4px solid #003a70;
  box-shadow: 0px 0px 30px 0px #020202;
  background-color: white; }

.pum-theme-14 .pum-title, .pum-theme-lightbox .pum-title {
  color: #000000;
  text-align: left;
  text-shadow: 0px 0px 0px rgba(2, 2, 2, 0.23);
  font-family: inherit;
  font-weight: 100;
  font-size: 32px;
  line-height: 36px; }

.pum-theme-14 .pum-content, .pum-theme-lightbox .pum-content {
  color: #000000;
  font-family: inherit;
  font-weight: 100; }

.pum-theme-14 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
  position: absolute;
  height: 26px;
  width: 26px;
  left: auto;
  right: -13px;
  bottom: auto;
  top: -13px;
  padding: 0px;
  color: #ffffff;
  font-family: Arial;
  font-weight: 100;
  font-size: 24px;
  line-height: 24px;
  border: 2px solid #ffffff;
  border-radius: 26px;
  box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
  background-color: black; }

#pum-1107 {
  z-index: 1999999999; }

#pum-137 {
  z-index: 1999999999; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.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 {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }

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

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-caption {
  display: block; }
