.nav-dropdown-menu .header__primary-nav {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
margin-bottom: 0;
background: #F5333F;
margin-left: 0;
margin-bottom: 0;
padding-left: 20px;
padding-top: 20px;
padding-bottom: 20px;
list-style: none;
}
.header__primary-nav li a:focus {
color: #000000;
text-decoration: none;
}
.header__primary-nav li.menu-item-has-children>a {
position: relative;
}
.header__primary-nav li.menu-item-has-children>a:after {
content: '\f107';
font-family: FontAwesome;
border: none;
right: 20px;
top: 0;
position: absolute;
}
.header__primary-nav li.menu-item-has-children.show>a:after {
content: '\f106';
}
.nav-dropdown-menu .header__primary-nav li a span {
font-size: 14px;
display: block;
margin-top: -8px;
font-style: italic;
letter-spacing: 1px;
margin-bottom: -10px;
}
.nav-dropdown-menu .sub-menu {
display: none;
min-width: 10rem;
font-size: 1rem;
color: #212529;
text-align: left;
list-style: none;
background-clip: padding-box;
border-radius: .25rem;
background-color: transparent;
border: none;
margin: 0;
padding: 0;
}
.nav-dropdown-menu .sub-menu.show {
display: block;    
}
.nav-dropdown-menu .sub-menu a {
font-size: 20px;
line-height: 20px;
white-space: normal;
font-weight: 500;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
letter-spacing: 2px;
display: block;
padding: .25rem 1.5rem;
}
.nav-dropdown-menu .sub-menu .sub-menu a {
padding: .25rem 3rem;
text-transform: unset;
}
.nav-dropdown-menu li {
margin: 5px 0;
}
.nav-dropdown-menu li a {
color: #fff;
font-size: 28px;
line-height: 30px;
font-weight: 400;
letter-spacing: 2px;
display: block;
outline: none!important;
}
.nav-dropdown-menu .sub-menu li a {
font-size: 20px;
line-height: 20px;
white-space: normal;
font-weight: 500;
text-transform: uppercase;
color: rgba(255, 255, 255, 0.8);
}
.nav-dropdown-menu li a:hover {
color: #BCBEC0;
text-decoration: none;
}
.heater-banner-para p{
margin-bottom: 0;
}
.heater-black-para p{
margin-bottom: 0;
}
.heater-banner-para span.reg-mark.half-size,
.geographic-banner-para span.reg-mark.half-size {
line-height: 2;
font-size: 14px;
}
.geographic-banner-para span.reg-mark.half-size {
line-height: 27.6px;
font-weight: 400;
font-family: 'Roboto';
width: 10px;
}
.heater-white-list ul {
padding-left: 22px;
margin-bottom: 0;
}
.heater-white-list ul li:not(:last-child){
margin-bottom: 20px;
}
.heater-black-para p a {
color: #EE3442 !important;
text-decoration: underline;
}
.geographic-white-title h4 span {
display: inline;
}
.geographic-white-title h4 span.reg-mark.half-size {
font-size: 20px;
line-height: 1.2;
font-weight: 400;
}
.micron-x-gallery .fl-photo-caption-below {
max-width: 131px;
font-size: 16px;
}
.oct-click-enlarge p,
.oct-click-enlarge p * {
font-size: 16px !important;
}
.oct-click-enlarge p:first-child {
color: #fff !important;
font-weight: 500;
margin-bottom: 4px;
}
@media (min-width: 768px) {
.heater-black-title .fl-col-content {
max-width: 93.33%;
margin: auto;
}  
.heater-banner-para span.reg-mark.half-size {
font-size: 16px;
}
.oct-click-enlarge p,
.oct-click-enlarge p * {
font-size: 13px !important;
}
}
@media (max-width: 768px) {
.heater-black-title .asp-mask-bottom-text span.red{
display: inline;
}
}
@media (min-width: 1360px) {  
.is-dropdown .navbar-collapse ul#menu-inner-menu.header__primary-nav .sub-menu .sub-menu a {        
text-transform: unset;
}
}
.glove-white-content h3 {
margin-bottom: 0;
}
.glove-cta-title p {
margin-bottom: 0;
}
.slit-row span.reg-mark {
color: inherit !important;
}
.header-wrapper {
position: sticky;
top: 0;
left: 0;
width: 100%;
transition: transform 0.3s ease;
z-index: 999;
}
.header-wrapper.scroll-down {
transform: translateY(-100%);
}
.header-wrapper.scroll-up {
transform: translateY(0);
}