/* Normalizing and basic styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 16px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear,
.clear:after {
  clear: both;
}

.nonvisual {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
}

a.nonvisual:focus {
  left: auto;
  width: auto;
  height: auto;
  padding: 4px;
  background: #ffc;
  z-index: 10000;
  color: #333;
  font-weight: bold;
}

a:focus, area:focus, button:focus, input:focus, textarea:focus, select:focus {
  outline: 1px dotted;
}

strong, b, * strong, * b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  text-decoration: none;
}

body,
button,
input,
select,
textarea {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
}

.navigation a, h1, .h1, h2, .h2, h3, .h3, h4, .h4, a.menu-toggle, a.buttonstyle, .inner-nav a, .feature-contact a, button, .subnavigation {
  font-family: "futura-pt", Futura, Helvetica, Arial, sans-serif;
}

body {
  background-color: #333;
  color: #fff;
}

.bg-brand-primary { background-color: #1f5b42 !important; }
.bg-brand-secondary { background-color: #feca47 !important; }
.bg-brand-light { background-color: #bfd4cf; }

/* Header and navigation */

.wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background: #10100d url("files/top-background.jpg") no-repeat top center;
  -webkit-box-shadow: 0 0 25px #222;
  -moz-box-shadow: 0 0 25px #222;
  box-shadow: 0 0 25px #222;
  overflow-x: hidden;
}
.home .wrap {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  background-color: #10100d; background-image: none;
  -webkit-box-shadow: 0 0 25px #222;
  -moz-box-shadow: 0 0 25px #222;
  box-shadow: 0 0 25px #222;
  overflow-x: hidden;
}

.site-header *, .home-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.site-header a, .home-header a {
  color: #fff;
}

.site-header {
  position: relative;
  z-index: 9999;
}

.site-branding {
  width: 90%;
  margin: 0 auto;
}

.logo {
  padding: 15px 0;
  max-width: 166px;
  margin-left: -15px;
  float: left;
}

.logo a {
  display: block;
  outline-offset: 3px;
}

.logo img {
  max-width: 166px;
}

.navbar {
  padding: 60px 0 0;
  float: right;
}

.navbar a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px;
  text-shadow: 1px 1px 0 #111;
}

.navbar a:hover {
  background-color: #444;
}

button.menu-toggle {
  display: none;
  color: #ddd;
  float: none;
  border: 0;
  text-align: center;
  background-color: #1f5b42;
  padding: 0 0 3px;
  margin: -3px 0 0;
}

button.menu-toggle .icon-bar {
  display: block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0 auto;
  background-color: #fff;
  -moz-transition: all ease-in-out 200ms;
  -ms-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  -webkit-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  width: 40px;
  height: 5px;
}

button.menu-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}

button.menu-toggle .button-toggle {
  display: block;
  padding: 8px 8px 4px;
  margin-bottom: 0;
  min-height: 40px;
}

button.menu-toggle .button-label {
  display: block;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

.toggled-on .menu-toggle .icon-bar:nth-of-type(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 10px;
}

.toggled-on .menu-toggle .icon-bar:nth-of-type(2) {
  display: none;
}

.toggled-on .menu-toggle .icon-bar:nth-of-type(3) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 4px;
}

.toggled-on button.menu-toggle .button-toggle {
  border-color: #1f5b42;
  outline-color: #fff;
}

.toggled-on button.menu-toggle .icon-bar {
  background-color: #fff;
  height: 6px;
}

.js button.menu-toggle {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.js .secondary {
  display: none;
  position: absolute;
  z-index: 999;
  top: 60px;
  right: 0;
  margin-top: -2px;
  background-color: #000;
  min-width: 240px;
  text-align: left;
  padding: 4px;
  border: 1px solid #1f5b42;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.js .toggled-on .secondary {
  display: block;
}

.js .navbar .ib {
  display: block;
}

.js .navbar a {
  display: block;
  font-size: 100%;
  padding: 0.75em;
}

.js .navbar .phone-numbers a {
  padding: 0.25em;
  font-size: 14px;
}

.navbar .phone-numbers a strong {
  color: #bfd4cf;
}

.js .navbar a:focus, .js button.menu-toggle:focus, .js button.menu-toggle:focus .button-toggle {
  outline-color: #fff;
}

.js .navigation {
  position: relative;
  padding-right: 70px;
}

.no-js .navbar {
  max-width: 60%;
}

.subnavigation {
  padding: 1.5em 0 0;
}

.subnavigation .column-inner {
  margin: 15px -8px;
}

.subnavigation a {
  padding: 2px 8px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1f5b42;
  position: relative;
}

/* Content main section */

.ib {
  display: inline-block;
}

iframe {
  max-width: 100%;
}

.content-wrapper {
  background-color: #fff;
  color: #222;
}

.featured-image {
  position: relative;
}

.featured-image img {
  display: block;
  width: 64%;
  height: auto;
  margin: 0 0 0 36%;
  position: relative;
  top: -160px;
}

.featured-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 90%;
  padding: 20% 5% 0;
}

.featured-image .overlaywrap h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 1), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5);
  margin: 0 0 0.5em;
}

.featured-image .overlaywrap h1 strong {
  display: block;
  font-size: 64px;
  font-weight: 700;
}

.featured-image .overlaywrap p.intro {
  max-width: 60%;
  font-size: 16px;
  color: #ddd;
  margin-bottom: 1em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3), 1px -1px 0 rgba(0, 0, 0, 0.3), -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.featured-image .overlaywrap a.button {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.feature-mountain {
  background: #f2f2f2 url("files/white-mtn-bkgd.jpg") no-repeat center bottom;
  padding: 2.5em 0 2em;
}

.feature-green {
  background-color: #bfd4cf;
  padding: 2em 0 1.5em;
}

.feature-yellow {
  background-color: #e2ca99;
  padding: 2em 0 1.5em;
}

h1 {
  text-transform: uppercase;
}

.entry-header h1, .entry-header .h1 {
  font-size: 40px;
  text-align: center;
  margin: 0.5em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 1), 1px -1px 0 rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

h2 {
  font-size: 1.75rem;
  margin: 0.5em 0;
}

.page .site-content {
  color: #333;
}

.home h2, .content-wrapper h1, .page h2, .page h3, .page h4, .page h5, .page h6 {
  color: #1f5b42;
  line-height: 1.25;
  text-transform: uppercase;
}

.page .content-wrapper h1, .page .content-wrapper h2, .page .content-wrapper h3, .page .content-wrapper .h1, .page .content-wrapper .h2, .page .content-wrapper .h3 {
  margin-bottom: 0.5em;
}

.page h2 {
  font-size: 20px;
}

.site-content {
  overflow-x: hidden;
}

.site-content ul {
  margin: 0 0 1em 1.25em;
}

.site-content ol {
  margin: 0 0 1em 1.75em;
}

.site-content ul ul, .site-content ol ul {
  list-style-type: disc;
}

.site-content p {
  margin: 0 0 1em;
}

.site-content a {
  color: #1f5b42;
  -webkit-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  -moz-transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
  transition: color 100ms ease-in-out, background-color 100ms ease-in-out;
}

.site-content .dark a {
  color: #fff;
}

.site-content .dark a:hover {
  color: #ddd;
}

.site-content a.button, .site-content button, .site-content input[type="button"], .site-content input[type="submit"] {
  font-weight: bold;
  display: inline-block;
  padding: 0.75em 1.5em;
  background-color: #1f5b42;
  color: #bfd4cf;
  outline-offset: -3px;
  border: 0;
}

.site-content button, .site-content input[type="button"], .site-content input[type="submit"] {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
}

.site-content a.button:hover, .site-content button:hover, .site-content input[type="button"]:hover, .site-content input[type="submit"]:hover {
  color: #fff;
}

.site-content a.button:active, .site-content button:active, .site-content input[type="button"]:active, .site-content input[type="submit"]:active {
  background-color: #555;
  color: #fff;
}

.site-content a.button:focus, .site-content button:focus, .site-content input[type="button"]:focus, .site-content input[type="submit"]:focus {
  color: #fff;
}

.site-content input[type="text"], .site-content input[type="tel"], .site-content input[type="email"], .site-content input[type="password"], .site-content textarea, .site-content select {
  padding: 0.25em;
  border: 1px solid #999;
  border-bottom: 1px solid #777;
  border-right: 1px solid #888;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  background-color: #fff;
}

.site-content input[type="text"]:focus, .site-content input[type="tel"]:focus, .site-content input[type="email"]:focus, .site-content input[type="password"]:focus, .site-content textarea:focus, .site-content select:focus {
  background-color: #fec;
  border-color: #555;
  outline: 1px solid #555;
  outline-offset: -2px;
}

.control-group {
  margin: 0 0 0.5em;
}

.control-label {
  display: inline-block;
  margin: 0 0 0.25em;
}

.control-input {
  display: block;
}

.control-input * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.file-inputs {
  margin: 1em 0;
}

input[type="checkbox"], input[type="radio"] {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  top: 0.25em;
  -moz-transform: scale(1.25);
}

.required-note {
  text-align: right;
}

.news {
  font-size: 14px;
}

.cover-image {
  border-top: 2px solid #fff;
}

.feature-contact {
  background-color: #1f5b42;
  padding: 1.5em 0 1.5em;
  text-align: center;
}

.feature-contact a {
  font-weight: 700;
  display: inline-block;
  border: 0;
  background-color: #bfd4cf;
  color: #1f5b42;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  padding: 4px 8px 4px 70px;
  position: relative;
  text-align: left;
  line-height: 24px;
  vertical-align: middle;
  outline-color: #fff;
  outline-offset: 1px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.feature-contact a:before {
  border: 0;
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff url("files/phone-icon.png") no-repeat center center;
  vertical-align: middle;
}

.feature-contact a + a {
  margin-left: 1em;
}

.feature-contact a[href^="mailto"] {
  line-height: 48px;
}

.feature-contact a[href^="mailto"]:before {
  background-image: url("files/email-icon.png");
}

.feature-contact .button-pair:nth-of-type(2) {
  margin-left: 1em;
}

.site-content p a, .site-content li a {
  text-decoration: underline;
}

.green {
  color: #1f5b42;
}

.ib {
  display: inline-block;
}

.site-content a.buttonstyle {
  font-weight: 700;
  display: inline-block;
  padding: 0.5em 1em;
  outline-offset: -3px;
  background-color: #bfd4cf;
  color: #1f5b42;
  text-transform: uppercase;
  margin-right: 1em;
  border: 1px solid #1f5b42;
  text-decoration: none;
}

.site-content a.buttonstyle:hover, .site-content a.buttonstyle:focus {
  color: #000;
}

.site-content a.buttonstyle:active {
  background-color: #ccc;
}

.home .site-header {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 1366px;
}

.featured-image {
  background-color: #100f0d;
}

.featured-image img {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
  top: 0;
  padding-top: 0;
}

.featured-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 90%;
  padding: 30% 5% 0;
}

.columns {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.feature-dark { background-color: #10100d; }
.features {
  width: 90%; max-width: 1200px;
  margin: 20px auto; padding: 30px 15px 15px;
  background-color: #bfd4cf !important;
}
.features img { width: 100%; height: auto; display: block; }
.features figcaption { margin: 0.5em 0 0 0; padding: 0; font-size: 14px; line-height: normal; }

.column {
  float: left;
}

.column-inner {
  padding: 0 15px 15px;
}

.col20 {
  width: 20%;
}

.col25 {
  width: 25%;
}

.col30 {
  width: 30%;
}

.col40 {
  width: 40%;
}

.col50 {
  width: 50%;
}

.col60 {
  width: 60%;
}

.col70 {
  width: 70%;
}

.col75 {
  width: 75%;
}

.col80 {
  width: 80%;
}

.centered {
  text-align: center;
}

.col270 {
  width: 270px;
  margin-right: 30px;
}

.rightmost {
  margin-right: 0;
}

.site-content li {
  padding-bottom: 0.25em;
}

.greenbg, .whitebg {
  border-bottom: 1px solid #fff;
}

.greenbg {
  background-color: #bfd4cf;
}

.textside .inner-padding {
  padding: 15px 10%;
  margin: 0 auto;
}

.news-page .col70 .column-inner {
  max-width: 570px;
  padding-right: 2em;
}

.pr .col70 .column-inner {
  max-width: 700px;
  padding-right: 4em;
}

.news-page .col30 .column-inner, .pr .col30 .column-inner {
  max-width: 296px;
}

.boxed-in {
  margin: 0px 0px 15px 30px; border: 3px solid #bfd4cf; padding: 10px;
}

.services-intro {
  padding-top: 1em;
  padding-right: 3em;
}

.section-padding {
  padding: 3em 0;
}

.section-half-padding {
  padding: 1.5em 0;
}

.safety-logos {
  /* width: 400px;
  max-width: 100%; */
  /* added with deprecation of 400px width of safety-logos */
  width: 100%;
  text-align: center;
}
.safety-logos img {
  width: 100%;
  max-width: 445px;
}

.safety-logos .logo-50 {
  width: 50%; 
}

.safety-logos .logo-25 {
  width: 25%;
  margin-left: 10%;
}

.page .site-content h3, .page .site-content .h3 {
  margin-bottom: 0.5em;
}

.site-content .list-intro {
  margin-bottom: 0.5em;
}

.contact-form {
  max-width: 400px;
}

/* Footer */
.site-footer {
  padding: 2em 0;
  color: #222;
  background: #fff;
  font-size: 12px;
}

.site-footer a {
  color: #1f5b42;
  text-decoration: underline;
}

.site-footer .social {
  padding-bottom: 0.5em;
}

.site-footer .social a {
  display: inline-block;
  background: transparent url("files/logo-twitter.png") no-repeat center center;
  width: 49px;
  height: 49px;
  margin-right: 1em;
}

.site-footer .social a.facebook {
  background-image: url("files/logo-facebook.png");
}

.site-footer .social a.instagram {
  background-image: url("files/logo-instagram.png");
}

.site-footer .social a.youtube {
  background-image: url("files/logo-youtube.png");
  width: 59px;
}

.site-footer .footer-2 {
  text-align: right;
}

.member-logos {
  position: relative;
}

.member-logos .asterisk {
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  top: 2px;
  margin-left: -2px;
}

.legal {
  font-size: 11px;
}


/* Media Queries */

@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@media (min-width: 700px) {
  .subnavigation a.current::before, .subnavigation a:hover::before {
    background-color: #bfd4cf;
    content: "";
    display: block;
    width: 80%;
    margin: 0;
    height: 2px;
    position: absolute;
    top: 100%;
    left: 10%;
  }
}

@media (min-width: 801px) {
  .navcontainer {
    min-height: 60px;
    text-align: right;
  }
  .logo {
    float: left;
    width: 40%;
  }
  .navbar a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .subnavigation .column-inner {
    display: flex;
    justify-content: space-between;
  }
  .entry-header h1, .entry-header .h1 {
    font-size: 50px;
    margin: 0.2em 0.5em 0.5em;
  }
  .sidebyside {
    display: table;
    width: 100%;
  }
  .imageside, .textside {
    float: none;
    display: table-cell;
    vertical-align: middle;
  }
  .imageside img {
    width: 100%;
    display: block;
  }
  .textside .inner-padding {
    max-width: 400px;
  }
}

@media (min-width: 1000px) {
  .topbar {
    padding: 10px 0;
  }
  .site-content a.buttonstyle {
    padding: 0.75em 1.5em;
  }
  .entry-header h1, .entry-header .h1 {
    font-size: 70px;
  }
  .page h2 {
    font-size: 28px;
  }
  .about-intro {
    padding: 1em 2em;
  }
}

@media (min-width: 801px) and (max-width: 1199px) {
  .navbar .ib:nth-of-type(2) a:last-child, .navbar a.quote {
    padding-right: 2px;
  }
  .navbar .ib:last-of-type {
    display: block;
  }
  .textside, .services-intro {
    font-size: 0.875em;
    line-height: 1.42857;
  }
}

@media (min-width: 801px) and (max-width: 979px) {
  .features .col25 .column-inner { padding-left: 13px; padding-right: 13px; }
}

@media (min-width: 1366px) {
  .sidebyside .col40 {
    width: 566px;
  }
  .sidebyside .col60 {
    width: 800px;
  }
}

@media (max-width: 1366px) {
  .featured-image .overlaywrap h1 {
    font-size: 3.5vw;
  }
  .featured-image .overlaywrap h1 strong {
    font-size: 5vw;
  }
  .col270 {
    width: 48%;
    margin-right: 4%;
  }
  .rightmost {
    margin-right: 0;
  }
}

@media (max-width: 1200px) {
  .featured-image img {
    top: 0;
  }
}

@media (max-width: 980px) {
  .button-pair {
    display: block;
    margin: 0px auto !important;
    padding-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .js .logo img {
    max-width: 83px;
  }
  .featured-image img {
    top: 0;
    padding-top: 3em;
  }
  .featured-image .overlay {
    padding: 35% 5% 0;
  }
  h2 {
    font-size: 1.5rem;
  }
  .navbar {
    padding-top: 30px;
  }
  .logo {
    margin-left: -5px;
  }
  .content-wrapper {
    margin: 0 -15px;
  }
  .col20, .col30, .col40, .col50, .col60, .col70, .col75, .col80 {
    width: 100%;
  }
  .subnavigation .column-inner {
    display: block; text-align: center;
  } .subnavigation .column-inner a { display: block; margin: 10px auto; }
  .boxed-in {
    margin: 0px 30px 15px 30px; border: 3px solid #bfd4cf; padding: 10px;
  }
  .news {
    max-width: 600px;
  }
  .news .col25, .features .col25 {
    width: 50%;
  } .features .col25 { padding-top: 15px; }
  /*.feature-contact a[href^="mailto"] {
    display: block;
    margin: 10px auto 0;
  }*/
  .site-footer .footer-2 {
    text-align: left;
  }
  .section-padding {
    padding: 2em 0;
  }
}

@media (max-width: 600px) {
  .site-footer .footer-1, .site-footer .footer-2 {
    float: none;
    height: auto;
    padding: 0.25em 0;
  }
  .site-footer a.facebook {
    padding-left: 0;
  }
  .no-js .navbar a {
    min-width: 120px;
  }
  .featured-image img {
    padding-top: 4em;
  }
  .featured-image .overlay {
    padding: 40% 5% 0;
  }
  .col25 {
    width: 50%;
  }
  iframe {
    height: 300px;
  }
  .pr .col70 .column-inner {
    padding-right: 15px;
  }
}

@media (max-width: 500px) {
  .featured-image .overlay {
    padding: 20% 5% 0;
    top: 0;
  }
  .featured-image .overlaywrap h1 {
    font-size: 14px;
  }
  .featured-image .overlaywrap h1 strong {
    font-size: 18px;
  }
  h2 {
    font-size: 1.25em;
  }
  .site-content .featured-image a.buttonstyle {
    font-size: 14px;
    margin: 0 0.5em 0.5em 0;
    display: block;
    width: 120px;
    padding: 0.5em;
    text-align: center;
  }
  .news {
    max-width: 270px;
  }
  .news .col25 {
    width: 100%;
  }
  iframe {
    height: 270px;
  }
  .col270 {
    width: 100%;
    margin-right: 0;
  }
  .feature-contact {
    padding-top: 1em;
  }
  .feature-contact a, .feature-contact a + a {
    display: block;
    margin: 10px auto 0;
  }
}

@media (max-width: 400px) {
  .navbar {
    padding-top: 10px;
  }
  .logo {
    padding: 10px 0;
  }
  .js .navbar .phone-numbers a {
    font-size: 13px;
  }
  .js .navbar .phone-numbers a strong {
    display: block;
  }
  .js button.menu-toggle {
    top: 18px;
  }
  .js .secondary {
    top: 78px;
  }
  .featured-image img {
    padding-top: 5em;
  }
  .featured-image .overlay {
    padding: 10% 5% 0;
  }
  iframe {
    height: 240px;
  }
}

@media print {
  * {
    color: #000 !important;
    background: #fff none !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  .site-header, .feature-contact, .social, iframe {
    display: none;
  }
  .site-footer .footer-1, .site-footer .footer-2 {
    width: 100%;
    float: none;
    text-align: left;
  }
  .featured-image .overlay {
    position: static;
    padding: 1em 1em 0;
  }
  .entry-header h1, .entry-header .h1 {
    margin: 0;
  }
  .subnavigation {
    padding: 0;
  }
}
