/*!
Theme Name: Natomas
Theme URI: https://aircoastindustrial.com
Author: Aircoast Industrial
Author URI: https://aircoastindustrial.com
Description: A base theme created for building websites. Customizeable, the only limits are your imagination.
Version: 1.0.8
Text Domain: natomas
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* ===========================================================
       TABLE OF CONTENTS
       
       0 Color Palette
       1 Reset
       2 Font Face
       3 Typography
       4 Elements
       5 Forms
       6 Navigation
           6.1 Links
           6.2 Menus
           6.3 Header
           6.4 Pagination
       7 Accessibility
       8 Alignments
       9 Clearings
      10 Widgets
      11 Content
          11.1 Footer
          11.2 Custom Banner
          11.3 Custom Pages
          11.4 Full Width Pages
      12 Posts and pages
          12.1 Single Posts & Blog
          12.2 Home
          12.3 Contact
          12.4 Page Template Default
          12.5 Flexible Content Pages
          12.6 Flexible w/ Hero Area
          12.7 Accents & Additions
          12.8 Industries
          12.9 Archives + Categories
         12.10 File Not Found 404
         12.11 Search Results
         12.12 Asides 
         12.13
      13 Tables
      14 Media
        14.1 Captions
        14.2 Galleries
  ============================================================= */

/* ============================================================
       0 COLOR PALETTE
   ============================================================ 

      Main Blue           4298b5
      Tan                 d1ccbd
      Gray                c5cfda
      Orange              db8a06
      Black               333f48

      More
        
      Logo Blue           3e97b5
      AAF Red             c80f2e

   ============================================================ */

/* ============================================================
       1 RESET (NEWER)
   ============================================================ */

html {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}

img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*, *::before, *::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}


/* ============================================================
       1 RESET
   ============================================================ */

html {
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}
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 0;
}
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-appearance: textfield;
  box-sizing: content-box;
}
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;
}

/* ============================================================
       2 GRIDS
   ============================================================ */


.gridx {
  margin: 0 auto;
  position: relative;
  width: 90%;
}

@media screen and (min-width: 704px) {
  .gridx.grid640 {
    max-width: 640px;
  }
}
@media screen and (min-width: 756px) {
  .gridx.grid688 {
    max-width: 688px;
  }
}
@media screen and (min-width: 968px) {
  .gridx.grid880 {
    width: 880px;
  }
}
@media screen and (min-width: 1012px) {
  .gridx.grid920 {
    width: 920px;
  }
}
@media screen and (min-width: 1056px) {
  .gridx.grid960 {
    width: 960px;
  }
}
@media screen and (min-width: 1076px) {
  .gridx.grid980 {
    width: 980px;
  }
}
@media screen and (min-width: 1254px) {
  .gridx.grid1140 {
    width: 1140px;
  }
}

@media screen and (min-width: 1320px) {
  .gridx.grid1200 {
    width: 1200px;
  }
}

@media screen and (min-width: 1408px) {
  .gridx.grid1280 {
    width: 1280px;
  }
}

@media screen and (min-width: 1452px) {
  .gridx.grid1320 {
    width: 1320px;
  }
}

@media screen and (min-width: 1584px) {
  .gridx.grid1440 {
    width: 1440px;
  }
}

.width200 {
  max-width: 200px !important;
}
.width348 {
  max-width: 348px;
}
.width364 {
  max-width: 364px;
}
.width400 {
  max-width: 400px;
}
.width520 {
  max-width: 520px;
}
.width880 {
  max-width: 880px;
}
.width920 {
  max-width: 920px;
}
.width960 {
  max-width: 960px;
}
.width1080 {
  max-width: 1080px;
}
.mb28 {
  margin-bottom: 28px;
}
.mb56 {
  margin-bottom: 56px;
}
.mb72 {
  margin-bottom: 72px;
}
.pb96 {
  padding-bottom: 96px;
}

/* ============================================================
       3 TYPOGRAPHY
   ============================================================ */

:focus {
  outline: transparent auto 1px;
}

body, button, input, select, textarea {
  color: #333f48;
  font-family: 'Red Hat Display', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
h1, h2, h3, h4, h5, h6, .site-footer h2, .site-footer h3, .site-footer h4 {
  clear: both;
  font-weight: 700;
}
p {
  margin-bottom: 1.5em;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  background-color: #aaa;
  border: solid 4px #333;
  margin: 1em 0;
  padding: 1em 1.5em;
}
.page-id-21023 blockquote {
  background-color: transparent;
}
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%;
}
.letter-spacing-zero {
  letter-spacing: 0;
}

.single-post .entry-content p,
.page .entry-content p {
  font-size: 19px;
  line-height: 29px;
}

@media screen and (min-width: 1164px) {
  .page .entry-content p.adjust58 {
    margin-top: 58px;
  }
}

.single-post h1,
.page h1,
.single-post .entry-content h2.serif,
.page .entry-content h2.serif
.single-post .entry-content h3.serif,
.page .entry-content h3.serif {
  font-family: "Times New Roman", Times, serif;
}

.single-post .entry-content h2,
.page .entry-content h2 {
  font-size: 32px;
  line-height: 37px;
  margin: 1em 0;
}
.single-post .entry-content h3,
.page .entry-content h3 {
  font-size: 27px;
  line-height: 32px;
  margin: 1em 0;
}
.single-post .entry-content h4,
.page .entry-content h4 {
  font-size: 24px;
  line-height: 30px;
  margin: 1em 0;
}
.single-post .entry-content h5,
.page .entry-content h5 {
  font-size: 22px;
  line-height: 28px;
  margin: 1em 0;
}
.single-post .entry-content h6,
.page .entry-content h6 {
  font-size: 21px;
  line-height: 27px;
  margin: 1em 0;
}

.headline-style-1, h1.headline-style-1 {
  color: #fff;
  font-size: 36px;
  line-height: 45px;
  text-shadow: 0 1px 5px rgba(0,0,0,.56);
}
@media screen and (min-width: 1280px) {
  .headline-style-1, h1.headline-style-1 {
    font-size: 42px;
	line-height: 51px;
  }
}
@media screen and (min-width: 1900px) {
  .headline-style-1, h1.headline-style-1 {
    font-size: 55px;
	line-height: 62px;
  }
}
.headline-style-2 {
  font-family: "Times New Roman", Times, serif;
}
.headline-style-3 {
}
.headline-style-4 {
}
@media screen and (min-width: 1087px) {
  .page .entry-content h2.headline-style-4 {
	font-size: 40px;
    line-height: 46px;
    margin: .375em 0 .625em;
  }
}

.headline-style-5 {
}
.headline-style-6 {
}
.headline-style-7 {
}
.headline-style-8 {
}
.fff {
  color: #fff !important;
}


/* ============================================================
       4 ELEMENTS
   ============================================================ */
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  font-display: swap;
  scroll-behavior: smooth;
}
*, *: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;
  position: relative;
  overflow-x: hidden; 
  textRendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: auto;
  scroll-behavior: smooth;
}
.site {
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1396px) { /* enable sticky sidebar */
  .single-post .site {
    overflow-x: initial;
  }
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul, ol {
  margin: 0 0 1.5em 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;
}
img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

.entry-content ul li, .page-content ul li {
  font-size: 18px;
  line-height: 27px;
  list-style: none; 
  margin-bottom: 15px;
  margin-left: 1.1225em;
  position: relative;
}

.entry-content ul li::before, .page-content ul li::before {
  color: #4298b5;  
  content: "\2022"; 
  display: inline-block;
  font-size: 25px;
  font-weight: 700;
  left: -0.875em;
  position: absolute;
  top: 0;
}

.entry-content ul, .page-content ul {
  margin-left: 0;
  padding-left: 0;
}

ul.children {
  margin-top: 15px;
}

.entry-content ol, .page-content ol {
  margin-left: 1.1225em; 
  padding-left: 18px;
}
.entry-content ol li, .page-content ol li {
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 15px; 
  padding-left: 2px;
}

.entry-content a {
  text-decoration: none;
  border-bottom: solid 1px;
}

/* ============================================================
       5 FORMS
   ============================================================ */

button, input[type=" button"], input[type="reset"], input[type="submit"], .button1, body .edd-submit.button.blue {
  border: solid 2px;
  border-color: #4298b5;
  background-color: #4298b5;
  border-radius: 25px;
  box-shadow: none;
  color: #fff;
  font-family: "Red Hat Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 1;
  text-decoration: none;
  text-shadow: none;
  text-rendering: optimizeLegibility;
}
button, .button1, body .edd-submit.button.blue {
  font-size: 19px;
  padding: 12.5px 24px;
}
a.button1 {
  display: inline-block;
}
.home .hero-buttons a.button1 {
  margin-bottom: 16px;
}
a.button1.button2 {
  background-color: #d1ccbd;   
  border-color: #d1ccbd;
  color: #333f48;
}
a.button1.button2:focus, a.button1.button2:hover {
  background-color: #c5cfda;
  border-color: #c5cfda;
}

a.button1.button3 {
  background-color: #c80f2e;
  border-color: #c80f2e;
}
a.button1.button3:focus, a.button1.button3:hover {
  background-color: #dd2323;
  border-color: #dd2323;
}
a.button1.button9 {
  font-size: 16px;
  padding: 7px 16px;
}

input[type=" button"], input[type="reset"], input[type="submit"] {
  border-radius: 54px;
  font-size: 20px;
  padding: 11px 34px;
}
body .gform_legacy_markup_wrapper .gform_footer input.button, 
body .gform_legacy_markup_wrapper .gform_footer input[type="submit"] {
  font-size: 20px;
}
.site-footer a.button1.button-f {
  color: #fff;
}
.site-footer a.button1.button-f:focus, .site-footer a.button1.button-f:hover, .site-footer a.button1.button-f:active {
  background-color: #358fad;
  border-color: #358fad;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, .button1:focus,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button1:hover,
button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button1:active,
.button1.button0:focus, .button1.button0:hover, .button1.button0:active,
body .edd-submit.button.blue:focus, body .edd-submit.button.blue:hover, body .edd-submit.button.blue:active {
  background-color: #358fad;
  border-color: #358fad;
  box-shadow: none;
  color: #fff !important;
}
.button-icon {
  margin-right: 5px;
}

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, select, body .gform_wrapper .top_label select.medium {
  background-color: #f0f0f0;
  color: #333f48;
  border: solid 3px #397ea0;
  border-radius: 0;
  -webkit-transition: all .29s ease;
  transition: all .29s ease;
}
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"] {
  height: 48px;
}

body .gform_legacy_markup_wrapper input.large,
body .gform_legacy_markup_wrapper input.medium,
body .gform_legacy_markup_wrapper input.small,
body .gform_legacy_markup_wrapper select.large,
body .gform_legacy_markup_wrapper select.medium,
body .gform_legacy_markup_wrapper select.small {
  height: 48px;
  padding: 7px 10px;
}


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 {
  background-color: #fff;
  border: solid 3px #4298b5;
  box-shadow: 6px 3px 5px #cfefff;
  color: #333f48;
  outline: solid 3px #4298b5;
}

textarea {
  padding: 7px 10px;
  width: 100%;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 7px 10px;
}
@media screen and (min-width: 641px) {
  body .gform_legacy_markup_wrapper .gform_footer input.button, 
  body .gform_legacy_markup_wrapper .gform_footer input[type="submit"],
  body .gform_legacy_markup_wrapper .gform_page_footer input.button,
  body .gform_legacy_markup_wrapper .gform_page_footer input[type="submit"] {
	font-size: 20px;
	font-weight: 700;
    letter-spacing: .01em;
    line-height: 1;
	padding: 18px 34px;
    border-radius: 44px;  
  }
}

/* Sidebar */

body.single-post .gform_legacy_markup_wrapper .top_label div.ginput_container {
  margin-top: 1px;
}
@media screen and (min-width: 641px) {
  .single-post .article880 .gform_legacy_markup_wrapper textarea.medium {
	height: 112px;	
  }
  .single-post .article880 .gform_legacy_markup_wrapper ul.gform_fields li.gfield {
	padding: 0 6px;
  }
}

.single-post .article880 input[type="text"], 
.single-post .article880 input[type="email"], 
.single-post .article880 input[type="url"], 
.single-post .article880 input[type="password"], 
.single-post .article880 input[type="tel"],
.single-post .article880 textarea, 
.single-post .article880 select, 
.cta-section.pagea-section input[type="text"], 
.cta-section.pagea-section input[type="email"], 
.cta-section.pagea-section input[type="url"], 
.cta-section.pagea-section input[type="password"], 
.cta-section.pagea-section input[type="tel"],
.cta-section.pagea-section textarea, 
.cta-section.pagea-section select,
.page .form-warm input[type="text"], 
.page .form-warm input[type="email"], 
.page .form-warm input[type="url"], 
.page .form-warm input[type="password"], 
.page .form-warm input[type="tel"],
.page .form-warm textarea, 
.page .form-warm select,
body.single-post .article880 .gform_wrapper .top_label select.medium {
  border: solid 3px #f58022;
}
.single-post .article880 input[type="text"]:focus, 
.single-post .article880 input[type="email"]:focus, 
.single-post .article880 input[type="url"]:focus, 
.single-post .article880 input[type="password"]:focus, 
.single-post .article880 input[type="tel"]:focus,
.single-post .article880 textarea:focus, 
.single-post .article880 select:focus, 
.cta-section.pagea-section input[type="text"]:focus, 
.cta-section.pagea-section input[type="email"]:focus, 
.cta-section.pagea-section input[type="url"]:focus, 
.cta-section.pagea-section input[type="password"]:focus, 
.cta-section.pagea-section input[type="tel"]:focus,
.cta-section.pagea-section textarea:focus, 
.single-post .article880 select:focus, 
.page .form-warm input[type="text"]:focus, 
.page .form-warm input[type="email"]:focus, 
.page .form-warm input[type="url"]:focus, 
.page .form-warm input[type="password"]:focus, 
.page .form-warm input[type="tel"]:focus,
.page .form-warm textarea:focus, 
.page .form-warm select:focus, 
body.single-post .article880 .gform_wrapper .top_label select.medium:focus {
  border: solid 3px #f26b27;
  box-shadow: none;
  outline: solid 1px #f26b27;
}

.single-post .article880 input[type="submit"], 
.single-post .article880 .button1 {
  background-color: #397ea0;
  border-color: #397ea0;
  border-width: 3px;
  color: #fff;
}
@media screen and (min-width: 1396px) {
  .single-post .article880 input[type="submit"] {
    border-radius: 31px;
	padding: 11px 34px;
  }
}

.single-post .article880 input[type="submit"]:focus, .single-post .article880 .button1:focus,
.single-post .article880 input[type="submit"]:hover, .single-post .article880 .button1:hover {
  background-color: #47852f;
  border-color: #47852f;
  color: #fff;
}

.single-post .gform_legacy_markup_wrapper .gform_footer {
  text-align: center;
}

.gform_required_legend {
  display: none;
}

/* ============================================================
       6 NAVIGATION
   ============================================================ */
/* ============================================================
     6.1 LINKS
   ============================================================ */
a {
  color: #292b65;
}
a, input, .menu-toggle, .main-navigation li.cta {
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}
a:hover, a:focus, a:active {
  color: #1f66c1;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* ============================================================
     6.2 MENUS
   ============================================================ */

.main-navigation {
  clear: none;
  display: inline-block;
  position: relative;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  float: right;
  width: auto;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .main-navigation {
    clear: none;
    display: inline-block;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: auto;
  }
}


.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  display: inline-block;
  line-height: 33px;
  margin-left: 18px;
  position: relative;
}

.main-navigation a {
  color: #333f48;  
  display: block;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0) scale(1);
  transform: translate3d(0,0,0) translateZ(0) scale(1);
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

/* CTA Navigation */
.main-navigation li.cta {
  background-color: #4298b5;
  border-radius: 25px;
}
.main-navigation li.cta:focus, 
.main-navigation li.cta:hover {
  background-color: #3e97b5;
}
.main-navigation li.cta a,
.main-navigation li.cta a:focus,
.main-navigation li.cta a:hover {
  color: #fff;
  padding: 5px 23px;
}

/* Back to Main Nav */

.main-navigation li:last-child {
  margin-right: 0;
}

#primary-menu > li > a {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) translateZ(0) scale(1);
  transform: translate3d(0,0,0) translateZ(0) scale(1);
}


.main-navigation ul ul {
  background-color: #fff; 
  border-bottom: solid 3px #4298b5;
  left: -15px;
  padding-top: 14px; /*21*/
  padding-bottom: 12px; 
  position: absolute;
  top: 43px; /*67px, 16px*/ 
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease, top .5s ease;
  transition: opacity .5s ease, top .5s ease;
  -webkit-transition: opacity 3.23s ease, top 3.3s ease;
  transition: opacity .95s ease-out, top .5s ease-out;
  visibility: hidden;
  width: 251px;
  z-index: 999; 
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
  display: block;
  left: -15px;
  opacity: 1;
  top: 27px;
  visibility: visible;
  z-index: 999;
  transform: translate(0, 0);
  -webkit-transition: opacity .5s ease-out, top .37s ease;
  transition: opacity .5s ease-out, top .37s ease;
}
/*
.main-navigation ul ul::before {
  border-style: solid;
  border-width: 0 9px 11px;
  border-color: transparent transparent #f58022;
  content: "";
  display: block;
  height: 0;
  left: calc(50% - 6px);
  position: absolute;
  top: -11px;
  width: 0;
}
*/

.main-navigation ul ul a {
  background-color: #fff;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;  
  width: 222px;
}
.main-navigation ul ul li {
  background-color: #fff;
  margin: 0;
  padding: 10px 14px;
}
.main-navigation li:hover > a, .main-navigation li.focus > a,
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a,
.main-navigation ul ul a:hover, 
.main-navigation ul ul a.focus,
.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a, 
.main-navigation .current-menu-ancestor > a {
  color: #4298b5;
}
 

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation .menu-item-has-children > a::after {
  color: #4298b5;
  content: "\f078";
  font-family: "Font Awesome 6 Pro";
  font-size: 11px;
  left: 5px;
  line-height: 33px;
  margin-top: 0px;
  position: relative;
}

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

.menu-toggle {
  position: absolute;
  right: 0;
  top: calc(50% + 13px);
  /*top: 72px; calc(50% + 30px)*/
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (min-width: 645px) {
  .menu-toggle {
    top: calc(50% + 14px);
  }
}

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

.mobile-menu-label {
  clear: both;
  color: #4298b5;
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin-top: 2px;
  text-transform: uppercase;
}
.menu-toggle:focus .mobile-menu-label, .menu-toggle:hover .mobile-menu-label {
  color: #3e97b5;
}
.menu-toggle:focus .hamburger-inner, .menu-toggle:focus .hamburger-inner::after, .menu-toggle:focus .hamburger-inner::before,
.menu-toggle:hover .hamburger-inner, .menu-toggle:hover .hamburger-inner::after, .menu-toggle:hover .hamburger-inner::before {
  background-color: #3e97b5;
}

/* Mobile Navigation
---------------------------------------------- */

.cbp-spmenu {
  position: absolute; 
}
.cbp-spmenu-right {
  border-top: solid 3px #f58022;
  height: auto;
  min-height: 100vh;
  padding-bottom: 130px;
  right: -100%;
  top: 150px;
  width: 100%;
  z-index: 8;
}
@media screen and (min-width: 599px) {
  .cbp-spmenu-right {
    height: auto; 
    min-height: 100vh;
    right: -400px;
    width: 400px;
  }
}

.site-header.reverse-header.is_stuck + .site-content .cbp-spmenu-right {
  top: 118px;
}


.mobile-navigation.cbp-spmenu-right, .cbp-spmenu-right.cbp-spmenu-open {
  background-color: #fff;
  display: block;
  top: 115px;
  max-height: 100%;
  /*overflow-y: scroll;*/
}


.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


.mobile-navigation {
  background-color: #fff;
  display: block;
  height: auto;
  left: auto;
  min-height: 101vh;
  overflow-y: scroll;
  padding-left: 4%;
  position: fixed; /*absolute;*/
  top: 115px;
  width: 100%;
  z-index: 119;
}
@media screen and (min-width: 599px) {
  .mobile-navigation {
    width: 400px;
  }
}

.mobile-navigation.showmobile {
  height: auto;
  padding-bottom: 16px;
  top: 147px;
}
@media screen and (min-width: 645px) {
  .mobile-navigation.showmobile {
    top: 115px;
  }
}
@media screen and (min-width: 1100px) {
  .mobile-navigation.cbp-spmenu-right, .cbp-spmenu-right.cbp-spmenu-open {
    display: none;
  }
  .showmobile {
    display: none !important;
  }
}

.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#menu-mobile-nav {
  height: 1650px;
  padding-top: 32px; /*48*/
}
@media screen and (min-width: 940px) {
  #menu-mobile-nav {
    padding-top: 32px;
  }
}

.mobile-navigation li {
  line-height: 23px;
  list-style-type: none;
  padding: 11px 20px 11px 5%;
}
.mobile-navigation li a {
  color: #292b65;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
}

.mobile-navigation ul ul li a {
  font-size: 17px;
  line-height: 23px;
}

.mobile-navigation li:hover > a, .mobile-navigation li.focus > a {
  color: #1f66c1;
}
.mobile-navigation ul.sub-menu li {
  padding: 17px 20px 6px 24px;
}

.mobile-navigation .menu-item-has-children > a {
  position: relative;
}

.mobile-navigation .menu-item-has-children > a::after {
  color: #292b65;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -8px;
  content: '\25BE';
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.mobile-menu-search {
  display: block;
  position: relative;
  top: 32px;
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 940px) {
  .mobile-menu-search {
    display: none;
  }
}
*/



/* Comment Navigation
---------------------------------------------- */
.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: end;
  width: 50%;
}

/* =========================================================
     6.3 HEADER
   ========================================================= */

.site-header {
  background-color: #fff;
  box-shadow: 0 -3px 28px -11px #333;
  height: 150px; 
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}
.site-header.main-header {
  height: 184px;
  opacity: 1;
}
@media screen and (min-width: 645px) {
  .site-header.reverse-header {
	height: 118px;	
  }
  .site-header.main-header {
	height: 174px;
  }
}


.site-header.reverse-header {
  background-color: #fff;
  height: 118px;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .15s linear;
  width: 100%;
  z-index: 0;
}
.site-header.reverse-header.is_stuck {
  opacity: 1;
  z-index: 101;
}
.main-header.gone {
  display: none !important;
  transition: opacity .15s linear;
}

.site-branding {
  height: calc(100% - 56px);
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  width: 90%;
}
.main-header .site-branding {
  height: calc(100% - 80px);
}
@media screen and (min-width: 645px) {
  .main-header .site-branding {
	height: calc(100% - 56px);
  }
}
.reverse-header .site-branding {
  height: 100%;
}

.site-title {
  display: inline-block;
  position: relative;
  top: calc(50% + 14px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 189px;
}
@media screen and (min-width: 645px) {
  .site-title {
	top: 50%;
    width: 206px;
  }
}

.header-phone {
  color: #f0f0f0;
  font-size: 15.5px;
  font-weight: 700;
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
}

.header-phone a {
  border-bottom: none;
  color: #292b65;
  display: block;
  margin-bottom: 3px;
  margin-left: 12px;
  text-align: right;
  text-decoration: none;
}
@media screen and (min-width: 645px) {
  .header-phone a {
	display: inline;
	margin-bottom: 0;
    margin-left: 12px;
  }
}
.header-phone a:focus, .header-phone a:hover {
  color: #1f66c1;
}

/* Store Notice */

.store-notice1 {
  background-color: #c5cfda;
  padding: 1px 0;
  position: relative;
  z-index: 9;
}
.store-notice1 p {
  margin: 10px 0;
}

/* =========================================================
     6.4 PAGINATION
   ========================================================= */

/* Comments
------------------------------------------------------------ */

.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}


/* PageNavi, Page Navi */

.pagination-container {
  margin: 36px auto 56px;
}
body .wp-pagenavi a, body .wp-pagenavi span {
  border: 2px solid #292b65;
  border-radius: 50%;
  color: #292b65;
  display: inline-block;
  font-weight: 600;
  height: 34px;
  line-height: 32px;
  margin: 0 4px;
  padding: 0;
  width: 34px;
}
body .wp-pagenavi a:focus, body .wp-pagenavi span:focus,
body .wp-pagenavi a:hover, body .wp-pagenavi span:hover {
  background-color: #1f66c1;
  border-color: #1f66c1;
  color: #fff;
}
body .wp-pagenavi span.current {
  background-color: transparent !important;
  border-color: #397ea0;
  color: #397ea0;
}

body .wp-pagenavi a.last, body .wp-pagenavi a.first {
  border: none;
  border-radius: 0;
  width: auto;
}
body .wp-pagenavi a.last:focus, body .wp-pagenavi a.last:hover,
body .wp-pagenavi a.first:focus, body .wp-pagenavi a.first:hover {
  background-color: transparent;
  color: #1f66c1;
}

/* =========================================================
       7 ACCESSIBILITY
   ========================================================= */

/* Text meant only for screen readers. 
------------------------------------------------------------ */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  overflow: hidden;
  width: 1px;
}
.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. */
}

.screenreader, .screenreader-nav, .site-footer .screenreader-nav, .screenreader-fawesome {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* =========================================================
       8 ALIGNMENTS
   ========================================================= */

.flex-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-wrap.flex-reverse {
  -webkit-flex-flow: row-reverse wrap;
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap;
}

.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;
}
.center {
  text-align: center;
}
.left {
  float: left;
}
.right {
  float: right;
}
.block {
   display: block;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ib {
  display: inline-block;
}
.mrxs {
  margin-right: 4px;
}
.m16 {
  margin: 0 16px;
}
.mt48, .gridx.mt48 {
  margin-top: 48px;
}
.mb48 {
  margin-bottom: 48px;
}
.opac10 {
  opacity: .1;
}

.invis {
  font-size: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
}
.borderbottom {
  border-bottom: solid 10px #c5cfda;
  display: inline-block;
}

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

/* =========================================================
      10 WIDGETS
   ========================================================= */
.widget {
  margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* =========================================================
      11 CONTENT
   ========================================================= */

.site-content {
  padding-top: 150px;
}
@media screen and (min-width: 645px) {
  .site-content {
    padding-top: 118px;
  }
}

.breadcrumb-cont {
  padding: 24px 0;
}
ol.breadcrumb {
  padding-left: 0;
}

nav .breadcrumb, nav .breadcrumb a {
  color: #333f48;
}
nav .breadcrumb a:focus, nav .breadcrumb a:hover {
  color: #4298b5;
}


/* =========================================================
    11.1 FOOTER
   ========================================================= */

.site-footer {
  background-color: #c5cfda;
  color: #333f48;
  font-family: "Red Hat Dsiplay", -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.footer-main {
  font-size: 17px;
  line-height: 27px;
  padding: 60px 0 48px;
}

.footer-section1 {
  display: block;
  margin-top: 7px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 994px) {
  .footer-section1 {
    text-align: left;
    width: 340px;
  }
}

.footer-logo {
  margin: 0 auto 14px;
  width: 240px;
}
@media screen and (min-width: 994px) {
  .footer-logo {
    margin: 0 0 14px;
  }
}

.biz-desc {
  margin: 11px auto;
  max-width: 370px;
}
@media screen and (min-width: 994px) {
  .biz-desc {
    margin: 11px 0;
  }
}

.site-footer h4 {
  margin: 24px 0 10px;
  font-size: 20px;
}


.site-footer ul {
  list-style-type: none;
  margin: 4px 0 28px;
  padding: 0;
}
.site-footer ul li {
  list-style: none;
  margin: 0 0 2px;
  padding: 0;
}
.site-footer a {
  color: #333;
  text-decoration-color: transparent;
}
.site-footer a:focus, .site-footer a:hover {
  color: #292b65;
}
.site-footer ul a {
  border-bottom: solid 1px transparent;
}
.site-footer ul a:focus, .site-footer ul a:hover {
  border-bottom-color: inherit;
}


.footer-section {
  display: block;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .footer-section {
    display: inline-block;
    width: 44%;
  }
}
@media screen and (min-width: 994px) {
  .footer-section {
    width: 30%;
  }
}
@media screen and (min-width: 1180px) {
  .footer-section {
    width: 21%;
  }
}

.footer-widget-area {
  text-align: center;
}
@media screen and (min-width: 994px) {
  .footer-widget-area {
    text-align: left;
  }
}

.footer-section p {
  margin: 0;
}
.footer-title { /*aka footer-widget-title*/
  color: #333f48;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 2px;
  text-transform: uppercase;
}


/* Footer Social List */


.site-footer .social-list {
  clear: both;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 38px;
  margin-left: -7px;
}
@media screen and (min-width: 994px) {
  .site-footer .social-list {
    margin-bottom: 13px;
  }
}

.site-footer .social-list li {
  float: left;
  margin: 0 5px 10px;
  text-align: center;
  width: auto;
}
.site-footer .social-list a {
  border-bottom: none;
  display: block;
  font-size: 11px; /*16*/
  height: 43px;
  width: 43px;
}
.site-footer .social-list a, .site-footer .social-list a:focus, .site-footer .social-list a:hover {
  color: #fff;
}
.site-footer .fa-stack-2x {
  border-radius: 50%;
  color: #333f48;
}

.footer-social-list a:focus .fa-stack-2x,
.footer-social-list a:hover .fa-stack-2x {
  color: #4298b5;
}

.fa-stack {
  height: 43px !important;
  width: 43px !important;
}
.site-footer .fa-stack-2x {
  font-size: 43px !important;
  -webkit-transition: all .23s ease;
  transition: all .23s ease;
}

.fa-stack-1x.angi, .fa-stack-1x.homeadvisor {
  line-height: 43px;
}

.angi img, .homeadvisor img {
  width: 29px;
  vertical-align: middle;
}

/* Footer Contact */

.footer-contact-button {
  margin: 16px 0;
  padding: 28px 0 0;
}

/* Footer Last */

.site-info-last {
  background-color: #c5cfda;
  color: #333f48;
  font-size: 16px;
  line-height: 22px;
  padding: 18px 0;
}
.site-info-last p {
  margin: 12px 0;
}

.copyright {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 auto 24px;
  max-width: 90%; 
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .copyright {
    margin: 0;
    max-width: 100%;
    text-align: left;
  }
}

.legal {
  display: block;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .legal {
    display: inline-block;
    margin: 0;
    text-align: right;
  }
}

.legal ul {
  display: inline-block;
}
.legal ul li {
  border-right: solid 1px #d9dae6;
  display: inline-block;
  margin: 0; 
  padding: 0 13px 0 12px;   
}
.legal ul li:first-child {
  margin-left: 0;
  padding-left: 0;
}
.legal ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.site-footer .legal a {
  color: #333f48;
  text-decoration-color: transparent;
}
.site-footer .legal a:focus, .site-footer .legal a:hover {
}

/* Fixed buttons */
.mobile-contact {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 15px;
  position: fixed;
  right: 0;
  z-index: 1000;
}
@media screen and (min-width: 768px) {
  .mobile-contact {
	display: none;
  }
}
.mobile-contact .button1 {
  border-width: 3px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 4px;
  padding: 0 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 454px) {
  .mobile-contact .button1 {
	font-size: 17px;
  }
}

/* =========================================================
    11.2 CUSTOM BANNER
   ========================================================= */

.entry-header {
  background-color: #397ea0;
  margin-top: 0;
  padding: 92px 0;
  position: relative;
  width: 100%;
}
.page-template-page-flexible-w-hero .entry-header {
  padding: 92px 0 12px;
}
@media screen and (min-width:  994px) {
  .entry-header {
    height: auto;
    padding: 64px 0;
    width: 100%;
  }
  .page-template-page-flexible-w-hero .entry-header {
	padding: 64px 0 12px;
  }
}

.hero-mask {
  background-color: rgba(0,0,0,.54);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-header-inner {
  margin: 0 auto;
  max-width: 780px;
  position: relative;
  width: 90%;
  z-index: 0;
}
.entry-header picture, .entry-header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

/* =========================================================
      12 POSTS AND PAGES
   ========================================================= */

.sticky {
  display: block;
}
.hentry {
  margin: 0; /*0 0 1.5em*/
}
.byline, .updated:not(.published) {
  /*display: none;*/
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0; /*1.5em 0 0;*/
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* =========================================================
    12.1 SINGLE POSTS AND BLOG
   ========================================================= */

/* Blog Archive */

.page .page-header h1 {
  color: #fff;
  font-size: 36px;
  text-shadow: 0 1px 5px rgba(0,0,0,.56);
}
.page-template-blog .page-header h1 {
  margin: 18px 0;
}
@media screen and (min-width: 1280px) {
  .page .page-header h1 {
    font-size: 42px;
  }
}

@media screen and (min-width: 994px) {
  .page-template-blog .page-header {
    padding: 32px 0 44px;
  }
}

.archive-article {
  border-bottom: solid 1px #d9dae6;
  margin: 0 0 36px;
  padding: 0 0 32px;
}
@media screen and (min-width: 675px) {
  .archive-article {
	width: 44%;
  }
}

.search-results .the-post-thumbnail {
}
@media screen and (min-width: 840px) {
  .search-results .the-post-thumbnail {
	width: 160px;
  }
}

.archive-article h2 a {
  text-decoration-color: transparent;
}
.archive-article h2 a:focus,
.archive-article h2 a:hover {
  text-decoration-color: inherit;
}

.blog-entry-content {
  font-size: 18px;
  line-height: 1.5em; /* 27px */
}
@media screen and (min-width: 840px) {
  .blog-entry-content {
	margin-top: 8px;
  }
}

.archive-article p {
  margin-top: 0;
}

.archive-article-footer p.blogreadmore {
  margin-top: 12px;
  width: 100%;
}

/* Single Posts */

@media screen and (min-width: 1100px) {
  .single-post .page-header {
    padding: 200px 0;
  }
}
.single-post .page-header {
  padding: 200px 0;
}
.single-post .entry-meta,
.single-post .entry-meta a {
  color: #fff;
  font-weight: 700;
}
.single-post .entry-meta a:focus,
.single-post .entry-meta a:hover {
  color: #f0f0f0;
}

.single-post-breadcrumbs {
  bottom: 12px;
  position: absolute;
  width: 100%;
}


.single-post .entry-content {
  padding: 24px 0 36px;
  position: relative;
}

.article880 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 880px;
  position: relative;
  width: 90%;
}
.article-content {
  padding: 0 0 44px;
  position: relative;
}

/* Single Post Contact */

.contactform-blogpost {
  background-color: #ffe3c6; 
  padding: 28px 24px;
}
.sticky-column-1 {
  background-color: #ffe3c6;
  position: relative;
}
.sticky-column-1 > .sticky-form-container {
  position: relative;
  display: block;
}
.contactform-blogpost {
  width: 90%;
  max-width: 480px;
  margin: 0 auto;
}

@media screen and (min-width: 1396px) {
  .contactform-blogpost { 
	background-color: transparent;
	padding: 20px 12px;
  }
  .sticky-column-1 {
	background-color: transparent;
    height: calc(100% - 198px);
    left: 100%;
    margin: 172px 0px 0px 50px;
    position: absolute;
  }
  .sticky-column-1 > .sticky-form-container {
	background-color: #ffe3c6;
    position: -webkit-sticky;
    position: sticky;
    display: inline-block;
    top: 198px;
  }
  .contactform-blogpost {
    width: 218px;
  }
  .single-post .entry-content .sticky-headline {
    margin: 12px 0 16px;
  }
}

/* Table of Contents */

.toc {
  background-color: #fed;
  padding: 24px 20px;
}
@media screen and (min-width: 999px) {
  .toc {
	float: right;
	margin: 0 0 1em 1.5em;
    width: 380px;
  }
}

.entry-content ul.toc li {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 10px;
}

/* =========================================================
    12.2 HOME
   ========================================================= */

.center-logo {
  text-align: center;
  margin: 12px auto 0;
  position: relative;
}
@media screen and (max-width: 480px) {
  .center-logo {
    margin-bottom: 0 !important;
  }
}
.home .center-logo {
  max-width: 240px;
}
@media screen and (min-width: 240px) {
  .home .center-logo {
	height: 218px;
    max-width: 240px;
  }
}
.center-logo a {
  border-bottom: none;
  display: block;
  height: 100%;
  position: relative;
}
.center-logo a img,
.center-logo img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.grayscale img {
  filter: grayscale(1);
  transition: all .23s ease;
}
.grayscale a:hover img {
   filter: grayscale(0);
}

.home .pagea-section:nth-of-type(2n) {
  background-color: #fff;
}

.home .cta-section.pagea-section,
.home .pagea-section:nth-of-type(3),
.home .pagea-section:nth-of-type(9) {
  background-color: #fff;
}
.home .pagea-section:nth-of-type(4) {
  background-color: #fff !important;
}
.home .pagea-section:nth-of-type(5),
.home .pagea-section:nth-of-type(8){
  background-color: #fff !important;
}

/* =========================================================
    12.3 CONTACT
   ========================================================= */
  
  
::-webkit-input-placeholder {  
  color: #7c7c7c;
  opacity: 1;
}
:-moz-placeholder { 
  color: #7c7c7c; 
  opacity: 1; 
}
::-moz-placeholder { 
  color: #7c7c7c;  
  opacity: 1;
}
:-ms-input-placeholder {  
  color: #7c7c7c; 
  opacity: 1; 
}

/* Gravity Forms
------------------------------------------------------------ */

body .gform_wrapper {
  margin: 0;
  overflow-x: hidden;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: 7px 10px;
}
	
/* Page Structure
------------------------------------------------------------ */

.page-template-page-contact .entry-content {
  background-color: #f9f9f9;
  padding: 52px 0 64px;
}

.mc-main-content.contact-main-content {
  width: 100%;
}
@media screen and (min-width: 699px) {
  .mc-main-content.contact-main-content {
    display: inline-block;
    width: calc(100% - 280px);
  }
  .page-template-page-contact .entry-content .flex-wrap {
	-webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
}
@media screen and (min-width: 1080px) {
  .mc-main-content.contact-main-content {
    display: inline-block;
    width: calc(100% - 360px);
  }
}
@media screen and (min-width: 1408px) {
  .mc-main-content.contact-main-content {
	width: calc(100% - 532px);	
  }
}



.sc-secondary-content.contact-secondary-content {
  width: 100%;
}
@media screen and (min-width: 699px) {
  .sc-secondary-content.contact-secondary-content {
    width: 240px;
  }
}
@media screen and (min-width: 1080px) {
  .sc-secondary-content.contact-secondary-content {
    width: 320px;
  }
}
@media screen and (min-width: 1408px) {
  .sc-secondary-content.contact-secondary-content {
    width: 370px;
  }
}

.sc-secondary-content.contact-secondary-content {
  font-size: 19px;
  line-height: 30px;
}
/*
.contact-map-section {
  margin-top: 64px;
  margin-bottom: 44px;
}
.contact-map {
  box-shadow: 0 10px 50px 0 #a4aea1;
}
.entry-content .contact-map-section h3 {
  margin-bottom: 24px;
}
*/


/* =========================================================
    12.4 PAGE TEMPLATE DEFAULT
   ========================================================= */

.page-template-default .entry-content {
  padding: 52px 0 76px;
}




/* =========================================================
    12.5 FLEXIBLE CONTENT PAGES
   ========================================================= */

/* Come back and Check this */
/*Critical*/
.pagea-section {
  padding: 48px 0 52px; 
}

/*
.page-template-page-service .pagea-section:nth-of-type(1) {
  background-color: #fff;
}*/
.pagea-section:nth-of-type(2n+1) {
  background-color: #fff;
}
.pagea-section:nth-of-type(2n) {
  background-color: #fff; 
}
.entry-content .pagea-section:nth-of-type(2n) ul li {
  color: #333f48;
}
.entry-content .pagea-section:nth-of-type(2n) ul li::before {
  color: #4298b5;
}

.pagea-section:nth-of-type(4n+4) {
  background-color: #fff;
  color: #333f48;
}

.entry-content .pagea-section:nth-of-type(2n) h2,
.entry-content .pagea-section:nth-of-type(2n) h3,
.entry-content .pagea-section:nth-of-type(2n) h4,
.entry-content .pagea-section:nth-of-type(2n) h5,
.entry-content .pagea-section:nth-of-type(2n) h6 {
  color: #333f48;
}

.entry-content .pagea-section:nth-of-type(2n) a.button1 {
  color: #fff !important;
}
.entry-content .pagea-section:nth-of-type(2n) a:focus, .entry-content .pagea-section:nth-of-type(2n) a:hover,
.entry-content .pagea-section:nth-of-type(2n) a:active {
  color: #045b9d; /*inherit*/
}


/* Two / Three / Four / Six Columns
------------------------------------------------------------ */

.two-columns, .three-columns, .four-columns, .six-columns {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}
@media screen and (min-width: 884px) {
  .two-columns, 
  .three-columns,
  .four-columns,
  .six-columns {
    display: inline-block;
    margin-bottom: 4px;
  }
  .two-columns, .four-columns {
    width: calc(50% - 26px);
  }
  .three-columns, .six-columns {
    width: calc(33% - 26px);
  }
  .entry-content .pagea-columns h2,
  .entry-content .pagea-columns h3,
  .entry-content .pagea-columns h4,
  .entry-content .pagea-columns h5,
  .entry-content .pagea-columns h6 {
    margin-top: 10px;
	margin-bottom: 1em;
  }
}
@media screen and (min-width: 1087px) {
  .two-columns {
    width: 44%;
  }
  .three-columns {
    width: 30%;
  }
  .four-columns {
	width: 22%;
  }
  .six-columns {
	width: 14%;
  }
}

/* Two Columns Two Third, One Third
----------------------------------------------------------- */

.two-columns-left.two-columns-left-video,
.two-columns-left.two-columns-left-video {
  width: 100%;
}
@media screen and (min-width: 884px) {
  .two-columns-twothirds {
	margin-top: 19px;
    width: 480px;
  }
  .two-columns-onethird {
	margin-top: 19px;
    width: calc(100% - 520px);
  }
}
@media screen and (min-width: 1087px) {
  .two-columns-onethird {
    width: 560px;
  }
  .two-columns-twothirds {
    width: calc(100% - 620px);
  }
}
@media screen and (min-width: 1280px) {
  .two-columns-twothirds {
    width: 50%;
  }
  .two-columns-onethird {
    width: 37%;
  }
}


/* Full Width Image
----------------------------------------------------------- */

.pagea-section.full-width-bg-image,
.about-fullwidth-image {
  overflow: hidden;
  padding: 0;
  position: relative;
}
.full-width-bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 292px;
  width: 100%;
}
@media screen and (min-width: 599px) {
  .full-width-bg-image {
    height: 364px;
  }
}
@media screen and (min-width: 884px) {
  .full-width-bg-image {
    height: 412px;
  }
}
@media screen and (min-width: 1087px) {
  .full-width-bg-image {
    height: 524px;
  }
}

.full-width-bg-image picture,
.full-width-bg-image img,
.about-fullwidth-image picture,
.about-fullwidth-image img,
.image-fifty picture,
.image-fifty img,
.image-square picture, 
.image-square img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}

/* Full Width Quote
-----------------------------------------------------------*/

.full-width-quote {
  background-color: #333f48;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 292px;
  width: 100%;
}
.fw-quote-container {
  background-color: rgba(9, 31, 98, .92);
  border-top: 3px solid #db8a06;
  margin: 0 auto;
  max-width: 780px;
  padding: 20px 32px 16px;
}

.entry-content .big-quote h2, .entry-content .big-quote p {
  color: #fff !important;
}
.entry-content .big-quote p {
  color: #fff;
  font-size: 23px; /*19*/
  line-height: 1.5em;
}


/* Text Left Image Right
-----------------------------------------------------------*/

.text-fifty {
  height: auto;
  padding: 36px 5%;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 640px) {
  .text-fifty {
    padding: 44px 15%;
  }
}
@media screen and (min-width: 884px) {
  .text-fifty {
    min-height: 400px;
    height: auto;
    padding: 68px 10% 64px 5%;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .text-fifty {
    min-height: 0; 
    padding-right: 4.8%;
    width: 50%;
  }
}
@media screen and (min-width: 1170px) {
  .text-and-image1 .text-fifty {
    padding-left: 4.8%;
  }
}
@media screen and (min-width: 1287px) {
  .text-and-image1 .text-fifty {
    padding-left: calc(50% - 585px);
  }
}

@media screen and (min-width: 1500px) {
  .text-and-image1 .text-fifty {
    min-height: 540px;
	padding: 72px 4.8% 64px calc(50% - 585px);
  }
}

.fifty-text-container {
}
@media screen and (min-width: 884px) and (max-width: 1499px) {
  .fifty-text-container {
    /*
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	*/
  }
}
@media screen and (min-width: 1500px) {
  .fifty-text-container {
		
  }
}

.image-fifty {
  background-color: #e3e3e3;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 320px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 884px) {
  .image-fifty {
    height: auto;
    min-height: 400px;
    width: 50%;
  }
}
@media screen and (min-width: 1080px) {
  .image-fifty {
    min-height: 0; /*540px;*/
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .image-fifty {
    min-height: 540px;
  }
}

.text-and-image1 .text-fifty {
  background-color: #fff;
  color: #333f48;
}

.text-fifty h2, .entry-content .text-fifty h2 {
  color: #333f48;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: .01em;
  line-height: 43px;
  margin-top: 18px;
}
.entry-content .text-fifty p {
  font-size: 18px;
  line-height: 1.5295em;
}


.text-and-image1.pagea-section {
  padding: 0;
}

.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty {
  background-color: #fff; 
  color: #333;
}
.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty h2,
.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty h3,
.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty h4,
.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty h5,
.entry-content .pagea-section:nth-of-type(2n+1) .text-fifty h6 {
  color: #333f48;
}
.entry-content .pagea-section:nth-of-type(2n) .text-fifty {
  background-color: #fff;
}
.entry-content .pagea-section:nth-of-type(2n) .text-fifty p,
.entry-content .pagea-section:nth-of-type(2n) .text-fifty h2 {
  color: #333f48;
}

/* Text Right Image Left
-----------------------------------------------------------*/

@media screen and (min-width: 884px) {
  .text-and-image2.text-and-image1 .flex-wrap {
    -webkit-flex-flow: row-reverse wrap;
    -ms-flex-flow: row-reverse wrap;
    flex-flow: row-reverse wrap;
  }
}

@media screen and (min-width: 884px) {
  .text-and-image2.text-and-image1 .text-fifty {
    padding: 68px 5% 64px 10%;
  }
}
@media screen and (min-width: 1170px) {
  .text-and-image2.text-and-image1 .text-fifty {
    padding-left: 4.8%;
  }
}
@media screen and (min-width: 1287px) {
  .text-and-image2.text-and-image1 .text-fifty {
    padding-right: calc(50% - 585px);
  }
}
@media screen and (min-width: 1500px) {
  .text-and-image2.text-and-image1 .text-fifty {
	padding-top: 72px;
	padding-bottom: 64px;
  }
}
/* Call To Action Section
-----------------------------------------------------------*/

.cta-section.pagea-section {
  background-color: #d1ccbd;
}

/* =========================================================
    12.6 FLEXIBLE w/ HERO AREA
   ========================================================= */

.tagline {
  color: #fff;
  font-size: 20px;
}
.tagline p {
  margin: 24px 0;
  max-width: 740px;
}

/*
.hero-subheadline {
  color: #333f48;
  font-size: 21px;
  font-weight: 700;
  text-shadow: 0 1px 5px rgba(0,0,0,.56);
}
.herotagline {
  padding-bottom: 116px;
}
@media screen and (min-width: 994px) {
  .herotagline {
	padding-bottom: 100px;
  }
}
*/
  
/* =========================================================
    12.7 ACCENTS & ADDITIONS
   ========================================================= */

.image-accent {
  margin-top: 10px;
  position: relative;
}
.image-accent img {
  display: block;
  position: relative;
  z-index: 2;
}
.image-accent.cool::before {
  background-color: #397ea0;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 9px;
  top: 9px;
  width: 100%;
  z-index: 1;
}
.image-accent.cool .accent-inner::before {
  background-color: #292b65;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 18px;
  top: 18px;
  width: 100%;
  z-index: 0;
}
.image-accent.heat::before {
  background-color: #f26b27;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 9px;
  top: 9px;
  width: 100%;
  z-index: 1;
}
.image-accent.heat .accent-inner::before {
  background-color: #e84a25;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 18px;
  top: 18px;
  width: 100%;
  z-index: 0;
}

.image-accent.sky::before {
  background-color: #cfefff;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 9px;
  top: 9px;
  width: 100%;
  z-index: 1;
}
.image-accent.sky .accent-inner::before {
  background-color: #7fced7;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 18px;
  top: 18px;
  width: 100%;
  z-index: 0;
}

.image-accent.eco::before {
  background-color: #47852f;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 9px;
  top: 9px;
  width: 100%;
  z-index: 1;
}
.image-accent.eco .accent-inner::before {
  background-color: #1f66c1;
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 18px;
  top: 18px;
  width: 100%;
  z-index: 0;
}

.image-accent.accent-reverse::before {
  left: -9px;
}
.entry-content .image-accent.accent-reverse .accent-inner::before {
  left: -18px;
}

/* Forms on Key Pages */

.form-landing {
  padding: 20px 16px 24px;
}
.form-cool {
  /*background-color: rgba(57, 126, 160, .33);*/
  background-color: rgba(31, 102, 193, .26);
}
.form-warm {
  background-color: #ffe3c6;
}

/* Reverse for Mobile */
@media screen and (max-width: 883px) {
  .page-id-1742 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-1745 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-1747 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-26032 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-26460 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-25718 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-74 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-64 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-60 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-25716 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-58 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-43 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-18 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-211 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-208 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-22466 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-22847 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-7 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-24278 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-24276 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-24274 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-24272 .pagea-section:nth-of-type(1) .flex-wrap,
  .page-id-24162 .pagea-section:nth-of-type(1) .flex-wrap {
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
    flex-flow: column-reverse wrap;
  }
}



/* =========================================================
    12.8 INDUSTRIES
   ========================================================= */

.image-square {    
  background-color: #2c2c30;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 56px;
  margin-bottom: 30px;
  position: relative;
}


.featured-square {
  box-shadow: 1px 30px 100px 44px rgba(2,5,7,.92) inset;
  min-height: 270px;
  width: 100%;
}
@media screen and (min-width: 475px) {
  .featured-square {
  }
}
@media screen and (min-width: 719px) {
  .featured-square {
    width: calc(58% - 15px);
  }
}
@media screen and (min-width: 960px) {
  .featured-square {
    width: calc(53% - 15px);
  }
}
@media screen and (min-width: 1408px) {
  .featured-square {
    box-shadow: 1px 30px 100px 44px rgba(2,5,7,.92) inset;
    height: 570px;
    width: 620px;
  }
}

.regular-square {
  box-shadow: 1px 30px 100px 44px rgba(2,5,7,.92) inset;
  height: 220px;
  width: 100%;
}
@media screen and (min-width: 719px) {
  .regular-square {
  }
}
@media screen and (min-width: 960px) {
  .regular-square {
    height: 254px;
  }
}
@media screen and (min-width: 1408px) {
  .regular-square {
    height: 270px;
  }
}


.featured-square-link {
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
/*
.featured-square-info-box {
  left: auto;
  padding: 0 30px 90px;
  position: relative;
  text-align: left;
  text-decoration: none;
  top: 18px;
  width: auto;
}
@media screen and (min-width: 475px) {
  .featured-square-info-box {
    padding: 0 56px 90px 30px;
  }
}
@media screen and (min-width: 1287px) {
  .featured-square-info-box {
    left: 48px;
    padding: 0;
    position: absolute;
    top: 18px;
    width: 270px;
  }
}
*/


.square-title, .entry-content h3.square-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  line-height: 31px;
  margin-bottom: 12px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 10px #333;
  width: 100%;
}

.four-grid, .two-grid {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 719px) {
  .four-grid, .two-grid {
    width: calc(42% - 15px);
  }
}
@media screen and (min-width: 960px) {
  .four-grid, .two-grid {
    width: calc(47% - 15px);
  }
}
@media screen and (min-width: 1287px) {
  .four-grid, .two-grid {
    width: 616px;
  }
}
/* =========================================================
    12.9 ARCHIVES * CATEGORIES
   ========================================================= */
.category .page-header, .tag .page-header,
.archive .page-header {
  padding: 40px 0 16px;
  position: relative;
}

.category .page-title, .tag .page-title,
.archive .page-title {
  color: #fff;
  font-size: 36px;
  line-height: 1.2em;
  text-shadow: 0 1px 5px rgba(0,0,0,.56);
}
@media screen and (min-width: 1280px) {
  .category .page-title, .tag .page-title, .archive .page-title {
    font-size: 42px;
  }
}

.the-archives {
  padding-top: 40px;
}

.search-results .search-article .entry-title {
  font-size: 27px;
  line-height: 34px;
}
  

/* =========================================================
    12.10 FILE NOT FOUND 404
   ========================================================= */

.error404 .page-content {
  padding: 36px 0 72px;
}
.error404 .page-header {
  padding: 40px 0 16px;
  position: relative;
}
.error404 .page-header img, .search .page-header img,
.category .page-header img, .tag .page-header img,
.archive .page-header img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}
.error404 .page-header h1, .search .page-header h1 {
  color: #fff;
  font-size: 36px;
  text-shadow: 0 1px 5px rgba(0,0,0,.56);
}
@media screen and (min-width: 1280px) {
  .error404 .page-header h1, .search .page-header h1 {
    font-size: 42px;
  }
}
.error404 .page-content p {
  font-size: 18px;
  line-height: 28px;
}

.error404 .page-content li a {
}
.error404 .page-content li a:focus, .error404 .page-content li a:hover {
}

.notfound-main {
}
@media screen and (min-width: 768px) {
  .notfound-main {
	width: calc(100% - 412px);	
  }
}
/* =========================================================
    12.11 SEARCH RESULTS
   ========================================================= */

.search .page-header {
  padding: 40px 0 40px;
  position: relative;
}

.search-article {
  border-bottom: solid 1px #d9dae6;
  margin: 0 0 36px;
  padding: 0 0 32px;
}
@media screen and (min-width: 675px) {
  .search-article {
	width: 44%;
  }
}

.search-results .the-post-thumbnail {
}
@media screen and (min-width: 840px) {
  .search-results .the-post-thumbnail {
	width: 160px;
  }
}


.search-article h2 a {
  text-decoration-color: transparent;
}
.search-article h2 a:focus,
.search-article h2 a:hover {
  text-decoration-color: inherit;
}

.search-results .entry-summary {
  font-size: 18px;
  line-height: 1.5em; /* 27px */
}
@media screen and (min-width: 840px) {
  .search-results .entry-summary {
	margin-top: 8px;
  }
}

.search-article p {
  margin-top: 0;
}

.search-article p.search-result-button {
  margin-top: 12px;
  width: 100%;
}

.pagination-container {
  clear: both;
  margin: 36px auto 56px;
  width: 100%;
}

.found-nothing {
  padding: 0 0 104px;
}


/* =========================================================
    12.12 ASIDES
   ========================================================= */

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}


/* =========================================================
      13 TABLES
   ========================================================= */

.entry-content table th, .entry-content table td {
  padding: .625em .5em;
  border: 1px solid #333f48;
  text-align: center;
  line-height: 1.125em;
  font-size: 16px;
}

.entry-content table th {
  background-color: #4298b5;
  color: #fff;
  font-weight: 700;
}

.entry-content table td {
  background-color: #f0f0f0;
  color: #333f48;
  vertical-align: middle;
}
.entry-content table tr:nth-of-type(2n+1) > td {
  background-color: #d9dae6;
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer { 
  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;
}
*

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

/* =========================================================
    14.1 CAPTIONS
   ========================================================= */

.wp-caption {
  font-size: 14px !important;
  margin-top: -16px !important;
  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: left;
}

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

/*--\m/--*/