@charset "UTF-8";
/*
Theme Name: Prominent
Author: The Graphic Element
Author URI: www.thegraphicelement.com
Copyright: 2017, The Graphic Element. All rights reserved.
*/
:root {
  --pg-red: #ed1d24;
  --pg-red-dark: shade(#ed1d24, 7.5%);
  --pg-red-darker: shade(#ed1d24, 15%);
}

body {
  --wp--preset--color--white: #fff;
  --wp--preset--color--black: #000000;
  --wp--preset--color--primary: #ed1d24;
  --wp--preset--color--primary-light: #fde8e9;
  --wp--preset--color--primary-dark: #db1b21;
  --wp--preset--color--primary-darker: #c9191f;
}

/* reset */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

ol, ul {
  list-style: none;
}

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

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
  content: none;
}

blockquote, q {
  quotes: none;
}

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

a img {
  border: 0;
}

button[type=submit], input[type=submit] {
  cursor: pointer;
}

/* general styling */
body {
  color: #131313;
  font: 0.85em/1.2 Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  body {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1em;
  }
}

a {
  color: #ed1d24;
  text-decoration: none;
  outline: none;
  transition: color 300ms ease;
}
a:hover, a:focus, a:active {
  color: #000000;
}

h1, h2, h3, h4 {
  margin: 1.4em 0 1.1rem;
  color: #131313;
  font-weight: 400;
  line-height: 1.3;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}

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

h1 {
  margin: 0 0 2.5rem;
  color: var(--pg-red);
  font-size: 2em;
  text-align: center;
}

h2 {
  font-size: 1.625em;
}

h3 {
  font-size: 1.375em;
}

h4 {
  font-size: 1.125em;
}

@media only screen and (min-width: 768px) {
  h1 {
    margin-bottom: 2rem;
    font-size: 2.5em;
  }
  h2 {
    font-size: 2em;
  }
  h3 {
    font-size: 1.5em;
  }
  h4 {
    font-size: 1.125em;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    margin-bottom: 2.5rem;
    font-size: 3.125em;
  }
  h2 {
    font-size: 2.25em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.25em;
  }
}
main p {
  margin-bottom: 1.4rem;
  font-size: 1.1em;
  line-height: 1.66;
}

main li {
  margin: 0 0 0.5em;
  font-size: 1.0625em;
  line-height: 1.4;
}

/* page structure
--------------------------------------------- */
.master-wrapper {
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
}

.container {
  position: relative;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (min-width: 480px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 991px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1360px;
  }
}
.group:after {
  content: "";
  display: table;
  clear: both;
}

.site-content-wrap {
  padding: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .site-content-wrap {
    padding: 5rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .col2 .site-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main, .col1 main {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .col2 main {
    float: left;
    width: 66%;
  }
}
.section-full-width {
  margin: 0 -15px;
  padding: 2rem 0;
}

.section-full-width:nth-of-type(odd) {
  background: #f2f2f2;
}

.section-full-width:first-of-type {
  margin-top: 2rem;
  background: #f2f2f2;
}

.section-full-width:last-of-type {
  margin-bottom: -2rem;
}

.section-full-width:first-child {
  margin-top: -2rem;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 480px) {
  .section-full-width {
    margin: 0 -25px;
  }
}
@media only screen and (min-width: 768px) {
  .section-full-width {
    margin: 0 -9999em;
    padding: 4rem 0;
  }
  .section-full-width:first-of-type {
    margin-top: 5rem;
    background: #f2f2f2;
  }
  .section-full-width:last-of-type {
    margin-bottom: -5rem;
  }
  .section-full-width:first-child {
    margin-top: -5rem;
    margin-bottom: 5rem;
  }
}
.sidebar {
  margin: 4rem auto 0;
  max-width: 500px;
}

@media only screen and (min-width: 992px) {
  .sidebar {
    float: right;
    margin: 0 0 0 4%;
    padding: 2rem 0 2rem 5%;
    width: 30%;
    max-width: 500px;
    border-left: 1px solid var(--pg-red);
  }
}
.sidebar .widget {
  margin-bottom: 2rem;
}

.sidebar .widget:last-of-type {
  margin-bottom: 0;
}

.widget h3:first-of-type {
  margin-top: 0;
}

.widget ul {
  margin-left: 1.2em;
  list-style: disc;
}

.widget li {
  margin: 0.4em 0;
}

.widget p:last-of-type, .widget ul:last-of-type, .widget li:last-of-type {
  margin-bottom: 0;
}

/* menus
--------------------------------------------- */
nav {
  padding: 1.2rem 0 0 0;
  width: 100%;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  nav {
    padding-left: 250px;
  }
}
.main-menu > .main-menu-item {
  position: relative;
  display: inline-block;
  margin: 0 0.8em;
  font: bold 0.925em/1.2 Arial, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  vertical-align: middle;
}

.main-menu > .main-menu-item:first-of-type {
  margin-left: 0 !important;
}

.main-menu > .main-menu-item:last-of-type {
  margin-right: 0 !important;
}

.main-menu > .main-menu-item::after {
  position: absolute;
  top: 0.85em;
  right: -0.95em;
  height: 1em;
  content: "";
  border-right: 1px solid var(--pg-red);
}

.main-menu > .main-menu-item:last-of-type::after {
  display: none;
}

.main-menu > .main-menu-item > .main-menu-link {
  display: inline-block;
  margin: 0.6em 0;
  padding: 0.2em 0.4em;
  color: #fff;
}

.main-menu > .main-menu-item:hover > .main-menu-link,
.main-menu > .main-menu-item > .main-menu-link:focus,
.main-menu > .current-menu-item > .main-menu-link,
.main-menu > .current-menu-parent > .main-menu-link,
.main-menu > .current-menu-ancestor > .main-menu-link {
  color: var(--pg-red);
}

/* 2nd level */
.main-menu-sub-menu {
  position: absolute;
  z-index: 100;
  margin-left: -0.5em;
  width: 12rem;
  text-align: left;
  background: var(--pg-red);
}

.main-menu-sub-menu .main-menu-item {
  position: relative;
  padding: 0;
  font-size: 0.9em;
  border-bottom: 1px solid var(--pg-red-darker);
}

.main-menu-sub-menu .main-menu-item .main-menu-link {
  display: block;
  padding: 0.9em 1em;
  width: auto;
  transition: color 400ms ease, background 300ms ease;
}

.main-menu-sub-menu .main-menu-item:last-of-type {
  border: 0;
}

.main-menu-sub-menu .main-menu-link {
  color: #fff;
}

.main-menu-sub-menu .main-menu-item:hover > .main-menu-link,
.main-menu-sub-menu .main-menu-item > .main-menu-link:focus {
  background: #c21015;
}

/* 3rd level */
nav .menu ul ul {
  top: 0;
  margin-left: 100%;
}

nav .menu ul ul .menu-item {
  font-size: 1em;
}

/* hide + reveal */
.main-menu-sub-menu {
  display: none;
}

.main-menu > .parent:hover > .main-menu-sub-menu,
.main-menu-sub-menu .parent:hover .main-menu-sub-menu,
.main-menu li:focus-within > ul,
.main-menu li ul.focused {
  display: block;
}

/* slicknav */
nav .main-menu {
  display: none;
}

.slicknav_menu {
  display: block;
}

@media only screen and (min-width: 992px) {
  nav .main-menu {
    display: block;
  }
  .slicknav_menu {
    display: none;
  }
}
/* footer main menu */
.footer-menu {
  margin: 0 auto 4rem;
}

.footer-menu ul {
  display: none;
}

.footer-menu li {
  margin: 0.5em 0.8em;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .footer-menu li {
    position: relative;
    display: inline-block;
    letter-spacing: 0.4em;
  }
  .footer-menu li::after {
    position: absolute;
    top: -0.1em;
    right: -0.8em;
    height: 1.3em;
    content: "";
    border-right: 1px solid #fff;
  }
  .footer-menu li:last-of-type::after {
    content: none;
  }
}
@media only screen and (min-width: 992px) {
  .footer-menu li {
    margin: 0.5em 1.4em;
    letter-spacing: 0.4em;
  }
  .footer-menu li::after {
    right: -1.3em;
  }
}
.footer-menu li a {
  display: inline-block;
}

/* header
--------------------------------------------- */
.site-header {
  position: relative;
  z-index: 999;
  padding: 1rem 0;
  font-size: 1rem;
  background: #000;
}

@media only screen and (min-width: 1200px) {
  .site-header.static {
    padding: 1.6rem 0;
  }
}
.site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .static .site-header-content {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.logo {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 150px;
  height: 37px;
  text-align: left;
  text-indent: -999em;
  background: url(../img/prominent-logo.png) no-repeat 0 0/contain;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .static .logo {
    left: 40px;
    width: 220px;
    height: 54px;
  }
}
@media only screen and (min-width: 768px) {
  .static .logo {
    left: 40px;
    width: 220px;
    height: 54px;
  }
}
@media only screen and (min-width: 1200px) {
  .static .logo {
    width: 318px;
    height: 77px;
  }
}
.top-bar {
  margin: 0 -8px 0 170px;
  width: 100%;
  text-align: right;
}

@media only screen and (min-width: 768px) {
  .top-bar {
    margin: 0 0 0 340px;
    width: auto;
  }
}
/* anchored header */
.site-header.anchor {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #222;
  animation: header 1.25s -200ms ease forwards;
}

@keyframes header {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
.site-header.anchor .site-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}

.site-header.anchor .logo {
  width: 148px;
  height: 36px;
}

.site-header.anchor .top-bar {
  display: none;
}

.site-header.anchor nav {
  margin: 0;
  padding-top: 0;
  width: auto;
}

.site-header.anchor nav .menu ul {
  display: none;
}

/* main styles
--------------------------------------------- */
main a {
  text-decoration: underline;
}

main a:hover, main a:focus {
  text-decoration: none;
}

/* social */
.social li {
  display: inline-block;
  margin: 0 0.25em;
  font-size: 1.25em;
}

@media only screen and (min-width: 480px) {
  .social li {
    font-size: 1.5em;
  }
}
.social a {
  position: relative;
  display: block;
  width: 1.1em;
  height: 1em;
  color: var(--pg-red);
  line-height: 1;
  text-align: center;
  overflow: hidden;
  transition: color 300ms ease;
}

.social a:hover, .social a:focus {
  color: #fff;
}

.social .fab {
  display: block;
  margin-bottom: 99em;
}

/* banner */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Full screen: 768px - 1360px */
/* @media only screen and (min-width: 48em) and (max-width: 85em) {
	.banner,
	.banner .n2-section-smartslider,
	.banner .n2-ss-align,
	.banner .n2-padding,
	.banner .n2-ss-slider,
	.banner .n2-ss-slider-2[style] {
		height: calc(100vh - 114px) !important;
		overflow: hidden;
	}
	.banner div.n2-ss-slider-1 img {
		min-width: 100% !important;
		width: auto !important;
		min-height: 100% !important;
		height: auto !important;
	}
	.csstransforms .banner div.n2-ss-slider-1 img {
		position: relative;
		left: 50%;
		@include transform(translate(-50%,0));
	}
} */
/* Full screen: larger than 1360px */
/* @media only screen and (min-width: 85em) {
	.banner,
	div#n2-ss-1,
	div#n2-ss-1 n2-ss-slider-2[style],
	.banner div.n2-ss-slider-1,
	.banner div#n2-ss-1 .n2-ss-slide {
		height: calc(100vh - 140px) !important;
	}
} */
.skip-to-content {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mobile .skip-to-content {
  display: none;
}

.skip-to-content a {
  display: inline-block;
  padding: 0.1em;
  width: 1.2em;
  height: 1.2em;
  color: #fff;
  font-size: 2.4em;
  line-height: 1;
  background: var(--pg-red);
  opacity: 0.6;
  transition: background 400ms ease, opacity 400ms ease;
}

.skip-to-content a:hover {
  opacity: 1;
}

/* blog wall */
.blog-wall article {
  margin-bottom: 3rem;
}

.blog-wall article:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .blog-wall article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 3rem;
    height: 320px;
    background: #f2f2f2;
    overflow: hidden;
  }
}
.blog-wall .post-content {
  margin: 0 auto;
  max-width: 550px;
}

@media only screen and (min-width: 768px) {
  .blog-wall .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: inline-block;
    padding: 1.5rem;
    width: 75%;
    max-width: none;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 992px) {
  .blog-wall .post-content {
    padding: 2rem 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-wall .post-content {
    padding: 2rem 4rem;
  }
}
.blog-wall article h2 {
  margin: 1em auto 0.5em;
  font-size: 1.32em;
}

@media only screen and (min-width: 768px) {
  .blog-wall article h2 {
    margin: 0 0 0.6em;
  }
}
@media only screen and (min-width: 992px) {
  .blog-wall article h2 {
    margin: 0 0 0.6em;
  }
}
.blog-wall article h2 a {
  text-decoration: none;
}

.blog-wall article p {
  margin-bottom: 0.6rem;
  font-size: 1em;
  line-height: 1.6;
}

.blog-wall article:nth-of-type(even) .post-thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 768px) {
  .blog-wall .post-thumb {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
    width: 320px;
    vertical-align: middle;
  }
}
.blog-wall .post-thumb .wp-post-image {
  border: 1px solid #f2f2f2;
}

.blog-wall .read-more {
  padding: 0.25em 0.6em;
  font-size: 0.8em;
  color: var(--pg-red);
  background: none;
  border: 1px solid var(--pg-red);
  text-decoration: none;
  transition: color 300ms ease, border 300ms ease;
}

.blog-wall .read-more:hover {
  color: #000;
  background: none;
  border-color: #000;
}

article .post-thumb img {
  display: block;
  margin: 0 auto;
}

.post-meta {
  margin-bottom: 1.2rem;
}

.post-meta small {
  color: #333;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.post-meta a {
  color: #333;
  text-decoration: none;
}

.post-meta a:hover, .post-meta a:focus {
  color: var(--pg-red);
}

/* posts */
.blog-single article {
  margin: 0 auto;
  max-width: 1160px;
}

.blog-single article header {
  margin-bottom: 2rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .blog-single article header {
    margin-bottom: 5rem;
  }
}
.blog-single article header h1 {
  margin-bottom: 0;
  font-size: 2.6em;
}

.blog-single .section-full-width {
  margin-bottom: 3rem;
}

.blog-single .section-post-thumb {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 3rem 0;
}

.blog-single article .post-thumb {
  margin: 0 auto;
}

.blog-single article .post-thumb img {
  border: 1px solid #e6e6e6;
}

/* client wall */
.client-wall {
  background: #f2f2f2;
}

.grid-clients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-clients article {
  float: left;
  margin: 2rem 10% 2rem 0;
  width: 45%;
  font-size: 1.1em;
  font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

.grid-clients article:nth-of-type(2n+2), .grid-clients article:last-of-type {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .grid-clients article, .grid-clients article:nth-of-type(n) {
    margin-right: 6%;
    width: 29.333%;
  }
  .grid-clients article:nth-of-type(3n+3), .grid-clients article:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .grid-clients article, .grid-clients article:nth-of-type(n) {
    margin: 2rem 6% 2rem 0;
    width: 20.5%;
  }
  .grid-clients article:nth-of-type(4n+4), .grid-clients article:last-of-type {
    margin-right: 0;
  }
}
.grid-clients article img {
  width: auto;
  max-width: 95%;
  max-height: 125px;
}

@media only screen and (min-width: 992px) {
  .grid-clients article img {
    max-width: 90%;
    max-height: 150px;
  }
}
.grid-clients article h3 {
  margin: 2rem 0;
  font-size: 1.25em;
}

.grid-clients .has-logo h3 {
  position: absolute;
  top: -999em;
  left: -999em;
}

.grid-clients article a {
  display: block;
  color: #000;
  text-decoration: none;
}

/* client single */
.client-single .site-content {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.client-single h1 {
  margin-bottom: 1rem;
  font-size: 2.2em;
  letter-spacing: 0.02em;
  text-align: left;
}

.client-banner {
  border-bottom: 1px solid #eee;
}

.client-banner img {
  display: block;
  min-width: 100%;
  width: 100%;
  height: auto;
}

.client-single article {
  /* @include flex;
  @include align-items(center);
  @include flex-wrap(wrap); */
  height: 100%;
}

.client-single .client-sidebar {
  text-align: center;
}

.client-single .client-sidebar img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
  max-height: 250px;
}

@media only screen and (min-width: 992px) {
  .client-single .client-sidebar img {
    display: block;
  }
}
.client-single .client-sidebar img + ul {
  margin-top: 2rem;
  width: 100%;
}

.client-single .client-social li {
  font-size: 2.2em;
}

.client-single .client-social li a {
  color: #000;
  word-break: break-all;
}

.client-single .client-social a:hover, .client-single .client-social a:focus {
  color: var(--pg-red);
}

.client-single .client-social li.client-website {
  display: block;
  margin: 1em 0 0;
  font-size: 1.2em;
}

.client-single .client-social li.client-website a {
  width: auto;
  height: auto;
  color: var(--pg-red);
  line-height: 1.2;
}

.client-single .client-social li.client-website a:hover {
  color: #000;
}

/* pagination */
ul.post-nav {
  clear: both;
  margin: 3rem auto 0;
  list-style: none;
  text-align: center;
}

ul.post-nav li {
  display: inline-block;
  margin: 0 0.2em;
  color: #fff;
  font-size: 1.6em;
  text-align: center;
  text-transform: uppercase;
  overflow: hidden;
}

ul.post-nav li.empty {
  width: 1.4em;
  height: 1.4em;
  background: #bbb;
  opacity: 0.4;
}

ul.post-nav li a {
  display: block;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  text-decoration: none;
  background: #bbb;
  transition: color 300ms ease, background 200ms ease;
}

ul.post-nav li i {
  position: relative;
  top: 0.2em;
  display: block;
  margin-bottom: 99em;
}

ul.post-nav a:hover {
  color: #fff;
  background: var(--pg-red);
}

/* search form */
.searchform input {
  width: 78%;
  width: calc(100% - 4.5em);
}

.searchform [type=submit] {
  padding: 0.5em;
  width: 2em;
  height: 2em;
  color: #fff;
  font-size: 1.23em;
  text-align: center;
  overflow: hidden;
}

.searchform button i {
  display: block;
  margin: 0 0 99em;
}

/* search results */
.search-results h1 {
  margin-bottom: 3rem;
  color: #000;
  letter-spacing: 0.02em;
}

.search-results h1 strong {
  color: var(--pg-red);
}

.search-results article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 4rem;
}

.search-results article:last-of-type {
  margin-bottom: 0;
}

.search-results article h2 {
  margin: 0 0 0.6em;
  font-size: 1.6em;
}

.search-results article h2 a {
  text-decoration: none;
}

.search-results article p {
  margin-bottom: 0.6rem;
}

.search-results article .post-thumb {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 5rem;
  min-width: 200px;
}

.search-results article .post-thumb img {
  max-width: 200px;
  max-height: 200px;
  border: 1px solid #f2f2f2;
}

/* 404 page */
.error404 .site-content-wrap {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .error404 .site-content-wrap::before {
    position: absolute;
    top: 50%;
    right: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 4em;
    content: "404 Error";
    color: #eee;
    font-weight: 700;
    font-size: 10em;
    line-height: 0.9;
    letter-spacing: -0.02em;
    text-align: right;
    text-transform: uppercase;
  }
}
.error404 main .searchform input {
  width: calc(100% - 5em);
}

@media only screen and (min-width: 992px) {
  .error404 main .searchform input {
    width: 50%;
  }
}
.error404 main .searchform ::-webkit-input-placeholder {
  color: transparent !important;
}

.error404 main .searchform ::-moz-placeholder {
  color: transparent !important;
}

.error404 main .searchform :-ms-input-placeholder {
  color: transparent !important;
}

.error404 main .searchform :-moz-placeholder {
  color: transparent !important;
}

.error404 main .searchform ::placeholder {
  color: transparent !important;
}

.error404 main .helpful-links {
  margin-top: 2rem;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}

.error404 main .helpful-links li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  border: none;
}

.error404 main .helpful-links li a {
  display: inline;
}

/* footer
--------------------------------------------- */
.site-footer {
  clear: both;
  padding: 3rem 0;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  background: var(--pg-red);
}

@media only screen and (min-width: 992px) {
  .site-footer {
    padding: 5.5rem 0;
    font-size: 0.95rem;
  }
}
.site-footer-content {
  max-width: none;
}

.site-footer a {
  color: #fff;
}

.site-footer a:hover, .site-footer a:focus {
  color: #222;
}

.site-footer .cinfo li {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.56;
}

.site-footer .cinfo li span[itemprop=streetAddress] {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-footer .cinfo li {
    display: inline-block;
  }
  .site-footer .cinfo li:first-of-type {
    display: block;
  }
  .site-footer .cinfo li::after,
  .site-footer .cinfo li span[itemprop=streetAddress]::after {
    margin: 0 0.4em;
    content: "•";
  }
  .site-footer .cinfo li:first-of-type::after,
  .site-footer .cinfo li:last-of-type::after,
  .site-footer .cinfo li span[itemprop=streetAddress]:last-of-type::after {
    display: none;
  }
  .site-footer .cinfo li span[itemprop=streetAddress] {
    display: inline;
  }
}
.site-credit {
  display: block;
  margin-top: 1rem;
  font-size: 0.75em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.site-credit .tge {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-credit .tge {
    display: inline-block;
  }
}
/* pages
--------------------------------------------- */
.home h1 {
  position: absolute;
  top: -9999em;
  left: -9999em;
  width: 0;
  height: 0;
  overflow: hidden;
}

.home .site-content-wrap, .home .site-content {
  padding: 0;
  max-width: none;
}

.preview {
  position: relative;
  z-index: 1;
  padding: 2rem 0;
  border-bottom: 1px solid #f6f6f6;
}

@media only screen and (min-width: 768px) {
  .preview {
    padding: 3.6rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .preview {
    padding: 5rem 0;
  }
}
.preview h2 {
  margin: 0 0 1.5rem;
  color: var(--pg-red);
  font-size: 2.625em;
  line-height: 1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .preview h2 {
    margin-bottom: 4rem;
    font-size: 5em;
  }
}
@media only screen and (min-width: 1200px) {
  .preview h2 {
    margin-bottom: 4rem;
    font-size: 7.5em;
  }
}
.preview ul {
  margin: 0;
  list-style: none;
}

.preview footer {
  margin-top: 4rem;
  text-align: center;
}

.preview footer .btn {
  font-size: 0.9em;
}

@media only screen and (min-width: 768px) {
  .preview footer .btn {
    font-size: 1.2em;
  }
}
.preview-photo {
  padding: 0;
}

.preview-img {
  display: block;
  width: 100%;
  height: auto;
}

.preview-whatwedo .subhead {
  margin: 0 0 2rem;
}

@media only screen and (min-width: 768px) {
  .preview-whatwedo .subhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -1rem 0 2rem;
    text-align: center;
  }
}
.preview-whatwedo .subhead li {
  margin: 0.3em 0;
  font: 300 1.5em/1 Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.06em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .preview-whatwedo .subhead li {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0;
    padding: 0 0.4em;
    border-right: 2px solid var(--pg-red);
  }
}
@media only screen and (min-width: 992px) {
  .preview-whatwedo .subhead li {
    font-size: 2em;
  }
}
@media only screen and (min-width: 1200px) {
  .preview-whatwedo .subhead li {
    font-size: 3em;
  }
}
.preview-whatwedo .subhead li:last-of-type {
  border: none;
}

.preview-whatwedo p {
  font-size: 1.1em;
  line-height: 1.8;
}

@media only screen and (min-width: 992px) {
  .preview-whatwedo p {
    font-size: 1.2em;
  }
}
.preview-services ul {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .preview-services ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.preview-services li {
  margin: 1em auto;
}

.preview-services li:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .preview-services li {
    margin: 0 3rem 0 0;
  }
  .preview-services li:last-of-type {
    margin-right: 0;
  }
}
.preview-services li h3 {
  margin: 0.2em auto 0;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 992px) {
  .preview-services li h3 {
    margin: 0.8em 0 0;
    font-size: 1.5em;
  }
}
.preview-services li i {
  color: #d6d6d6;
  font-size: 4em;
}

@media only screen and (min-width: 992px) {
  .preview-services li i {
    font-size: 7em;
  }
}
.preview-services li a {
  color: #000;
  text-decoration: none;
}

.preview-services li a:hover {
  color: var(--pg-red);
}

.preview-clients {
  background: #f2f2f2;
}

.preview-clients ul {
  margin: 2rem 0;
}

@media only screen and (min-width: 768px) {
  .preview-clients ul {
    margin: 4rem 0;
  }
}
.preview-clients li {
  margin: 0 !important;
  padding-right: 60px;
  width: auto !important;
  max-height: 100%;
  text-align: center;
  vertical-align: middle !important;
  white-space: normal;
  overflow: hidden;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
@media only screen and (min-width: 768px) {
  .preview-clients li {
    padding-right: 100px;
  }
}

.preview-clients li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.preview-clients li img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 180px;
  height: auto !important;
  max-height: 100px;
}

@media only screen and (min-width: 992px) {
  .preview-clients li img {
    max-width: 260px;
    max-height: 130px;
  }
}
.preview-clients li h3 {
  margin: 0;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.preview-clients .has-logo h3 {
  position: absolute;
  top: -999em;
  left: -999em;
}

.preview-news {
  background: #f2f2f2;
}

@media only screen and (min-width: 480px) {
  .preview-news .grid-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.preview-news article {
  margin-bottom: 2rem;
}

.preview-news article:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 480px) {
  .preview-news article {
    margin: 0 6% 0 0;
    width: 29.33%;
    max-width: 320px;
    text-align: center;
  }
  .preview-news article:last-of-type {
    margin-right: 0;
  }
}
.preview-news article h3 {
  display: inline-block;
  margin: 0 0 0 5%;
  max-width: none;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  vertical-align: middle;
}

@media only screen and (min-width: 480px) {
  .preview-news article h3 {
    margin: 0.6em auto 0;
    max-width: 90%;
    font-size: 0.85em;
  }
}
@media only screen and (min-width: 992px) {
  .preview-news article h3 {
    font-size: 1.2em;
  }
}
.preview-news article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .preview-news article a {
    display: block;
  }
}
.preview-news article a:hover, .preview-news article a:hover h3 {
  color: var(--pg-red);
}

.preview-news article img {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

@media only screen and (min-width: 480px) {
  .preview-news article img {
    display: block;
    width: auto;
  }
}
/* services */
.page-id-7 article > p {
  font-size: 1.1em;
}

@media only screen and (min-width: 768px) {
  .page-id-7 article > p {
    font-size: 1.3em;
  }
}
.page-id-7 .service-item {
  padding: 2rem 0;
}

.page-id-7 .service-item .container {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .page-id-7 .service-item .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.page-id-7 .service-item h2 {
  margin-top: 0.6em;
  font-weight: 600;
  font-size: 1.4em;
}

@media only screen and (min-width: 992px) {
  .page-id-7 .service-item h2 {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 3rem 0 0;
    width: 30%;
    font-weight: 600;
    font-size: 1.6em;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-7 .service-item h2 {
    font-size: 1.8em;
  }
}
.page-id-7 .service-item div div {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  .page-id-7 .service-item div div {
    text-align: left;
  }
}
.page-id-7 .service-item i {
  color: #d3d3d3;
  font-size: 4em;
}

@media only screen and (min-width: 992px) {
  .page-id-7 .service-item i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.6rem;
    width: 1.3em;
    font-size: 6em;
  }
}
@media only screen and (min-width: 1200px) {
  .page-id-7 .service-item i {
    margin-right: 2.25rem;
    font-size: 8em;
    text-align: center;
  }
}
/* who we are */
.page-id-5 main .member-profile + h2 {
  margin: 1.5em 0;
  color: var(--pg-red);
  font-size: 1.5em;
  letter-spacing: 0.05em;
}

.page-id-5 main blockquote strong {
  color: var(--pg-red);
  font-size: 1.5em;
}

.page-id-5 .member-profile {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 992px) {
  .page-id-5 .member-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.page-id-5 .member-profile div {
  padding-top: 0.5em;
}

.page-id-5 .member-profile p:first-of-type > strong:first-of-type {
  color: var(--pg-red);
}

.page-id-5 .member-profile img {
  display: block;
  margin: 0 auto 0.6rem;
}

@media only screen and (min-width: 768px) {
  .page-id-5 .member-profile img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
    margin-right: 2.5rem;
    padding: 8px;
    width: 180px;
    background: #f2f2f2;
  }
}
/* connect */
.page-id-9 .contact-info .container {
  text-align: center;
}

.page-id-9 .contact-info .cinfo {
  margin: 0 auto;
  list-style: none;
  vertical-align: middle;
}

.page-id-9 .contact-info .cinfo li {
  position: relative;
  margin: 0 0.8em;
  font-size: 1em;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .page-id-9 .contact-info .cinfo li {
    display: inline-block;
    margin: 0.5em 0.8em;
    font-size: 1.4em;
  }
  .page-id-9 .contact-info .cinfo li.address::after {
    position: absolute;
    top: 0;
    right: -0.8em;
    height: 1.4em;
    content: "";
    border-right: 1px solid var(--pg-red);
  }
  .page-id-9 .contact-info .cinfo li:last-of-type::after {
    display: none;
  }
}
.page-id-9 .contact-info .cinfo li.directions {
  display: block;
  margin-top: 0.5em;
}

.page-id-9 .contact-info .cinfo li a {
  text-decoration: none;
}

.page-id-9 .contact-info .cinfo li.directions a {
  padding: 0.4em 0.8em;
  font-size: 0.8em;
}

/* sitemap */
.sitemap .sitemap-list h2 a {
  color: #000;
  text-decoration: none;
}

.sitemap .sitemap-list h2 a:hover {
  color: var(--pg-red);
}

/* misc.
--------------------------------------------- */
main ul {
  margin: 0 0 1.2em 3em;
  list-style: disc;
}

main ul ul {
  margin: 0.3em 0 0.8em 1.6em;
}

main ol {
  margin: 0 0 1.2em 3em;
  list-style: decimal;
}

main p + ul, main p + ol {
  margin-top: -0.4rem;
}

.column-list-styled main ul {
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .column-list-styled main ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 5em;
    -moz-column-gap: 5em;
    column-gap: 5em;
  }
}
.column-list-styled main li {
  display: inline-block;
  margin: 0;
  width: 100%;
  padding: 0.5em 0.5em 0.5em 1em;
  text-indent: -1em;
  border-bottom: 1px solid #eee;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}

.column-list-styled main li:last-of-type {
  margin-bottom: 0;
}

.column-list-styled main li a {
  display: block;
  color: #000;
  text-decoration: none;
}

.column-list-styled main li a:hover {
  color: var(--pg-red);
}

.column-list-styled main li a::before {
  margin-right: 0.6em;
  content: "\f138";
  color: #c6c6c6;
  font: 1em/1 "Font Awesome 5 Pro" !important;
}

.fa-ul {
  margin-left: 1.5em !important;
  list-style: none !important;
}

.fa-ul li {
  margin: 0.4em 0;
}

.fa-ul li .fa-li {
  top: 0.2em;
  left: -1.5em;
  width: 1em;
}

dt {
  margin: 2em 0 0.5em;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.3;
}

dd {
  margin: 0.8em 0 1.2em 2em;
  font-size: 1em;
  line-height: 1.5;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.alignleft, .alignright, .aligncenter {
  clear: both;
  float: none;
  display: block;
  margin: 2rem auto;
}

.alignleft, .alignright {
  max-width: 50%;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    clear: none;
    float: left;
    margin: 0 2.5rem 2rem 0;
  }
  .alignright {
    clear: none;
    float: right;
    margin: 0 0 2rem 2.5rem;
  }
}
@media only screen and (min-width: 992px) {
  .alignleft, .alignright {
    max-width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .alignleft, .alignright {
    max-width: none;
  }
}
.wp-block-image .wp-element-caption {
  margin: 0.25rem 0 1.5rem;
  color: var(--pg-red-darker);
  font-size: 0.9rem;
  line-height: 1.4;
  text-align: center;
}

main blockquote {
  margin: 2em auto;
  max-width: 900px;
  font-weight: bold;
}

main blockquote p {
  font-size: 1.4em;
  line-height: 1.4;
}

embed, iframe, object {
  max-width: 100%;
}

.aligncenter embed,
.aligncenter iframe,
.aligncenter object {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

figure {
  margin: 0;
}

hr {
  margin: 3em 0;
  height: 0;
  border: 0;
  border-top: 3px double #e6e6e6;
}

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

::-moz-selection {
  background: #dfecf9;
}

::selection {
  background: #dfecf9;
}

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

th {
  font-weight: bold;
}

/* screen readers */
.screen-reader-text {
  position: absolute;
  top: -999em;
  left: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  overflow: hidden;
}

.skip {
  z-index: 100000;
  top: -2em;
  color: #fff;
  font-weight: bold;
  font-size: 0.8em;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #fff;
  border-radius: 0 0 4px 0;
  transition: top 300ms ease-in, background 300ms ease-in;
}

.skip:focus, .skip:active, .skip:hover {
  top: 0;
  left: 0;
  padding: 0.6em 1em;
  color: #fff;
  width: auto;
  height: auto;
  background: var(--pg-red);
  overflow: visible;
}

.totop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 1.4rem;
  display: block;
  padding: 0.2em;
  width: 1.4em;
  height: 1.4em;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  transition: background 300ms ease;
  overflow: hidden;
}

.totop:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
}

.totop i {
  display: block;
  margin-bottom: 999em;
}

p:last-child {
  margin-bottom: 0;
}

/* gallery */
.gallery {
  margin: 0 -0.5em 1.5em -0.5em;
}

.gallery::after {
  display: table;
  content: "";
  clear: both;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 0.5em;
  max-width: calc(50% - 30px);
}

@media only screen and (min-width: 480px) {
  .gallery-columns-1 .gallery-item {
    float: none;
    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-columns-2 .gallery-item:nth-child(2n+1), .gallery-columns-3 .gallery-item:nth-child(3n+1), .gallery-columns-4 .gallery-item:nth-child(4n+1), .gallery-columns-5 .gallery-item:nth-child(5n+1), .gallery-columns-6 .gallery-item:nth-child(6n+1), .gallery-columns-7 .gallery-item:nth-child(7n+1), .gallery-columns-8 .gallery-item:nth-child(8n+1), .gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
  }
}
.gallery-item img {
  display: block;
  margin: 0 auto;
}

.gallery-caption {
  display: block;
}

/* forms
--------------------------------------------- */
form {
  font-size: 1rem;
}

input, textarea, select, form button {
  margin: 0;
  padding: 0.6em;
  width: auto;
  color: #333;
  font-size: 1em;
  line-height: normal;
  text-align: left;
  background: #fff;
  border: 1px solid #333;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input:focus, textarea:focus, select:focus, form button:focus {
  outline-color: transparent;
  outline-style: none;
  border-color: var(--pg-red);
}

.button, .btn, .read-more, form button, form [type=button], form [type=submit], form [type=reset], [type=button].nf-element {
  display: inline-block;
  padding: 0.4em 1.6em;
  height: auto;
  color: #fff;
  font: 800 1.1em/1.2 Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--pg-red);
  border: none;
  border-radius: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: background 300ms ease;
}

.button:hover, .btn:hover, .read-more:hover, form button:hover, form [type=button]:hover, form [type=submit]:hover, form [type=reset]:hover, input[type=button].nf-element:hover,
.button:focus, .btn:focus, .read-more:focus, form button:focus, form [type=button]:focus, form [type=submit]:focus, form [type=reset]:focus, input[type=button].nf-element:focus {
  color: #fff;
  background: #000;
}

textarea {
  overflow: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
}

label.screen-reader-text {
  display: none;
}

/* ninja forms */
.nf-form-layout {
  margin: 1.5em 0 2em;
  width: 100%;
}

.nf-form-fields-required {
  margin-bottom: 1.5em;
}

.nf-form-fields-required span.ninja-forms-req-symbol {
  color: var(--pg-red);
  font-weight: bold;
  font-size: 1.25em;
}

.field-wrap span.ninja-forms-req-symbol {
  position: absolute;
  left: 0;
  top: 0.1em;
  display: block;
  zoom: 1;
  margin: 0;
  width: 0.6em;
  color: var(--pg-red);
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  text-indent: 0;
}

.nf-field-container {
  margin-bottom: 1.4em !important;
}

.hr-container div {
  width: 100%;
}

.field-wrap .nf-field-label label {
  position: relative;
  padding-left: 0.8em;
  font-weight: normal !important;
  line-height: 1.4;
  text-align: left !important;
}

.field-wrap textarea {
  max-width: 100% !important;
  line-height: 1.3;
}

.field-wrap select {
  height: 2.4em !important;
}

.input-counter {
  color: #999;
  font-style: italic;
  font-size: 0.85em;
}

/* label above */
.label-above .nf-field-label {
  margin-bottom: 0.4em;
}

/* label  left*/
.label-left textarea {
  height: 7.3em !important;
}

.label-left .nf-field-description {
  margin-top: 1em;
  margin-bottom: 0.5em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  line-height: 1.3;
}

/* checkbox/radio */
.list-checkbox-wrap .nf-field-element label, .list-radio-wrap .nf-field-element label {
  font-size: 1.1em;
  vertical-align: middle !important;
}

.list-checkbox-wrap input, .list-radio-wrap input {
  vertical-align: middle !important;
}

.list-radio-wrap .nf-field-element ul input, .list-radio-wrap .nf-field-element li input, .list-checkbox-wrap .nf-field-element ul input, .list-checkbox-wrap .nf-field-element li input {
  margin-right: 0.1em !important;
}

.nf-field .list-checkbox-wrap .nf-field-element li, .nf-field .list-radio-wrap .nf-field-element li {
  display: inline-block;
  margin: 0 1em 5px 0 !important;
  vertical-align: top;
}

.stack .list-checkbox-wrap .nf-field-element li, .stack .list-radio-wrap .nf-field-element li {
  display: block;
  margin: 0 0 5px !important;
}

/* single checkbox */
.checkbox-container {
  margin: 1.8em 0 !important;
}

.checkbox-wrap .nf-field-label {
  padding-left: 0.25em !important;
}

.checkbox-wrap .nf-field-label label {
  padding-left: 0;
}

/* submit button */
.submit-wrap input {
  margin: 1em 0 0 !important;
}

/* error msg */
.nf-form-errors .nf-error-msg {
  padding: 0.8em;
  color: var(--pg-red) !important;
  font-weight: bold;
  border: 1px solid var(--pg-red);
}

.label-left .nf-after-field {
  margin-left: 35% !important;
}

.nf-error-msg {
  color: var(--pg-red) !important;
  font-weight: bold;
  font-style: italic;
  font-size: 0.85em;
}

.nf-error input, .nf-error textarea, .nf-error select {
  border-color: var(--pg-red) !important;
}

/* success msg */
.nf-response-msg {
  margin-top: 2em;
  color: var(--pg-red);
  font-size: 1.3em;
}

@media only screen and (max-width: 991px) {
  .field-wrap span.ninja-forms-req-symbol {
    left: -0.7em;
  }
  .nf-form-cont .nf-field-container {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
  }
  .field-wrap .nf-field-label label {
    padding-left: 0 !important;
  }
  .label-left .nf-field-label, .label-left .nf-field-element {
    width: 100% !important;
  }
  .label-left input.ninja-forms-field, .label-left textarea, .label-left select {
    margin: 0.4em 0 0 !important;
  }
  .label-left .nf-field-description {
    margin-left: 0 !important;
    font-style: italic;
  }
  .label-left .nf-after-field {
    margin-left: 0 !important;
  }
  .submit-wrap {
    text-align: center;
  }
}
