@charset "UTF-8";
.red {
  color: #e0543c;
}

.grey {
  color: #726659;
}

.blue {
  color: #77adb7;
}

body {
  font: 100% "Helvetica Nueue", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #726659;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: normal;
  margin: 6px 0;
  padding: 0;
}

.stdmargin {
  margin: 60px 6% 120px 6%;
}

.smmargin {
  margin: 30px 6% 30px 6%;
}

.stdpadding {
  padding: 36px 6%;
}

.beige-bg {
  background: #f3eee8;
}
.beige-bg a {
  color: #77adb7;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.content {
  font-size: 0.93rem;
  line-height: 1.6;
}

.klinic {
  font-family: "Klinic Slab", "Times New Roman", Times, serif;
  font-weight: 400;
  letter-spacing: 2px;
}

.btn, .cap-content a {
  text-decoration: none;
  padding: 8px 12px;
  display: inline-block;
}

.blue-btn {
  background: #77adb7;
}

.red-btn {
  background: #e0543c;
  color: #fff;
}

.white-btn, .cap-content a {
  background: #fff;
  color: #e0543c !important;
}

.cap-content a {
  margin-right: 3em;
}

.ruled {
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.red.ruled {
  border-color: #e0543c;
}

.blue.ruled {
  border-color: #77adb7;
}

.mini-rule, .half-bordered, .half-bottom-bordered {
  display: inline-block;
}
.mini-rule:after, .mini-rule:before, .half-bordered:after, .half-bordered:before, .half-bottom-bordered:after, .half-bottom-bordered:before {
  content: "";
  height: 1px;
  width: 80%;
  margin: 0 auto;
  display: block;
  background: #fff;
}

.mini-rule:before {
  display: none;
}

.blue .mini-rule:after {
  background: #77adb7;
}

.red .mini-rule:after {
  background: #e0543c;
}

.half-bordered:before, .half-bordered:after, .half-bottom-bordered:before, .half-bottom-bordered:after {
  width: 50%;
  margin: 12px 0 0 0;
}
.half-bordered:before, .half-bottom-bordered:before {
  margin: 0 0 12px 0;
}

.half-bottom-bordered:before {
  display: none;
}

.blue-bordered:before, .blue-bordered:after {
  background: #77adb7;
}

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

img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.medium {
  font-size: 1.2rem;
}

.large {
  line-height: 1.2;
  font-size: 1.6rem;
}
.large.klinic {
  letter-spacing: 6px;
}

.x-large {
  font-size: 1.9rem;
  line-height: 1.2;
}
.x-large.klinic {
  letter-spacing: 6px;
}

.xx-large {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (min-width: 460px) {
  .xx-large {
    font-size: 1.9rem;
  }
}
@media (min-width: 767px) {
  .xx-large {
    font-size: 2.9rem;
  }
}
.xx-large.klinic {
  letter-spacing: 6px;
}

.flex {
  display: flex;
}

@media (min-width: 460px) {
  .sm\:flex {
    display: flex;
  }
}
.flex-1 {
  flex: 1 auto;
}

.maxw800 {
  max-width: 800px;
  margin: 0 auto;
}

.nomarginbottom {
  margin-bottom: 0 !important;
}

.redbg-contentblock {
  background: #e0543c;
  color: #fff;
}

.bordered {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.bordered:before, .bordered:after {
  background-color: rgb(224, 62, 51);
  content: "";
  display: block;
  flex: 1 1 auto;
  height: 1px;
  position: relative;
  top: 0.6em;
}

.bordered:before {
  margin-right: 1%;
  margin-left: 7%;
}

.bordered:after {
  margin-left: 1%;
  margin-right: 7%;
}

.blue-bordered:before, .blue-bordered:after {
  background-color: #77adb7;
}

.blue-bg .bordered:before, .blue-bg .bordered:after {
  background-color: #fff;
}

.white-bordered:before, .white-bordered:after {
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .large {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
@media only screen and (max-width: 750px) {
  .bordered:before, .bordered:after {
    display: none;
  }

  .bordered {
    display: block;
  }
}
.wrap {
  padding-top: 120px;
  max-width: 1600px;
  margin: 0 auto;
}

header {
  width: 100%;
  top: 0;
  background-color: #fff;
  overflow: auto;
  position: fixed;
  z-index: 999;
  transition: background-color 0.5s;
}
header .inner {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}
header nav {
  display: flex;
  justify-content: end;
  flex: 1;
}
header .social-icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 10px;
  max-width: 1590px;
  margin: 25px auto -15px;
  justify-content: flex-end;
  padding-right: 3%;
  box-sizing: border-box;
}
header .social-icon {
  width: 35px;
  height: 35px;
  display: block;
}
header .social-icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1600px) {
  header .social-icons {
    max-width: 100%;
  }
}
@media (max-width: 675px) {
  header .social-icons {
    padding-right: 3%;
  }
}
@media (max-width: 1000px) {
  header .social-icons {
    padding-right: 2%;
  }
}
@media (min-width: 1195px) {
  header .social-icons {
    padding-right: 3.25%;
  }
}
@media (min-width: 1900px) {
  header .social-icons {
    padding-right: 2.5%;
  }
}
header .logo {
  display: block;
  height: 94px;
  margin: 12px 0 0 3%;
  position: relative;
  width: 220px;
  overflow: hidden;
}
@media (min-width: 460px) {
  header .logo {
    max-width: 18%;
    min-width: 340px;
    width: auto;
  }
}
header .logo img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
  max-width: 220px;
}
@media (min-width: 460px) {
  header .logo img {
    max-width: 100%;
  }
}
header .logo .logo-white {
  opacity: 0;
}

#hmenu {
  display: block;
  position: relative;
  margin-top: 14px;
  margin-right: 20px;
  margin-bottom: 0px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
@media (min-width: 767px) {
  #hmenu {
    display: none;
  }
}
#hmenu span {
  display: block;
  width: 33px;
  height: 2px;
  margin-bottom: 10px;
  background: #e0543c;
  border-radius: 3px;
  transform-origin: 0px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background-color 0.5s, opacity 0.5s ease;
}

#main-menu {
  position: fixed;
  flex: 1 0 auto;
  display: flex;
  transition: top 0.5s;
  padding-bottom: 24px;
  z-index: 998;
  color: #fff;
  font-size: 0.8rem;
  max-height: 100%;
  top: -100%;
  width: 100%;
  background: #e0543c;
}
@media (min-width: 767px) {
  #main-menu {
    background: none;
    position: static;
    padding: 0;
  }
}
#main-menu .inner {
  justify-content: end;
  border-top: 1px solid #fff;
  margin: 0 auto;
  width: 94%;
  max-width: 1600px;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  text-align: center;
}
@media (min-width: 767px) {
  #main-menu .inner {
    width: auto;
    margin: 0;
    max-width: none;
    justify-content: end;
    flex: 1;
    padding-right: 3%;
  }
}
#main-menu .inner > div {
  width: 50%;
  border-left: 1px solid #fff;
  margin: 24px 0;
  padding: 12px 2%;
  box-sizing: border-box;
}
#main-menu .inner > div:first-child {
  border: 0;
}
@media (min-width: 767px) {
  #main-menu .inner > div {
    width: 25%;
  }
}
#main-menu .inner div:first-child ul li {
  margin-bottom: 12px;
}
#main-menu a {
  color: #fff;
  text-decoration: none;
}
@media (min-width: 767px) {
  #main-menu a {
    color: #e0543c;
  }
}
#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#main-menu ul li {
  display: block;
  margin-top: 8px;
}
@media (min-width: 767px) {
  #main-menu ul li {
    display: inline-block;
    padding: 0 1%;
  }
}
@media (min-width: 1024px) {
  #main-menu ul li {
    padding: 0 2%;
  }
}
@media (min-width: 767px) {
  #main-menu ul {
    width: 100%;
    text-align: right;
  }
}
#main-menu .about {
  font-style: normal;
}

.menu-open {
  overflow: hidden;
}
.menu-open #main-menu {
  top: 106px;
}
.menu-open.admin-bar #main-menu {
  top: 138px;
}
.menu-open header {
  background: #e0543c;
}
.menu-open header .verticalLine {
  border-color: #fff;
}
.menu-open header a.shareholders {
  color: #fff;
}
.menu-open #hmenu span {
  background-color: #fff;
}
.menu-open #hmenu span:first-child {
  transform: rotate(45deg);
}
.menu-open #hmenu span:last-child {
  transform: rotate(-45deg);
}
.menu-open #hmenu span:nth-child(2) {
  opacity: 0;
}
.menu-open .logo img {
  opacity: 0;
}
.menu-open .logo img.logo-white {
  opacity: 1;
}

.admin-bar header {
  top: 32px;
}

#wpadminbar.mobile {
  position: fixed;
}

.verticalLine {
  border-left: 1px solid #726659;
  transition: border-color 1s;
  position: relative;
  height: 50px;
}

.share {
  display: flex;
  width: 1800px;
  position: absolute;
  margin-top: 200px;
}

.share-block {
  background-color: rgb(224, 62, 51);
  width: 1000px;
  height: 300px;
  right: 0%;
  left: 890px;
  position: relative;
  display: flex;
  margin-top: 690px;
  text-decoration: none;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  left: 120px;
  right: 120px;
  position: absolute;
  grid-column-gap: 25px;
  margin-bottom: 70px;
}

a.grid-item {
  font-size: 15px;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: 3px;
  color: #5f5f5f;
  text-decoration: none;
  width: 400px;
}

/* selected link */
a.grid-item:active {
  color: rgb(224, 62, 51);
}

@font-face {
  font-family: "Klinic Slab";
  src: url("fonts/KlinicSlab-Medium.woff2") format("woff2"), url("fonts/KlinicSlab-Medium.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Klinic Slab Italic";
  src: url("fonts/KlinicSlab-MediumItalic.woff2") format("woff2"), url("fonts/KlinicSlab-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
p.SHlink {
  margin-top: 80px;
  margin-left: 120px;
  font-size: 60px;
  letter-spacing: 10px;
  font-family: "Klinic Slab", Helvetica, sans-serif;
  display: flex;
  position: relative;
  color: rgb(251, 251, 249);
}

.sm-margin, .panel {
  margin: 0 4%;
}

.arrow-list, .icon-picker ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.arrow-list ul, .icon-picker ul ul {
  margin: 0 0 0 3%;
}
.arrow-list li:before, .icon-picker ul li:before {
  content: "> ";
  font-size: 0.5rem;
  vertical-align: middle;
}

.stdform {
  padding: 48px 8%;
  flex-direction: column;
}
@media (min-width: 767px) {
  .stdform {
    flex-direction: row;
  }
}
.stdform .col {
  padding: 0 4% !important;
}
.stdform#contact_form {
  padding: 24px 0;
  margin: 0 -6%;
}
.stdform#contact_form .g-recaptcha {
  margin-left: -4%;
}
@media (min-width: 1200px) {
  .stdform#contact_form {
    padding: 48px 8%;
    margin: 0;
  }
}

.stdform label {
  display: block;
}
@media (min-width: 900px) {
  .stdform label {
    display: flex;
    align-items: center;
  }
}

.stdform span.label {
  margin-bottom: 2px;
  margin-right: 6px;
  display: block;
  width: 50%;
}
@media (min-width: 1200px) {
  .stdform span.label {
    width: 40%;
  }
}
@media (min-width: 1440px) {
  .stdform span.label {
    width: 33%;
  }
}

.stdform input, .stdform select, .stdform textarea {
  color: #666;
  flex-grow: 1;
  margin-bottom: 12px;
  font-size: 16px;
  padding: 4px;
  border: 1px solid #e7e7e7;
  background: #f7f7f7;
  width: 100%;
}
@media (min-width: 767px) {
  .stdform input, .stdform select, .stdform textarea {
    width: auto;
  }
}

.stdform label.textarea {
  display: block;
  margin-bottom: 0;
}
.stdform label.textarea span.label {
  width: auto;
  display: block;
}

.stdform textarea {
  width: 100%;
  height: 174px;
}

.stdform .submit {
  text-align: center;
}

.stdform .submit .btn {
  background: #e0543c;
  color: #f7f7f7;
  border: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.stdform .g-recaptcha > div {
  margin: 12px 14px;
}

.text-center .arrowed {
  justify-content: center;
}

.arrowed {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.arrowed:before, .arrowed:after {
  margin: 0 12px 0 0;
  content: "";
  display: block;
  height: 1px;
  line-height: 1px;
  background: #fff;
  flex-grow: 1;
  max-width: 50px;
}
.arrowed:after {
  text-align: right;
  margin: 0px 0 0 12px;
  font-size: 16px;
  font-weight: 100;
  color: #fff;
  content: ">";
  text-decoration: none;
}

.btn .arrowed:before, .btn .arrowed:after {
  width: 50px;
}

.panel {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .panel {
    flex-direction: row;
    height: 500px;
  }
}
.panel .video {
  border: 6px solid #fff;
  height: auto;
  box-sizing: border-box;
  background: #000;
  display: block;
}
@media (min-width: 460px) {
  .panel .video {
    border-width: 12px;
  }
}
@media (min-width: 1024px) {
  .panel .video {
    display: flex;
    flex: 0 1 55%;
    height: 500px;
  }
}
.panel .video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.panel .video video {
  height: 100%;
  width: 100%;
  background: #000;
  display: flex;
  align-items: center;
}
.panel .video .video-overlayText {
  text-align: center;
}
@media (min-width: 1024px) {
  .panel .video .video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.55);
  }
  .panel .video .video-overlayText {
    position: absolute;
    top: 42.5%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.panel .blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
@media (min-width: 1024px) {
  .panel .blocks {
    flex: 0 1 45%;
    position: static;
  }
}
.panel .blocks .pane {
  flex: 0 1 50%;
  height: 230px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  overflow: hidden;
}
.panel .blocks .pane > div {
  border: 6px solid #fff;
}
.panel .blocks .pane > div:hover:after {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.panel .blocks .pane a {
  text-decoration: none;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
}
.panel .blocks .pane a .label {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  text-align: center;
  transition: all 0.5s;
  opacity: 1;
  letter-spacing: 2px;
  font-size: 0.8rem;
  left: 0;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  padding: 0 40px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
@media (min-width: 460px) {
  .panel .blocks .pane a .label {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .panel .blocks .pane a .label {
    font-size: 1.3rem;
  }
}
.panel .blocks .pane a:hover .label {
  color: #e0543c;
}
@media (min-width: 460px) {
  .panel .blocks .pane {
    height: 250px;
    flex: 0 1 50%;
  }
  .panel .blocks .pane > div {
    border-width: 12px;
  }
}
.panel div.pane > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  transition: all 0.5s;
  box-sizing: border-box;
}
.panel .pane.active {
  transition-delay: 0s;
}
.panel .pane.active img {
  left: 0 !important;
}
.panel .pane.active .details {
  top: 0;
}
.panel .pane.active > div {
  left: 0;
  width: 100%;
  z-index: 10;
}
.panel .pane.active .label {
  color: #e0543c;
}

.news-block {
  margin: 0 4%;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 120px;
}
.news-block .news-inner {
  position: relative;
}
.news-block .news-slider {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: flex-start;
}
.news-block .slide {
  width: 100%;
  background-size: 50% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  flex: 0 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 400px;
  box-sizing: content-box;
}
.news-block .slide.active {
  flex: 0 0 100%;
  height: auto;
}
@media (min-width: 767px) {
  .news-block .slide {
    background-position: right center;
  }
}
.news-block .story {
  z-index: 2;
  position: relative;
  background-color: #e0543c;
  border-top: 1px solid #e0543c;
  color: #fff;
  width: 50%;
  min-width: 300px;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 17%;
  padding-right: 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  height: auto;
}
@media (min-width: 767px) {
  .news-block .story {
    min-height: 400px;
    margin: 0;
  }
}
.news-block .story h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (min-width: 767px) {
  .news-block .story h3 {
    font-size: 1.9rem;
  }
}
.news-block .story .byline {
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.next-story,
.prev-story {
  width: 6%;
  min-height: 400px;
  height: calc(100% - 20vw);
  position: absolute;
  z-index: 3;
  right: 0;
  top: 10vw;
  background: #e0543c;
  display: none;
  cursor: pointer;
}
.next-story div,
.prev-story div {
  transform: rotate(-90deg) translate(-50%, -50%);
  transform-origin: top left;
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  text-align: center;
}
.next-story a,
.prev-story a {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
}
.next-story a::before, .next-story a::after,
.prev-story a::before,
.prev-story a::after {
  background-color: rgb(251, 251, 249);
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 1px;
  top: 0.6em;
}
.next-story a:before,
.prev-story a:before {
  margin-right: 20px;
}
.next-story a:after,
.prev-story a:after {
  margin-left: 20px;
}
.next-story.active,
.prev-story.active {
  display: block;
}

.prev-story {
  right: auto;
  left: 0;
  background: #fff;
}
.prev-story a {
  color: #e0543c;
}
.prev-story a::before, .prev-story a::after {
  background: #e0543c;
}

.blue-bg .next-story {
  background: #77adb7;
}
.blue-bg .story {
  background-color: #77adb7;
  border-color: #77adb7;
}

.photo-block {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  margin-bottom: 120px;
}
.photo-block img {
  position: static;
}
@media (min-width: 1024px) {
  .photo-block img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    min-height: 100%;
    max-width: none;
    height: auto;
  }
}
.photo-block a {
  color: #fff;
}
.photo-block .photo-block-content {
  z-index: 2;
  position: relative;
  background-color: #e0543c;
  border-top: 1px solid #e0543c;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  padding: 20px 5% 20px 8%;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  .photo-block .photo-block-content {
    margin: 0;
    width: 50%;
    padding: 20px 5% 20px 5%;
  }
}
.photo-block.beige-bg .photo-block-content {
  background-color: #f3eee8;
  border: none;
  color: #000;
}
.photo-block.photo-left {
  clear: both;
}
.photo-block.photo-left img {
  left: auto;
  right: 50%;
}
.photo-block.photo-left .photo-block-content {
  float: right;
}
.photo-block.tight-centered .photo-block-content {
  width: 80%;
  padding-right: 7%;
  text-align: center;
}
@media (min-width: 767px) {
  .photo-block.tight-centered .photo-block-content {
    width: 50%;
    padding: 20px 10% 20px 17%;
  }
}
.photo-block.photo-full {
  margin-bottom: 40px;
  padding: 0;
  overflow: visible;
}
@media (min-width: 1024px) {
  .photo-block.photo-full {
    margin-bottom: 120px;
  }
}
.photo-block.photo-full img {
  display: block;
  left: 0;
  position: static;
  min-height: 140px;
  width: auto;
}
@media (min-width: 767px) {
  .photo-block.photo-full img {
    width: 100%;
  }
}
.photo-block.photo-full .photo-block-content {
  position: relative;
  bottom: auto;
  top: auto;
  left: 0;
  width: 80%;
  padding: 20px 4%;
  margin: 0px auto 0;
}
@media (min-width: 767px) {
  .photo-block.photo-full .photo-block-content {
    top: auto;
  }
}
.photo-block.about-header .photo-block-content, .photo-block.header-centered .photo-block-content {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border-top: none;
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 0;
  left: 0;
}
.photo-block.extra-top-margin .photo-block-content {
  margin-top: 240px;
}
.photo-block.blue-bg .photo-block-content {
  border-color: #77adb7;
  background: #77adb7;
  position: relative;
  margin: -160px auto 0;
  top: auto;
  left: auto;
  bottom: auto;
  width: 80%;
}
@media (min-width: 1024px) {
  .photo-block.blue-bg .photo-block-content {
    bottom: -80px;
    top: auto;
    width: 60%;
    left: 20%;
    position: absolute;
  }
}
.photo-block.photo-nat-size img {
  min-height: 0;
  top: 50%;
}
@media (min-width: 1024px) {
  .photo-block.photo-nat-size img {
    transform: translateY(-50%);
  }
}
.photo-block.photo-small-square {
  padding-top: 0;
}
@media (min-width: 767px) {
  .photo-block.photo-small-square {
    padding-bottom: 0;
  }
}
.photo-block.photo-small-square .photo-block-content {
  width: 77%;
  margin-left: 14%;
  margin-bottom: 180px;
  background: none;
  position: relative;
  padding-top: 60px;
  padding-right: 7%;
  padding-bottom: 60px;
  padding-left: 0;
  color: #726659;
  border-top: 1px solid #fff;
}
@media (min-width: 767px) {
  .photo-block.photo-small-square .photo-block-content {
    width: 57%;
  }
}
.photo-block.photo-small-square .photo-block-content * {
  z-index: 2;
  position: relative;
}
.photo-block.photo-small-square .photo-block-content:after {
  position: absolute;
  display: block;
  content: "";
  background: #f3eee8;
  top: 0;
  left: -10%;
  right: 0;
  height: 100%;
  z-index: 1;
}
@media (min-width: 767px) {
  .photo-block.photo-small-square .photo-block-content:after {
    left: 20%;
  }
}
.photo-block.photo-small-square img {
  width: 80%;
  left: auto;
  right: 0;
  top: auto;
  bottom: 10%;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 767px) {
  .photo-block.photo-small-square img {
    width: 28%;
    bottom: 0;
  }
}
.photo-block.photo-tall-left {
  padding: 60px 0;
  margin-bottom: 40px;
}
.photo-block.photo-tall-left .photo-block-content {
  margin-left: 15%;
  width: 80%;
  background: #f3eee8;
  color: #726659;
  border-color: #fff;
  padding-left: 10%;
  padding-top: 48px;
  padding-bottom: 24px;
  padding-right: 10%;
  position: relative;
}
@media (min-width: 767px) {
  .photo-block.photo-tall-left .photo-block-content {
    width: 60%;
    margin-left: 30%;
  }
}
.photo-block.photo-tall-left .photo-block-content * {
  z-index: 2;
  position: relative;
}
.photo-block.photo-tall-left .photo-block-content .btn {
  margin-bottom: 10px;
}
.photo-block.photo-tall-left img {
  width: 100%;
  left: 0;
  right: auto;
  bottom: auto;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 460px) {
  .photo-block.photo-tall-left img {
    width: 38%;
    top: 40%;
  }
}
@media (min-width: 767px) {
  .photo-block.photo-tall-left img {
    width: 28%;
  }
}

.photo-block.tall-photo-transparent-box img {
  left: 10%;
  min-width: 90%;
  min-height: 0;
}
@media (min-width: 767px) {
  .photo-block.tall-photo-transparent-box {
    padding: 22% 0;
  }
  .photo-block.tall-photo-transparent-box .photo-block-content {
    padding: 20px 5%;
    width: 35%;
  }
}
.icon-picker {
  margin-bottom: 120px;
  margin-top: 70px;
}
.icon-picker .icons {
  display: flex;
  justify-content: center;
  padding: 0 1%;
}
.icon-picker .icons .icon {
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.5s;
  cursor: pointer;
  margin: 0 2%;
  min-width: 50px;
  padding-bottom: 75px;
  position: relative;
}
.icon-picker .icons .icon .label {
  font-size: 0.7rem;
  padding-top: 16px;
}
@media (min-width: 460px) {
  .icon-picker .icons .icon .label {
    font-size: 0.8rem;
  }
}
@media (min-width: 767px) {
  .icon-picker .icons .icon .label {
    font-size: 1rem;
  }
}
.icon-picker .icons .icon img {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.icon-picker .icons .icon.active, .icon-picker .icons .icon:hover {
  opacity: 1;
}
.icon-picker .icons .icon.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 50px 25px;
  border-color: transparent transparent #e0543c transparent;
  display: block;
}
.icon-picker .content-sections {
  margin: -1px auto 0;
  color: #fff;
  background: #e0543c;
  padding: 24px 6%;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 767px) {
  .icon-picker .content-sections {
    width: 75%;
    box-sizing: content-box;
  }
}
.icon-picker .content-sections .section {
  display: none;
}
.icon-picker .content-sections .section.active {
  display: block;
}
.icon-picker.blue .content-sections {
  background: #77adb7;
}
.icon-picker.blue .icons .icon.active:after {
  border-color: transparent transparent #77adb7 transparent;
}
@media (min-width: 767px) {
  .icon-picker.narrow-picker .content-sections {
    width: 60%;
  }
}

.flex-cols {
  display: flex;
  flex-direction: column;
}
@media (min-width: 767px) {
  .flex-cols {
    flex-direction: row;
  }
}
.flex-cols .col {
  padding: 0 2% 0 0;
  flex: 1;
}
.flex-cols .col:last-child {
  padding-right: 0;
}
.flex-cols.inline-cols .col {
  flex: initial;
  margin-right: 2%;
}

.photo-strip {
  width: 87%;
  margin: 12px auto 120px;
  display: flex;
}
.photo-strip img {
  height: auto;
}
.photo-strip > div {
  padding-right: 12px;
  flex: 1;
}
.photo-strip > div:last-child {
  padding: 0;
}

.bios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 2%;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .bios {
    padding: 0 16%;
  }
}
.bios .bio {
  width: 20%;
  padding: 1%;
  margin-bottom: 36px;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.7rem;
}
.bios .name {
  display: block;
}
.bios .title {
  display: block;
  font-style: italic;
}

.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider .prev, .slider .next {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
  color: #fff;
  transition: color 0.5s, transform 0.5s;
}
.slider .prev:before, .slider .next:before {
  display: block;
  color: inherit;
  font-weight: bold;
  font-size: 60px;
  text-shadow: 1px 0px rgba(0, 0, 0, 0.8), -1px 0px rgba(0, 0, 0, 0.8);
  content: "◀";
}
.slider .prev:hover, .slider .next:hover {
  color: #726659;
  transform: translateY(-50%) scale(1.2);
}
.slider .next {
  left: auto;
  right: 3%;
}
.slider .next:before {
  content: "▶";
}
.slider .slide-inner {
  width: 1000vw;
  position: relative;
  left: -450vw;
  display: flex;
  transition: transform 0.5s;
  justify-content: center;
}
.slider img {
  display: block;
}
.slider .content {
  padding: 24px 8%;
}
.slider .slide {
  vertical-align: top;
  width: 80vw;
  flex-shrink: 0;
  flex-grow: 0;
}
@media (min-width: 767px) {
  .slider .slide {
    width: 60vw;
  }
}
.slider.staggered-slider .slide:nth-child(2n+1) {
  margin-top: 60px;
}

.honor-wrap {
  text-align: center;
}

.honoring {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 auto 72px;
  padding: 20px 0;
  position: relative;
  max-width: 820px;
  box-sizing: border-box;
}
.honoring a {
  color: #e0543c;
  margin: 0 12px;
}
.honoring::before, .honoring::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100px;
  height: 6px;
  vertical-align: middle;
  background: url("images/footer-border-nq8.png") no-repeat top left;
  background-size: cover;
  top: 0;
  left: 50%;
  margin: 0 0 0 -50px;
}
.honoring::after {
  bottom: 0;
  top: auto;
}
@media (min-width: 460px) {
  .honoring {
    padding: 0 120px;
  }
  .honoring::before, .honoring::after {
    top: 50%;
    left: 0;
    margin: -3px 12px 0;
  }
  .honoring::after {
    left: auto;
    right: 0;
    bottom: auto;
  }
}

footer {
  font-size: 0.8rem;
  text-align: center;
  width: 100%;
  background-color: #eee;
  overflow: auto;
  color: #5f5f5f;
}

.bottomgrid {
  display: flex;
  position: relative;
  text-align: center;
  height: auto;
  flex-direction: column;
}
@media (min-width: 767px) {
  .bottomgrid {
    flex-direction: row;
  }
}

p.griditem-title {
  font-size: 0.9rem;
  text-align: center;
}

p.griditem-address {
  font-size: 12px;
  margin-top: -5px;
}

a.bottomgrid-item {
  margin: 0 2px;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.addblock {
  background-color: transparent;
  border-top: solid #5f5f5f;
  border-width: 15px;
  padding: 20px;
  color: #5f5f5f;
  text-decoration: none;
}
@media (min-width: 767px) {
  .addblock {
    padding: 60px 70px;
  }
}

.addblock:active {
  background-color: transparent;
  border-top: solid rgb(224, 62, 51);
  border-width: 15px;
  color: rgb(224, 62, 51);
}

.copyright {
  text-align: center;
  margin: 48px 0;
  font-size: 0.8rem;
}

.naics {
  text-align: center;
  padding: 8px 4%;
  box-sizing: border-box;
  width: 33.3%;
}

.single-post .stdblock {
  padding: 0 2%;
  max-width: 1000px;
  margin: 0 auto;
}
.single-post .stdblock img {
  max-width: 600px;
  height: auto;
  max-height: 400px;
  width: auto;
}
.single-post .byline {
  color: #726659;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-post .photo-block {
  padding-bottom: 0;
  margin-bottom: 0;
}
.single-post h1.orange {
  font-size: 36px;
  margin: 40px auto;
  max-width: 1000px;
}

img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

img.alignright {
  float: right;
  margin: 0 0 30px 30px;
}

.archive .stdblock {
  padding: 0 2%;
  max-width: 1000px;
  margin: 0 auto;
}
.archive h1 {
  color: rgb(224, 62, 51);
  font-size: 34px;
  font-weight: bold;
}
.archive a {
  color: rgb(224, 62, 51);
  text-decoration: underline;
}

h1.header-bar {
  background: #d05d45;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 6px;
  padding-left: 24px;
  padding: 12px 0 12px 24px;
  border-right: min(25vw, 400px) solid #af202d;
  margin-bottom: 0;
}

.article-content {
  background: #eef1ee;
  box-sizing: border-box;
  padding: 24px;
}
@media (min-width: 767px) {
  .article-content {
    width: calc(100% - min(25vw, 400px));
    padding: 24px 10vw 24px 24px;
  }
}

.featured {
  position: relative;
  color: #222;
}
.featured .article-image img {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .featured .article-image {
    position: absolute;
    right: 0;
    top: 36px;
    width: min(30vw, 600px);
  }
}

.blog-wrapper {
  border-top: solid 1px #e0543c;
  padding-top: 25px;
  margin: 0 25px;
}
.blog-wrapper::after {
  content: "";
  display: table;
  table-layout: fixed;
  clear: both;
}
.blog-wrapper h1.page-title {
  background: #fff;
  color: #e0543c;
  width: 80%;
  max-width: 300px;
  margin: -46px auto 20px;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-wrapper .blog-content {
  width: 100%;
  box-sizing: border-box;
}
.blog-wrapper .blog-content__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-wrapper .sidebar-blog {
  width: 100%;
  float: none;
  clear: both;
}
@media (min-width: 767px) {
  .blog-wrapper .sidebar-blog {
    width: 180px;
    float: left;
  }
}
.blog-wrapper .blogpost {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (min-width: 767px) {
  .blog-wrapper .blogpost {
    flex: 0 0 49%;
  }
}
@media (min-width: 767px) {
  .blog-wrapper .blogpost {
    flex: 0 0 32%;
  }
}
.blog-wrapper .blogpost .article-hero {
  width: 100%;
  height: auto;
  padding-top: 57%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-wrapper .blogpost h2 {
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.blog-wrapper .blogpost .byline {
  font-size: 12px;
  color: #e0543c;
}
.blog-wrapper .blogpost .button {
  display: block;
  background: #f3eee8;
  color: #726659;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 1.5px;
  line-height: 35px;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.blog-wrapper .blogpost .button:hover {
  background: #e0543c;
  color: #fff;
}
.blog-wrapper .blogpost.featured {
  display: block;
}
@media (min-width: 767px) {
  .blog-wrapper .blogpost.featured {
    padding-right: 0;
  }
}
.blog-wrapper .blogpost.featured .article-hero {
  padding: 0px 25px 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-wrapper .blogpost.featured .article-hero h2 {
  background: #e0543c;
  color: #fff;
  position: relative;
  width: 100%;
  padding: 25px;
  box-sizing: border-box;
  display: block;
  text-transform: uppercase;
  font-size: 1.9rem;
}
@media (min-width: 767px) {
  .blog-wrapper .blogpost.featured .article-hero h2 {
    padding: 25px;
  }
}
.blog-wrapper .blogpost.featured .byline {
  color: #726659;
  font-size: 14px;
}
.blog-wrapper .blogpost .byline, .blog-wrapper .blogpost b, .blog-wrapper .blogpost strong {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.blog-wrapper .blogpost a.arrowed {
  color: #726659;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  background: #fff;
}
.blog-wrapper .blogpost a.arrowed:hover {
  color: #e0543c;
}
.blog-wrapper .blogpost a.arrowed:hover::before, .blog-wrapper .blogpost a.arrowed:hover::after {
  background: #e0543c;
}
.blog-wrapper .blogpost a.arrowed::before, .blog-wrapper .blogpost a.arrowed::after {
  background: #726659;
  color: inherit;
}
.blog-wrapper .widgettitle {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 15px;
  border-bottom: solid 1px #e0543c;
}
.blog-wrapper .widget_accordion_archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-wrapper .widget_accordion_archive ul li {
  display: block;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.blog-wrapper .widget_accordion_archive ul li a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  line-height: 36px;
}
.blog-wrapper .widget_accordion_archive ul li a::after {
  content: "v";
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  transform: scale(1.6, 0.7);
  margin-left: 15px;
}
.blog-wrapper .widget_accordion_archive ul li ul {
  padding-left: 30px;
}
.blog-wrapper .widget_accordion_archive ul li ul a::after {
  content: none;
}

.contract-vehicles table {
  width: 75%;
}
.contract-vehicles td:first-child {
  width: 30%;
}

.dod img {
  width: 12%;
  margin: 0 2%;
  height: auto;
}

.manu-commercial {
  margin: 0 10% 120px 10%;
  border-bottom: 1px solid #77adb7;
  padding-bottom: 24px;
}
.manu-commercial h3 {
  margin-bottom: 24px;
}
.manu-commercial img {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  margin: 12px 4%;
  height: auto;
}

.mission-values.photo-block.photo-tall-left .photo-block-content::after {
  height: 110%;
}
@media (min-width: 767px) {
  .mission-values.photo-block.photo-tall-left .photo-block-content::after {
    height: 70%;
  }
}
@media (min-width: 1024px) {
  .mission-values h2 {
    text-align: center;
    position: relative;
    margin-bottom: 20px;
  }
}

.about-senior-header {
  border: 1px solid #f3eee8;
}

.about-senior-management {
  background: #f3eee8;
  background: linear-gradient(to top, #fff 0%, #fff 30%, #f3eee8 30%, #f3eee8 100%);
}

.about-bios-top {
  background: #f3eee8;
  background: linear-gradient(to bottom, #fff 0%, #fff 10%, #f3eee8 10%, #f3eee8 100%);
}
.about-bios-top .bio:first-child {
  margin-left: 10%;
}
.about-bios-top .bio:nth-child(4) {
  margin-right: 10%;
}

.company-overview p {
  max-width: 600px;
  margin: 24px auto;
}
.company-overview p .mini-rule:after {
  margin-top: 24px;
  width: 50%;
  background-color: #e0543c;
}

.about-company-slider .slide {
  border: 12px solid #fff;
}
.about-company-slider .content {
  color: #fff;
  background: #77adb7;
  border-top: 24px solid #fff;
}
.about-company-slider .slide:first-child .content {
  background: #d47b2b;
}
.about-company-slider .slide:last-child .content {
  background: #002c3f;
}
.about-company-slider a {
  color: #fff;
}

.photo-block.about-advantage {
  margin-bottom: 0;
}

.about-advantage-copy {
  position: relative;
  overflow: hidden;
}
.about-advantage-copy:after {
  z-index: -1;
  display: block;
  content: " ";
  background: #f3eee8;
  position: absolute;
  width: 80%;
  height: 60%;
  bottom: -22%;
  right: -8%;
}

nav#main-menu {
  z-index: 1000;
}

nav#main-menu ul li {
  margin: 0;
  padding-top: 8px;
}

nav#main-menu ul ul {
  font-style: normal;
}

nav#main-menu ul ul ul {
  font-style: italic;
}

nav#main-menu .inner > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 1em 0;
}

nav#main-menu .inner > ul > li {
  width: 100%;
  margin: 0;
  padding: 0 1em;
  border-bottom: 1px solid;
}

nav#main-menu .inner > ul > li:last-child {
  border-bottom: 0;
}

@media (min-width: 460px) {
  nav#main-menu .inner > ul > li {
    width: 40%;
    border-right: 1px solid #fff;
    border-bottom: 0;
  }

  nav#main-menu .inner > ul > li:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  nav#main-menu .inner > ul {
    flex-wrap: nowrap;
  }

  nav#main-menu .inner > ul > li,
nav#main-menu .inner > ul > li:nth-child(even) {
    width: 25%;
    border-right: 1px solid #fff;
  }

  nav#main-menu .inner > ul > li:last-child {
    border-right: 0;
  }
}
/******** BUTTONS ********/
.beige-bg .u-btn {
  background: #77adb7;
  padding: 1em;
  color: #413A2F;
  text-decoration: none;
  border-radius: 15px;
  display: inline-block;
  line-height: 1;
}

.btn {
  padding: 1em;
  text-decoration: none;
  display: inline-block;
}

/**** OTHER ****/
.sidebar-blog a {
  color: #726659;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.sidebar-blog a:hover {
  color: #e0543c;
}

.pagination {
  margin: 1em auto;
}

.pagination h2 {
  text-align: center;
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: 9999;
  font-weight: 700;
  font-size: 1.4em;
  transition: none;
}

.pagination h2:active,
.pagination h2:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: fixed;
  width: 100%;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorSecondary);
  padding: 1em 0;
}

.nav-links {
  text-align: center;
}

.nav-links a, .nav-links span {
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 1em;
  margin-right: 0.25em;
}

.nav-links a {
  color: #726659;
}

.nav-links span {
  color: #e0543c;
}

/**** FOOTER ****/
.bottomgrid-item {
  margin: 0 2px;
  flex: 1;
  text-align: center;
  text-decoration: none;
}

.bottomgrid-item a {
  color: #5f5f5f;
  text-decoration: none;
}

.bottomgrid-item a:hover {
  text-decoration: underline;
}

.addblock:active a {
  color: #e03e33;
}

/**** UTILITIES ****/
/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
.u-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  z-index: 9999;
  font-weight: 700;
  font-size: 1.4em;
  transition: none;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: fixed;
  width: 100%;
  text-align: center;
  background: var(--colorPrimary);
  color: var(--colorSecondary);
  padding: 1em 0;
}

.cap-choices {
  flex-wrap: wrap;
  justify-content: space-between;
}
.cap-choices .col {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.cap-choices .col p:last-child {
  margin-top: auto;
}
@media (min-width: 767px) {
  .cap-choices .col {
    flex: initial;
    box-sizing: border-box;
    width: 49%;
  }
}
@media (min-width: 1200px) {
  .cap-choices .col {
    width: 24%;
  }
}
.cap-choices a {
  font-size: 0.7em;
  font-weight: bold;
}

.companies {
  margin-bottom: 60px;
  text-align: center;
}
.companies div {
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 460px) {
  .companies img {
    display: inline-block;
    width: 21%;
    margin: 24px 4%;
    vertical-align: middle;
  }
}

/*# sourceMappingURL=style.css.map */
