@charset "UTF-8";
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.green {
  color: #7A9923;
}

.mobile-only {
  display: none;
}
@media (max-width: 900px) {
  .mobile-only {
    display: block;
  }
}

@media (max-width: 900px) {
  .desktop-only {
    display: none !important;
  }
}

@font-face {
  font-family: "fontello";
  src: url("../oskdef/fonts/fontello.woff2?38020103") format("woff2"), url("../oskdef/fonts/fontello.woff?38020103") format("woff");
  font-weight: normal;
  font-style: normal;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

abbr,
acronym {
  border-bottom: 1px dotted #A7A8AA;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  color: #0071C1;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #A7A8AA;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1;
  font-family: "FuturaPT-Demi";
}

._h1,
h1 {
  text-align: center;
  font-size: 50px;
  line-height: 64px;
}
@media (max-width: 900px) {
  ._h1,
h1 {
    font-size: 36px;
  }
}
@media (max-width: 700px) {
  ._h1,
h1 {
    font-size: 22px;
  }
}

._h2, h2 {
  font-size: 36px;
}
@media (max-width: 900px) {
  ._h2, h2 {
    font-size: 28px;
  }
}

._h3, h3 {
  font-size: 30px;
  font-family: "FuturaPT-Medium";
}
@media (max-width: 900px) {
  ._h3, h3 {
    font-size: 22px;
  }
}

._h4, h4 {
  font-size: 25px;
}
@media (max-width: 900px) {
  ._h4, h4 {
    font-size: 18px;
  }
}

._h5, h5 {
  font-size: 25px;
  font-weight: 200;
}

._h6, h6 {
  font-size: 18px;
}

._intro {
  font-size: 22px;
  line-height: 30px;
}

._lg {
  font-size: 18px;
  line-height: 22px;
}

._sm, small {
  font-size: 13px;
  line-height: 16px;
}

._legal {
  font-size: 11px;
  line-height: 13px;
}

sup, sub {
  font-size: 60%;
}

.btn,
.wp-block-button__link,
.wp-block-file .wp-block-file__button {
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  line-height: 27px;
  padding: 3px 6px;
  border: 3px solid #424142;
  color: #424142;
  border-radius: 4px;
  background-color: transparent;
}
.btn span:before,
.wp-block-button__link span:before,
.wp-block-file .wp-block-file__button span:before {
  font-size: 25px;
  font-weight: bold;
  margin-right: -5px;
}
.btn:hover,
.wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:hover {
  color: white;
  background-color: #424142;
}
.btn:hover span,
.wp-block-button__link:hover span,
.wp-block-file .wp-block-file__button:hover span {
  color: #7A9923;
}

.btn-reversed {
  color: white;
  border-color: white;
}
.btn-reversed:hover {
  background-color: white;
  color: #424142;
}

.btn-prev:before {
  margin-right: 5px;
  font-family: "fontello";
  content: "";
  color: #7A9923;
  font-weight: bold;
}
.btn-prev:before:hover {
  color: inherit;
}

._center {
  text-align: center;
}

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

.inner {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .inner {
    margin: 0 25px;
  }
}
@media (max-width: 700px) {
  .inner {
    margin: 0 15px;
  }
  section .inner {
    padding: 35px 0;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex._center {
  align-items: center;
}
.flex-70 {
  width: 70%;
}
.flex-65 {
  width: 65%;
}
.flex-60 {
  width: 60%;
}
.flex-50 {
  width: 49%;
}
.flex-40 {
  width: 40%;
}
.flex-35 {
  width: 32%;
}
.flex-25 {
  width: 25%;
}
.flex-20 {
  width: 20%;
}
@media (max-width: 900px) {
  .flex._wrap {
    flex-wrap: wrap;
  }
  .flex._wrap .flex-70, .flex._wrap .flex-65, .flex._wrap .flex-60, .flex._wrap .flex-50, .flex._wrap .flex-40, .flex._wrap .flex-35, .flex._wrap .flex-25, .flex._wrap .flex-20 {
    width: 100%;
  }
}

.bg {
  background-position: center;
  background-size: cover;
}

section {
  padding: 60px 0;
}
@media (max-width: 900px) {
  section {
    padding: 30px 0;
  }
}
section._gray {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #A7A8AA;
}

main {
  padding: 0;
}
main._gray {
  background-color: #A7A8AA;
}
@media (min-width: 701px) {
  main {
    margin-top: 50px;
    position: relative;
  }
}

.resp-container {
  padding-top: 35vw;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.popup-video {
  padding: 56.25% 0 0 0;
  position: relative;
  width: 65vw;
}
@media (max-width: 900px) {
  .popup-video {
    width: 90vw;
  }
}

.video {
  position: relative;
}

div[class^=wp-block-lazyblock-] {
  margin-bottom: 4em;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before {
  content: "";
}

/* '' */
.icon-minus-circled:before {
  content: "";
}

/* '' */
.icon-home:before {
  content: "";
}

/* '' */
.icon-plus-circled:before {
  content: "";
}

/* '' */
.icon-doc:before {
  content: "";
}

/* '' */
.icon-mail:before {
  content: "";
}

/* '' */
.icon-phone:before {
  content: "";
}

/* '' */
.icon-cancel:before {
  content: "";
}

/* '' */
.icon-plus:before {
  content: "";
}

/* '' */
.icon-minus:before {
  content: "";
}

/* '' */
.icon-link-ext:before {
  content: "";
}

/* '' */
.icon-twitter:before {
  content: "";
}

/* '' */
.icon-facebook:before {
  content: "";
}

/* '' */
.icon-left-circled:before {
  content: "";
}

/* '' */
.icon-right-circled:before {
  content: "";
}

/* '' */
.icon-menu:before {
  content: "";
}

/* '' */
.icon-linkedin:before {
  content: "";
}

/* '' */
.icon-angle-left:before {
  content: "";
}

/* '' */
.icon-angle-right:before {
  content: "";
}

/* '' */
.icon-angle-up:before {
  content: "";
}

/* '' */
.icon-angle-down:before {
  content: "";
}

/* '' */
.icon-circle-empty:before {
  content: "";
}

/* '' */
.icon-circle:before {
  content: "";
}

/* '' */
.icon-youtube:before {
  content: "";
}

/* '' */
.icon-instagram:before {
  content: "";
}

/* '' */
.icon-flickr:before {
  content: "";
}

/* '' */
.icon-twitter-square:before {
  content: "";
}

/* '' */
.icon-facebook-square:before {
  content: "";
}

/* '' */
.icon-linkedin-square:before {
  content: "";
}

/* '' */
.icon-right-open:before {
  content: "›";
}

.spinner {
  padding: 100px 0;
  width: 100%;
  text-align: center;
  background: white;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #424142;
  border-radius: 100%;
  display: inline-block;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner .bounce1 {
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.header {
  width: 100%;
  background-color: #25282A;
  color: #fff;
  position: relative;
  z-index: 200;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
@media (max-width: 900px) {
  .header {
    position: fixed;
  }
}
.header-bar {
  background-color: #1B1D1E;
  text-align: right;
  line-height: 40px;
}
@media (max-width: 900px) {
  .header-bar {
    display: none;
  }
}
.header-bar .menu {
  width: auto;
  list-style-type: none;
  float: right;
  margin: 0;
  font-family: "Inter", sans-serif;
}
@media (max-width: 900px) {
  .header-bar .menu {
    font-family: "FuturaPT-Medium";
  }
}
.header-bar li {
  width: auto;
  display: inline;
  margin-right: 1.5em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-bar li:last-child {
  font-size: 14px;
}
.header-bar a {
  color: #CBC4BC;
}
.header-main {
  line-height: 117px;
  text-align: right;
}
.header-main .site-branding {
  float: left;
}
@media (max-width: 900px) {
  .header-main {
    line-height: 16px;
    padding: 16px;
  }
}

main#primary {
  margin-top: 0;
}
@media (max-width: 900px) {
  main#primary {
    padding-top: 104px;
  }
}

#header-search {
  float: right;
  display: none;
  overflow: hidden;
  transition: max-width 0.25s ease-in-out;
}
#header-search input[type=search] {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 0.9em;
}
#header-search input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.5em;
}
#header-search input[type=submit] {
  background-color: transparent;
  color: #CBC4BC;
  border: none;
  border: 1px solid #CBC4BC;
  border-radius: 3px;
}
#header-search._open {
  max-width: 320px;
  height: auto;
  transition: max-width 0.25s ease-in-out;
}

#mobile-search {
  text-align: left;
  padding: 1em;
}
#mobile-search input[type=search] {
  border: none;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 0.9em;
  float: left;
  height: 32px;
}
#mobile-search input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.5);
  margin-left: 0.5em;
}
#mobile-search input[type=submit] {
  background-color: transparent;
  color: #CBC4BC;
  border: none;
  border: 1px solid #CBC4BC;
  border-radius: 3px;
  font-size: 0.9em;
  max-width: 68px;
  float: right;
}

.header-main .nav-menu {
  width: auto;
  list-style-type: none;
  float: right;
  margin: 0;
}
.header-main li {
  width: auto;
  height: 117px;
  display: inline-block;
  margin-right: 1.5em;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "FuturaPT-Medium";
}
.header-main li:after {
  content: "";
  position: relative;
  z-index: 500;
  width: 0;
  height: 0;
  top: 79px;
  right: 50%;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #25282A transparent transparent transparent;
  visibility: hidden;
}
.header-main li.has-dropdown:hover:after {
  visibility: visible;
}
.header-main li ul {
  display: none;
}
.header-main li:hover > ul {
  display: flex;
  flex-wrap: wrap;
}
.header-main li:hover > a,
.header-main li a._active {
  text-decoration: none;
  color: #7A9923;
}
.header-main a {
  color: #CBC4BC;
}
.header-main li > ul {
  position: absolute;
  left: 50vw;
  transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: auto;
  flex-wrap: wrap;
}
.header-main li > ul li {
  border: 1px solid #ffffff;
  height: 100%;
  min-height: 100px;
  text-transform: none;
  text-align: left;
  background-color: #eaeaea;
  float: left;
  margin: 0;
  height: auto;
  line-height: 20px;
  letter-spacing: normal;
  flex: 1 1 20%;
}
.header-main li > ul li:after {
  border: 0;
}
.header-main li > ul li a {
  display: block;
  color: #424142;
  font-family: "FuturaPT-Medium";
  font-size: 17px;
  padding: 1.25em;
  width: 100%;
  height: 100%;
}
.header-main li > ul li a:hover {
  background-color: #ccc;
  color: #424142;
}
.header-main li > ul li > ul {
  display: block !important;
  position: relative;
  height: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translateX(0%);
  width: 100%;
  margin: -10px 0 1em 0;
  padding: 0;
  font-family: "Inter", sans-serif;
}
.header-main li > ul li > ul li {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  border: 0;
  padding: 0;
}
.header-main li > ul li > ul li a {
  height: auto;
  padding: 0.25em 1.5em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.header-main .view-all {
  width: 100% !important;
  padding: 0 1em;
  text-align: center;
  text-transform: uppercase;
  background-color: #424142;
  border: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 50px 100%);
          clip-path: polygon(0 0, 100% 0%, calc(100% - 50px) 100%, 50px 100%);
  align-self: center;
  height: auto;
  min-height: 0;
  flex: 1 1 100%;
}
.header-main .view-all a {
  color: #ffffff !important;
}
.header-main .view-all a:hover {
  background-color: transparent;
  color: #7A9923 !important;
}
@media (max-width: 900px) {
  .header-main .view-all {
    display: none !important;
  }
}
.header-main .menu-item-description {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 12px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .header-main .menu-item-description {
    display: none !important;
  }
}
.header-main .vehicle-menu a {
  height: auto;
}

.wp-block-button {
  border: 1px solid #424142;
  border-radius: 5px;
}
.wp-block-button a {
  background-color: transparent;
}

@media (max-width: 900px) {
  .nav-toggle {
    display: inline-block;
    float: right;
    font-size: 24px;
    color: #7A9923;
    margin-right: -20px;
  }

  .icon-cancel {
    display: none;
  }

  .main-navigation {
    position: fixed;
    top: 100px;
    right: -100vw;
    overflow: hidden;
    background-color: #25282A;
    width: 90vw;
    max-width: 350px;
    height: calc(100vh - 105px);
    transition: all 0.5s ease-in-out;
    overflow-y: scroll;
  }

  .nav-menu,
#top-bar-menu.menu {
    width: 100% !important;
    max-width: 350px;
    margin: 0;
    padding: 0;
    clear: both;
  }
  .nav-menu li,
#top-bar-menu.menu li {
    display: block;
    width: 100%;
    height: auto;
    line-height: auto;
    text-align: left;
    text-transform: unset;
    font-size: 20px;
    overflow-y: hidden;
  }
  .nav-menu li:after,
#top-bar-menu.menu li:after {
    display: none;
  }
  .nav-menu li a,
#top-bar-menu.menu li a {
    padding: 18px;
    display: block;
    position: relative;
  }
  .nav-menu li a:hover,
#top-bar-menu.menu li a:hover {
    text-decoration: none !important;
  }
  .nav-menu li a span,
#top-bar-menu.menu li a span {
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    height: 100%;
    width: 55px;
    text-align: center;
    padding: 15px 0;
    background-color: #424142;
    color: #7A9923;
  }
  .nav-menu li a span.icon-angle-up,
#top-bar-menu.menu li a span.icon-angle-up {
    color: white;
    background-color: #7A9923;
  }
  .nav-menu li ul,
#top-bar-menu.menu li ul {
    display: flex;
    position: static;
    width: 100%;
    background-color: #eaeaea;
    margin: 0;
    padding: 0;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
    transform: translateX(0);
  }
  .nav-menu li ul li,
#top-bar-menu.menu li ul li {
    display: block;
    width: 100%;
    min-height: 0;
    height: auto;
    border: none;
  }
  .nav-menu li ul li a,
#top-bar-menu.menu li ul li a {
    font-size: 14px;
    font-family: "Inter", sans-serif;
    padding: 16px 65px 16px 16px;
  }
  .nav-menu li ul li .icon-angle-right,
#top-bar-menu.menu li ul li .icon-angle-right {
    display: none;
  }
  .nav-menu li ul li ul,
#top-bar-menu.menu li ul li ul {
    width: 100%;
    max-height: 0;
    margin: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
  }
  .nav-menu li ul li ul li,
#top-bar-menu.menu li ul li ul li {
    display: inline-block;
    float: left;
    width: auto;
    min-width: 0;
    padding: 0.35em 0;
    margin-right: 0.7em;
  }
  .nav-menu li ul li ul li a,
#top-bar-menu.menu li ul li ul li a {
    display: inline-block;
    width: auto;
    font-size: 14px;
    font-weight: normal;
    padding: 16px;
  }
  .nav-menu li ul li ul.open,
#top-bar-menu.menu li ul li ul.open {
    display: block;
    max-height: 1000px;
    margin-top: 0.25em;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  }
  .nav-menu li ul.open,
#top-bar-menu.menu li ul.open {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  }
}
.footer {
  background: #424142;
  background: linear-gradient(0deg, #25282a 0%, #424142 100%);
  padding-top: 2em;
  color: #ffffff;
}
.footer-social {
  padding-right: 5em;
}
@media (max-width: 900px) {
  .footer-social {
    padding: 0;
  }
}
.footer a {
  color: #ffffff;
}
.footer h5 {
  margin: 0;
  font-family: "FuturaPT-Demi";
  font-size: 25px;
  display: inline-block;
}
.footer .fine-print {
  font-size: 11px;
  color: #CBC4BC;
}
@media (max-width: 900px) {
  .footer .fine-print {
    text-align: left;
  }
}
.footer-social section {
  padding: 0;
  display: inline-block;
}
.footer-social .menu {
  font-family: "Fontello";
  text-align: center;
  font-size: 20px;
  line-height: 1;
}
.footer-social .menu a {
  color: #7A9923;
}
.footer-social .menu-item {
  display: inline-block;
}
.footer-social .widget_nav_menu {
  order: 0;
}
@media (max-width: 900px) {
  .footer-social .widget_nav_menu {
    width: 100%;
  }
}
.footer-social .widget_mc4wp_form_widget {
  order: 2;
}
@media (max-width: 900px) {
  .footer-social .widget_mc4wp_form_widget {
    width: 100%;
    text-align: center;
  }
}
.footer-social input[type=email] {
  width: 60%;
  float: left;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  padding: 10px 15px;
  color: #A7A8AA;
}
@media (max-width: 900px) {
  .footer-social input[type=email] {
    width: 90%;
    margin-left: 5%;
  }
}
.footer-social button {
  margin-left: 2.5%;
  width: 123px;
  float: left;
  border: 2px solid white;
  border-radius: 4px;
  padding: 5px;
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
}
@media (max-width: 900px) {
  .footer-social button {
    width: 35%;
    font-size: 16px;
    margin: 1em 35%;
  }
}
.footer-social input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.footer-social .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 5px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  background-color: transparent;
}
.footer-social input[type=checkbox]:checked ~ .checkmark {
  background-color: #7A9923;
}
.footer-social .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.footer-social input[type=checkbox]:checked ~ .checkmark:after {
  display: block;
}
.footer-social .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.footer-social p {
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .footer-social {
    width: 100%;
    margin-bottom: 35px;
  }
}
@media (max-width: 900px) {
  .footer-social {
    display: flex;
    flex-direction: column;
  }
  .footer-social h5 {
    width: 100%;
    text-align: center;
    margin: 16px auto;
    order: 1;
  }
  .footer-social .widget_nav_menu, .footer-social .footer-social-header {
    text-align: center;
    width: 100%;
  }
}
.footer-info {
  padding: 1.5em 20%;
}
.footer-info p {
  width: 100%;
}
@media (max-width: 900px) {
  .footer-info {
    padding: 1.5em 0;
  }
}
.footer .footer-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.footer .footer-menu ul li a {
  line-height: 17px;
}
.footer .footer-menu h5 {
  display: block;
}
.footer .footer-menu nav {
  display: inline;
  width: 33%;
  padding: 10px 10px 0 0;
  float: left;
}
.footer .footer-menu nav:first-child {
  width: 100%;
  padding-top: 0;
}
@media (max-width: 900px) {
  .footer .footer-menu {
    display: none;
  }
}

.hp-btn {
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px;
  border: 1px solid #424142;
  border-radius: 4px;
  background-color: transparent;
  margin: 1em auto;
  display: block;
}

.vehicle {
  background-image: url("http://localhost:8888/defense/wp-content/themes/oskdef/img/hero.png");
  background-size: cover;
  color: white;
  padding: 250px 16px 16px 16px;
  margin-bottom: 1%;
}
.vehicle-33 {
  width: 32%;
}
.vehicle-50 {
  width: 49%;
}

.events {
  background-image: url("http://localhost:8888/defense/wp-content/themes/oskdef/img/event-dark.png");
}

.subnav {
  width: 100%;
  padding: 7px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  background-color: #424142;
  font-weight: 600;
}
.subnav ul {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
}
.subnav li {
  display: inline;
  text-transform: uppercase;
  padding: 0 10px;
}
.subnav a {
  text-decoration: none;
}
@media (max-width: 900px) {
  .subnav {
    display: none;
  }
}

.subnav-vehicle a {
  color: #A7A8AA !important;
}
.subnav-vehicle a:hover, .subnav-vehicle a._active {
  color: #7A9923 !important;
}

.subnav-technology a {
  color: #A7A8AA !important;
}
.subnav-technology a:hover, .subnav-technology a._active {
  color: #DB8223 !important;
}

.subnav-services a {
  color: #A7A8AA !important;
}
.subnav-services a:hover, .subnav-services a._active {
  color: #A89968 !important;
}

main#content {
  margin-top: 0;
}

.media-hero {
  position: relative;
}
.media-hero img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 900px) {
  .media-hero {
    height: 400px;
  }
}
.media-hero .notched-right {
  width: 50vw;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  text-align: left;
  padding: 40px 50px;
  color: white;
  -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
          clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
  z-index: 1;
}
@media (max-width: 900px) {
  .media-hero .notched-right {
    width: 90vw;
    padding: 0 50px;
  }
}
.media-hero .notched-right h1 {
  text-align: left;
}
.media-hero .green {
  background-color: #8A8D4A;
}

.media-gallery {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.media-gallery-item {
  width: 20%;
  margin: 1em;
}
.media-gallery-item .bg {
  width: 100%;
  height: 180px;
  background-size: cover;
}
@media (max-width: 900px) {
  .media-gallery-item {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .media-gallery-item {
    width: 90%;
  }
}

.media-bio {
  width: 90%;
  margin: 2em auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.media-bio .media-bio-item {
  width: 20%;
  margin: 1em;
  font-size: 16px;
}
.media-bio .media-bio-item .bg {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}
.media-bio .media-bio-item h3 {
  font-size: 28px;
  padding: 0;
}
.media-bio .media-bio-item a {
  color: #25282A;
}
.media-bio .media-bio-item a:hover {
  text-decoration: none;
}
@media (max-width: 900px) {
  .media-bio .media-bio-item {
    width: 40%;
  }
}

.bio-headline {
  width: 100%;
  padding: 50px;
  font-size: 40px;
  color: white;
  background-color: #8A8D4A;
  text-align: center;
  font-family: "FuturaPT-Demi";
  position: absolute;
  top: 0;
  left: 0;
}

.bio-wrapper {
  display: flex;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .bio-wrapper {
    flex-direction: column;
  }
}
.bio-wrapper .media-bio-right {
  width: 30%;
}
.bio-wrapper .media-bio-right .bg {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
}
.bio-wrapper .media-bio-right .btn {
  margin: 1.5em auto;
}
@media (max-width: 900px) {
  .bio-wrapper .media-bio-right {
    width: 100%;
  }
}
.bio-wrapper .media-bio-text {
  width: 68%;
  padding-left: 2em;
  text-align: left;
}
.bio-wrapper .media-bio-text h3 {
  border-bottom: 2px solid #8A8D4A;
  padding: 0 0 10px 0;
}
@media (max-width: 900px) {
  .bio-wrapper .media-bio-text {
    width: 100%;
  }
}

.featherlight .featherlight-content {
  max-width: 98vw;
}
.featherlight .featherlight-inner {
  text-align: center;
}
.featherlight .featherlight-bottom .btn {
  color: #25282A;
}
.featherlight .featherlight-bottom .btn:hover {
  color: white;
}
@media (max-width: 900px) {
  .featherlight .featherlight-bottom {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  .featherlight .featherlight-previous span,
.featherlight .featherlight-next span {
    width: 20px;
    height: 20px;
  }
}

._share span {
  color: #7A9923;
}
@media (max-width: 900px) {
  ._share {
    width: 50%;
    margin: 1em 20%;
  }
}

.all-filters {
  background-color: #25282A;
  background-image: url("img/contour-bkg.png");
  height: auto;
  font-family: "FuturaPT-Demi";
}
.all-filters ul {
  list-style-type: none;
  margin: 0;
}
.all-filters ul li {
  display: inline-block;
  padding: 1.5em;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
}
.all-filters ul li._open {
  background-color: #424142;
}
@media (max-width: 900px) {
  .all-filters ul li {
    font-size: 0.9em;
    padding: 1.5em 0.5em;
  }
}

.platform-filters,
.vehicle-filters,
.sort-filters {
  background-color: #424142;
  max-height: 0;
  overflow: hidden;
  padding-left: 50px;
  padding-right: 50px;
}
.platform-filters .btn,
.vehicle-filters .btn,
.sort-filters .btn {
  border: 1px solid white;
  color: white;
  margin: 0.75em;
  padding: 7px 10px;
  font-weight: 200;
}
.platform-filters .btn._active,
.vehicle-filters .btn._active,
.sort-filters .btn._active {
  background-color: white;
  color: #424142;
}
@media (max-width: 900px) {
  .platform-filters .btn,
.vehicle-filters .btn,
.sort-filters .btn {
    font-size: 0.9em;
  }
}
@media (max-width: 700px) {
  .platform-filters .btn,
.vehicle-filters .btn,
.sort-filters .btn {
    margin: 7px;
    font-size: 0.8em;
  }
}
@media (max-width: 700px) {
  .platform-filters,
.vehicle-filters,
.sort-filters {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.platform-filters._open,
.vehicle-filters._open,
.sort-filters._open {
  max-height: 350px;
  transition: max-height 0.5s linear;
}

.thm-title {
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  margin-top: 3px;
}

.posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
.posts-wrapper .media-news {
  width: 27%;
  margin: 3%;
  font-size: 14px;
}
@media (max-width: 900px) {
  .posts-wrapper .media-news {
    width: 44%;
  }
}
@media (max-width: 700px) {
  .posts-wrapper .media-news {
    width: 94%;
  }
}
.posts-wrapper .media-news img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.posts-wrapper .media-news h2 {
  font-size: 18px;
  margin-top: 10px;
}
.posts-wrapper .media-news h2 a {
  color: #25282A;
}
.posts-wrapper .media-news p {
  display: none;
}
.posts-wrapper .media-news:first-of-type {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .posts-wrapper .media-news:first-of-type {
    flex-direction: column;
  }
}
.posts-wrapper .media-news:first-of-type img {
  width: 64%;
  height: 400px;
  margin-right: 6%;
}
@media (max-width: 900px) {
  .posts-wrapper .media-news:first-of-type img {
    width: 100%;
  }
}
.posts-wrapper .media-news:first-of-type .post-info {
  width: 30%;
}
@media (max-width: 900px) {
  .posts-wrapper .media-news:first-of-type .post-info {
    width: 100%;
  }
}
.posts-wrapper .media-news:first-of-type p {
  display: block;
}

.nav-links {
  text-align: center;
  margin: 50px auto;
}
.nav-links a {
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  line-height: 27px;
  padding: 3px 6px;
  border: 3px solid #424142;
  color: #424142;
  border-radius: 4px;
  background-color: transparent;
}
.nav-links a:hover {
  color: white;
  background-color: #424142;
  text-decoration: none;
}
.nav-links .nav-previous {
  display: inline-block;
  margin: 0 10px;
}
.nav-links .nav-previous a:before {
  font-weight: bold;
  margin-right: 5px;
  content: "< ";
  color: #7A9923;
}
.nav-links .nav-next {
  display: inline-block;
  margin: 0 10px;
}
.nav-links .nav-next a:after {
  font-weight: bold;
  margin-left: 5px;
  content: " >";
  color: #7A9923;
}

.blog-hero h1 {
  font-size: 30px;
  line-height: 35px;
}
.blog-hero .notched-right {
  width: 80vw !important;
}

.careers-two-col {
  width: 80%;
  margin: 0 auto;
}
.careers-two-col h3 {
  font-size: 30px;
  margin-bottom: 0;
  padding: 0;
}
.careers-two-col h5 {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #7A9923;
}

.careers-open-positions h3 {
  margin-bottom: 30px;
}
.careers-open-positions a {
  margin-top: 1em;
  font-family: "FuturaPT-Medium";
  font-size: 18px;
  line-height: 27px;
  padding: 6px;
  border: 2px solid white;
  color: white;
  border-radius: 4px;
  background-color: transparent;
}
.careers-open-positions a:after {
  font-weight: bold;
  margin-left: 5px;
  content: " >";
}
.careers-open-positions a:hover {
  color: #424142;
  background-color: white;
  text-decoration: none;
}
@media (max-width: 900px) {
  .careers-open-positions a {
    display: block;
    width: auto;
  }
}

#cf7-wrap {
  position: relative;
  margin: 50px auto;
  padding: 50px;
  background-color: #8A8D4A;
}
#cf7-wrap input, #cf7-wrap select,
#cf7-wrap textarea {
  padding: 7px;
  border: 2px solid #25282A;
  border-radius: 3px;
  width: 60vw;
}
#cf7-wrap input[type=submit] {
  font-family: "FuturaPT-Medium";
  width: 100px;
  font-size: 18px;
  line-height: 27px;
  padding: 3px 6px;
  border: 3px solid white;
  color: white;
  border-radius: 4px;
  background-color: transparent;
}
#cf7-wrap input[type=submit]:hover {
  background-color: white;
  color: #424142;
}
#cf7-wrap input[type=checkbox] {
  width: auto;
  float: left;
  margin-right: 10px;
}
#cf7-wrap label {
  color: white;
  display: block;
}
#cf7-wrap label sup {
  color: red;
  margin-left: 2px;
}

.contact-main {
  background-image: url("img/contour-bkg.png");
}

.contact-flex .wp-block-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-flex .wp-block-column .wp-block-lazyblock-contact-info-block,
.contact-flex .wp-block-column .wp-block-lazyblock-contact-info-block-v2 {
  width: 45%;
}
@media (max-width: 900px) {
  .contact-flex .wp-block-column .wp-block-lazyblock-contact-info-block,
.contact-flex .wp-block-column .wp-block-lazyblock-contact-info-block-v2 {
    width: 100%;
  }
}

.wpcf7-response-output {
  color: white;
}

.search-results {
  margin-bottom: 1.5em;
}
.search-results article img {
  width: 20%;
  height: 200px;
  object-fit: cover;
  float: left;
  margin-right: 2%;
}
.search-results .entry-summary {
  width: 75%;
}

.hero {
  margin-bottom: 2em;
}

.hero-image {
  position: relative;
  top: 0;
  left: 0;
  width: 60vw;
  height: 500px;
  object-fit: cover;
  z-index: 0;
}
@media (max-width: 900px) {
  .hero-image {
    width: 100vw;
    height: auto;
  }
}

.notched-right {
  width: 50vw;
  position: absolute;
  top: 100px;
  right: 0;
  text-align: left;
  padding: 50px;
  color: white;
  background-color: #25282A;
  -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
          clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
  z-index: 1;
}
@media (max-width: 900px) {
  .notched-right {
    position: static;
    float: right;
    margin-top: -50px;
    width: 90vw;
    padding: 16px 50px;
  }
}

.intro {
  width: 60%;
  margin: 50px auto 0 auto;
  font-size: 25px;
  text-align: left;
  line-height: 32px;
  font-family: "FuturaPT-Medium";
}
@media (max-width: 900px) {
  .intro {
    width: 90%;
    font-size: 18px;
    line-height: 23px;
    margin-top: 32px;
  }
}

.hero-btn {
  text-align: center;
}

.vehicle-hero {
  min-height: 605px;
}

.vehicle-hero-image {
  width: 50vw;
  height: 605px;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 50vw;
  z-index: 0;
}
@media (max-width: 900px) {
  .vehicle-hero-image {
    left: 0;
    width: 100vw;
    height: auto;
  }
}

.vehicle-nothced-left {
  text-align: left;
  width: 60vw;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 60px;
  padding-left: 10vw;
  color: white;
  background-color: #8A8D4A;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
  z-index: 1;
}
.vehicle-nothced-left h1 {
  text-align: left;
  margin: 0;
}
.vehicle-nothced-left h2 {
  font-size: 30px;
  margin-top: -20px;
}
@media (max-width: 900px) {
  .vehicle-nothced-left {
    position: static;
    float: left;
    margin-top: -50px;
    width: 90vw;
    padding: 16px 50px;
  }
  .vehicle-nothced-left h1 {
    font-size: 36px;
  }
  .vehicle-nothced-left h2 {
    font-size: 24px;
  }
}

.vehicle-intro {
  width: 50vw;
  padding: 0 60px 0 10vw;
  position: relative;
  top: -225px;
  margin-bottom: -275px;
}
@media (max-width: 900px) {
  .vehicle-intro {
    position: static;
    margin-top: 75px;
    margin-bottom: 0;
    width: 100%;
    padding: 0 30px;
  }
}

.technology-hero {
  min-height: 605px;
}

.technology-hero-image {
  width: 50vw;
  height: 605px;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 50vw;
  z-index: 0;
}
@media (max-width: 900px) {
  .technology-hero-image {
    left: 0;
    width: 100vw;
    height: auto;
  }
}

.technology-notched-left {
  text-align: left;
  width: 60vw;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 60px;
  padding-left: 10vw;
  color: white;
  background-color: #DB8223;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
  z-index: 1;
}
.technology-notched-left h1 {
  text-align: left;
  margin: 0;
}
.technology-notched-left h2 {
  font-size: 30px;
  margin-top: -20px;
}
@media (max-width: 900px) {
  .technology-notched-left {
    position: static;
    float: left;
    margin-top: -50px;
    width: 90vw;
    padding: 16px 50px;
  }
  .technology-notched-left h1 {
    font-size: 36px;
  }
  .technology-notched-left h2 {
    font-size: 24px;
  }
}

.technology-intro {
  width: 50vw;
  padding: 0 60px 0 10vw;
  position: relative;
  top: -275px;
  margin-bottom: -275px;
}
@media (max-width: 900px) {
  .technology-intro {
    position: static;
    margin-top: 75px;
    margin-bottom: 0;
    width: 100%;
    padding: 0 30px;
  }
}

.services-hero {
  min-height: 605px;
}

.services-hero-image {
  width: 50vw;
  height: 605px;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 50vw;
  z-index: 0;
}
@media (max-width: 900px) {
  .services-hero-image {
    left: 0;
    width: 100vw;
    height: auto;
  }
}

.services-notched-left {
  text-align: left;
  width: 60vw;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 60px;
  padding-left: 10vw;
  color: white;
  background-color: #A89968;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 50px, 100% 100%, 0 100%);
  z-index: 1;
}
.services-notched-left h1 {
  text-align: left;
  margin: 0;
}
.services-notched-left h2 {
  font-size: 30px;
  margin-top: -20px;
}
@media (max-width: 900px) {
  .services-notched-left {
    position: static;
    float: left;
    margin-top: -50px;
    width: 90vw;
    padding: 16px 50px;
  }
  .services-notched-left h1 {
    font-size: 36px;
  }
  .services-notched-left h2 {
    font-size: 24px;
  }
}

.services-intro {
  width: 50vw;
  padding: 0 60px 0 10vw;
  position: relative;
  top: -275px;
  margin-bottom: -275px;
}
@media (max-width: 900px) {
  .services-intro {
    position: static;
    margin-top: 75px;
    margin-bottom: 0;
    width: 100%;
    padding: 0 30px;
  }
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .gallery {
    flex-direction: column;
  }
}
.gallery .hover-info {
  display: none;
}
.gallery-image {
  flex-grow: 1;
  position: relative;
  background-size: cover;
  background-position: center;
  color: white;
  padding: 0;
  height: 350px;
  min-width: 25%;
  margin: 1%;
}
.gallery-image a.img-link {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
}
.gallery-image a.img-link:hover > .gallery-overlay.hover {
  height: 350px;
  background: linear-gradient(0deg, black 50%, rgba(0, 0, 0, 0.5) 80%, rgba(0, 0, 0, 0.125) 95%, rgba(0, 0, 0, 0) 100%);
}
.gallery-image a.img-link:hover > .gallery-overlay.hover .hover-info {
  display: block;
}
.gallery-overlay {
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 14px;
  width: 100%;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  height: 30%;
  overflow: hidden;
  transition: all 0.5s ease-out;
}
.gallery-overlay h3, .gallery-overlay p {
  padding: 0 !important;
  max-width: 100%;
}
.gallery.two-col {
  margin-top: 2em;
}
.gallery.two-col .gallery-image {
  min-width: 40%;
  max-width: 50%;
  height: 375px;
}
@media (max-width: 900px) {
  .gallery.two-col .gallery-image {
    max-width: 100%;
  }
}

.notched-bg-right {
  height: auto;
  background-image: url("img/notched-bkg-r.png");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 70% 85%;
  padding-top: 1em;
  margin-top: 2em;
}
.notched-bg-right h3, .notched-bg-right p {
  padding-left: 35%;
  color: white;
  max-width: 100%;
}
.notched-bg-right.bg-green {
  background-image: url("img/notched-bkg-grn-r.png");
}

.notched-bg-left {
  height: auto;
  background-image: url("img/notched-bkg-l.png");
  background-repeat: no-repeat;
  background-size: 50% 90%;
  padding-top: 1em;
  margin-top: 2em;
}
.notched-bg-left h3, .notched-bg-left p {
  padding-left: 5px;
  padding-right: 50%;
  color: white;
  max-width: 100%;
}
.notched-bg-left.bg-green {
  background-image: url("img/notched-bkg-grn-l.png");
}

.news {
  background-color: #25282A;
  background-image: url("http://localhost:8888/defense/wp-content/themes/oskdef/img/pattern1.png");
  padding: 1em;
  color: white;
  overflow: hidden;
}
.news h2 {
  padding-left: 10px;
}
.news-wrapper ul {
  margin: 2em 0 1em;
  padding: 0;
  overflow: hidden;
}
.news-wrapper ul li {
  clear: none !important;
  display: flex;
  flex-direction: column;
  float: left;
  width: 30.5%;
  margin: 0 1%;
}
@media (max-width: 900px) {
  .news-wrapper ul li {
    width: 100%;
    margin-bottom: 2em;
  }
}
.news-wrapper ul li a {
  color: white;
  font-size: 18px;
  font-weight: 600;
  order: 3;
}
.news-wrapper ul li .wp-block-latest-posts__featured-image {
  height: 350px;
}
.news-wrapper ul li .wp-block-latest-posts__featured-image img {
  width: 100vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
}
.news-wrapper ul li time {
  margin: 0.5em 0;
  color: #A7A8AA;
  font-size: 14px;
}

.callout-block {
  position: relative;
  padding-bottom: 200px;
}
@media (max-width: 900px) {
  .callout-block {
    padding-bottom: 500px;
  }
}

.callout-bg {
  width: 50vw;
  position: absolute;
  top: 50px;
  right: 0;
  text-align: left;
  padding: 50px;
  padding-left: 25vw;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 200;
}
.callout-bg.bg-green {
  background-image: url("img/notched-bkg-grn-l.png");
}
.callout-bg.bg-black {
  background-image: url("img/notched-bkg-l.png");
}
@media (min-width: 901px) and (max-width: 1200px) {
  .callout-bg {
    padding-left: 50px;
  }
}
@media (max-width: 900px) {
  .callout-bg {
    top: 400px;
    width: 80vw;
    padding: 50px;
  }
}
.callout-bg h2 {
  color: white;
  text-align: left;
}

.callout-image {
  width: 800px;
  position: absolute;
  top: 0;
  right: calc( (100vw - 1400px) / 2);
  z-index: 100;
  float: right;
}
@media (max-width: 900px) {
  .callout-image {
    width: 100vw;
    height: 500px;
    object-fit: cover;
    top: 20px;
    right: 0;
  }
}

.vehicle-specs {
  width: 100%;
  padding: 50px 10vw;
  position: relative;
}
.vehicle-specs h4 {
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: bold;
  text-transform: uppercase;
  width: 300px;
  margin-bottom: 5px;
  color: white;
  letter-spacing: 1px;
  line-height: 25px;
  margin: 0.5em 0;
}
.vehicle-specs hr {
  border-top: 3px solid #7A9923;
  margin-top: 0;
}
@media (max-width: 900px) {
  .vehicle-specs {
    width: 100%;
    padding-left: 15vw;
  }
}

.vehicle-specs-bkg {
  width: 35vw;
  min-width: 440px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 50px;
  background-color: #424142;
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 50px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 90% 0, 100% 50px, 100% 100%, 0 100%);
}
@media (max-width: 900px) {
  .vehicle-specs-bkg {
    width: 95%;
    min-width: 0;
  }
}

.vehicle-specs-section {
  width: 100%;
  clear: both;
  margin-bottom: 40px;
  position: relative;
}

.feature-list {
  width: 45%;
  margin-right: 10%;
  padding: 30px;
  float: left;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: white;
  background-image: url("img/contour-bkg.png");
  background-size: cover;
}
@media (max-width: 900px) {
  .feature-list {
    width: 100%;
    margin: 10px auto;
  }
}

.spec-description {
  width: 45%;
  float: left;
  font-size: 18px;
}
@media (max-width: 900px) {
  .spec-description {
    width: 100%;
    margin: 10px auto;
    color: white;
  }
}

.vertical-text {
  transform: rotate(-90deg);
  width: 300px;
  height: 50px;
  font-family: "FuturaPT-Demi";
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -180px;
  color: #CBC4BC;
  letter-spacing: 3px;
}

.related-notched {
  display: inline-block;
  width: 30vw;
  color: white;
  font-size: 30px;
  background-color: #DB8223;
  padding: 33px 33px 33px 10vw;
  -webkit-clip-path: polygon(0 0, 95% 0, 100% 30px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 95% 0, 100% 30px, 100% 100%, 0 100%);
}
@media (max-width: 900px) {
  .related-notched {
    width: 90vw;
  }
}

.related-vehicles {
  padding: 20px 10vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.related-vehicles .related-item {
  width: 20%;
  margin: 2%;
  overflow: hidden;
}
@media (max-width: 900px) {
  .related-vehicles .related-item {
    width: 45%;
    margin: 2%;
  }
}
.related-vehicles a {
  text-align: right;
  float: left;
  font-family: "FuturaPT-Medium";
  font-size: 16px;
  color: #25282A;
  text-decoration: none;
}
.related-vehicles a:hover > .related-title {
  background-color: #25282A;
  color: white;
}
.related-vehicles .related-title {
  border-top: 2px solid #7A9923;
  padding: 3px 6px;
}
.related-vehicles .related-title:after {
  margin-left: 5px;
  font-family: "fontello";
  content: "";
  color: #7A9923;
}

.image-bkg-block {
  width: 100%;
  padding: 40px 20vw;
  color: white;
}

.wp-block-lazyblock-background-schematic {
  position: absolute;
}

.schematic {
  position: fixed;
  bottom: 2vh;
  right: -15vw;
  z-index: -1;
  opacity: 0.075;
  width: 90%;
}

.fw-hero {
  margin-bottom: 150px;
}
@media (max-width: 900px) {
  .fw-hero {
    margin-bottom: 50px;
  }
}
.fw-hero img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.fw-hero .notched-right {
  width: 50vw;
  position: absolute;
  top: 500px;
  right: 0;
  text-align: left;
  padding: 40px 50px;
  color: white;
  -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
          clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
  z-index: 1;
}
@media (max-width: 900px) {
  .fw-hero .notched-right {
    position: static;
    float: right;
    margin-top: -50px;
    width: 90vw;
    padding: 16px 50px;
  }
}
.fw-hero .notched-right h1 {
  text-align: left;
}
.fw-hero .green {
  background-color: #8A8D4A;
}
.fw-hero .orange {
  background-color: #DB8223;
}
.fw-hero .black {
  background-color: #25282A;
}
.fw-hero .tan {
  background-color: #A89968;
}

.tech-spec .tech-spec-row {
  width: 100%;
  margin-bottom: 40px;
  position: relative;
  min-height: 30vw;
}
.tech-spec .top-section {
  background-color: #25282A;
  background-image: url("http://localhost:8888/defense/wp-content/themes/oskdef/img/contour-bkg.png");
  padding: 40px;
  padding-left: calc(30vw + 40px);
  padding-right: 10vw;
  color: white;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 900px) {
  .tech-spec .top-section {
    padding: 30px;
  }
}
.tech-spec .bottom-section {
  padding: 40px;
  padding-left: calc(30vw + 40px);
  padding-right: 10vw;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .tech-spec .bottom-section {
    padding: 30px;
  }
}
.tech-spec img {
  position: absolute;
  left: 0;
  top: 40px;
  width: 30vw;
  height: calc(30vw - 40px);
  object-fit: cover;
  object-position: right bottom;
}
@media (max-width: 900px) {
  .tech-spec img {
    display: block;
    position: static;
    width: 100%;
    height: 100vw;
  }
}

.notched-video-wrapper {
  position: relative;
  width: 100%;
}
.notched-video-wrapper .video-notched {
  width: 60vw;
  min-width: 440px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  min-height: 50px;
  -webkit-clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
          clip-path: polygon(50px 0%, 100% 0, 100% 100%, 0 100%, 0% 50px);
  z-index: 0;
}
@media (max-width: 900px) {
  .notched-video-wrapper .video-notched {
    width: 95%;
    height: 95%;
    min-width: 0;
  }
}
.notched-video-wrapper .video-notched.black {
  background-color: #25282A;
}
.notched-video-wrapper .video-notched.green {
  background-color: #8A8D4A;
}
.notched-video-wrapper .video-notched.tan {
  background-color: #CBC4BC;
}
.notched-video-wrapper .video-notched.orange {
  background-color: #DB8223;
}
.notched-video-wrapper .iframe-wrapper {
  position: relative;
  width: 80vw;
  padding-top: 46vw;
  margin: 60px auto;
  background-color: #25282A;
}
.notched-video-wrapper .iframe-wrapper iframe {
  position: absolute;
  top: 1%;
  left: 1%;
  width: 98%;
  height: 98%;
}
@media (max-width: 900px) {
  .notched-video-wrapper .iframe-wrapper {
    width: 90vw;
    padding-top: 52vw;
    margin: 50px auto 0 auto;
  }
}

.contact-info {
  color: white;
  padding: 30px;
  margin-bottom: -25px;
}
.contact-info h3 {
  font-size: 25px;
  margin-bottom: 18px;
  padding: 0;
}
.contact-info h4 {
  font-size: 18px;
  padding-bottom: 0.5em;
  margin: 1em 0 0.75em 0;
  border-bottom: 2px solid #7A9923;
}
.contact-info .btn {
  padding: 7px 10px;
  border-width: 2px;
}
.contact-info .btn-email:before {
  margin-right: 6px;
  font-size: 20px;
  content: "✉";
}
.contact-info .btn-phone:before {
  margin-right: 6px;
  content: "☎";
}

.text-media {
  color: white;
  display: flex;
  padding: 50px 10%;
  justify-content: space-between;
}
.text-media h1, .text-media h2, .text-media h3 {
  padding: 0;
}
.text-media .text, .text-media img, .text-media .iframe-wrapper {
  width: 48%;
  height: auto;
}
.text-media iframe {
  width: 100%;
  height: 100%;
}

.community .gallery {
  justify-content: space-between;
}
.community .gallery-wrap {
  width: 30%;
}
.community .hover-info img {
  width: 50%;
  height: auto;
  margin-left: auto;
  margin-top: 20px;
}
.community h5, .community p {
  padding: 3px;
}
.community h5 {
  font-size: 20px;
  margin-bottom: 0;
}

/******************************************
Overrides & Settings for WP Default Blocks
*******************************************/
article h4,
article p,
article ul {
  max-width: 60vw;
  margin: 0 auto 1em auto;
}
@media (max-width: 900px) {
  article h4,
article p,
article ul {
    max-width: 90vw;
  }
}

#search-form-404 {
  text-align: center;
}
#search-form-404 input {
  border: none;
  border: 1px solid #25282A;
  border-radius: 3px;
}
#search-form-404 input[type=search] {
  width: 30vw;
}
@media (max-width: 900px) {
  #search-form-404 input[type=search] {
    width: 55vw;
  }
}
#search-form-404 input[type=submit] {
  background-color: transparent;
}
#search-form-404 input[type=submit]:hover {
  background-color: #25282A;
  color: white;
}

[class^=wp-block-] {
  margin: 0 auto 50px auto;
}

.wp-block-columns {
  margin-top: 50px;
  max-width: 80vw;
}
@media (max-width: 700px) {
  .wp-block-columns {
    margin-bottom: 0;
  }
}
.wp-block-columns p {
  width: 100%;
  max-width: 100%;
}

.wp-block-button {
  border: none;
}
.wp-block-button .wp-block-button__link {
  color: #25282A !important;
}
.wp-block-button .wp-block-button__link:hover {
  color: white !important;
  text-decoration: none;
}

.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
  color: #25282A;
}

.wp-block-file a.wp-block-file__button:hover {
  color: white;
}

.no-links a {
  cursor: default;
}
.no-links a:hover {
  background-color: transparent !important;
}

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

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

.text-right {
  text-align: right;
}

@media (min-width: 1201px) {
  .tabletShow {
    display: none;
  }
}

@media (max-width: 1200px) {
  .tabletHide {
    display: none;
  }
}

@media (min-width: 901px) {
  .mobileShow {
    display: none;
  }
}

@media (max-width: 900px) {
  .mobileHide {
    display: none;
  }
}

@media (max-width: 700px) {
  .miniHide {
    display: none;
  }
}

@media (min-width: 701px) {
  .miniShow {
    display: none;
  }
}

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

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  display: block;
  font-size: 85%;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

._hide {
  display: none;
}

.jplist-hidden {
  display: none !important;
}

@media (min-width: 901px) {
  div:not(#overview):target {
    padding-top: 125px;
    margin-top: -125px;
  }
}
@media (max-width: 900px) {
  ._dropdown {
    overflow: hidden;
    position: relative;
    padding: 0;
    border-radius: 10px;
    z-index: 3;
    display: block;
    margin-bottom: 25px;
  }
  ._dropdown::after {
    content: "";
    font-family: "fontello";
    position: absolute;
    top: 12px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
    color: white;
  }
  ._dropdown.open::after {
    content: "";
  }
  ._dropdown.open a, ._dropdown.open .mobileHide {
    position: relative;
    display: block;
  }
  ._dropdown li {
    display: block;
  }
  ._dropdown li._active a {
    border: 0;
    z-index: 1;
    position: relative;
  }
  ._dropdown a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 15px 15px 12px;
    background: black;
    color: white;
  }
}

.mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
  margin-top: 50px;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}
.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
}

.quarter-width {
  width: 23% !important;
  margin: 0 1%;
  float: left;
}

.four-column-table td {
  vertical-align: middle;
  width: 25%;
  padding: 1em;
}
.four-column-table td img {
  width: 100%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section {
    padding: 80px 25px;
  }

  .slick-dots li button {
    height: auto;
    padding: 0 5px;
  }
}
/*# sourceMappingURL=style.css.map */




#cn-notice-text {
    float: left;
}
#cn-notice-buttons {
    margin-top: 2.65em;
    float: right;
    margin-right: 6em;
}
.cookiemessage {
    text-align: left;
    line-height: 1;
    margin-left: 3em;
}
@media (max-width: 600px) {
    #cn-notice-buttons {
        margin: 0 0 1.5em 0;
        float: none;
    }

    .cookiemessage {
        text-align: left;
        line-height: 1;
        margin-left: 1em;
        margin-bottom: 2em;
    }
}
#cn-accept-cookie {
    background-color: white !important;
    right: 0 !important;
    border: 1px solid white !important;
    margin-right: 1em !important;
    padding: 10px !important;
    color: #1b1d1e !important;
    font-weight: bold !important;
}
#cn-refuse-cookie {
    background-color: #1b1d1e !important;
    font-weight: bold !important;
}
.cn-close-icon {
    display: none;
}