@media (min-width: 320px) {
	

	#SearchText::-webkit-input-placeholder {
    color: #444;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}
	#SearchText:-moz-placeholder {
    color: #444;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}
	#SearchText::-moz-placeholder {
    color: #444;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}
	#SearchText:-ms-input-placeholder {
    color: #444;
	font-weight: 400;
	font-size: 14px;
	font-style: italic;
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
 .animated {     -webkit-animation-duration: .5s;     -moz-animation-duration: .5s;     -o-animation-duration: .5s;     animation-duration: .5s;     -webkit-animation-fill-mode: both;     -moz-animation-fill-mode: both;     -o-animation-fill-mode: both;     animation-fill-mode: both }
 
  @-webkit-keyframes slideDown {     0% {         -webkit-transform: translateY(-100%)     }     100% {         -webkit-transform: translateY(0)     } } @-moz-keyframes slideDown {     0% {         -moz-transform: translateY(-100%)     }     100% {         -moz-transform: translateY(0)     } } @-o-keyframes slideDown {     0% {         -o-transform: translateY(-100%)     }     100% {         -o-transform: translateY(0)     } } @keyframes slideDown {     0% {         transform: translateY(-100%)     }     100% {         transform: translateY(0)     } } .animated.slideDown {     -webkit-animation-name: slideDown;     -moz-animation-name: slideDown;     -o-animation-name: slideDown;     animation-name: slideDown }
  
   @-webkit-keyframes slideUp {     0% {         -webkit-transform: translateY(0)     }     100% {         -webkit-transform: translateY(-100%)     } } @-moz-keyframes slideUp {     0% {         -moz-transform: translateY(0)     }     100% {         -moz-transform: translateY(-100%)     } } @-o-keyframes slideUp {     0% {         -o-transform: translateY(0)     }     100% {         -o-transform: translateY(-100%)     } } @keyframes slideUp {     0% {         transform: translateY(0)     }     100% {         transform: translateY(-100%)     } } .animated.slideUp {     -webkit-animation-name: slideUp;     -moz-animation-name: slideUp;     -o-animation-name: slideUp;     animation-name: slideUp }
.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    -o-transition: transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
}
.headroom--not-bottom.headroom--not-top .logo {
    /* width: 110px; */
    /* top: 39px; */
}

img {
    max-width: 100%;
    height: auto;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    cursor: default;
}

.container {
    max-width: 1400px;
}
.header {
    background: var(--blue);
}
.headerContainer {
    text-align: left;
}
.cBodyTable, .cBodyTable.container {
    margin-top: 173px!important;
}

.top-border {
    height: 5px;
    /* background: #004990; */
    width: 100%;
    display: inline-block;
    z-index: 1;
    top: 0%;
    position: absolute;
    -webkit-animation: linear;
    -webkit-animation-name: run;
    -webkit-animation-duration: .75s;
}

@-webkit-keyframes run {
  0% {
    right: 100%;
	background: #ec2729;
  }
  50% {
    right: 0;
	background: #00449f;
  }
}
section.sec1-top {
    background: var(--blue);
}
section.sec1-bg {
    position: relative;
    padding: 0px 0 8px 0;
    transition: all .5s;
}

section.sec12-bg {
    background: #24272B;
}
section.sec-up-bg {
    background: #ffffff;
    /* border-bottom: 1px solid #d8d8d8; */
	display:none;
}

.sec-group {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* margin-bottom: -10px; */
}
.logo {
    margin-right: 16px;
    margin-left: 0;
    text-align: center;
    margin-top: -36px;
    margin-bottom: 0px;
    transition: all .3s;
    width: 180px;
}


.logo.logo-m {
    display: none;
}

section.top {
    display: flex;
    align-items: center;
}

.tagline {
    font-size: 22px;
    line-height: 1.1;
    font-weight: 300;
    width: 150px;
    font-style: italic;
    /* text-align: center; */
    color: #ffffff;

}
a.ticker-item {
    margin-left: 15px;
    margin-right: 0px;
    /* padding: 6px 0 6px 0; */
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex-direction: column; */
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    justify-content: center;
}
span.ticker-label {
    line-height: 1;
    /* color: #f2f4f8; */
    /* margin-left: 4px; */
}
a span.c-items {
    line-height: 1;
    /* font-size: 15px; */
    font-weight: 600;
    margin-left: 0px;
    /* color: var(--success); */
    /* position: absolute; */
    /* top: -7px; */
    /* right: 8px; */
    /* background: #00795e; */
    border-radius: 50%;
    /* height: 18px; */
    /* width: 18px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.ticker-item i.bx {
    margin-right: 4px;
    /* margin-bottom: 2px; */
    font-size: 26px;
    /* color: #ffffff; */
    /* margin-bottom: -1px; */
    /* background: rgb(0 103 194); */
    border-radius: 100px;
    /* padding: 11px; */
}
.cart-i-group {
    line-height: 1;
    position: relative;
    margin-left: 0px;
    display: flex;
    align-items: center;
}
.cd-dropdown-wrapper {
    width: 100%;
}
.cd-dropdown-content > li.has-children > a {
    border-bottom: 4px solid #04234d;
    /* letter-spacing: -.22px; */
}


.cd-dropdown-content > li.has-children > a:before {
    background: white!important;
}
.cd-dropdown-content > li.has-children > a:after {
    background: white!important;
}
.pcat {
    /* text-transform: uppercase; */
    color: #fff;
    /* opacity: .9; */
    padding: 20px 15px 20px 15px;
    border: 0px solid #0d47a1;
    /* background: var(--secondary); */
    /* border-right: 1px solid #005844; */
    margin: 0px;
    margin-top: 0px;
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    display: flex;
    align-items: center;
    /* max-width: 176px; */
    transition: all .3s;
    /* letter-spacing: -.25px; */
}
.pcat span {
    /* display: block; */
}
a.pcat:hover {
    color: var(--primary);
    text-decoration: none;
}


.cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    background: white!important;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 24px!important;
}
a.stell.steller.desktop-link.ml {
    margin-left: auto;
}
.header-up {
    /* padding-left: 16px; */
    margin: 0px 0px 0px 15px;
    /* margin-left: auto; */
    margin-right: 24px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    /* max-width: 390px; */
    min-width: 250px;
    transition: all .75s;
}
.searchby {
    position: relative;
}
#SearchText {
    width: 100%;
    background: #ecf0f3;
    color: #000000;
    border-right: 0px;
    font-size: 18px;
    text-indent: 3px;
    line-height: 16px;
    height: 44px;
    padding: 2px 56px 2px 10px;
    overflow: hidden;
    border-radius: 0px;
    border: none;
    border-left: 0px solid var(--gray);
    border-bottom: 0px solid #cdcdcd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: 0.3s;
}
#SearchText:focus {
    /* background: #ffffff; */
    text-indent: 8px;
    outline: 0px solid #000000;
    filter: none;
}
.sbutton {
    display: block;
    position: absolute;
    right: -1px;
    top: 0px;
    height: 44px;
    padding: 0px 12px 0px 12px;
    background: #ad061e;
    border: 0px solid #d4d4d4;
    border-left: 0px solid #e6e6e6;
    /* border-radius: 0 50px 50px 0!important; */
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    overflow: hidden;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: all .2s;
    font-weight: 600;
}
.sbutton:focus {
    outline: none;
    border: none;
}
.sbutton:focus span, .sbutton:hover span {
    outline: none;
    border: none;
    color: #eeeeee;
}
.sbutton:focus span {
    font-size: 25px;
}
.sbutton span, .sbutton i {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
    transition: all .2s;
}
.dropdown .dropbtn {
    font-size: 14px;
    font-weight: 400;
    /* text-transform: uppercase; */
    border: none;
    outline: none;
    color: #ffffff;
    padding: 15px 15px 15px 15px;
    /* border-radius: 4px; */
    background-color: #ad061e;
    font-family: inherit;
    margin: 0;
    line-height: 1;
    position: relative;
    cursor: default;
    /* flex-direction: column; */
}
.dropbtn::after {
    background: #ad061e;
    content: "";
    height: 22px;
    bottom: -21px;
    left: auto;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 22px;
}
.dropdown:hover .dropbtn::after {
    opacity: 1;
}	
.user-action i {
    font-size: 14px;
    margin-left: 4px;
    /* margin-bottom: 2px; */
    color: #ffffff;
    /* display: none; */
    /* background: rgb(255 255 255 / 10%); */
    /* border-radius: 100px; */
    /* padding: 4px; */
}
.navbar a:hover, .dropdown:hover .dropbtn {
    color: #ffffff;
    background: var(--primary);
}

.dropdown-content {
  display: none;
  padding: 8px 0;
  position: absolute;
  background-color: #f9f9f9;
  border-top: 2px solid #ad061e;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 13;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 8px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: var(--gray);
}

.dropdown:hover .dropdown-content {
  display: block;
}
span.username {
    font-size: 14px;
    margin-right: 10px;
    font-style: italic;
    color: hsl(0deg 0% 100% / 60%);
}
.user-action {
    /* margin-left: auto; */
    /* padding-right: 16px; */
    padding-left: 0px;
    /* border-right: 1px solid #777; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #000000; */
    font-size: 14px;
}

.user-action a {
    color: #000;
    /* text-transform: uppercase; */
    font-weight: 400;
    line-height: 1;
    font-size: 14px;
}
a.q-order {
    /* text-transform: uppercase; */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px 8px 0px;
    border-right: 1px solid #004636;
    margin-left: auto;
    line-height: 1;
    /* flex-direction: column; */
    display: none!important;
}
.q-order i {
    font-size: 22px;
    margin-bottom: 0px;
    margin-right: 6px;
    display: none;
}
.user-action a:last-child {
    margin-right: 0;
}



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

}




 @media only screen and (min-width: 576px) {
.dont-collapse-sm.collapse, .dont-collapse-sm.collapsing {
    display: block;
    height: auto !important;
    visibility: visible;
  }
  .footer-wrap h5 i {
    display: none;
}
  } 
  
 @media only screen and (min-width: 577px) { 
.header-up.header-up-m {
    display: none;
}
}
 @media only screen and (min-width: 768px) { 
section.sec1-top {
    /* height: 42px; */
    padding-top: 0px;
}
}
@media only screen and (min-width: 1025px) {
.stellarnav {
    /* -webkit-box-flex: 1; */
    /* flex: 1; */
    /* max-width: 730px; */
    /* padding-left: 8px; */
    /* margin-left: auto; */
    /* margin-right: -14px; */
}

.stell.steller {
    text-transform: none!important;
    color: hsl(0deg 0% 100% / 85%)!important;
    /* opacity: .9; */
    padding: 14px 15px 14px 15px;
    margin: 0px;
    border-right: 0px solid #bdbdbd;
    line-height: 1;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}
.stellarnav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-between;
}
.stellarnav.dark ul ul {
    background: #ffffff!important;
    padding: .5rem;
    /* border: 1px solid rgba(0,0,0,.15); */
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
a.stell.mobile-link {
    display: none;
}
.stellarnav > ul > li {
    display: inline-block;
}
.stellarnav > ul > li:last-child a {
    border-right: none;
}
.stellarnav.dark ul ul a {
    font-size: 14px;
    padding: 10px 8px;
    font-weight: 400;
    color: #041e42;
}
.stellarnav li.has-sub > a:before, .stellarnav li.has-sub > a:after {
    margin-top: 0px!important;
    background: #ffffff!important;
	height: 2px!important;
    width: 5px!important;
    opacity: .9!important;
}
.stellarnav li.has-sub > a:after {
    right: 10px!important;
    -webkit-transform: rotate(-41deg)!important;
        -ms-transform: rotate(-41deg)!important;
            transform: rotate(-41deg)!important;
}
.stellarnav li.has-sub > a:before {
    right: 13px!important;
    -webkit-transform: rotate(41deg)!important;
        -ms-transform: rotate(41deg)!important;
            transform: rotate(41deg)!important;
}
.stellarnav.dark ul ul a:hover {
    background: transparent;
    color: var(--primary);
}
li.has-sub:hover ul {
    display: block;
}

.stellarnav > ul > li:hover > a {
       /* background: #000000; */
       color: var(--primary)!important;
}
.stell.steller:hover {
    color: #ffffff!important;
    background: var(--primary);
}

	.ticker3-m {
    display: none!important;
}

}

@media (min-width: 1366px) {

}
@media (max-width: 1350px) {

}
@media (max-width: 1220px) {
.stellarnav {
    padding-left: 8px;
}

}

@media (max-width: 1024px) {
.header--fixed {
    position: relative;
}
.animated.slideDown {
    -webkit-animation-name: none;
    -moz-animation-name: none;
    -o-animation-name: none;
    animation-name: none;
}
.cBodyTable, .cBodyTable.container {
    margin-top: 0px!important;
}
.logo {
    margin-right: 9px;
    margin-left: 0;
    text-align: center;
     margin-top: 0px; 
}	
.logo.logo-d {
    display: none;
}
.logo.logo-m {
    display: block;
}
.logo.logo-m {
    width: 108px;
    padding: 5px 0;
}
.ticker3-d {
    display: none!important;
}
.ticker3-m {
    display: block!important;
}
.desktop-link {
    display: none;
}
span.username {
    display: none;
}
.sec-group1 {
    margin-bottom: 0px;
}
.header-up {
    max-width: initial;
    margin-right: 0;
    margin-left: 0;
}
section.sec1-bg {
    padding: 0;
}
.stellarnav.mobile.dark ul {
    background: var(--blue)!important;
}
.stellarnav.mobile li a.accnt-link {
    border: none;
    padding: 10px;
}
li.mobile-info ul li {
    width: 33.3333%;
    text-align: center;
    background: rgb(0 0 0 / 30%)!important;
}
li.mobile-info ul li a {
    border-right: 0px solid #444!important;
    border-bottom: none!important;
    background: #0b57c1!important;
    margin: 4px!important;
    padding: 10px!important;
}
	.stell.steller {
    padding: 0;
    margin: 0;
}
.section1 {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    -ms-grid-row-align: center!important;
    align-items: center!important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.stellarnav {
    margin-right: 0px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    /* margin: 5px 0; */
    padding-left: 16px;
}
.stellarnav.dark.right.mobile a.menu-toggle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 16px 8px 16px!important;
    border: 1px solid #ffffff;
    border-radius: 2px;
    line-height: 1;
    margin-bottom: 8px;
}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 0;
    display: block;
    width: 100%;
}
.stellarnav .menu-toggle span.bars {
    margin-right: 4px!important;
    top: 3px!important;
    display: none!important;
}
.stellarnav .menu-toggle span.bars span {
    width: 16px!important;
    height: 1px!important;
    background: #ffffff!important;
}
.pcat {
    max-width: 100%;
    border: 1px solid rgb(255 255 255 / 50%);
    padding: 10px 24px 10px 16px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 600;
}
.cd-dropdown, .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
    height: 100vh!important;
}
.cd-dropdown-content > li.has-children > a {
    border-bottom: 0px solid #04234d;
}
.cd-dropdown h2, .cd-dropdown-content a, .cd-dropdown-content ul a, .cd-dropdown-content .cd-divider {
    padding: 0px 20px!important;
    font-size: inherit;
}
.cd-dropdown-trigger::after {
    right: 27px!important;
}
.cd-dropdown-trigger::before {
    right: 32px!important;
}
a.q-order {
    display: none!important;
}
a.ticker-item {
    margin-left: auto;
}

.user-action {
    display: none!important;
}

	}
	
	
@media (max-width: 991px) {	

.sec-group1 {
    margin: 0px;
}
}

@media (max-width: 767px) {


section.sec1-bg:before {
    width: 51%;
}

section.sec1-bg .container {
 
}
#header_placeholder {
    height: 58px;
}
#SearchText {
    font-size: 16px;
    max-width: 100%;
    border: 0px solid #e0e6eb;
}
#SearchText:focus {
	max-width: 100%;
}
.sbutton {
    top: 0;
}

.sbutton span, .sbutton i{
    font-size: 22px;
    font-weight: 600;
}


a.ticker-item i.bx {
    font-size: 24px;
    margin-bottom: 0px;
    margin-right: 4px;
}
a span.c-items {
    line-height: 1;
    font-size: 12px;
    top: -4px;
    height: 18px;
    width: 18px;
}
	}


@media (max-width: 600px) {
header#header {
    margin-top: 2rem;
}
.logo {
    width: auto;
}

.section12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 16px;
}
.sec-group2 {
    margin: 0;
}
.sec-group {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.cd-dropdown-wrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.pcat.Products i {
    font-size: 24px;
    /* margin-right: 0; */
    margin-top: 0;
}


.pcat span {
    display: inline;
    padding: 2px;
}

a.ticker-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}
span.ticker-label {
    font-weight: 600;
    font-size: 12px;
    margin-top: 0px;
}
.header-up.header-up-d {
    max-width: 100%;
	min-width: auto;
    margin: 0px;
    padding: 0px;
    border: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
#SearchText {
    padding: 2px 48px 2px 10px;
}

	#SearchText::-webkit-input-placeholder {
	font-size: 12px;
	color: #555;
}
	#SearchText:-moz-placeholder {
	font-size: 12px;
	color: #555;
}
	#SearchText::-moz-placeholder {
	font-size: 12px;
	color: #555;
}
	#SearchText:-ms-input-placeholder {
	font-size: 12px;
	color: #555;
}
.stellarnav .menu-toggle {
    font-size: 12px!important;
    font-weight: 600;
}

.footer-contact-info {
    margin-top: 10px;
}
.social-links a {
    font-size: 30px;
    margin: 10px 5px 25px 5px;
}

	.footer-wrap h5 {
		padding: 15px 0px;
       margin-bottom: 0px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer-wrap h5 i {
    font-weight: bold;
}
.footer-wrap h5[aria-expanded="false"] i.bx-minus, .footer-wrap h5[aria-expanded="true"] i.bx-plus{
    display: none;
}
.footer-wrap h5[aria-expanded="false"] i.bx-plus, .footer-wrap h5[aria-expanded="true"] i.bx-minus{
    display: block;
}

	}
	
	
@media (max-width: 575px) {	

	}
	