@charset "UTF-8";

header {
  height: 100px; margin: 0; padding: 0;
  background: #ffffff;
}
  /* SCOTT */
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 40px;
  margin: 3px 0 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cd-dropdown-trigger {
  display: block;
  position: relative;
  padding: 0 36px 0 20px;
  line-height: 40px;
  background-color: rgba(0,0,0,0);
  color: #ffffff; font-size: 1rem !important; font-weight: 500; border:1px solid rgba(255,255,255,0);
  border-radius: 0px; text-shadow: 1px 1px 5px #000000;
}
.no-touch .cd-dropdown-trigger:hover {
  background-color: rgba(0,0,0,0.8);color: #ffffff;
}
.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
  /* SCOTT this is the arrow next to MENU dropdown trigger*/
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  height: 2px;
  width: 16px;
  background: #ffffff;
	box-shadow: -1px 1px 0px rgba(0, 0, 0, 0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: width 0.3s, -webkit-transform 0.3s;
  -moz-transition: width 0.3s, -moz-transform 0.3s;
  transition: width 0.3s, transform 0.3s;
}
.cd-dropdown-trigger::after {
  right: 17px;top:17px;width: 13px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cd-dropdown-trigger::before {
  right: 12px;top:25px;width: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* SCOTT  area around close button*/
  .cd-dropdown-trigger.dropdown-is-active {
	  margin:-1px 0 0 0px; top:-11px; right:-215px; padding: 0px;
    background-color:linen; font-size: 0px !important;border-right:2px solid #000000;border:0px;box-shadow: 0px 0px 0px #ffffff; z-index: 9999999999; width:44px !important;
  }
	
  .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {background-color:floralwhite; }

  .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X' */
    background-color:rgba(0,0,0,0);	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
	
  .cd-dropdown-trigger.dropdown-is-active::before {
    /* SCOTT transform the arrow into a 'X' / */
   display: none;
	 /* right: 13px;top:20px;width: 28px;background:#990000;
    -webkit-transform: translateX(6px) rotate(-45deg);
    -moz-transform: translateX(6px) rotate(-45deg);
    -ms-transform: translateX(6px) rotate(-45deg);
    -o-transform: translateX(6px) rotate(-45deg);
    transform: translateX(6px) rotate(-45deg);transition-duration: 0.6s;*/
  }
  .cd-dropdown-trigger.dropdown-is-active::after {
    /* transform the arrow into a 'X'  \ */
   display: none;
	  /*right: 5px;top:20px;width: 28px;background:#990000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);transition-duration: 0.6s;*/
  }
  .cd-dropdown-trigger.dropdown-is-active::after {display: inline-block !important; font-family: 'Font Awesome 6 Free';content:'\f057'; font-size: 1.6rem; color:#cc0000;text-shadow: 0px 0px 0px floralwhite;  top:0; right:23px;  text-rendering: auto; 
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width: 124px) {
  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
  }
}

.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
  padding: 0 0px 0px 15px;
}

/* SCOTT 5ecd81

#special {
  background: linear-gradient(135deg, #1a0000 0%, #2d0000 100%);
  position: relative;
  overflow: hidden;
}
.spbg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background: repeating-linear-gradient(
    45deg,
    #fff 0,
    #fff 1px,
    transparent 0,
    transparent 50%
  );
  background-size: 40px 40px;
}
*/
@media only screen and (min-width: 124px) {
  .cd-dropdown {
    position: absolute;
    top:-12px; left:-20px;
    /* reset style*/
    height: 100vh;
    width: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
	  background-color:linen;
	  border-right:2px solid rgba(0,0,0,1);
    color: #1f554c;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0);
    opacity: 0;
    -webkit-transform: translateX(-280px);
    -moz-transform: translateX(-280px);
    -ms-transform: translateX(-280px);
    -o-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;

  }
	
/* SCOTT */
  .cd-dropdown.dropdown-is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;

  }
	
  .open-to-left .cd-dropdown {
    /* use the .open-to-left class if you want to open the dropdown on the left */
    right: 0;
    left: auto;
  }
  .cd-dropdown h2, .cd-dropdown .cd-close {
    /* on desktop - hide title and 'X' */
    display: none;
  }
}

.cd-dropdown-content, .cd-dropdown-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
  padding-top: 50px;
}
.cd-dropdown-content a, .cd-dropdown-content ul a {
  display: block;
  color: #ffffff;
  /* truncate text with ellipsis if too long */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-top-width: 1px;
  border-color: #242643;
  border-style: solid;
}
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
  border-top-width: 0;
}
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
  border-bottom-width: 1px;
}
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
  padding-top: .015rem;
  padding-bottom: .015rem;
  background-color: #0b0e23;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 1px;
  color: #585a70;
  text-transform: uppercase;
}
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
  border-top-width: 0;
}
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 124px) {
  .cd-dropdown-content, .cd-dropdown-content ul {
    padding-top: 0px;
    overflow: visible;
  }
	/* scott
	 .offcanvas-menu input[type="checkbox"]:checked ~ nav ul li:nth-child(1) {
	 transition-delay: 0.1s;
}
	*/
  .cd-dropdown-content a, .cd-dropdown-content ul a {font-family:'Oswald', sans-serif;
    color:#000000 !important; text-shadow: 0px 0px 0px #ffffff;
	  display: flex; align-items: center; justify-content:space-around;
    height: 48px;
    line-height: 48px;
    font-size: 1.8rem;font-weight: 500;
    border-color:rgba(0,0,0,0);
  }	
	
	.cd-dropdown-content .level2 a, .cd-dropdown-content ul a {font-family:'Inter', sans-serif;border:2px solid #c8c8c8; background-color: #d8d8d8; }

	.faceb:hover {background: #3c5a99 !important;}
	
	.instag:hover {background: #e4405f !important;}
	
	
.cd-dropdown-content .level2 a span {color:#1b1b1b;}
	
	.cd-dropdown-content .level2 a:hover {border:2px solid #000000 !important; }
	
  .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    background-color: transparent;
    color: #b3b3b3;
    border-top: 1px solid rgba(0,0,0,0.25);
  }
  .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 1px;
  }
  .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* reset mobile style */
    opacity: 1;
  }
}

.vdivider {
  width: 0.01rem;
  height: 2em; /* Scales with text */
  background-color: black !important;
  margin: 0 1px 0 1px;padding: 0;
}

@media only screen and (min-width: 124px) {
  .cd-dropdown-content {
    /* SCOTT reset mobile style */
    position: static; z-index: 99999999999;
    height: 100vh;
    width: 280px;
  }
  .cd-dropdown-content > li:last-of-type a {
    border-bottom: none;
  }
  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }




  .cd-dropdown-content > .has-children > ul {
    visibility: hidden;
  }
  .cd-dropdown-content > .has-children > ul.is-active {
    /* when hover over .cd-dropdown-content items - show subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
    /* if .cd-secondary-dropdown is visible - show also subnavigation */
    visibility: visible;
  }
  .cd-dropdown-content > .has-children > a.is-active {
    /* hover effect for .cd-dropdown-content items with subnavigation */
    box-shadow: inset 2px 0 0 #3f8654;
    color: #3f8654;
  }
  .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
    background: #3f8654;
  }
  .open-to-left .cd-dropdown-content > .has-children > a.is-active {
    box-shadow: inset -2px 0 0 #3f8654;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@-moz-keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}
@keyframes cd-fade-out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: visible;
  }
}


.cd-dropdown-content .go-back a {
  padding-left: 40px;
}
.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  -moz-transform-origin: 1px 50%;
  -ms-transform-origin: 1px 50%;
  -o-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

.cd-main-content {
  background-color: #e6e6e6;
  min-height:100vh - 100px);
  padding: 2em 5%;
  line-height: 2;
}

.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.no-js .cd-dropdown-wrapper .cd-close {
  display: none;
}

@media only screen and (max-width: 450px) {

.cd-dropdown {overflow: scroll;}
	
.cd-dropdown-wrapper {
  display: inline-block;
  position: relative;
  height: 50px;
  margin: 10px 0 0 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

  .cd-dropdown h2,
  .cd-dropdown-content a,
  .cd-dropdown-content ul a {
    zheight: 50px;
    zline-height: 50px;
  }

  .cd-dropdown-content a, .cd-dropdown-content ul a {font-family:'Oswald', sans-serif;
    color:#000000;text-shadow: 1px 1px 0px #ffffff;
	  zdisplay: flex; zalign-items: center; zjustify-content: flex-start;
    height: 40px;
    line-height: 40px;
    font-size: 1.6rem; font-weight: 500;
    border-color:rgba(255,255,255,0);
  }
	
}

@media only screen 
  and (min-device-width: 220px) 
  and (max-device-width: 950px)
  and (orientation: landscape) {

	  .cd-dropdown-content {height:480px !important; overflow:scroll; justify-content: space-around !important;}
	  
	  .cd-dropdown-content .level2{height:160px !important;}

	.cd-dropdown {overflow: scroll !important;}
	  .vh-20 {}   
}

