:root { --gd-gold: #C8963E; --gd-navy: #102961; }
/*!
Theme Name: Gutter Dome
Description: A custom theme designed and developed by Socius Marketing for GutterDome
Author: Socius Marketing
Author URI: http://www.sociusmarketing.com
Version: 1.0.2

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container {
    width: 1400px; } }

html {
  font-size: 16px; }
  @media (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (max-width: 768px) {
    html {
      font-size: 14px; } }
  @media (max-width: 480px) {
    html {
      font-size: 13px; } }

p {
  font-size: 16px; }
  @media (max-width: 1170px) {
    p {
      font-size: 17px; } }
  @media (max-width: 1024px) {
    p {
      font-size: 16px; } }
  @media (max-width: 768px) {
    p {
      font-size: 15px; } }
  @media (max-width: 480px) {
    p {
      font-size: 14px; } }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  font-size: 16px; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5; }

body {
  overflow-x: hidden;
  color: #404040;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

h3 {
  font-size: 26px;
  font-size: 1.625rem; }

.brandBox {
  background: #102961;
  color: #fff;
  padding: 10px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  font-size: 22px;
  font-size: 1.375rem; }

h3 {
  color: #102961;
  font-weight: 700; }

.entry-title {
  color: #102961;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

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%; }

/*--------------------------------------------------------------
# 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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 1em 0 1em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

#content ul li {
  margin: .5em; }

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); }
  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;
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15); }

.btn-primary {
  color: #fff;
  background-color: #C8963E !important;
  border-color: #C8963E !important;
  border-radius: 15px;
  margin-top: 1rem;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .btn-primary:visited {
    color: #fff; }

.btn-primary:hover {
  color: #fff;
  background-color: #b88735;
  border-color: #b88735; }

.btn-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease; }

.caption-style-2 li:hover .btn-fade {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1; }

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%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: royalblue; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-nav > .active > a:focus {
  color: #4092f7;
  background-color: transparent; }

.navbar-default {
  background-color: #102961;
  font-family: "Questrial", sans-serif;
  border: none;
  font-size: 12px; }
  @media only screen and (min-width: 768px) {
    .navbar-default {
      font-size: 10px; } }
  @media only screen and (min-width: 1200px) {
    .navbar-default {
      font-size: 14px; } }
  .navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px 10px; }
    @media only screen and (min-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 15px 15px; } }

.dropdown-menu {
  color: #fff;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-color: #102961;
  -webkit-background-clip: padding-box;
  border: none;
  border-radius: 40;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu > li > a {
  border-bottom: 1px solid #2d5db5;
  color: #fff;
  padding: 7px 20px; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #4092f7;
  background-color: transparent; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  color: #4092f7; }

.navbar-nav {
  float: right; }

.fa-border {
  border: none;
  border-radius: 0;
  color: #fff;
  width: 25px;
  height: 25px;
  padding-top: 5px;
  text-align: center; }

.navbar-static-top .fa-stack {
  width: 1.7em;
  font-size: 1em; }

#social .fa-stack {
  width: 1.6em; }

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: block; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #4092f7;
  background-color: transparent; }

.mm-menu.mm-theme-dark {
  background: #102961 !important; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .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;
    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
--------------------------------------------------------------*/
.col-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; }

.col-15 {
  width: 20%;
  float: left; }

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left; } }

@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left; } }

@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left; } }

.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%; }

#dc_jqaccordion_widget-2-item {
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf; }

#dc_jqaccordion_widget-2-item ul,
#dc_jqaccordion_widget-2-item ul li {
  margin: 0;
  padding: 0;
  border: none;
  list-style: none; }

#dc_jqaccordion_widget-2-item ul a {
  padding: 10px 10px 10px 15px;
  background: #fff;
  text-decoration: none;
  display: block;
  color: #000;
  border-bottom: 1px solid #cfcfcf;
  border-top: 0; }

#dc_jqaccordion_widget-2-item ul ul a {
  padding: 10px 10px 10px 25px;
  background: #ebebeb; }

#dc_jqaccordion_widget-2-item ul a.dcjq-parent,
#dc_jqaccordion_widget-2-item ul a.dcjq-parent:hover {
  padding: 10px 10px 10px 15px;
  background: #102961;
  color: #fff; }

#dc_jqaccordion_widget-2-item ul a.dcjq-parent.active {
  background: #102961;
  color: #fff; }

#dc_jqaccordion_widget-2-item ul a:hover {
  background: #102961;
  color: #fff; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

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

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

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

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

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

.bypostauthor {
  display: block; }

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.top {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .top {
      text-align: right; } }

.home .gutter-image {
  margin-bottom: 180px; }
  @media (max-width: 768px) {
    .home .gutter-image {
      margin-bottom: 270px; } }

.gutter-image {
  z-index: 100;
  text-align: center;
  background: url(images/mobile-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto; }
  @media screen and (max-width: 1024px) and (min-width: 550px) {
    .gutter-image {
      background: url(images/mobile-bg1.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 200px; } }
  @media only screen and (min-width: 768px) {
    .gutter-image {
      background-position-y: bottom;
      background-repeat: no-repeat;
      position: relative;
      width: 100%;
      height: auto;
      background: url(images/logobg.png);
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image {
      position: relative;
      width: 100%;
      height: auto;
      background-position-y: bottom;
      background-repeat: no-repeat; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image {
      position: relative;
      width: 100%;
      height: auto;
      background: url(images/logobg.png);
      background-size: cover;
      background-position: right;
      background-repeat: no-repeat; } }

.gutter-image img {
  padding: 20px; }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .gutter-image img {
      width: 150px;
      position: absolute;
      left: 0; } }
  @media (max-width: 768px) {
    .gutter-image img {
      width: 200px; } }
  @media only screen and (min-width: 1024px) {
    .gutter-image img {
      position: absolute;
      left: 0; } }

#homeheader {
  margin-top: 0; }
  @media only screen and (min-width: 1024px) {
    #homeheader {
      margin-top: 60px; } }
  @media only screen and (min-width: 1170px) {
    #homeheader {
      margin-top: 112px; } }

#pageHeader {
  margin-top: -20px; }
  @media only screen and (min-width: 1200px) {
    #pageHeader {
      margin-top: 112px; } }

#page-slider h2 {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700; }
  @media only screen and (min-width: 1170px) {
    #page-slider h2 {
      font-size: 60px;
      font-size: 3.75rem; } }

#page-slider span {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700; }

#page-slider {
  background: #767676;
  background: url(images/internal-background1.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 350px;
  padding-top: 175px;
  padding-left: 40px; }

.fa-map-marker {
  color: #102961;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px 0 0 10px; }

.topLeft {
  color: #102961;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 800; }
  .topLeft .divi {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px; }
  .topLeft a {
    color: #102961; }
    .topLeft a:hover {
      text-decoration: none; }

.caption-style-2 img {
  margin: 0px;
  padding: 0px;
  float: left;
  z-index: 4;
  width: 350px;
  max-height: 250px;
  min-height: 250px; }

#rev_slider_4_2 {
  max-height: 511px !important;
  min-height: 511px; }
  @media (max-width: 1200px) {
    #rev_slider_4_2 {
      min-height: 540px; } }

.caption-style-2 .caption-text {
  z-index: 10;
  color: #fff;
  position: absolute;
  height: 300px;
  top: 20px;
  width: 350px; }
  @media (max-width: 1290px) {
    .caption-style-2 .caption-text {
      width: 300px; } }
  @media (max-width: 1100px) {
    .caption-style-2 .caption-text {
      width: 290px; } }
  @media (max-width: 960px) {
    .caption-style-2 .caption-text {
      width: 240px; } }
  @media (max-width: 915px) {
    .caption-style-2 .caption-text {
      width: 240px; } }
  @media (max-width: 900px) {
    .caption-style-2 .caption-text {
      width: 220px; } }

.caption-style-2 .caption {
  cursor: pointer;
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }

.caption-style-2 .blur {
  background-color: rgba(17, 56, 128, 0.7);
  height: 300px;
  width: 350px;
  z-index: 5;
  position: absolute; }

.caption-style-2 .caption-text h4 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
  margin: 0; }
  @media only screen and (min-width: 1024px) {
    .caption-style-2 .caption-text h4 {
      font-size: 2.4rem; } }

.caption-style-2 {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

.caption-style-2 li {
  float: left;
  margin: 15px;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 1200px) {
    .caption-style-2 li {
      margin: 0;
      margin-bottom: 15px; } }

.revDesktop {
  padding-left: 0; }
  @media only screen and (min-width: 1700px) {
    .revDesktop {
      width: 80%; } }

@media only screen and (min-width: 1700px) {
  .captionDesktop {
    width: 20%; } }

.captionDesktop {
  padding-right: 0;
}

.caption-style-2 li:hover .caption {
  opacity: 1;
  transform: translateY(-160px);
  -webkit-transform: translateY(-160px);
  -moz-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  -o-transform: translateY(-160px); }

.caption-style-2 li:hover .caption-text {
  transform: translateY(60px);
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  -o-transform: translateY(60px); }

@media only screen and (min-width: 1024px) {
  .caption-style-2 .caption-text h4 {
    font-size: 2.4rem; } }

.caption-text p {
  font-weight: 600;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: .5em; }

.mobile-m {
  text-align: center;
  font-size: 20px;
  background: #fff;
  padding-top: 10px; }
  .mobile-m a {
    color: #102961;
    text-decoration: none; }

.mobile-getaprice {
  text-align: center;
  color: #fff;
  background: #113880;
  text-transform: uppercase; }
  .mobile-getaprice h5 {
    font-size: 35px;
    font-size: 2.1875rem;
    font-weight: 700;
    margin-bottom: 0; }
  .mobile-getaprice .btn {
    background: #C8963E;
    color: #fff;
    border-radius: 0;
    width: 40%;
    margin-bottom: -10px; }

#cta-internal {
  text-align: center;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }
  #cta-internal a {
    color: #fff;
    text-decoration: none; }
  #cta-internal :hover {
    -webkit-filter: brightness(140%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }
  #cta-internal .cta1 {
    margin-top: 15px;
    background: #767676;
    background: url(images/ctainternal-1.jpg) center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 50px; }
    #cta-internal .cta1 h5 {
      font-weight: 800;
      margin-top: 0;
      letter-spacing: 2px;
      font-size: 30px;
      font-size: 1.875rem; }
  #cta-internal .cta2 {
    background: #767676;
    background: url(images/ctainternal-2.jpg) center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 160px;
    padding-top: 50px;
    margin-top: 15px; }
    #cta-internal .cta2 h5 {
      font-weight: 800;
      margin-top: 0;
      letter-spacing: 2px;
      font-size: 26px;
      font-size: 1.625rem; }
      @media only screen and (min-width: 1600px) {
        #cta-internal .cta2 h5 {
          font-size: 33px;
          font-size: 2.0625rem; } }

#rev_slider_6_1_wrapper {
  margin-top: -150px !important;
  z-index: -11; }

.eg-gutterdome-element-5 {
  color: #fff !important;
  text-decoration: none !important; }

@media (max-width: 1200px) {
  .eg-gutterdome-element-5-a {
    margin: 20px 0px 0px 0px !important; } }

@media only screen and (min-width: 1600px) {
  .water-droplets {
    background-image: url("images/bg-content-internal.png");
    background-position: top left;
    background-repeat: no-repeat; } }

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#cta-3 {
  background-color: #999;
  background: url(images/backgrounds/cta-3-background.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 16px;
  font-size: 1rem; }

#cta-3 span {
  font-size: 70px;
  font-size: 4.375rem; }

#cta-3 h5 {
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 30px; }

.testimonials {
  background: #102961;
  color: #fff;
  padding: 35px 35px 55px;
  background: url(images/testimonials-bg.jpg) center;
  min-height: 476px;
  height: auto; }

.testimonials p {
  font-size: 28px;
  font-size: 1.75rem;
  text-align: center;
  margin-top: 50px;
  font-weight: 100;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 10px; }
  @media (max-width: 1200px) {
    .testimonials p {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 992px) {
    .testimonials p {
      font-size: 25px;
      font-size: 1.5625rem; } }

.tp-thumbs {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.testimonials small {
  font-size: 14px;
  font-size: 0.875rem;
  font-style: italic; }

.bottomFooter {
  background: #102961;
  padding-top: 25px;
  padding-bottom: 25px; }

.bottomFooter a {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 30px;
  color: #fff; }
  @media (max-width: 480px) {
    .bottomFooter a {
      font-size: 12px;
      font-size: 0.75rem;
      margin: 5px; } }

.trust-logos {
  -webkit-filter: grayscale(100%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%);
  padding-top: 45px; }

.trust-logos img {
  padding: 5px 20px 5px 20px; }
  @media (max-width: 992px) {
    .trust-logos img {
      padding: 0 30px 0 30px;
      width: 50%;
      margin-top: -25px;
      margin-bottom: -25px; } }
  @media (max-width: 480px) {
    .trust-logos img {
      width: 75%; } }

#footer2 {
  background-color: #999;
  background: url(images/trust-bg.jpg) center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.leftFooter {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600; }
  @media (max-width: 992px) {
    .leftFooter img {
/*      width: 50%;*/
      } }

.leftFooter h4 {
  color: #102961;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.4em; }
  @media (max-width: 992px) {
    .leftFooter h4 {
      font-size: 20px;
      font-size: 1.25rem; } }
  @media (max-width: 480px) {
    .leftFooter h4 {
      font-size: 15px;
      font-size: 0.9375rem; } }

.padding {
  padding: 5px; }

#homeContentTop {
  background-image: url("images/bg-content.png");
  background-position: top left;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 992px) {
    #homeContentTop {
      background-image: none; } }

.insideFooter {
  background-image: url("images/bg-footer.png");
  background-position: center bottom;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 992px) {
    .insideFooter {
      background-image: none; } }

.footerGallery {
  background-image: url("images/bg-gallery.png");
  background-position: right top;
  /*Positioning*/
  background-repeat: no-repeat;
  /*Prevent showing multiple background images*/
  padding-top: 10px;
  padding-bottom: 50px; }
  @media (max-width: 992px) {
    .footerGallery {
      background-image: none; } }

.carousel-indicators {
  bottom: -70px; }

.works-cta {
  padding-top: 50px;
  padding-bottom: 50px; }

/*--------------------------------------------------------------
# Socius
--------------------------------------------------------------*/
.bvalidator_errmsg {
  background-color: #102961;
  border: 1px solid #102961;
  z-index: 99999; }
.bvalidator_errmsg em {
  display: none; }
.bvalidator_errmsg .bvalidator_close_icon {
  display: none; }

.main-title {
  background-color: #C8963E !important; }

.main-title__primary {
  float: left; }

.more {
  display: none; }

.callout-mobile {
  height: 72px;
  background: #e5eaf2;
  box-shadow: 2px 3px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
  height: 72px; }

a.callout-link {
  text-decoration: none !important;
  color: #0a36a7; }

.callout-mobile-text {
  color: #0a36a7;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  font-size: 24px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif; }

#cta-form {
  padding: 10px 50px 10px 60px; }
  #cta-form .padform {
    padding: 0 5px 0 5px; }

#cta-form h4 {
  font-size: 35px;
  font-size: 2.1875rem;
  color: #102961;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin: 20px; }

#cta-form select {
  padding-left: 10px !important;
  background: #EEEEEE;
  border: none;
  border-radius: 0;
  height: 40px;
  box-shadow: none; }

#cta-form input[type="text"],
#cta-form input[type="email"],
#cta-form input[type="url"],
#cta-form input[type="password"],
#cta-form input[type="search"] {
  padding-left: 15px !important;
  background: #EEEEEE;
  border: none;
  border-radius: 0;
  height: 40px;
  box-shadow: none; }

#cta-form input[type="text"]::-webkit-input-placeholder,
#cta-form input[type="email"]::-webkit-input-placeholder,
#cta-form input[type="url"]::-webkit-input-placeholder,
#cta-form input[type="password"]::-webkit-input-placeholder,
#cta-form input[type="search"]::-webkit-input-placeholder {
  color: #000; }

#cta-form .btn {
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
  border-radius: 30px;
  letter-spacing: 2px;
  margin-top: 0; }

@media (min-width: 1200px) {
  .navbar-static-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0; } }

.widget-area {
  margin: 3.5em 0 0; }

#map {
  display: inline-block;
  width: 100%;
  overflow: hidden !important; }

.width100 {
  width: 100%;
  border: none; }
  @media (max-width: 768px) {
    .width100 {
      height: 200px; } }

@media only screen and (max-width: 992px) {
  #primary img {
    width: 100%; } }

/* =Brochure pullout
-------------------------------------------------------------- */
#brochure {
  -webkit-transition: all 0.4s ease-in;
  -moz-transition: all 0.4s ease-in;
  -ms-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in; }

#brochure {
  position: fixed;
  top: 200px;
  right: -230px;
  z-index: 9999999; }

#brochure input[type="text"],
#brochure input[type="email"],
#brochure input[type="url"],
#brochure input[type="password"],
#brochure input[type="search"] {
  padding-left: 10px; }

#brochureBtn {
  cursor: pointer;
  background: url("images/btn-brochure.png") center center no-repeat;
  float: left;
  width: 84px;
  height: 200px;
  background-color: #e7f0fc; }

#brochureContent {
  float: right;
  width: 230px;
  height: 330px;
  background: #f9fbfe; }
  #brochureContent .btn {
    padding: 9px 25px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    box-shadow: none;
    border-radius: 30px;
    letter-spacing: 2px;
    margin-top: 0; }

#brochure.open {
  right: 0px !important;
  z-index: 999999 !important; }

.contentB {
  height: 300px;
  margin: 20px;
  overflow: hidden;
  width: 190px; }

.contentB .title {
  line-height: 20px;
  color: #102961;
  padding: 0 0 25px; }

.fadein {
  opacity: 0;
  margin-top: 30px;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  -ms-transition: .7s ease;
  transition: .7s ease; }

.slideUp {
  opacity: 1;
  margin-top: 0 !important;
  z-index: 999999; }


.social-i { margin-bottom: 5px; }
.insideFooter .social-i { margin-bottom: 8px; }


/* Logo Update and Sticky Form
 * 8 - 29 - 2017
 ************************************/

.gutter-image {
  background-image: none;
  margin-bottom: 0 !important;
  height: auto;
  position: relative;
  width: auto;
}

.gutter-image img {
  position: relative;
  width: auto;
  max-height: 85px;
  padding: 10px;
  padding-bottom: 5px;
}

#homeheader {
  margin-top: 0;
}

#rev_slider_6_1_wrapper {
  margin-top: 0 !important;
}

@media(min-width: 768px) {
  .navbar-static-top {
    background-color: white;
  }
}

.navbar {
  margin-bottom: 0;
  min-height: unset;
}

.navbar-default .navbar-nav > li > a {
  font-size: 12px;
  padding: 10px 8px;
}

@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    padding: 10px 15px;
  }
  #homeheader {
    margin-top: 89px;
  }
}

@media (min-width: 1300px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 14px;
  }
}

.padding-rl-0 {
  padding-left: 0;
  padding-right: 0;
}

#sticky-form {
  display: none;
  height: 0px;
  visibility: hidden;
  position: fixed;
  top: 89px;
  z-index: 11;
  width: 100%;
  background-color: #EEEEEE;
  text-align: center;
  transition: 0.2s height ease-in-out, 0.2s visibility linear;
}

#sticky-form-container {
  position: relative;
  top: -64px;
  transition: 0.2s top ease-in-out;
}

.sticky-form-visible {
  height: 64px !important;
  visibility: visible !important;
}

.sticky-form-container-visible {
  top: 0 !important;
}


#sticky-form .sticky-form-title {
  font-size: 1.5rem;
  color: #102961;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 0;
}

#sticky-form form {
  padding: 15px 0;
}

#sticky-form .mb-3 {
  margin-bottom: 0;
}

#sticky-form .form-item {
  display: inline-block;
  max-width: 15%;
  vertical-align: middle;
  margin: 0 5px;
  line-height: 0;
}

#sticky-form input {
  padding-left: 6px;
  color: #666;
}

#sticky-form input::-webkit-input-placeholder {
color: #666 !important;
}
 
#sticky-form input:-moz-placeholder { /* Firefox 18- */
color: #666 !important;  
}
 
#sticky-form input::-moz-placeholder {  /* Firefox 19+ */
color: #666 !important;  
}
 
#sticky-form input:-ms-input-placeholder {  
color: #666 !important;  
}

#sticky-form select {
  padding-left: 3px;
}

#sticky-form .btn {
  padding: 5px 20px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: none;
  border-radius: 30px;
  letter-spacing: 2px;
  margin-top: 0; 
  transition: none;
  transition: 0.1s background-color ease-in-out;
}

@media(min-width: 1200px) {
  #sticky-form {
    display: block;
  }
}

.show-bvalidator {
  visibility: visible !important;
}

/* Careers Page
 * 8 - 30 - 2017
 ************************************/
.career-application {
  padding: 25px 0;
}
.career-application h3 {
  margin-bottom: 25px;
}
.career-application input[type="file"], 
.career-application input[type="submit"] {
  background-color: #102961;
}
.single-careers .post-navigation {
  display: none;
}

.career-h1 {
  color: #102961;
  font-weight: 700;
  font-size: 1.625rem;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: inherit;
  line-height: 1.1;
}

.career-h1 a {
  color: #102961;
  text-decoration: none;
}

.career-h1 a:hover {
  text-decoration: none;
}

.single-careers .page-header {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.single-careers .entry-content {
  margin-top: 0;
}

.single-careers .entry-content ul {
  margin-left: 0;
}

/* Fixed header corrections ...
 *  9/13/2017
************************************/
.logged-in .navbar-static-top {
    padding-top: 46px;
}

@media (min-width: 783px) {
  .logged-in .navbar-static-top {
    padding-top: 32px;
  }
}

.logged-in #sticky-form {
  top: 120px;
}

.mobile-header-wrapper {
  height: 75px;
}

.mobile-header {
  text-align: center;
  position: fixed;
    top: 0; right: 0; left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}

.logged-in .mobile-header {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in .mobile-header {
    top: 32px;
  }
}

.mobile-header a {
  color: #102961;
  text-decoration: none;
}

.mobile-header-item {
  display: inline-block;
  max-width: 33%;
  vertical-align: middle;
  margin: 10px;
}

.mobile-header-item img {
  max-height: 72px;
  width: auto;
}

.mobile-phone {
  font-weight: 800;
}

.locations {
  font-weight: 800;
  text-align: center;
  padding: 20px 0;
}

#wpadminbar {
  position: fixed;
  top: 0;
}

/*
 * Add L/R Padding to Main Content Area
 */
 #main {
  padding: 0 15px;
 }

/**
* Decrease phone number font size in header @small width
*/
.topLeft {
  font-size: 1rem;
}

@media(min-width:992px) {
  .topLeft {
    font-size: 1.125rem;
  }
}

/* Testimonials Carousel - Pure CSS */
#quote-carousel .carousel-inner {
    position: relative;
    min-height: 350px;
    overflow: visible !important;
}
#quote-carousel .carousel-inner .item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;
}
/* Remove active class styling - animation handles visibility */
#quote-carousel .carousel-inner .item.active {
    /* Animation handles opacity */
}

/* Testimonial carousel CSS fix: override Bootstrap display:none so animation works */
#quote-carousel .carousel-inner .item {
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* Auto-rotate using CSS animation */
@keyframes testimonial-fade {
    0%, 20% { opacity: 1; pointer-events: auto; }
    25%, 95% { opacity: 0; pointer-events: none; }
    100% { opacity: 1; pointer-events: auto; }
}

#quote-carousel .carousel-inner .item:nth-child(1) { animation: testimonial-fade 20s infinite; }
#quote-carousel .carousel-inner .item:nth-child(2) { animation: testimonial-fade 20s infinite 5s; }
#quote-carousel .carousel-inner .item:nth-child(3) { animation: testimonial-fade 20s infinite 10s; }
#quote-carousel .carousel-inner .item:nth-child(4) { animation: testimonial-fade 20s infinite 15s; }
/* Cache bust: Wed Apr 22 04:20:05 PM PDT 2026 */

/* === Modern Social Icons (2026 refresh) === */
.social-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    margin: 0 4px;
    color: #fff;
    background: color-mix(in srgb, var(--brand-color, #333) 10%, #fff 90%);
    font-size: 20px;
    text-decoration: none;
    transition: all 0.25s ease;
}
.social-icon-circle i {
    line-height: 1;
}
.social-icon-circle svg {
    display: block;
    position: relative;
    top: 4px;
}
.social-icon-circle:hover {
    background: var(--brand-color, #333);
    color: #fff;
     
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.social-icon-circle img.social-i {
    width: 20px;
    height: 20px;
    max-width: 20px;
    object-fit: contain;
    border: none;
    filter: brightness(0) invert(1);
}

/* === Gallery — Swiper JS carousel === */
.gallery-swiper {
    width: 100%;
    height: 650px;
    overflow: hidden;
    border-radius: 4px;
}
.gallery-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ============================================
   GutterDome Blog Cards — Chuck 2026-05-23
   ============================================ */
.blog-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    transition: box-shadow 0.2s ease;
}
.blog-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.blog-card-image img {
    width: 100%;
    height: auto;
    display: block;
}
.blog-card-body {
    padding: 25px 30px;
}
.blog-card-body .entry-title {
    font-size: 22px;
    margin: 0 0 10px 0;
    line-height: 1.3;
}
.blog-card-body .entry-title a {
    color: #222;
    text-decoration: none;
}
.blog-card-body .entry-title a:hover {
    color: #c0392b;
}
.blog-card-meta {
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}
.blog-card-meta span {
    margin-right: 15px;
}
.blog-card-meta .blog-date {
    font-weight: 600;
    color: #666;
}
.blog-card-body .entry-content {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 15px;
}
.blog-card-body .entry-content p {
    margin-bottom: 12px;
}
.blog-read-more {
    display: inline-block;
    background: #c0392b;
    color: #fff !important;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background 0.2s ease;
}
.blog-read-more:hover {
    background: #a93226;
    color: #fff !important;
    text-decoration: none;
}
/* Responsive */
@media (max-width: 768px) {
    .blog-card-body {
        padding: 20px;
    }
    .blog-card-body .entry-title {
        font-size: 18px;
    }
}


/* ═══════════════════════════════════════════════════════════
   Contact Us Page Redesign — Dagny (2026-05-25)
   Scoped to .page-id-315 (Contact Us page only)
   ═══════════════════════════════════════════════════════════ */


  :root {
    /* GutterDome Brand */
    --navy: #102961;
    --navy-light: #1a3d7a;
    --navy-dark: #0a1c3f;
    --gold: #C8963E;
    --gold-light: #D4A843;
    --gold-dark: #A87A2E;

    /* Neutrals */
    --white: #ffffff;
    --off-white: #f7f8fa;
    --gray-50: #f0f2f5;
    --gray-100: #e4e7ec;
    --gray-200: #d0d5dd;
    --gray-400: #98a2b3;
    --gray-600: #475467;
    --gray-800: #1d2939;
    --gray-900: #101828;

    /* Semantic */
    --success: #12B76A;
    --star: #F2C94C;

    /* Spacing */
    --space-xs: 0.5rem;
    --space-sm: 0.75rem;
    --space-md: 1rem;
    --space-lg: 1.5rem;
    --space-xl: 2rem;
    --space-2xl: 3rem;
    --space-3xl: 4rem;

    /* Radii */
    --radius-sm: 6px;
    --radius-md: 10px;
    --radius-lg: 16px;
    --radius-xl: 24px;

    /* Shadows */
    --shadow-card: 0 1px 3px rgba(16,24,40,0.06), 0 1px 2px rgba(16,24,40,0.04);
    --shadow-card-hover: 0 4px 12px rgba(16,24,40,0.08), 0 2px 4px rgba(16,24,40,0.04);
    --shadow-elevated: 0 8px 24px rgba(16,24,40,0.10), 0 2px 8px rgba(16,24,40,0.06);
  }

  

  

  

  /* ── Hero ── */
  .page-id-315 .hero {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
    color: var(--white);
    padding: var(--space-3xl) var(--space-lg);
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .page-id-315 .hero::after {
    content: '';
    position: absolute;
    top: -50%; right: -20%;
    width: 600px; height: 600px;
    background: radial-gradient(circle, rgba(200,150,62,0.10) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
  }
  .page-id-315 .hero-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
  .page-id-315 .hero-badge {
    display: inline-flex; align-items: center; gap: var(--space-xs);
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: var(--space-lg);
    backdrop-filter: blur(4px);
  }
  .page-id-315 .hero-badge .stars { color: var(--star); letter-spacing: 2px; }
  .page-id-315 .hero h1 {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: var(--space-md);
  }
  .page-id-315 .hero h1 span { color: var(--gold-light); }
  .page-id-315 .hero p {
    font-size: 1.125rem;
    color: rgba(255,255,255,0.75);
    max-width: 540px;
    margin: 0 auto var(--space-lg);
    line-height: 1.6;
  }
  .page-id-315 .hero-phone {
    display: inline-flex; align-items: center; gap: 10px;
    font-size: 1.25rem; font-weight: 600;
    color: var(--white);
    text-decoration: none;
    padding: 10px 24px;
    border: 1px solid rgba(255,255,255,0.20);
    border-radius: 100px;
    transition: all 0.2s;
  }
  .page-id-315 .hero-phone:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.35); }
  .page-id-315 .hero-phone svg { width: 20px; height: 20px; opacity: 0.8; }

  /* ── Main Layout ── */
  .page-id-315 .page-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--space-2xl) var(--space-lg);
  }
  .page-id-315 .two-col {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: var(--space-2xl);
    align-items: start;
  }

  /* ── Form Card ── */
  .page-id-315 .form-card {
    background: var(--white);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-elevated);
    overflow: hidden;
  }
  .page-id-315 .form-card-header {
    background: var(--navy);
    color: var(--white);
    padding: var(--space-xl);
  }
  .page-id-315 .form-card-header h2 {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
  }
  .page-id-315 .form-card-header .subtitle {
    font-size: 0.9375rem;
    color: rgba(255,255,255,0.70);
  }
  .form-card-
  .page-id-315 .wufoo-wrapper {
    border: 1px solid var(--gray-100);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--white);
  }
  .page-id-315 .wufoo-wrapper iframe {
    width: 100%;
    min-height: 520px;
    border: 0;
    display: block;
  }
  .page-id-315 .form-footer-text {
    margin-top: var(--space-md);
    text-align: center;
    font-size: 0.8125rem;
    color: var(--gray-400);
    display: flex; align-items: center; justify-content: center; gap: 4px;
  }
  .page-id-315 .form-footer-text svg { width: 14px; height: 14px; }

  /* ── Trust Panel ── */
  .page-id-315 .trust-panel {
    display: flex;
    flex-direction: column;
    gap: var(--space-md);
    position: sticky;
    top: var(--space-xl);
  }
  .page-id-315 .trust-card {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-card);
    border: 1px solid var(--gray-50);
    transition: box-shadow 0.2s;
  }
  .page-id-315 .trust-card:hover { box-shadow: var(--shadow-card-hover); }
  .page-id-315 .trust-card-icon {
    width: 44px; height: 44px;
    border-radius: var(--radius-md);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: var(--space-md);
    font-size: 1.25rem;
  }
  .page-id-315 .trust-card-icon.navy { background: rgba(16,41,97,0.08); color: var(--navy); }
  .page-id-315 .trust-card-icon.gold { background: rgba(200,150,62,0.12); color: var(--gold); }
  .page-id-315 .trust-card-icon.green { background: rgba(18,183,106,0.10); color: var(--success); }
  .page-id-315 .trust-card h3 {
    font-family: 'DM Sans', 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gray-900);
    margin-bottom: 4px;
    letter-spacing: -0.01em;
  }
  .page-id-315 .trust-card p {
    font-size: 0.875rem;
    color: var(--gray-600);
    line-height: 1.55;
  }

  /* Testimonials Swiper */
  .page-id-315 .testimonials-swiper {
    background: var(--white);
    border-radius: var(--radius-lg);
    padding: 0;
    box-shadow: var(--shadow-card);
    border: 1px solid var(--gray-50);
    overflow: hidden;
  }
  .page-id-315 .testimonials-swiper .swiper-wrapper { align-items: stretch; }
  .page-id-315 .testimonials-swiper .testimonial-card {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--white);
    border-radius: 0;
    padding: var(--space-lg);
    box-shadow: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .page-id-315 .testimonials-swiper .swiper-slide { height: auto; }
  .page-id-315 .testimonials-swiper .swiper-pagination {
    position: relative;
    bottom: auto;
    margin-top: var(--space-sm);
    text-align: center;
    padding-bottom: var(--space-sm);
  }
  .page-id-315 .testimonials-swiper .swiper-pagination-bullet {
    width: 8px; height: 8px;
    background: var(--gray-300);
    opacity: 1;
  }
  .page-id-315 .testimonials-swiper .swiper-pagination-bullet-active {
    background: var(--navy);
  }
  .page-id-315 .bbb-badge {
    width: 56px; height: 56px;
    background: #003DA5;
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 0.75rem;
    text-align: center;
    line-height: 1.15;
    flex-shrink: 0;
    letter-spacing: -0.02em;
  }
  .page-id-315 .bbb-info h4 {
    font-size: 0.9375rem; font-weight: 700;
    color: var(--gray-900);
  }
  .page-id-315 .bbb-info .rating {
    display: flex; align-items: center; gap: 6px;
    margin: 2px 0;
  }
  .page-id-315 .bbb-info .rating .stars { color: var(--star); letter-spacing: 1px; font-size: 0.875rem; }
  .page-id-315 .bbb-info .rating .label { font-size: 0.8125rem; color: var(--gray-600); font-weight: 500; }
  .page-id-315 .bbb-info .accredited {
    font-size: 0.75rem; color: var(--success); font-weight: 600;
    display: flex; align-items: center; gap: 4px;
  }

  /* Testimonial */
  .page-id-315 .testimonial-card {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--white);
    border-radius: var(--radius-lg);
    padding: var(--space-lg);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: visible;
  }
  .page-id-315 .testimonial-card::before {
    content: '"';
    position: absolute;
    top: -10px; right: 16px;
    font-family: 'DM Sans', serif;
    font-size: 6rem;
    color: rgba(255,255,255,0.06);
    line-height: 1;
    pointer-events: none;
  }
  .page-id-315 .testimonial-card p {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: rgba(255,255,255,0.85);
    font-style: italic;
    position: relative;
    z-index: 1;
  }
  .page-id-315 .testimonial-card .author {
    margin-top: var(--space-md);
    font-size: 0.8125rem;
    color: rgba(255,255,255,0.55);
    font-style: normal;
    font-weight: 500;
  }
  .page-id-315 .testimonial-card .author strong { color: var(--gold-light); font-weight: 600; }

  /* ── Bottom Trust Bar ── */
  .page-id-315 .trust-bar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--space-lg) var(--space-2xl);
  }
  .page-id-315 .trust-bar-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--space-md);
  }
  .page-id-315 .trust-pill {
    background: var(--white);
    border: 1px solid var(--gray-100);
    border-radius: 100px;
    padding: var(--space-md) var(--space-xl);
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--gray-800);
    display: flex; align-items: center; justify-content: center; gap: 8px;
  }
  .page-id-315 .trust-pill svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }

  /* ── Responsive ── */
  @media (max-width: 900px) {
    .page-id-315 .two-col {
      grid-template-columns: 1fr;
      gap: var(--space-lg);
    }
    .page-id-315 .trust-panel {
      position: static;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: var(--space-sm);
    }
    .page-id-315 .trust-bar-inner {
      grid-template-columns: 1fr;
    }
    .page-id-315 .hero { padding: var(--space-2xl) var(--space-lg); }
  }
  @media (max-width: 540px) {
    .page-id-315 .page-section { padding: var(--space-lg) var(--space-md); }
    .page-id-315 .two-col { gap: var(--space-md); }
    .page-id-315 .trust-panel { grid-template-columns: 1fr; }
    .page-id-315 .form-card-header { padding: var(--space-lg); }
    .form-card-
    .page-id-315 .wufoo-wrapper iframe { min-height: 560px; }
    .page-id-315 .hero h1 { font-size: 1.75rem; }
    .page-id-315 .hero p { font-size: 1rem; }
  }

  /* ── Print ── */
  @media print {
    
    .page-id-315 .hero { background: var(--navy) !important; -webkit-print-color-adjust: exact; }
  }


/* Phone icon via CSS — avoids WordPress SVG stripping */
.page-id-315 .hero-phone::before {
  content: '📞';
  font-size: 1.1em;
  margin-right: 8px;
}

/* === TESTIMONIAL RECORDER === */
.gd-recorder *{box-sizing:border-box}
.gd-recorder{max-width:800px;margin:48px auto;font-family:'DM Sans','Inter',-apple-system,sans-serif}
.gd-recorder .gd-r-header{text-align:center;margin-bottom:28px}
.gd-recorder .gd-r-badge{display:inline-block;background:#102961;color:#fff;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.08em;padding:6px 16px;border-radius:4px;margin-bottom:12px}
.gd-recorder .gd-r-header h3{font-size:1.5rem;color:#102961;margin:0 0 8px;font-weight:700}
.gd-recorder .gd-r-header p{color:#666;font-size:0.95rem;margin:0;line-height:1.5}
.gd-recorder .gd-r-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06)}
.gd-recorder .gd-r-body{padding:28px}
.gd-recorder .gd-r-camera{position:relative;background:#000;border-radius:6px;overflow:hidden;margin-bottom:20px;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.gd-recorder .gd-r-camera video{width:100%;height:100%;object-fit:cover}
.gd-recorder .gd-r-camera .gd-r-camera-placeholder{color:#666;text-align:center;padding:20px}
.gd-recorder .gd-r-camera .gd-r-camera-placeholder .gd-r-icon{font-size:3rem;margin-bottom:12px;display:block}
.gd-recorder .gd-r-camera .gd-r-camera-placeholder p{color:#999;font-size:0.9rem;margin:4px 0}
.gd-recorder .gd-r-recording-indicator{position:absolute;top:12px;left:12px;display:flex;align-items:center;gap:8px;background:rgba(0,0,0,0.7);color:#fff;padding:6px 14px;border-radius:20px;font-size:0.85rem;font-weight:600;display:none}
.gd-recorder .gd-r-rec-dot{width:10px;height:10px;background:#ef4444;border-radius:50%;animation:gd-r-pulse 1s infinite}
@keyframes gd-r-pulse{0%,100%{opacity:1}50%{opacity:0.3}}
.gd-recorder .gd-r-timer{font-variant-numeric:tabular-nums}
.gd-recorder .gd-r-prompt{position:absolute;bottom:16px;left:16px;right:16px;background:rgba(0,0,0,0.75);color:#fff;padding:10px 16px;border-radius:6px;font-size:0.85rem;text-align:center;display:none}
.gd-recorder .gd-r-controls{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:16px}
.gd-recorder .gd-r-btn{padding:12px 28px;border-radius:6px;font-size:0.95rem;font-weight:600;cursor:pointer;border:none;transition:all 0.2s;display:flex;align-items:center;gap:8px;font-family:inherit}
.gd-recorder .gd-r-btn:disabled{opacity:0.5;cursor:not-allowed}
.gd-recorder .gd-r-btn-start{background:#102961;color:#fff}
.gd-recorder .gd-r-btn-start:hover:not(:disabled){background:#0a1f4a}
.gd-recorder .gd-r-btn-record{background:#cc3333;color:#fff}
.gd-recorder .gd-r-btn-record:hover:not(:disabled){background:#b02222}
.gd-recorder .gd-r-btn-stop{background:#666;color:#fff}
.gd-recorder .gd-r-btn-stop:hover:not(:disabled){background:#555}
.gd-recorder .gd-r-btn-reset{background:#f0f0f0;color:#404040;border:1px solid #ddd}
.gd-recorder .gd-r-btn-reset:hover:not(:disabled){background:#e4e4e4}
.gd-recorder .gd-r-btn-submit{background:#c8963e;color:#fff}
.gd-recorder .gd-r-btn-submit:hover:not(:disabled){background:#b88735}
.gd-recorder .gd-r-btn-retry{background:#f0f0f0;color:#404040;border:1px solid #ddd}
.gd-recorder .gd-r-btn-retry:hover:not(:disabled){background:#e4e4e4}
.gd-recorder .gd-r-progress{height:4px;background:#e0e0e0;border-radius:2px;margin-bottom:12px;overflow:hidden;display:none}
.gd-recorder .gd-r-progress-bar{height:100%;background:#cc3333;transition:width 1s linear}
.gd-recorder .gd-r-status{text-align:center;padding:8px;font-size:0.85rem;border-radius:4px;display:none}
.gd-recorder .gd-r-status.error{display:block;background:#fff0f0;color:#cc3333;border:1px solid #fdd}
.gd-recorder .gd-r-status.success{display:block;background:#f0fff4;color:#166534;border:1px solid #c6f6d5}
.gd-recorder .gd-r-status.info{display:block;background:#f0f4ff;color:#102961;border:1px solid #c6d6f6}
.gd-recorder .gd-r-form{margin-top:16px;display:none}
.gd-recorder .gd-r-form label{display:block;font-size:0.85rem;font-weight:600;color:#404040;margin-bottom:4px}
.gd-recorder .gd-r-form input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:0.95rem;font-family:inherit;margin-bottom:12px;transition:border-color 0.2s}
.gd-recorder .gd-r-form input:focus{outline:none;border-color:#102961;box-shadow:0 0 0 2px rgba(16,41,97,0.1)}
.gd-recorder .gd-r-form textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:0.9rem;font-family:inherit;resize:vertical;min-height:60px;margin-bottom:12px;transition:border-color 0.2s}
.gd-recorder .gd-r-form textarea:focus{outline:none;border-color:#102961;box-shadow:0 0 0 2px rgba(16,41,97,0.1)}
.gd-recorder .gd-r-thanks{text-align:center;padding:40px 20px;display:none}
.gd-recorder .gd-r-thanks .gd-r-check{font-size:3rem;margin-bottom:12px;display:block}
.gd-recorder .gd-r-thanks h4{font-size:1.3rem;color:#102961;margin:0 0 8px}
.gd-recorder .gd-r-thanks p{color:#666;font-size:0.95rem}
.gd-recorder .gd-r-steps{display:flex;justify-content:center;gap:8px;margin-bottom:24px;font-size:0.8rem;color:#999}
.gd-recorder .gd-r-step{padding:4px 12px;border-radius:12px;background:#f0f0f0}
.gd-recorder .gd-r-step.active{background:#102961;color:#fff}
.gd-recorder .gd-r-upload-bar{height:8px;background:#e0e0e0;border-radius:4px;margin:12px 0;overflow:hidden;display:none}
.gd-recorder .gd-r-upload-bar-fill{height:100%;background:#c8963e;border-radius:4px;transition:width 0.3s;width:0%}
.gd-recorder .gd-r-upload-status{text-align:center;font-size:0.85rem;color:#666;margin-top:4px;display:none}
.gd-recorder .gd-r-permission-help{display:none;background:#fff8f0;border:1px solid #fdd;border-radius:6px;padding:16px;margin:12px 0;font-size:0.85rem;color:#8b4513;line-height:1.6}
.gd-recorder .gd-r-permission-help code{background:#ffe4c4;padding:2px 6px;border-radius:3px;font-size:0.85em}
@media(max-width:600px){.gd-recorder .gd-r-body{padding:16px}.gd-recorder .gd-r-btn{padding:10px 18px;font-size:0.85rem}.gd-recorder .gd-r-header h3{font-size:1.25rem}}


/* === Testimonial Cards === */
.featured-testimonial{background:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.08);margin-bottom:36px;max-width:800px}
.featured-badge{display:inline-block;background:#102961;color:#fff;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;padding:4px 14px;border-radius:0 0 4px 0}
.featured-body{padding:24px 28px 28px}
.featured-header{display:flex;align-items:flex-start;gap:20px;margin-bottom:20px;flex-wrap:wrap}
.featured-avatar-area{flex-shrink:0;text-align:center}
.featured-avatar{width:72px;height:72px;border-radius:50%;background:#102961;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;line-height:1}
.featured-meta h4{font-size:1.15rem;font-weight:600;color:#102961;margin:0 0 2px}
.featured-location{font-size:0.85rem;color:#666;margin-bottom:4px}
.featured-stars{color:#f5a623;font-size:1rem;letter-spacing:2px}
.featured-quote{font-size:1.05rem;font-style:italic;color:#404040;line-height:1.55;margin:0 0 12px;padding-left:14px;border-left:3px solid #C8963E}
.video-wrapper{position:relative;padding-bottom:56.25%;height:0;border-radius:6px;overflow:hidden;background:#000}
.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.memoriam-note{margin-top:8px;font-size:0.75rem;color:#999;font-style:italic;text-align:right}
@media(max-width:768px){.featured-body{padding:14px 16px 16px}.featured-header{gap:10px}.featured-quote{font-size:0.95rem}}
@media(max-width:480px){.featured-header{flex-direction:column;align-items:flex-start}}
/* === Social Proof Bar === */
.social-proof-bar{background:#102961;padding:20px 0;border-top:3px solid #C8963E;border-bottom:3px solid #C8963E}
.social-proof-bar .sp-item{border-right:1px solid rgba(255,255,255,0.15);padding:8px 12px}
.social-proof-bar .sp-item:last-child{border-right:none}
.social-proof-bar .sp-inner{display:flex;flex-direction:column;align-items:center}
.social-proof-bar .sp-stat{font-size:1.6rem;font-weight:800;color:#C8963E;letter-spacing:0.02em;line-height:1.2}
.social-proof-bar .sp-label{font-size:0.8rem;color:rgba(255,255,255,0.85);text-transform:uppercase;letter-spacing:0.06em;margin-top:2px}

/* Hero slider fade — force single-slide visibility */
.hero-slider-desktop .swiper-slide,
.hero-slider-mobile .swiper-slide {
    opacity: 0 !important;
    transition: opacity 1s ease;
}
.hero-slider-desktop .swiper-slide-active,
.hero-slider-mobile .swiper-slide-active,
.hero-slider-desktop .swiper-slide-duplicate-active,
.hero-slider-mobile .swiper-slide-duplicate-active {
    opacity: 1 !important;
}

/* Hero slider explicit height (Chuck 2026-06-17) */
.hero-slider-desktop,
.hero-slider-desktop .swiper-wrapper,
.hero-slider-desktop .swiper-slide {
    height: 500px;
}
@media (min-width: 768px) {
    .hero-slider-desktop,
    .hero-slider-desktop .swiper-wrapper,
    .hero-slider-desktop .swiper-slide {
        height: 600px;
    }
}
.hero-slider-mobile,
.hero-slider-mobile .swiper-wrapper,
.hero-slider-mobile .swiper-slide {
    height: 300px;
}
@media(max-width:767px){.social-proof-bar{padding:14px 0}.social-proof-bar .sp-item{border-right:none;border-bottom:1px solid rgba(255,255,255,0.1);padding:10px 8px}.social-proof-bar .sp-item:last-child,.social-proof-bar .sp-item:nth-child(2){border-bottom:none}.social-proof-bar .sp-stat{font-size:1.3rem}}
