/*
  Theme Name: Our Military Kids - 2024 Buchanan UPdate
  Author: Wethos + Buchanan Design
  Version: 2.0
  Description: Custom Theme Created for Our Military Kids
*/

@import "https://use.typekit.net/aqm8fqp.css";

.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float:right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 80%; line-height: 1.2; margin: 0; padding: 0 4px 5px; }
figure.aligncenter { text-align: center; }
figure.aligncenter img { margin-left: auto; margin-right: auto; }

.wp-block-button a { border-radius: 5px; color: #FFF; background: #003e51; }
.wp-block-button a:hover { background: #d62027 !important; color: #FFF; }

.html,
body {
  margin: 0;
  font-family: "henderson-sans-basic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  margin: 0 auto;
  overflow-x: hidden;
}

a {
	color: #d6223e;
	text-decoration: none;
}

a:hover {
	color: #003e51;
}

main > li, main > ul {
	list-style: none;
}

.omk-page {
  margin-top: 64px;
  margin-bottom: 64px;
	    padding-top: 48px;
}

.omk-excerpt {
  white-space: normal !important;
}

.omk-page-boxed {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 64px;
}
.omk-page-boxed .content {
  font-size: 24px;
  max-width: 90%;
  margin: 0 auto;
}

.omk-header-page {
  padding-top: 140px;
}
.omk-header-page > li {
  list-style: none;
}

.omk-page > h2,
.omk-header-page > h2,
h2.wp-block-heading {
  font-family: "henderson-slab-basic", serif;
  font-weight: 600;
  font-size: 46px;
  letter-spacing: 2px;
  color: #d62027;
  text-align: center;
  margin: 24px auto;
  background: #fff;
  text-transform: uppercase;
  max-width: 90%;
}
.omk-page-image {
  width: 100px;
  margin: 0 auto;
	height: 30px;
}
.omk-page-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: none;
}
.omk-single-image {
  width: 255px;
  margin-bottom: 24px;
}
.omk-single-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.omk-full-width-header-image {
  width: 100%;
}
.omk-full-width-header-set {
  position: relative;
  height: 768px;
  width: 100%;
}
.omk-full-width-header-set > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.omk-full-width-header-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.omk-full-width-header-text > h1 {
  margin: 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.omk-full-width-header-text > p {
  margin: 0;
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.omk-full-width-header-overlay {
  position: absolute;
  background: #000;
  opacity: 0.3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.omk-full-width-header-image > img {
  width: 100%;
}

.omk-full-width-header-text > img {
  width: 130px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: none;
}

.omk-full-width-header-link {
  text-align: center;
  cursor: pointer;
  margin-top: 48px;
}
.omk-full-width-header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.omk-full-width-header-link > button,
.omk-full-width-header-link > a {
  color: #1e5799;
  background: #fff;
  font-family: "henderson-slab-basic", serif;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-decoration: none;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 24px;
  margin-right: 24px;
}
.omk-full-width-header-link:hover > button,
.omk-full-width-header-link:hover > a {
  color: #fff;
  background: transparent;
  font-family: "henderson-slab-basic", serif;
  font-weight: 600;
  font-size: 18px;
  padding: 15px 30px;
  border: 2px solid #fff;
  text-decoration: none;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 24px;
  margin-right: 24px;
}
.omk-header-announcement {
  width: 100%;
  background-size: cover;
  background-position: bottom;
  height: 40px;
  margin-bottom: -3px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-header-announcement > p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-header-announcement > p img {
  width: 60px;
  margin-right: 12px;
  margin-left: 12px;
}
.omk-page-donate {
  background: #1e5799; /* Old browsers */ /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(155, 162, 234, 0.3) 0%,
    #ffffff 60%
  ); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(155, 162, 234, 0.3)),
    color-stop(60%, #ffffff)
  );
  background: -o-linear-gradient(top, rgba(155, 162, 234, 0.3) 0%, #ffffff 60%);
  background: linear-gradient(
    to bottom,
    rgba(155, 162, 234, 0.3) 0%,
    #ffffff 60%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.omk-page-mission { padding: 0 0 75px 0; }
li.widget_media_image { list-style: none; }

@media screen and (max-width: 1220px) {
	  .omk-page-boxed .content {
		  max-width: 70%;
	}
  .omk-full-width-header-text > p {
    font-size: 30px;
    max-width: 90%;
  }
  .omk-full-width-header-text > h1 {
    font-size: 46px;
  }
  .omk-page-mission {
    background-position-y: 2000px;
  }
}
@media screen and (max-width: 1010px) {
  .omk-header-announcement {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  .omk-full-width-header-set {
    height: 600px;
  }
}
@media screen and (max-width: 900px) {
  .omk-page-mission {
    background-position-y: 2200px;
  }
}
@media screen and (max-width: 768px) {
  .omk-full-width-header-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omk-full-width-header-text > p {
    font-size: 24px;
  }
  .omk-full-width-header-text > h1 {
    font-size: 38px;
  }
  .omk-page-mission {
    background-image: none !important;
  }
}
@media screen and (max-width: 620px) {
  .omk-full-width-header-set {
    height: 475px;
  }
  .omk-full-width-header-text > img {
    width: 100px;
  }
  .omk-full-width-header-text > p {
    font-size: 20px;
    max-width: 70%;
  }
  .omk-full-width-header-text > h1 {
    font-size: 40px;
  }
  .omk-page-boxed > h2,
  .omk-page > h2 {
    font-size: 34px;
  }
  .omk-page-boxed .content {
    font-size: 20px;
	  max-width: 80%;
  }
  .omk-full-width-header-link {
    margin-top: 24px;
  }
}
@media screen and (max-width: 450px) {
  .omk-full-width-header-text > h1 {
    font-size: 34px;
  }
  .omk-full-width-header-text > img {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 80px;
  }
  .omk-full-width-header-link > button,
  .omk-full-width-header-link > a {
    padding: 15px 20px;
  }
}

/******************** Header ********************/
.omk-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  z-index: 3000;
  position: relative;
  width: 100%;
}
.omk-header.omk-header-transparent {
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  width: 100%;
}
/* .omk-header.omk-header-transparent .menu:hover {
  background: rgba(255, 255, 255, 0.3);
} */
.omk-header-logo {
  position: relative;
  width: 340px;
}
.omk-header-logo > a > img {
  width: 160px;
  margin-left: 48px;
}
.omk-header-nav .menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 17px;
  color: #003e51;
  font-family: "henderson-slab-basic", serif;
  font-weight: 600;
  margin: 0;
}

.omk-header-nav .menu a {
  text-decoration: none;
  color: #003e51;
  text-transform: uppercase;
}
.omk-header-transparent > .omk-header-nav .menu a {
  color: #fff;
}
.omk-header-nav .menu > li {
  height: 100px;
  font-size: 17px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 24px;
  padding-right: 24px;
}
.omk-header-nav .sub-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  background: #fff;
  bottom: -100px;
  z-index: -1;
  opacity: 0;
  width: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.omk-header-nav .menu-item > a:focus ~ .sub-menu,
.omk-header-nav .sub-menu:focus-within,
.omk-header-nav .menu-item:hover > .sub-menu {
  list-style: none;
  padding: 0;
  position: absolute;
  background: #fff;
  bottom: -100px;
  z-index: 3000;
  width: 100%;
  opacity: 1;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: visible;
  -webkit-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.omk-header-transparent > .omk-header-nav .sub-menu {
  background: rgba(255, 255, 255, 0.3);
}
.omk-header-transparent > .omk-header-nav .menu-item:hover > .sub-menu {
  background: rgba(255, 255, 255, 0.3);
}
.omk-header-nav .menu-item > a {
  border-bottom: 4px transparent solid;
}
.omk-header-nav .menu-item:hover > a,
.omk-header-nav ul > li.current-menu-item > a {
	color: #0a85ad;
  /*border-bottom: 4px #d62027 solid;*/
}
.omk-header-transparent > .omk-header-nav .menu-item:hover > a,
.omk-header-transparent > .omk-header-nav .current-menu-item > a {
  /*border-bottom: 2px #fff solid;*/
}
.omk-header-nav .sub-menu > .menu-item {
  padding-left: 24px;
  padding-right: 24px;
}
.omk-header-nav .sub-menu > .menu-item a {
	color: #d62027;
}
.omk-header-nav .sub-menu > .menu-item a:hover,
.omk-header-nav .sub-menu > .current-menu-item a {
	color: #0a85ad;
}
.omk-header-nav .menu:hover {
  /* border-bottom: 2px solid #444; */
}
.omk-header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 0 48px;
}
.omk-header-links a {
  font-size: 20px;
  padding: 12px 30px;
  border-radius: 5px;
  background: #003e51;
  color: #FFF;
  font-family: "henderson-slab-basic", serif;
  font-weight: 600;
}
.omk-header-links .omk-header-links-apply a {
	background: #d62027;
}
.omk-header-links a:hover,
.omk-header-links .omk-header-links-apply a:hover { background: #0a85ad; }

.omk-header-button {
  display: none;
}
.omk-header-mobile {
  display: none;
}

@media screen and (max-width: 1930px) {
  .omk-header-logo > a > img {
    width: 120px;
  }

  .omk-header-nav .menu,
  .omk-header-nav .menu > li {
    font-size: 17px;
  }
  .omk-header-nav .menu > li,
  .omk-header-nav .sub-menu,
  .omk-header-nav .menu-item:hover > .sub-menu {
    height: 78px;
  }
  .omk-header-nav .menu-item:hover > .sub-menu,
  .omk-header-nav .sub-menu {
    bottom: -78px;
  }
  .omk-header-logo {
    width: 280px;
  }
  .omk-header-nav .menu > li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .omk-header-page {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1010px) {
  .omk-header-nav {
    display: none;
  }
  .omk-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .omk-header-mobile {
    display: block;
    z-index: 5000;
    position: absolute;
    left: -710px;
    top: 0;
    background: #fff;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .omk-header-page {
    padding-top: 308px;
  }
  .omk-header-mobile-links {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 48px;
    padding-left: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 24px;
  }
  .omk-header-mobile-link {
    border-bottom: 6px solid #003e51;
  }
  .omk-header-mobile-link:last-of-type {
    border-bottom: 6px solid #009966;
  }
  .omk-header-mobile-link > a {
    text-decoration: none;
    color: #003e51;
    font-family: "henderson-slab-basic", serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
  }
  .omk-header-mobile-link:last-of-type > a {
    text-decoration: none;
    color: #009966;
    font-family: "henderson-slab-basic", serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 24px;
  }
  .omk-header-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .omk-header-mobile-header > button {
    font-size: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 20px;
    margin-right: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .omk-header-nav-mobile .menu {
    list-style: none;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-right: 48px;
    margin-left: 48px;
  }
  .omk-header-nav-mobile .menu > li {
    border-bottom: 1px solid #444;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .omk-header-nav-mobile .menu > li:last-of-type {
    border-bottom: none;
  }
  .omk-header-nav-mobile .menu > .menu-item > a {
    font-size: 36px;
    font-family: "henderson-slab-basic", serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #444;
    line-height: 1.5;
    letter-spacing: 2px;
  }
  .omk-header-nav-mobile .sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .omk-header-nav-mobile .sub-menu > .menu-item > a {
    font-size: 24px;
    font-family: "henderson-slab-basic", serif;
    font-weight: 400;
    text-decoration: none;
    color: #444;
    font-style: italic;
    text-transform: none;
    line-height: 1.4;
  }
  .omk-header-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .omk-header-overlay.omk-header-mobile-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    z-index: 4000;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .omk-header-mobile.omk-header-mobile-open {
    display: block;
    z-index: 5000;
    position: absolute;
    left: 0px;
    top: 0;
    background: #fff;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
    -webkit-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
  }
  .omk-header-logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .omk-header-logo > a > img {
    width: 200px;
    padding: 24px 0;
    margin-left: 0;
  }
  .omk-header-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 48px;
    width: 96px;
    height: auto;
    font-size: 72px;
    cursor: pointer;
    background: transparent;
    border: none;
  }
}
@media screen and (max-width: 700px) {
  .omk-header-logo > a > img {
    width: 200px;
    padding: 24px 0;
    margin-left: 0;
  }
  .omk-header-button {
    font-size: 64px;
    left: 36px;
  }
}
@media screen and (max-width: 575px) {
  .omk-header-logo > a > img {
    width: 180px;
    padding: 24px 0;
    margin-left: 0;
  }
  .omk-header-button {
    font-size: 48px;
    left: 24px;
  }
}
@media screen and (max-width: 415px) {
  .omk-header-logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .omk-header-button {
    position: relative;
    left: unset;
  }
}
/******************** Footer ********************/
.omk-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
/*
  margin-left: 48px;
  margin-right: 48px;
  border-top: 1px solid #444;
  */
  background: #ebe8e2;
  padding: 36px 0 36px 48px;
}
.omk-footer-left {
  width: 40%;
}
.omk-footer-left-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-footer-left-top img {
  width: 160px;
}
.omk-footer-left-top > p {
  max-width: 385px;
  font-size: 15px;
  margin-left: 24px;
  color: #003e51;
}
.omk-footer-left-center-content {
  font-family: "henderson-slab-basic", serif;
  font-size: 16px;
  font-weight: 400;
}
.omk-footer-left-center-content > span:nth-of-type(2) {
  margin-left: 8px;
  margin-right: 8px;
}
.omk-footer-left-center-content a {
  text-decoration: none;
  color: #444;
}
.omk-footer-left-center-content a:hover {
  text-decoration: none;
  color: #d6223e;
}
.omk-footer-left-center .menu {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.omk-footer-left-center .menu-item > a {
  text-decoration: none;
  text-transform: uppercase;
  color: #003e51;
  font-family: "henderson-slab-basic", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 24px;
}
.omk-footer-left-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-footer-left-middle > p {
  max-width: 260px;
  font-size: 18px;
}
.omk-footer-left-middle-image {
  height: 100px;
  margin-right: 24px;
  width: 80px;
}
.omk-footer-left-middle-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.omk-footer-left-bottom {
  padding-top: 24px;
  font-family: "henderson-slab-basic", serif;
  font-size: 16px;
  font-weight: 400;
}
.omk-footer-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
.omk-footer-menu {
  margin-right: 36px;
}
.omk-footer-menu > p {
  font-family: "henderson-slab-basic", serif;
  font-size: 16px;
  font-weight: 700;
  color: #003e51;
  text-transform: uppercase;
}
.omk-footer-menus .menu {
  list-style: none;
  padding: 0;
}
.omk-footer-menus .menu-item > a {
  text-decoration: none;
  color: #003e51;
}
.omk-footer-menus .menu-item:hover > a {
  text-decoration: none;
  color: #d6223e;
}
.omk-footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.omk-footer-social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 36px;
}
.omk-footer-social-icons > a {
  color: #d62027;
  font-size: 30px;
  text-decoration: none;
  margin-right: 18px;
}
.omk-footer-social-icons i {
  width: 60px;
  height: 60px;
  border: 3px solid #d62027;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
/* .omk-footer-social-icons > a:hover {
  color: #fff;
  background-color: #009966;
} */
.omk-footer-social-icons > a:hover > i {
  color: #fff;
  background-color: #d62027;
}

.omk-footer-right {
	padding: 40px;
	background: #003e51;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.omk-footer-right > h3 {
  max-width: 200px;
  margin-bottom: 0;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
}
.omk-footer-right > p {
  font-size: 18px;
  color: #fff;
  margin-top: 12px;
  max-width: 280px;
}
.omk-footer-right-link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.omk-footer-right-link > a {
  text-decoration: none;
  color: #003e51;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "henderson-slab-basic", serif;
  font-weight: 500;
  padding: 12px 24px;
  background-color: #fff;
  border-radius: 4px;
}
.omk-footer-right-link > a:hover {
	background: #0a85ad;
	color: #FFF;
}
.omk-footer-mobile {
  display: none;
}
@media screen and (max-width: 1700px) {
  .omk-footer-left-bottom {
    max-width: 380px;
  }
  .omk-footer-left-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .omk-footer-left-top > p {
    margin-left: 0;
  }
  .omk-footer-menu:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .omk-footer-right {
    display: none;
  }
  .omk-footer-left-top > p {
    max-width: unset;
  }
}
@media screen and (max-width: 930px) {
  .omk-footer {
    display: none;
  }
  .omk-footer-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .omk-footer-mobile > img {
    width: 247px;
    margin-bottom: 64px;
  }
  .omk-footer-menu-mobile .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
  }
  .omk-footer-menu-mobile .menu-item {
    padding-left: 12px;
    padding-right: 12px;
    border-right: 2px solid #003e51;
  }
  .omk-footer-menu-mobile .menu-item:last-of-type {
    border-right: none;
  }
  .omk-footer-menu-mobile .menu-item > a {
    text-decoration: none;
    color: #003e51;
    font-size: 20px;
    font-family: "henderson-slab-basic", serif;
    font-weight: 700;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 475px) {
  .omk-footer-mobile > img {
    width: 200px;
    margin-bottom: 48px;
  }
  .omk-footer-social-icons > a {
    font-size: 22px;
  }
  .omk-footer-social-icons i {
    width: 40px;
    height: 40px;
  }
  .omk-footer-menu-mobile .menu-item > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .omk-footer-menu-mobile .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .omk-footer-menu-mobile .menu-item {
    border: none;
  }
}

/******************** Board and Staff page ********************/
.omk-board-section {
  padding-bottom: 48px;
}
.omk-board-tabs {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.omk-board-tabs > ul {
  list-style: none;
  padding: 0;
  font-family: "henderson-slab-basic", serif;
  font-weight: 400;
  font-size: 24px;
  color: #003e51;
  letter-spacing: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #003e51;
}
.omk-board-tabs > ul > li {
  margin-left: 24px;
  margin-right: 24px;
  padding-bottom: 12px;
  margin-bottom: -2px;
  cursor: pointer;
}
.omk-board-tabs > ul > li:first-of-type {
  margin-left: 0;
}
.omk-board-tabs > ul > li:last-of-type {
  margin-right: 0;
}
.omk-board-tabs > ul > li.omk-board-tabs-selected {
  font-weight: 700;
  border-bottom: 3px solid #003e51;
}
.omk-board-tabs > ul > li:hover {
  border-bottom: 3px solid #003e51;
}
.omk-board-content {
  max-width: 1300px;
  margin: 0 auto;
}
.omk-board-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 48px;
  margin-bottom: 48px;
  width: 100%;
}
.omk-board-content-item-image {
  width: 332px;
  height: 332px;
}
.omk-board-content-item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.omk-board-content-item-info {
  width: 838px;
}
.omk-board-content-item-info > h2 {
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 22px;
  color: #444;
  letter-spacing: 1px;
}
.omk-board-content-section {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  z-index: 500;
  -webkit-transition: opacity 0.8s ease, max-height 0.1s ease;
  -o-transition: opacity 0.8s ease, max-height 0.1s ease;
  transition: opacity 0.8s ease, max-height 0.1s ease;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.omk-board-content-section.omk-board-open {
  max-height: 1000vh;
  opacity: 1;
  z-index: 550;
  -webkit-transition: opacity 0.8s ease, max-height 0.1s ease;
  -o-transition: opacity 0.8s ease, max-height 0.1s ease;
  transition: opacity 0.8s ease, max-height 0.1s ease;
}
.omk-board-content-item-short {
  width: 45%;
  margin-bottom: 12px;
}
.omk-board-content-item-short > h2 {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 700;
}
.omk-board-content-item-short > h3 {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.4;
}

@media screen and (max-width: 1320px) {
  .omk-board-content {
    max-width: 1100px;
    margin: 0 auto;
  }
  .omk-board-content-item-info {
    width: 710px;
  }
}
@media screen and (max-width: 1130px) {
  .omk-board-content {
    max-width: 900px;
    margin: 0 auto;
  }
  .omk-board-content-item-info {
    width: 510px;
  }
}
@media screen and (max-width: 930px) {
  .omk-board-content {
    max-width: unset;
  }
  .omk-board-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
  .omk-board-content-item-image {
    margin-bottom: 24px;
  }
  .omk-board-content-item-info {
    width: 100%;
    margin-bottom: 24px;
  }
  .omk-board-tabs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 90%;
    margin: 0 auto;
  }
  .omk-board-tabs > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .omk-board-tabs > ul > li {
    margin-left: 0;
    margin-right: 0;
    margin-top: 12px;
  }
  .omk-board-content-item-short {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 375px) {
  .omk-board-content-item-image {
    width: 280px;
    height: 280px;
  }
}

/******************** Donate Page ********************/
.omk-donate-supporters {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.omk-donate-supporters-level-wrapper {
  border-top: 1px solid #444;
  width: 100%;
  padding-bottom: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-donate-supporters-level-wrapper:last-of-type {
  padding-bottom: 0;
  border-bottom: 1px solid #444;
}
.omk-donate-supporters-level-wrapper > h4 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  padding: 0 24px;
  margin: 0;
  margin-top: -15px;
  letter-spacing: 2px;
}

.omk-donate-supporters-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.omk-donate-supporters-item {
  margin: 24px;
}
.omk-donate-supporters-item-image {
  height: 94px;
  width: auto;
}
.omk-donate-supporters-item-image > img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.omk-donate-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 22px;
}
.omk-donate-content a {
  color: #d6223e;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .omk-donate-content {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .omk-donate-content {
    font-size: 20px;
  }
}
/******************** Contact Page ********************/
.omk-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 64px;
}
.omk-contact-section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 24px;
  padding-right: 24px;
}
.omk-contact-section:last-of-type {
  border-left: 1px solid #444;
}
.omk-contact-section li {
  list-style: none;
}
.omk-contact-section p {
  margin-top: 0;
}
.omk-contact-section p:last-of-type {
  margin-bottom: 0;
}
.nf-form-content input[type="button"] {
  background: #d6223e !important;
  font-family: "henderson-slab-basic", serif !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  text-transform: uppercase !important;
  height: 72px !important;
  width: 150px !important;
}
.nf-form-content textarea.ninja-forms-field {
  height: 250px !important;
}
.nf-field-label {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
}
@media screen and (max-width: 930px) {
  .omk-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .omk-contact-section {
    width: 90%;
    padding-bottom: 48px;
    margin-bottom: 64px;
    border-bottom: 1px solid #444;
  }
  .omk-contact-section li {
    width: 100%;
  }
  .omk-contact-section:last-of-type {
    border-left: none;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
/******************** Apply Page ********************/
.omk-apply {
  padding: 36px 0 48px 0;
  max-width: 1170px;
  margin: 0 auto;
}
.omk-apply > h2 {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  color: #444;
  font-size: 38px;
  font-weight: 500;
  padding-top: 36px;
  padding-bottom: 36px;
  width: 90%;
  margin: 0 auto;
}

.omk-apply-tab-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #c7c7c7;
  padding: 24px 0;
  width: 90%;
  margin: 0 auto;
}
.omk-apply-tab-header > h2 {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  color: #444;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
}
.omk-apply-tab-button {
  background: none;
  border: none;
  cursor: pointer;
}
.omk-apply-tab-button-closed.omk-tab-button-hidden,
.omk-apply-tab-button-open.omk-tab-button-hidden {
  display: none;
}
.omk-apply-tab-button > img {
  width: 32px;
  background: #d62027;
  padding: 8px;
  border-radius: 50%;
  border: none;
}
.omk-apply-tab-content {
  font-size: 24px;
  width: 90%;
  margin: 0 auto;
  height: inherit;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.omk-apply-tab-content a {
  text-decoration: none;
  color: #444;
  cursor: pointer;
}
.omk-apply-tab-content a:hover {
  text-decoration: none;
  color: #d6223e;
  cursor: pointer;
}
.omk-apply-tab-content.omk-apply-tab-hidden {
  height: 0px;
  overflow: hidden;
  -webkit-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.omk-apply-tab-content > p:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .omk-apply > h2 {
    font-size: 30px;
  }
  .omk-apply-tab-header > h2 {
    font-size: 24px;
  }
  .omk-apply-tab-content {
    font-size: 20px;
  }
}

@media screen and (max-width: 630px) {
  .omk-apply-tab-header > h2 {
    font-size: 24px;
  }
  .omk-apply-tab-content {
    font-size: 20px;
  }
}
/******************** Single Post Page ********************/
.omk-single-header {
  max-width: 100%;
  margin: 0 auto;
}
.omk-single-header > h2 {
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 46px;
  max-width: 800px;
  margin-bottom: 24px;
}
.omk-single-header-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.omk-single-header-bar-right > h3 {
  margin-top: 0;
  font-family: "henderson-slab-basic", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 12px;
  text-align: right;
  margin-right: 18px;
}
@media screen and (max-width: 1024px) {
  .omk-single-header > h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 525px) {
  .omk-single-header-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omk-single-header-bar-right > h3 {
    text-align: left;
    margin-top: 12px;
  }
}
@media screen and (max-width: 425px) {
  .omk-single-header > h2 {
    font-size: 30px;
  }
  .omk-single-header-bar {
    font-size: 20px;
  }
  .omk-single-header-bar-right > h3 {
    font-size: 24px;
  }
}

/******************** Featured News Page ********************/

.omk-feat-news-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.omk-feat-news-section-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 550px;
}
.omk-feat-news-section-image > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.omk-feat-news-section-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #e1e1e1;
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 64px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.omk-feat-news-section-content > h3 {
  font-family: "henderson-slab-basic", serif;
  font-weight: 700;
  font-size: 18px;
}
.omk-feat-news-section-content > h2 {
  font-size: 46px;
  margin: 0;
}
.omk-feat-news-section-content > img {
  width: 100px;
}
.omk-feat-news-section-content > p {
  font-size: 22px;
  margin-bottom: 48px;
  margin-top: 18px;
}
.omk-feat-news-link > a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "henderson-slab-basic", serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 8px 24px;
  border: 2px solid #444;
  background: none;
  color: #444;
}

.omk-feat-news-blog {
  max-width: 1220px;
  margin: 0 auto;
}
.omk-feat-news-blog .omk-feat-news-section-content,
.omk-feat-news-blog .omk-feat-news-section-image {
  height: 600px;
}

.omk-feat-news-link-all {
  text-align: center;
  cursor: pointer;
  margin-top: 64px;
  margin-bottom: 64px;
}

.omk-feat-news-link-all > a {
  color: #fff;
  background: #009966;
  font-family: "henderson-slab-basic", serif;
  font-weight: 700;
  font-size: 22px;
  padding: 24px 36px;
  border: 2px solid #fff;
  text-decoration: none;
  letter-spacing: 2px;
  cursor: pointer;
}
.omk-feat-news-press,
.omk-feat-news-blog {
  margin-bottom: 150px;
}

@media screen and (max-width: 1300px) {
  .omk-feat-news-section-content > h2 {
    font-size: 38px;
  }
  .omk-feat-news-section-content > p {
    font-size: 24px;
  }
}
@media screen and (max-width: 1240px) {
  .omk-feat-news-blog {
    max-width: 90%;
  }
}
@media screen and (max-width: 980px) {
  .omk-feat-news-section-content > h2 {
    font-size: 32px;
  }
  .omk-feat-news-section-content > p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .omk-feat-news-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omk-feat-news-section-image {
    height: 400px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .omk-feat-news-section-content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: unset;
    padding: 36px 64px;
  }
  .omk-feat-news-blog .omk-feat-news-section-content,
  .omk-feat-news-blog .omk-feat-news-section-image {
    height: 450px;
  }
}
@media screen and (max-width: 500px) {
  .omk-feat-news-section-content > h2 {
    font-size: 26px;
  }
  .omk-feat-news-section-content > h3 {
    font-size: 16px;
  }
  .omk-feat-news-section-content > p {
    font-size: 20px;
  }
  .omk-feat-news-section-content {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: unset;
    padding: 36px;
  }
  .omk-feat-news-section-content > img {
    width: 80px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 400px) {
  .omk-feat-news-link-all > a {
    font-size: 18px;
    padding: 18px 24px;
  }
}
/******************** Newsroom Page ********************/
.omk-newsroom-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto;
  width: 90%;
  max-width: 1300px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-newsroom-search {
  padding: 24px 0;
}
.omk-newsroom-search > form > button {
  font-size: 32px;
  color: #444;
  background: none;
  border: none;
}
.omk-search-box {
  font-size: 24px;
  line-height: 1.5;
  border: none;
  border-bottom: 2px solid #dadce0;
  font-weight: 700;
  letter-spacing: 2px;
  width: 425px;
}
.omk-newsroom-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1640px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.omk-newsroom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 400px;
  height: 620px;
  margin: 20px;
  border: 1px solid #757575;
}
.omk-newsroom-item-image {
  width: 100%;
  height: 250px;
}
.omk-newsroom-item-image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.omk-newsroom-item-content {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.omk-newsroom-item-content-without-image {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.omk-newsroom-item-content-without-image .omk-newsroom-item-content-upper > p {
  margin-top: 64px;
}
.omk-newsroom-item-content-upper > h3 {
  font-family: "henderson-slab-basic", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin: 0;
  color: #757575;
  margin-top: 12px;
}
.omk-newsroom-item-content-upper > h4 {
  font-style: italic;
  font-size: 22px;
  margin: 0;
  margin-top: 8px;
  color: #757575;
}
.omk-newsroom-item-content-upper > p {
  font-size: 18px;
  color: #757575;
  margin: 0;
  line-height: 1.3;
  margin-top: 8px;
}
.omk-newsroom-item-link {
  font-size: 22px;
  font-family: "henderson-slab-basic", serif;
  color: #d6223e;
  font-weight: 700;
  border-bottom: 4px solid #d6223e;
  padding-bottom: 4px;
  margin-bottom: 24px;
}
.omk-newsroom-item-link > a {
  text-decoration: none;
  color: #d6223e;
}
.omk-newsroom-filters > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 440px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.omk-filter-button {
  padding: 20px;
  background: none;
  color: #444;
  border: 1px solid #444;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 22px;
  width: 150px;
  cursor: pointer;
}
.omk-filter-button-wrapper {
  width: 190px;
  position: relative;
  cursor: pointer;
}

.omk-filter-select-wrapper {
  height: 69px;
  position: relative;
  width: 190px;
}
.omk-filter-select-wrapper .ct-select {
  width: 100%;
  height: 69px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 22px;
  border: 1px solid #444;
  border-radius: 0px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 5px 30px;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-weight: 500;
  color: #444;
  margin-right: 32px;
  letter-spacing: 2px;
}
.omk-filter-select-wrapper .ct-select option {
  background: #fff;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 26px;
}
.omk-filter-select-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 71px;
  width: calc(100% - 64px);
  background: #fff;
  z-index: 0;
}
.omk-filter-select-wrapper:after,
.omk-filter-button-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 71px;
  background-color: unset;
  background-image: url(https://raw.githubusercontent.com/solodev/styling-select-boxes/master/select1.png);
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.omk-filter-button-menu {
  position: absolute;
  background: #fff;
  width: 440px;
  border: 1px solid #444;
  right: -2px;
  padding: 12px 0;
  z-index: -1;
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity 0.3s linear,
    max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s linear,
    max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s linear, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.omk-filter-button-menu.omk-filter-button-menu-open {
  position: absolute;
  background: #fff;
  width: 440px;
  border: 1px solid #444;
  right: -2px;
  padding: 12px 0;
  z-index: 500;
  opacity: 1;
  max-height: 700px;
  -webkit-transition: opacity 0.3s linear,
    max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: opacity 0.3s linear,
    max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s linear, max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.omk-filter-button-menu-item {
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.omk-filter-button-menu-item > label {
  font-family: "henderson-slab-basic", serif;
  margin-left: 12px;
  font-size: 20px;
  cursor: pointer;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 0px;
  border: 2px solid #555;
}
input[type="checkbox"]:checked {
  background: #003e51;
}

@media screen and (max-width: 1100px) {
  .omk-search-box {
    font-size: 20px;
    width: 300px;
  }
  .omk-newsroom-search > form > button {
    font-size: 24px;
  }
  .omk-filter-button {
    padding: 12px 19px;
    font-size: 20px;
  }
  .omk-filter-select-wrapper .ct-select {
    height: 50px;
    padding: 12px;
    font-size: 20px;
  }
  .omk-newsroom-filters > form {
    width: 400px;
  }
  .omk-filter-select-wrapper:before {
    height: 50px;
  }
  .omk-filter-select-wrapper {
    height: 50px;
  }
  .omk-filter-select-wrapper:after,
  .omk-filter-button-wrapper:after {
    height: 50px;
  }
  .omk-newsroom-filter-bar {
    width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .omk-newsroom-filter-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omk-search-box {
    width: 360px;
  }
  .omk-newsroom-filter-bar {
    width: 90%;
  }
  .omk-filter-button-menu {
    width: 398px;
    right: 0;
  }
  .omk-filter-button-menu.omk-filter-button-menu-open {
    width: 398px;
    right: 0;
  }
  .omk-newsroom-item {
    width: 325px;
  }
  .omk-newsroom-item-content-upper > h3 {
    font-size: 24px;
  }
  .omk-newsroom-item-content-upper > h4 {
    font-size: 16px;
  }
  .omk-newsroom-item-content-upper > p {
    font-size: 16px;
  }
}
@media screen and (max-width: 733px) {
  .omk-newsroom-item {
    height: unset;
  }
  .omk-newsroom-item-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .omk-newsroom-item-content-without-image {
  }
}
@media screen and (max-width: 475px) {
  .omk-newsroom-filters > form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .omk-filter-select-wrapper {
    margin-bottom: 12px;
  }
  .omk-search-box {
    width: 240px;
    font-size: 18px;
  }
  .omk-filter-button-menu {
    left: -105px;
    right: unset;
  }
  .omk-filter-button-menu.omk-filter-button-menu-open {
    left: -105px;
    right: unset;
  }
}
/******************** 404 Page ********************/
.omk-page-404 {
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-page-404-header > h1 {
  margin-top: 64px;
  font-family: "henderson-slab-basic", serif;
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
}
.omk-page-404-content {
  font-size: 22px;
  text-align: center;
}
.omk-page-404-content form {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.omk-page-404-content input[type="text"] {
  font-size: 22px;
  line-height: 1.4;
  border: 1px solid #757575;
}
.omk-page-404-content label {
  margin-right: 12px;
}
.omk-page-404-content button {
  font-size: 19px;
  line-height: 1.4;
  background: #003e51;
  color: #fff;
  padding: 12px 24px;
  border: 1px solid #003e51;
  margin-left: 12px;
  font-family: "henderson-slab-basic", serif;
  font-weight: 700;
  text-transform: uppercase;
}

@media screen and (max-width: 800px) {
  .omk-page-404-content {
    font-size: 22px;
    text-align: center;
    width: 90%;
  }
}
@media screen and (max-width: 690px) {
  .omk-page-404-content {
    font-size: 20px;
  }
  .omk-page-404-header {
    width: 90%;
  }
  .omk-page-404-header > h1 {
    font-size: 34px;
  }
  .omk-page-404-content form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .omk-page-404-content input[type="text"] {
    margin-top: 12px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 340px) {
  .omk-page-404-content input[type="text"] {
    width: 90%;
  }
}

.omk-search-retry {
  margin-top: 100px;
  margin-bottom: 300px;
}

.omk-search-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
