@import url("https://cdn.kuriyama.com/assets/css/normalize.css");
@import url("https://cdn.kuriyama.com/assets/css/common.css");
@import url("https://cdn.kuriyama.com/assets/css/boilerplate.css");
@import url("https://cdn.kuriyama.com/assets/css/fonts.css");
@import url("https://cdn.kuriyama.com/assets/css/helpers.css");
@import url("https://cdn.kuriyama.com/assets/css/print.css") print;
 :root {
  --terracotta: #C25140;
  --KOA-blue: #0055a5;
  --midnight-blue: #003479;
  --condensed: 'Oswald', sans-serif;
  --font-stack: 'Source Sans Pro', Helvetica, sans-serif;
}
body {
    background-image: linear-gradient(90deg, #266fb2 12.50%, #0056a5 12.50%, #0056a5 50%, #266fb2 50%, #266fb2 62.50%, #0056a5 62.50%, #0056a5 100%);
    background-size: 8.00px 8.00px;
    font-size: 100%;
    font-family: var(--font-stack);
}
.wrapper {
    background: white;
    border: 1px solid #01024f;
    margin: 0 auto;
    border-top: 0 none;
    border-bottom: 0 none;
    max-width: 1500px;
}
header {
    background: url(img/header-summer.webp) bottom no-repeat;
    height: 450px;
    position: relative;
    width: 100%;
}
header:after {
    content: ' ';
    width: 100%;
    height: 25px;
    background-color: var(--KOA-blue);
    background-blend-mode: multiply;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
    z-index: 10;
}
/*--header.section {
    padding-top: 70px;
}*/
img.duffle {
    width: auto;
    max-width: 275px;
    position: absolute;
    top: 175px;
    z-index: 100;
    left: 0.5%;
}
.items {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 900;
}
.title {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
    z-index: 200;
}
.heading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
}
.heading p {
    font-size: 350%;
    font-weight: 600;
    font-style: italic;
    color: var(--terracotta);
    flex-grow: 3;
    padding: 0;
    margin-bottom: 4px;
    text-shadow: 2px 2px 0 #000;
}
.title .heading img {
    flex-grow: 1;
    max-width: 20%;
}

.title img {
    width: 85%;
    margin: 0 auto;
}
.hash {
  margin: 40px auto 0 auto;
}
.hash img {
  transform: rotate(-6deg);
}
.hash .white {
  filter: drop-shadow( 0px 0px 2px rgba(0, 0, 0, .8))
  drop-shadow( 0px 0px 1px rgba(0, 0, 0, 1));
}
.hash .black {
  filter: drop-shadow( 0px 0px 2px rgba(255, 255, 255, .9));
  stroke: rgba(255, 255, 255,0.6);
}
main {
    margin: 20px 3.3% 390px 3.3%;
    z-index: 200;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
main.y2021,
main.y2022 {
    min-height: 550px;
}
main.y2021 ul,
main.y2022 ul {
  border-bottom: 0 none;
}
h1, h2 {
    color: var(--terracotta);
    font-size: 300%;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    text-align: left;
}
main h1 {
    line-height: 1.1em;
    margin: 28px 0 0.67em 0;
}
h2 {
    margin-top: 20px;
}
.itinerary {
    background-color: #bad1e6;
    border: 1px solid var(--KOA-blue);
    width: 100%;
    padding: 5px 5px 0 10px;
}
.itinerary ul {
    list-style: none;
    padding: 0 1% 0 0;
    margin: 0 0 25px 0;
}
.itinerary li {
    margin: 10px 0 25px 10px;
    padding-left: 18px;
    position: relative;
}
.itinerary .icon-chevron-right {
    color: var(--KOA-blue);
    top:3px;
    left: 0;
    font-size: 140%;
    display: inline-block;
    margin-left: -24px;
}
.itinerary li em {
    display: block;
    color: var(--terracotta);
    font-size: 120%;
    line-height: 1em;
}
.itinerary li a {
    position: relative;
    padding-left: 17px;
}
.itinerary li a:before {
    content: "\f05a";
    font-family: icomoon;
    color: var(--KOA-blue);
    position: absolute;
    top:0;
    left: 0;
    font-size: 100%;
}
.itinerary li strong {
    font-size: 120%;
    display: block;
}
.itinerary h3 {
    margin: 0;
    color: var(--KOA-blue);
    display: inline;
    cursor: pointer;
}
.itinerary h3 em {
  font-size: 85%;
  display: inline;
  color: var(--KOA-blue);
}
.itinerary li:hover h3,
.itinerary li:hover i,
.itinerary li:hover em {
  color: var(--terracotta);
}
.itinerary .i {
  display: none;
  padding-left: 26px;
}

.cancelled {
  text-decoration: line-through;
}
h3 {
  color: var(--terracotta);
  font-size: 156%;
}
main h3 {
  clear: both;
  margin-bottom: 10px;
}
h4 {
  font-size: 1.5em;
  margin-bottom: 10px;
  clear: both;
}
h4 em, h5 em {
    display: block;
    font-style: italic;
    color: var(--KOA-blue);
}
p {
  color: #000;
  font-size: 130%;
  line-height: 1.4em;
  margin: 0 0 24px 0;
  padding-right: 20px;
}
div.catalog {
  text-align: right;
}
div.catalog a {
  display: block;
  padding-left: 50px;
}
div.catalog img {
  width: 100%;
  max-width: 578px;
}
p.date {
    margin-bottom: 0;
    color: #333;
    text-transform: uppercase;
    font-style: italic;
}
p.date+h3 {
    margin-top: 8px;
    margin-bottom: 25px;
}
a:link, a:visited {
    color: var(--KOA-blue);
    text-decoration: underline;
}
a:hover, a:active {
    color: var(--terracotta);
    text-decoration: none;
}
.logo-header {
  margin-bottom: 20px;
  max-width: 524px;
  width: 100%;
}

.home ul.shows,
.tradeshow .y2021 ul.shows,
.tradeshow .y2022 ul.shows {
    font-size: 150%;
    font-weight: bold;
}
.home ul.shows a,
.tradeshow .y2021 ul.shows a,
.tradeshow .y2022 ul.shows a {
    text-decoration: none;
}

input[type=text], input[type=tel], input[type=email], input[type=number] {
    border: 1px solid #666;
    background-image: linear-gradient(#eaeaea, 0%, #ffffff, 26%);
    color: #4c4c4c;
    box-sizing: border-box;
    -webkit-box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    width: 100%;
    padding: 6px 5px 5px 10px;
    height: 60px;
}
textarea {
   border: 1px solid #666;
    background-image: linear-gradient(#eaeaea, 0%, #ffffff, 26%);
    color: #4c4c4c;
    box-sizing: border-box;
    -webkit-box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    box-shadow:inset 2px 2px 5px 0 rgba(0,0,0,0.4);
    width: 100%;
    padding: 6px 5px 5px 10px;
    height: 100px;
    resize: vertical;
    min-height: 50px;
    font-size: 130%;
}
.length input[type=text],
.length input[type=tel],
.length input[type=email],
.length input[type=number] {
  width: 94%;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
  -webkit-appearance: number-input;
}
form.where-form label {
  width: auto;
  display: block;
  font-weight: 400;
  color: black;
  margin: 15px 0 3px 0;
  font-size: 140%;
  line-height: 1.1em;
}
div.form {
  padding: 0 1%;
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.65);
  border: 1px solid black;
}
div.row {
  width: 100%;
  clear: both;
}
.featherlight-content .feather-form {
    margin: 0 auto;
    width: 90%;
}

div.row.submit {
  text-align: right;
  margin: 20px 0;
}
input[type=submit].g-recaptcha,
a.button:link,
a.button:visited {
  padding: 12px 0;
  background-color: transparent;
  color: var(--KOA-blue);
  font-weight: 700;
  text-align: center;
  width: 200px;
  font-size: 200%;
  border: 2px solid var(--KOA-blue);
  text-decoration: none;
}
input[type=submit].g-recaptcha:hover,
input[type=submit].g-recaptcha:active,
a.button:hover,
a.button:active {
  border: 2px solid var(--KOA-blue);
  color: white;
  outline: 0 none;
  background-color: var(--KOA-blue);
}
.thanks {
    min-height: 300px;
}

a.button {
  display: block;

}

img.left {
    margin: 0 1.5% 10px 0;
}
img.small {
    width: 40%;
}
img.medium {
    width: 60%;
}
main h1 img {
  width: auto;
  position: relative;
  top: -13px;
}
.span_12_of_12>img.left {
    margin-bottom: 35px;
}
a.button.large:link,
a.button.large:visited,
a.button.med:link,
a.button.med:visited  {
    background: var(--KOA-blue);
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    font-size: 120%;
    height: auto;
    padding: 10px;
}
a.button.med:link {
    font-size: 100%;
}
a.button.large:hover, a.button.med:hover {
    background: #014381;
}
p a.button {
    display: inline-block;
    width: 40%;
}
a.button-2021,
a.button-2022 {
    color: var(--KOA-blue);
    padding: 12px 0;
    font-size: 210%;
    display: block;
    text-align: center;
    text-decoration: none;
    font-style: italic;
    font-weight: 700;
    width: 65%;
    margin: 15px auto 30px auto;
    border: 2px solid var(--KOA-blue);
    box-sizing: border-box;
    position: relative;
}
a.button-2021:before {
    background: no-repeat center url("img/button-2021.webp");
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: -10;
}
a.button-2022:before {
    background: no-repeat center url("img/button-2022.webp");
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: -10;
}
a.button-2021 span,
a.button-2022 span {
    font-size: 90%;
    position: relative;
    top: 2px;
}
a:hover.button-2021,
a:hover.button-2022 {
    color: white;
}
a:hover.button-2021:before {
    background: no-repeat center url("img/button-2021.webp");
    background-color: var(--KOA-blue);
    background-blend-mode: multiply;
}
a:hover.button-2022:before {
	background: no-repeat center url("img/button-2022.webp");
	background-color: var(--KOA-blue);
	background-blend-mode: multiply;
}
a.back {
    font-size: 70%;
    font-weight: normal;
    margin: 3px 8px 0 0;
}
a.back:link, a.back:visited, a.back:hover {
    color: #FFF;
    text-decoration: none;
}
form ul {
    list-style: none;
}
form li {
    margin: 10px;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: white;
  border: 2px solid #999;
  transition: 0.2s all linear;
  margin-right: 4px;
  position: relative;
  top: 2px;
  outline: 0 none;
}
input[type=radio]+label {
  display: inline;
  margin-right: 15px;
}
input[type=radio]:checked {
  box-shadow:inset 0 0 1px 3px #fff;
  background-color: #616161;
  outline: 0 none;
}
input[type=radio]:active {
  outline: 0 none;
}
p.center {
  text-align: center;
}
.center {
    margin-left: auto;
    margin-right: auto;
}
.RV {
    width: 100%;
    height: 660px;
    position: absolute;
    bottom: 275px;
    z-index: 1;
}
.RV.launch {
    background: url(/img/RV-winter-launch.webp) bottom no-repeat;
}
.RV.spring {
    background: url(/img/footer-spring.webp) bottom no-repeat;
}
.RV.summer {
    background: url(/img/footer-summer.webp) bottom no-repeat;
}
.RV.fall {
	background: url(/img/footer-fall.webp) bottom no-repeat;
}
.RV.winter {
  background: url(/img/footer-winter.webp) bottom no-repeat;
}
div.grecaptcha-badge {
  display: none;
}
ul.shows {
    list-style: none;
    margin: 5px 0 25px 0;
    padding: 0;
    border-bottom: 2px dotted var(--terracotta);
}
.shows li {
    margin: 0 0 15px 0;
}
.shows li a span {
    position: relative;
    top: 2px;
}

/** ========= SHOW LIGHTBOXES ============ **/
.show-info {
    padding: 10px;
}
.show-info img {
    max-width: 30%;
    width: auto;
}
.show-info.fre img,
.show-info.txbc img {
    max-width: 20%;
}
.show-info h2 {
    width: 50%;
    font-size: 220%;
    line-height: 1em;
    margin-bottom: 15px;;
}
.show-info .blue {
    background-color: #005f9e;
    padding: 15px;
    width: 30%;
    height: auto;
}
.show-info .blue img {
    max-width: 400px;
}
.show-info.inter img {
    border: 4px solid #dd0000;
}
.ag {
    background: url(img/shows/ag-bg.webp) top right no-repeat;
}
.cbc {
    background: url(img/shows/cbc-bg.webp) top right no-repeat;
}
.ccba {
  background: url(img/shows/ccba-bg.webp) top right no-repeat;
}
.fdic {
    background: url(img/shows/fdic-bg.webp) top right no-repeat;
}
.fsw {
    background: url(img/shows/fsw-bg.webp) top right no-repeat;
}
.gfa {
    background: url(img/shows/gfa-bg.webp) top right no-repeat;
}
.gwe {
    background: url(img/shows/gwe-bg.webp) top right no-repeat;
}
.iis {
    background: url(img/shows/iis-bg.webp) top right no-repeat;
}
.pbios {
    background: url(img/shows/pbios-bg.webp) top right no-repeat;
}
.inter {
    background: url(img/shows/inter-bg.webp) top right no-repeat;
}
.mei {
    background: url(img/shows/mei-bg.webp) top right no-repeat;
}
.nahad {
    background: url(img/shows/nahad23-bg.webp) top right no-repeat;
}
.ipbs {
    background: url(img/shows/ipbs-bg.webp) top right no-repeat;
}
.fre {
    background: url(img/shows/fre-bg.webp) top right no-repeat;
}
.gce {
    background: url(img/shows/gce-bg.webp) top right no-repeat;
}
.idco {
    background: url(img/shows/idco-bg.webp) top right no-repeat;
}
.nmf {
    background: url(img/shows/nmfc-bg.webp) top right no-repeat;
}
.saj {
    background: url(img/shows/saj-bg.webp) top right no-repeat;
}
.twe {
    background: url(img/shows/twe-bg.webp) top right no-repeat;
}
.txbc {
  background: url(img/shows/txbc-bg.webp) top right no-repeat;
}
.wbg {
    background: url(img/shows/wbg-bg.webp) top right no-repeat;
}
.weftec {
    background: url(img/shows/weftec-bg.webp) top right no-repeat;
}
.woc {
    background: url(img/shows/woc-bg.webp) top right no-repeat;
}
.wwett {
    background: url(img/shows/wwett-bg.webp) top right no-repeat;
}
.wui {
    background: url(img/shows/wui-bg.webp) top right no-repeat;
}


header.showhead {
    width: 100%;
    height: 410px;
    position: relative;
    box-sizing: border-box;
}
header.showhead:after {
    content: ' ';
    background: none;
    background-color: transparent;
    width: 1px;
}
header.showhead.woc {
    background: url(2021/img/WoC/woc-bg.webp) top center no-repeat;
}
header.showhead.nahad {
    background: url(2021/img/NAHAD/nahad-bg.webp) top center no-repeat;
}
header.showhead.fdic {
    background: url(2021/img/FDIC/fdic-bg.webp) top center no-repeat;
}
header.showhead.cbc {
    background: url(2021/img/CBC/cbc-bg.webp) top center no-repeat;
}
header.showhead.mine {
    background: url(2021/img/MinExpo/minexpo-bg.webp) top center no-repeat;
}
header.showhead.gwe {
    background: url(2021/img/GWE/gwe-bg.webp) top center no-repeat;
}
header.showhead.iis {
    background: url(2021/img/IIS/iis-bg.webp) top center no-repeat;
}
header.showhead-2021,
header.showhead-2022 {
    background: url(img/map.webp) top center no-repeat;
    margin: 30px 0;
    height: 170px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    display:flex;
    justify-content: center;
    align-items:center;
}
header.showhead-2021:after,
header.showhead-2022:after {
    content: ' ';
    background: none;
    background-color: transparent;
    width: 1px;
}
header.showhead-2021 h1,
header.showhead-2022 h1 {
    color: black;
    font-size: 400%;
}
header.showhead-2022 {
	background: url(img/map-2.webp) top center no-repeat;
}
/*====== 2022 headers ========*/
header.showhead.woc22 {
    background: url(2022/img/WoC/woc-22.webp) top center no-repeat;
}
header.showhead.fdic22 {
    background: url(2022/img/FDIC/fdic-bg.webp) top center no-repeat;
}
header.showhead.nahad22 {
    background: url(2022/img/NAHAD/nahad-22.webp) top center no-repeat;
}
header.showhead.weftec22 {
	background: url(2022/img/WEFTEC/weftec-22.webp) top center no-repeat;
}
header.showhead.gw22 {
  background: url(2022/img/GW/gw-22.webp) top center no-repeat;
}

header.showhead img.logo {
    position: relative;
    top: 180px;
    left: 3.3%;
    width: 26%;
    filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 1));
}
header.showhead.woc img.logo {
    top: 280px;
}
header.showhead.mine img.logo {
    top: 100px;
}
header.showhead.nahad img.logo {
    top: 20px;
    width: 17%;
    display: block;
}
header.showhead.cbc img.logo,
header.showhead.gwe img.logo {
    top: 100px;
}
header.showhead.nahad22 img.logo {
  top: 22px;
}
header.showhead.weftec22 img.logo {
	top: 193px;
}
header.showhead.gw22 img.logo {
  top: 80px;
}
.show img.postcard {
    display: none;
}
main.show-page.woc,
main.show-page.nahad,
main.show-page.cbc,
main.show-page.mei {
    background: none;
    margin: 20px 0 390px 0;
}
main.show-page.fdic {
    background: none;
    margin: 20px 0 550px 0;
}
main.show-page.mei .show {
    min-height: 1000px;
}
header.showhead.nahad img.mobile {
        display: none;
}
.show-page h2 {
    font-size: 150%;
}
.show-page .show h2 {
    border-bottom: 1px solid var(--terracotta);
}
.show-page .show ul {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    flex-wrap: wrap;
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.show-page .show ul.videos {
    flex-wrap: nowrap;
}
.show .videos li:last-child {
        height: 220px;
}
.show {
    margin-left: 3.3%;
    box-sizing: border-box;
}
.show li {
    height: 200px;
    flex-grow: 1;
    margin-right: 8px;
}
.show li:last-child {
  flex-grow: 10;
}
.show li img {
    max-height: 95%;
    min-width: 95%;
    object-fit: cover;
    vertical-align: bottom;
}
.nahad .show li {
    width: 49%;
}
.show .videos li {
    height: 220px;
    width: 49%;
}
.nahad .show .videos li,
.cbc .show .videos li {
    min-width: 49%;
    width: 49%;
}
.show .videos img {
    border: 2px solid var(--terracotta);
}
.sidebar {
    position: relative;
    padding: 220px 0 0 1%;
    box-sizing: border-box;
    text-align: right;
}
.sidebar img.postcard {
    width: 90%;
    position: absolute;
    left: -5px;
    top: -200px;
    transform: rotate(-10deg);
    box-shadow: -2px 0 4px 1px rgba(0,0,0,0.5);
}
.mei .sidebar img.postcard {
    top: -215px;
}
.weftec22 .sidebar img.postcard {
	box-shadow: none;
}
.sidebar h2 {
    width: 70%;
    text-align: center;
    margin: 20px auto 5px auto;
}
.sidebar img.logo {
    width: auto;
    margin-right:20px;
}


/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  display: none;

  /* dimensions: spanning the background from edge to edge */
  position:fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 2147483647; /* z-index needs to be >= elements on the site. */

  /* position: centering content */
  text-align: center;

  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;

  /* styling */
  cursor: pointer;
  background: #333;
  /* IE8 "hack" for nested featherlights */
  background: rgba(0, 0, 0, 0);
}

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8);
}

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.featherlight .featherlight-content video {
  width: 100%;
}
.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  width: auto;
  max-width: 90%;
}
.home .featherlight .featherlight-content {
  width: 70%;
}
.featherlight-loading .featherlight-content {
  background: transparent url(img/spinner.svg) center no-repeat;
  min-width: 300px;
  min-height: 300px;
}
.featherlight.small .featherlight-content {
  width: 50%;
}
.featherlight-content img {
  margin: 0 auto;
}
.featherlight-content .col img {
  width: 100%;
}
.featherlight-content p,
.featherlight-content ul {
  font-size: 125%;
  line-height: 1.5em;
}

.featherlight-content em {
  font-size: 160%;
  line-height: 1.5em;
}

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;

  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;

  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff; /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  border: none;
  padding: 0;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.featherlight iframe {
  /* styling */
  border: 0 none;
  width: 100%;
}

.featherlight * { /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    width: 95%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.14 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2019, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:0;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:0;right:80%}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #000;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
/*--.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}--*/

/*======= COOKIE NOTICE ========*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
/* ==========================================================================
   Media Queries
   - MIN 320 PIXELS
   - MAX WRAPPER WIDTH IS 1500
   ========================================================================== */
@media screen and (min-width: 320px) {
    .wrapper.span_10_of_12 {
        width: 100%;
    }
    .wrapper {
      border: 0 none;
    }
    .mobileonly {
        display: inline-block;
    }
    .section.group.featured p:first-child {
        margin-top: 0;
    }
    .featured .col {
        margin-left: 0;
    }

    .col.contact {
      height: auto;
      text-align: center;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active,
    a.button-2021 {
      width: 90%;
      margin-bottom: 15px;
    }
    div.form {
      padding: 0 15px;
    }
    div.row.half {
    width: 100%;
    float: none;
    clear: none;
  }
  .buttons .col {
    margin-left: 0;
  }
  div.row.half.length input[type=text],
  div.row.half.length input[type=number]  {
    margin-bottom: 10px;
    width: 90%;
  }
}
@media screen and (min-width: 380px) {
    .featured header h3 {
        font-size: 150%;
    }
    .col {
        margin: 1% 0px 1% 0%;
    }
    #search form {
        width: 71%;
    }
    .learn-more {
      top: 75px;
      left: 4%;
        width: 25% !important;
    }
    .promo, .purchasing {
      top: 105px;
      left: 4%;
        width: 25% !important
    }
}
@media screen and (min-width: 400px) {
    .slicknav_menu {
      top:49px;
  	}
    .learn-more {
      top: 75px;
      left: 4%;
        width: 25% !important;
    }
    main h1 img {
      width: 70%;
    }
}
@media screen and (min-width: 530px) {
    main h1 img {
      width: 300px;
      height: auto;
    }
    .video h3 {
      font-size: 2.5em;
    }
}
/* ==========================================================================
   END PHONE
   ========================================================================== */
@media screen and (min-width: 720px) {
    body {
        font-size: 90%;
    }
    .wrapper.span_10_of_12 {
        margin-top: 0;
    }
    /*  GRID OF TWELVE  */
    .span_12_of_12 {
        width: 100%;
    }
    .span_11_of_12 {
        width: 91.53%;
    }
    .span_10_of_12 {
        width: 83.06%;
    }
    header h2 span {
        display: inline;
        margin-left: 10px;
    }
    header h2 img {
        float: none;
        margin-top: 0;
    }
    .span_7_of_12, #productSearch .span_7_of_12 {
    width: 56%;
    }
    .col.span_7_of_12 {
      margin-right: 2%;
    }
    .span_6_of_12 {
        width: 49.2%;
    }
    .span_5_of_12 {
        width: 40.73%;
    }
    .span_4_of_12 {
        width: 32.26%;
    }
    .span_3_of_12, #productSearch .span_3_of_12 {
        width: 23.8%;
    }
    .span_2_of_12, #productSearch .span_2_of_12 {
        width: 15.33%;
    }
    .span_1_of_12 {
        width: 6.866%;
    }
    .col {
        margin: 1% 0 1% 1%;
    }
    .main {
        position: relative;
    }
    div.row.half {
      width: 48%;
      float: left;
    }
     div.row.half input[type=text],
     div.row.half input[type=number]  {
      width: 90%;
      margin-bottom: 20px;
     }
     div.row.half.length input[type=text],
     div.row.half.length input[type=number]   {
      width: 38%;
     }
     div.row.half.length input#hose-length-in {
      margin-left: 10px;
     }
     form.where-form div.row.half label {
      margin-top: 0;
     }
    a.button {
      width: 50%;
    }
    h3.title {
      display: block;
    }
    .span_3_of_12 {
        width: 23.8%;
    }
    .span_4_of_12 {
        width: 32.26%;
    }
    .span_8_of_12 {
        width: 66.13%;
    }
    main h1 {
      height: auto;
    }
    main h1 img {
      top: -18px;
    }
}
@media screen and (min-width: 830px) {
    body {
        font-size: 100%;
    }
}
/* ==========================================================================
   END TABLET - OLD VALUE WAS 920px
   ========================================================================== */
@media screen and (min-width: 980px) {
    .wrapper.span_10_of_12 {
        width: 90%;
    }
    .wrapper {
        border: 1px solid #434343;
        border-top: 0 none;
        border-bottom: 0 none;
    }
    div.form {
      padding: 0 1%;
    }
}
@media screen and (min-width: 1025px) {
    .mobileonly {
        display: none;
    }
}
@media screen and (min-width: 1100px) {
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active,
    a.button-2021 {
      width: 80%;
    }
    .col.contact {
      text-align: left;
    }
  main h1 img {
      top: -14px;
    }
}

@media screen and (min-width: 1245px) {
    .wrapper.span_10_of_12 {
        width: 90%;
    }
}

@media screen and (min-width: 1330px) {
    .visible-sm {
      display: none;
    }
    a.button:link,
    a.button:visited,
    a.button:hover,
    a.button:active,
    a.button-2021 {
      width: 65%;
    }
}

@media screen and (max-width: 1670px) {
    .RV {
        bottom: 301px;
    }
}

@media screen and (max-width: 1645px) {
  .heading p {
    font-size: 300%;
  }
}

@media screen and (max-width: 1550px) {
  .items img {
    width: 90%;
    float: right;
  }
  p {
    font-size: 120%;
  }
  .itinerary {
        font-size: 95%
  }
  .RV {
      bottom: 310px;
  }
}
@media screen and (max-width: 1475px) {
    .show li,
    .nahad .show li {
        flex-grow: 0;
        width: 47%;
        margin-right: 12px;
    }
    .show li:last-child,
    .nahad .show li:last-child {
        height: 20px;
    }
    .RV,
    .RV.launch,
    .RV.spring {
     background-size: contain;
    }
}

@media screen and (max-width: 1460px) {
    header.showhead {
        height: 390px;
    }
    header.showhead img.logo {
        width: 30%;
        top: 260px;
    }
    header.showhead.fdic img.logo,
	header.showhead.fdic22 img.logo {
        top: 180px;
    }
    .sidebar img.postcard {
        left: 0px;
    }
}
@media screen and (max-width: 1420px) {
    .heading p {
      font-size: 280%;
    }
    .items img {
      width: 80%;
    }
    img.duffle {
      width: 250px;
      top: 160px;
    }
    p {
      font-size: 115%;
   }
  .sidebar {
      padding-top: 180px;
  }
  .RV img {
   top: 55%;
  }
}
@media screen and (max-width: 1383px) {
    .RV img {
        top:55%;
    }
    .RV {
        bottom: 317px;
    }
    .featherlight .featherlight-content {
        width: 80%;
    }
}
@media screen and (max-width: 1340px) {
    header {
        height: 365px;
    }
    header.section {
        padding-top: 45px;
    }
    .heading p {
        font-size: 220%;
    }
    .span_2_of_12 {
        width: 19.5%;
    }
    img.duffle {
        bottom: 40px;
        top: auto;
        width: 230px;
    }
    .items img {
        width: 70%;
    }
    .span_8_of_12.title {
        width: 60%;
    }
    .title img {
        width: 100%;
    }
}

@media screen and (max-width: 1325px) {
    header {
        height: 360px;
    }
    header.section {
        padding-top: 40px;
    }
    p {
      font-size: 110%;
      padding-right: 0;
    }
    h1, h2 {
      font-size: 200%;
    }
    form.where-form label {
      font-size: 120%;
    }
    input[type=submit].g-recaptcha {
      font-size: 170%;
      padding: 5px 0;
      width: 150px;
    }
    input[type=text], input[type=tel], input[type=email], input[type=number] {
        height: 50px;
    }
    .itinerary {
        font-size: 90%
    }
    .itinerary li {
        margin-bottom: 20px;
    }
    .RV {
        height: 515px;
        bottom: 313px;
    }
    .show-info {
      background-size: 75%;
    }
    .sidebar {
        padding-top: 140px;
    }
    header.showhead {
        height: 320px;
    }
    header.showhead img.logo,
    header.showhead.woc img.logo {
        width: 35%;
        top: 190px;
    }
    header.showhead.fdic img.logo,
	header.showhead.fdic22 img.logo {
        width: 30%;
        top: 160px;
    }
    header.showhead.mine img.logo {
        top: 10px;
    }
    main.show-page.mei .show {
        min-height: 850px;
    }
    header.showhead.nahad22 img.logo {
      top: 10px;
      width: 28%;
    }
}
@media screen and (max-width: 1280px) {
    /**.RV img {
        top: 245px;
        margin-top: 23px;
    }**/
    main.show-page.mei .show {
        min-height: 700px;
    }
    .woc, .cbc, .fdic, .gwe, .iis, .pbios, .inter, .mei, .nahad, .powder, .wbg {
        background-size:75%;
    }
    .featherlight-content p {
        width: 50%;
    }
    .show-info .blue {
        width: 40%;
        padding: 15px 5px;
    }
}
@media screen and (max-width: 1255px) {
    .title {
      padding-top: 31px;
    }
}
@media screen and (max-width: 1160px) {
  .RV {
    bottom: 309px;
  }
    .RV img {
     top: 49%;
    }
}

@media screen and (max-width: 1097px) {
    .heading p {
        font-size: 200%;
    }
    img.duffle {
        margin-top: 35px;
    }
    p {
      font-size: 1.25em;
    }
    main {
       margin: 20px 3.3% 300px 3.3%;
    }
    .RV img {
      top: 52%;
    }
}
@media screen and (max-width: 1080px) {
    header {
        height: 300px;
    }
    img.duffle {
      width: 196px;
    }
    .title {
      padding-top:30px;
    }
    header.showhead.nahad img.logo {
        width: 20%;
    }
    .items img {
        width: 60%;
    }
    h1, h2 {
        font-size: 185%;
    }
    p {
      font-size: 100%;
    }
    .itinerary {
        font-size: 85%;
    }

}
@media screen and (max-width: 1024px) {
    .featherlight .featherlight-content {
        width: 95%;
        padding: 0;
    }
    .show-info .blue img {
        width: 100%;
    }
}

@media screen and (max-width: 1002px) {
    header {
        height: 260px;
    }
    form.where-form label {
      font-size: 110%;
    }
    input[type=text], input[type=password], input[type=tel], input[type=email] {
      height: 45px;
    }
    .RV {
        bottom: 331px;
    }
    .sidebar {
        padding-top: 100px;
    }
    .span_5_of_12.sidebar {
        width: 36%;
    }
    .sidebar h2 {
        width: 100%;
        margin-bottom: 15px;
    }
    .sidebar a.button:link, .sidebar a.button:visited {
        font-size: 160%;
    }
    main.show-page.mei .show {
        min-height: 500px;
    }
}
@media screen and (max-width: 990px) {
    main.show-page.mei {
        margin-bottom: 320px;
    }
    .hash {
      margin-top: 10px;
    }
    .hash img {
      transform: rotate(-4deg);
    }
}
@media screen and (max-width: 980px) {
    .RV img {
        top: 52%;
    }
    img.duffle {
      width: 180px;
    }
    .title {
      padding-top: 25px;
    }
}
@media screen and (max-width: 975px) {
    .RV {
      height: 457px;
        bottom: 306px;
    }
}
@media screen and (max-width: 914px) {
    .RV img {
        top: 54%;
    }
    .RV {
        bottom: 356px;
    }
}
@media screen and (max-width: 902px) {
    .RV {
        bottom: 377px;
    }
}
@media screen and (max-width: 860px) {
    header {
        height: 220px;
    }
    .items img {
        width: 50%;
    }
    .heading p {
        font-size: 155%;
    }
    .RV {
        bottom: 372px;
    }
    header.showhead img.logo {
        width: 45%;
    }
    .sidebar {
        padding-top: 100px;
    }
    .sidebar h2 {
        width: 90%;
        margin: 20px auto 10px auto;
    }
}
@media screen and (max-width: 840px) {
    .RV {
        bottom: 392px;
    }
}
@media screen and (max-width: 831px) {
    .RV {
        bottom: 390px;
    }
}
@media screen and (max-width: 829px) {
    .RV {
        bottom: 355px;
    }
}
@media screen and (max-width: 810px) {
    header.showhead.nahad img.logo.desktop {
        display: none;
    }
    header.showhead.nahad img.mobile {
        display: block;
        width: 16%;
        top: 4px;
        position: relative;
        left: 10px;
    }
    main {
        flex-direction: column;
        margin: 20px 3.3% 340px 3.3%;
    }
    main .span_7_of_12,
    main .span_5_of_12 {
        width: 95%;
    }
    .sidebar img.postcard {
        display: none;
    }
    main .span_5_of_12.sidebar {
        width: 100%;
        padding-top: 0;
        box-sizing: border-box;
    }
    .sidebar img {
        width: 80%;
        float: right;
    }
    .sidebar h2 {
        clear: both;
        font-size: 200%;
        margin-top: 20px;
    }
    .show img.postcard {
        display: block;
        width: 33%;
        transform: rotate(-10deg);
        box-shadow: -2px 0 4px 1px rgba(0,0,0,0.5);
        position: absolute;
        right: 75px;
        top: -135px;
        margin: 0 0 20px 25px;
    }
    header.showhead {
        height: 120px;
    }
    header.showhead.mine {
        height: 200px;
    }
    header.showhead img.logo,
    header.showhead.woc img.logo {
        top: 10px;
    }
    header.showhead.fdic img.logo,
	header.showhead.fdic22 img.logo {
        top: 7px;
    }
    header.showhead.mine img.logo {
        width: 33%;
    }
	header.showhead.weftec22 img.logo {
		top: 25px;
	}
  header.showhead.nahad22 {
    height: 230px;
    background-size: cover;
  }
    h1, h2 {
    font-size: 225%;
    }
    p {
        font-size: 125%;
    }
    .itinerary {
        font-size: 100%;
    }
    .RV {
        bottom: 351px;
    }
}
@media screen and (max-width: 790px) {
    .RV {
        bottom: 348px;
    }
}
@media screen and (max-width: 770px) {
    .RV {
        height: 340px;
        bottom: 360px;
    }
}
@media screen and (max-width: 764px) {
    .RV {
        bottom: 363px;
    }
}
@media screen and (max-width: 750px) {
  header {
      height: 180px;
      background: url(img/header-spring-sm.webp) bottom no-repeat;
  }
  header:after {
      height: 20px;
  }
  .title {
    padding-top: 0;
  }
  img.duffle {
    width: 160px;
  }
  h1, h2 {
    font-size: 205%;
  }
  p {
    font-size: 120%;
  }
  .featherlight .featherlight-content {
        width: 90%;
    }
}
@media screen and (max-width: 720px) {
  .span_1_of_12,
  .span_2_of_12,
  .span_3_of_12,
  .span_4_of_12,
  .span_5_of_12,
  .span_6_of_12,
  .span_7_of_12,
  .span_8_of_12,
  .span_9_of_12 {
      width: 100%;
  }
  .heading {
    width: 95%;
  }
  .span_3_of_12.hash {
    width: 25%;
  }
  .items img {
    width: 40%;
    }
    header.section {
    padding-top: 35px;
    }
    form.where-form label {
    font-size: 140%;
    }
    .RV {
        position: relative;
        bottom: -1px;
    }
    main,
    main.show-page.fdic {
            margin: 20px 3.3% 20px 3.3%;
    }
    .col.contact {
        font-size: 130%;
    }
    main.show-page.woc,
    main.show-page.nahad {
        margin: 20px 0 5px 0;
    }
    main.show-page.mei {
        margin-bottom: 0;
    }
    header.showhead.nahad22 img.logo {
      width: 31%;
    }
}
@media screen and (max-width: 670px) {
  img.duffle {
    width: 135px;
  }
  header::after {
    height: 13px;
  }
  .home .featherlight .featherlight-content {
    width: 90%;
  }
  .show-info {
    background: white;
  }
  .show-info h2,
  .home .featherlight-content p {
    width: 100%;
  }
}
@media screen and (max-width: 635px) {
    header.showhead.nahad img.mobile {
        width: 20%;
    }
  .heading p {
        font-size: 155%;
    }
    .items img {
        width: 35%;
    }
    header {
        height: 155px;
    }
    img.duffle {
        margin-top: 0;
    }
    header.showhead img.logo {
        width: 55%;
    }
    header.showhead.mine {
        height: 165px;
    }
    header.showhead.nahad22 img.logo {
      width: 35%;
    }
}

@media screen and (max-width: 595px) {
    .span_3_of_12.hash {
      width: 42%;
    }
    .span_8_of_12.title {
        width: 95%;
    }
    .title img {
        width: 93%;
    }
    .title {
      padding-top: 0;
    }
    .heading p {
      font-size: 200%;
    }
    header {
      height: 205px;
    }
    header.section {
      padding-top: 22px;
    }
    .items,
    img.duffle {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .show img.postcard {
        display: none;
    }
}
@media screen and (max-width: 535px) {
    header.showhead.nahad img.mobile {
        width: 23%;
    }
  header.showhead.fdic img.logo,
	header.showhead.fdic22 img.logo,
  header.showhead.nahad22 img.logo {
        width: 40%;
    }
    .heading {
        width: 95%;
    }
    .heading p {
        font-size: 180%;
    }
    main {
        margin-top: 10px;
    }
    .RV {
        height: 250px;
    }
    header.showhead img.logo {
        width: 75%;
        margin: 0 auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .show .videos li,
    .show .videos li:last-child {
        height: 150px;
    }
}
@media screen and (max-width: 485px) {
  .woc, .cbc, .fdic, .gwe, .iis, .pbios, .inter, .mei, .nahad, .powder, .wbg {
      background: white;
  }
    header.showhead.nahad img.mobile {
        width: 25%;
    }
  header.showhead.fdic img.logo,
	header.showhead.fdic22 img.logo,
  header.showhead.nahad22 img.logo {
        width: 50%;
    }
    header.section {
        padding-top: 30px;
    }
    .RV {
        height: 220px;
    }
    .show li,
    .nahad .show li {
        width: 45%;
        height: 150px;
    }
    header.showhead img.logo,
    header.showhead.woc img.logo {
        width: 85%;
    }
    header.showhead.mine {
        height: 140px;
    }
}
@media screen and (max-width: 440px) {
  .heading p {
    font-size: 170%;
  }
  .span_3_of_12.hash {
    width: 58%;
  }
}

@media screen and (max-width: 420px) {
    .heading {
        width: 98%;
    }
    header.showhead.mine {
        height: 120px;
    }
    header.showhead-2021 {
        height: 110px;
    }
    header.showhead-2021 h1 {
        font-size: 300%;
        text-align:center;
        line-height:1.2em;
    }
}
@media screen and (max-width: 405px) {
  .heading p {
    font-size: 170%;
  }
  .RV {
      height: 174px;
  }
  header.showhead.nahad22 img.logo {
      width: 60%;
  }
}
@media screen and (max-width: 380px) {
    .span_3_of_12.hash {
      width: 70%;
    }
    .hash {
      margin-top: 28px;
    }
    header.showhead.nahad img.mobile {
    width: 35%;
    }
    .title.col {
        margin: 20px 0 0 0 ;
    }
    .heading {
        margin: 0;
    }
    .heading p {
        font-size: 138%;
    }
    header.showhead.mine {
        height: 100px;
    }
}
@media screen and (max-width: 325px) {
    header.showhead.nahad22 img.logo {
        width: 64%;
    }
    .heading p {
        font-size: 130%;
    }
}