/* CSS DIRECTORY
	1. =VARIABLES
	2. =GLOBAL
	3. =PADDING AND SPACING
	4. =FONT STYLES
    5. =COLORS
	6. =BUTTONS
    7. =FLEXBOX
    8. =NAVIGATION 
    9. =FOOTER
    10. =HERO BANNER
    11. =TALL PANEL MODULE
    12. =TAB MODULE
    13. =NARROW SLIDER
    14. =IMAGE SLIDER
    15. =MOVIE TILE GRID
    16. =MOVIE TILE SLIDER
    17. =QUICK LINKS
    18. =BANNER CTA (SINGLE/DUAL)
    19. =OFFERINGS GRID
    20. =IMAGE AND CTA SLIDER
    21. =LOGO SLIDER
    22. =TWO COLUMN IMAGE & CTA
    23. =TESTIMONIAL SLIDER
    24. =SLIDER GLOBALS
    25. =ACCORDION LIST
    26. =CARD
    27. =THUMBNAIL SLIDER
    28. =SOCIAL LINKS
    29. =MULTI IMAGE SLIDER
    30. =Form Elements
    31. =Global Directory
    32. =Blog/Resources
    33. = Product Pages
    34. =Filters

*/
/* 1 ===VARIABLES === */
:root {
    --color-white:#fff;
    --color-lightgrey: #F5F5F5;
    --color-grey: #E7E7E7;
    --color-darkgrey: #707070;
    --color-aux-grey: #535353;
    --color-nav-grey:#1c1c1c;
    --color-black: #000000;
    --color-red: #E00026;
    --color-panalux: #DB0032;
    --color-lee-blue: #009DCD;
    --color-island-studios-grey:#cccccc;
    --color-light-iron-green: #CDD83C;
    --color-yellowgreen:#D3DD3D;
    
    
    --font-size-h1: 4.25rem;
    --font-size-h2: 3rem;
    --font-size-h3: 2rem;
    --font-size-h4: 1.75rem;
    --font-size-h5: 1.5rem;
    --font-size-h6: 1.375rem;
    --font-size-callout: 1.375rem;
    --font-size-callout-large: 2rem;
    --font-size-body-small: 0.875rem;
    --font-size-body-medium: 1rem;
    --font-size-body-large: 1.5rem;
    --font-size-testimonial: 1.25rem;
    --font-size-aux:0.625rem;
  

    --font-weight-standard:400;
    --font-weight-medium:500;
    --font-weight-bold:700;
    --font-weight-black:900
  }
@media all and (max-width:600px){
    :root {    
    --font-size-h1: 3.75rem;
    --font-size-h2: 2.5rem;
    --font-size-h3: 1.5rem;
    --font-size-h4: 1.375rem;
    --font-size-h5: 1.25rem;
    --font-size-h6: 1.115rem;
    --font-size-callout: 1.375rem;
    --font-size-callout-large: 2rem;
    --font-size-body-small: 0.875rem;
    --font-size-body-medium: 1rem;
    --font-size-body-large: 1.5rem;
    --font-size-testimonial: 1.25rem;
    --font-size-aux:0.625rem;
  

    --font-weight-standard:400;
    --font-weight-medium:500;
    --font-weight-bold:700;
    --font-weight-black:900
  }
}

/* 2 ===GLOBAL=== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
::-webkit-validation-bubble-message {
    display: none;
}
video ~ figcaption {
    display: none;
}
b, strong {
    font-weight: bolder;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body, html {
    line-height: 1;
    overflow-x: clip;
    color: var(--color-black);
}

ul {
    list-style: disc;
}

li {
    color: rgba(0,0,0,.75);
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a{
    color:inherit;
}
a:hover{
    color:inherit;
}
.z-index-1 {
    z-index: 1;
}
.z-index-5 {
    z-index: 5;
}
.z-index-10 {
    z-index: 10;
}
.img-cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button:focus {
    outline: 0px dotted;
    outline: none;
}

:root:root:root:root:root .sf-backend-wrp .designer-check input[type="checkbox"],
.sfPageEditor .sf-backend-wrp .designer-check input[type="radio"]
:root:root:root:root:root .sf-backend-wrp .checkbox.designer-check input[type="checkbox"],
:root:root:root:root:root .sf-backend-wrp .checkbox-inline input[type="checkbox"],
:root:root:root:root:root .sf-backend-wrp .radio input[type="radio"],
:root:root:root:root:root .sf-backend-wrp .radio-inline input[type="radio"] {
    margin: 4px 0 0 !important;
    margin-left: 0px;
    margin-top: 1px\9 !important;
    line-height: normal !important;
    margin-left: 20px !important;
    display: inline;
    position: relative !important;
    height: auto !important;
    width: auto !important;
}
:root:root:root:root:root .sf-backend-wrp .radio img {
    border: 0 !important;
    vertical-align: middle !important;
    max-width: 100%;
}

:root:root:root:root:root .sf-backend-wrp .checkbox label, :root:root:root:root:root .sf-backend-wrp .radio label, :root:root:root:root:root .sf-backend-wrp label.radio-inline {
    font-weight: 400 !important;
    padding-right: 36px !important;
}
.custom-content-widget{
    overflow-x:hidden;
}
.custom-content-widget img {
  border-radius: 3px;
}
.custom-content-widget .btn-row {
    display: flex;
    justify-content: space-between;
}
.custom-content-widget ul{
    padding-left:20px;
}
@media all and (max-width:991px){
    .custom-content-widget{
        padding:35px;
    }
    .custom-content-widget img {
        max-width: 50%;
    }
}
@media all and (max-width:767px) {
    .custom-content-widget img {
        max-width: 100%;
    }
}

/* 3 ===PADDING AND SPACING=== */
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    display: inline-block;
}
h2 ~ p {
    margin-top: 20px;
}

/*10*/
.p-top-10 {
    padding-top: 10px;
}

.p-bottom-10 {
    padding-bottom: 10px;
}
/*20*/
.p-top-20 {
    padding-top: 20px;
}

.p-bottom-20 {
    padding-bottom: 20px;
}
/*30*/
.p-top-30 {
    padding-top: 30px;
}

.p-bottom-30 {
    padding-bottom: 30px;
}
/*50*/
.p-top-50 {
    padding-top: 50px;
}

.p-bottom-50 {
    padding-bottom: 50px;
}
/*100*/
.p-top-100 {
    padding-top: 100px;
}

.p-bottom-100 {
    padding-bottom: 100px;
}
/*150*/
.p-top-150 {
    padding-top: 150px;
}

.p-bottom-150 {
    padding-bottom: 150px;
}
.margin-mobile-bottom{
    margin-bottom:0px;
}
.margin-mobile-top{
    margin-top:0px;
}

.px-mobile {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

@media all and (max-width:991px){
     
    .p-top-50 {
        padding-top: 30px;
    }

    .p-bottom-50 {
        padding-bottom: 30px;
    }
    
    .p-top-100 {
        padding-top: 50px;
    }

    .p-bottom-100 {
        padding-bottom: 50px;
    }
   
    .p-top-150 {
        padding-top: 75px;
    }

    .p-bottom-150 {
        padding-bottom: 75px;
    }
    .margin-mobile-bottom{
        margin-bottom:40px;
    }
    .margin-mobile-top{
        margin-top:40px;
    }
    .text-lg-left.margin-mobile-bottom {
      margin-bottom: 0;
    }
}
@media all and (max-width:600px) {
    .padding-mobile-bottom {
        padding-bottom: 0px;
    }

    .padding-mobile-top {
        padding-top: 0px;
    }
}
/* 4 ===FONTS STYLES=== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: var(--font-weight-standard);
}
p {
    font-size:var(--font-size-body-medium);
    line-height:1.5rem;
    color: rgba(0,0,0,.75);
}
em {
    font-style: italic;
}
.font-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.btn:focus, .btn.focus, .page-link:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0,0,0,0.25);
}
/* Font Sizing */
h1, .h1-size {
    font-size: var(--font-size-h1);
    line-height:4.25rem;
}

h2, .h2-size {
  font-size: var(--font-size-h2);
  line-height:3rem;
}

h3, .h3-size {
 font-size: var(--font-size-h3);
 line-height:2.125rem;
}
h4, .h4-size{
    font-size:var(--font-size-h4);
    line-height:2.125rem;
}
h5, .h5-size{
    font-size:var(--font-size-h5);
    line-height:1.75rem;
}
h6, .h6-size{
    font-size:var(--font-size-h6);
    line-height:1.75rem;
}
.callout-text {
    font-size: var(--font-size-callout);
    line-height:1.75rem;
}
.font-body-small{
    font-size:var(--font-size-body-small);
    line-height:1.5rem;
}
.font-body-medium{
    font-size:var(--font-weight-medium);
    line-height:1.5rem;
}
.font-body-large{
    font-size:var(--font-size-body-large);
    line-height:2rem;
}
.callout-text-large {
    font-size: var(--font-size-callout-large);
    line-height:2.125rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: var(--font-weight-black);
    opacity: 1;
}
.text-uppercase{
    text-transform:uppercase;
}
.text-lg-left {
    padding-bottom: 25px;
}
.body-copy {
    font-size:var(--font-size-body-medium);
    line-height:1.5rem;
    color: rgba(0,0,0,.75);
}

@media screen and (min-width: 990px) {
    .text-lg-left {
        padding-bottom: 0px;
    }
}
/*Font Weight*/
.font-400 {
    font-weight: var(--font-weight-standard);
}

.font-500 {
    font-weight: var(--font-weight-medium);
}

.font-700 {
    font-weight: var(--font-weight-medium);
}

.font-900 {
    font-weight: var(--font-weight-black);
}
.bg-black h1,.bg-black h2,.bg-black h3,.bg-black h4,.bg-black h5,.bg-black h6,.bg-black p,.bg-black p strong,.bg-black p li,.bg-black li,
.bg-darkgrey h1,.bg-darkgrey h2,.bg-darkgrey h3,.bg-darkgrey h4,.bg-darkgrey h5,.bg-darkgrey h6,.bg-darkgrey p, .bg-darkgrey p strong,
.bg-red h1, .bg-red h2,.bg-red h3,.bg-red h4,.bg-red h5,.bg-red h6,.bg-red p, .bg-red p strong, .bg-banner-darkgrey p, .bg-banner-darkgrey p strong {
    color:var(--color-white)
}
/*Links*/
.link-underline {
    font-weight: var(--font-weight-bold);
    text-decoration: underline;
}
select:focus {
    box-shadow: 0 0 0 0.2rem rgb(112 112 112 / 25%);
    outline: rgb(112 112 112 / 25%);
}


/* 5 ===COLORS=== */
.color-lightgrey {
    color: var(--color-lightgrey);
}

.color-grey {
    color: var(--color-grey);
}

.color-darkgrey {
    color: var(--color-darkgrey);
}

.color-black {
    color: var(--color-black);
}

.color-white {
    color: var(--color-white);
}

.color-red {
    color: var(--color-red);
}

.color-panalux {
    color: var(--color-panalux);
}

.color-lee-blue {
    color: var(--color-lee-blue);
}

.color-light-iron-green {
    color: var(--color-light-iron-green);
}

.color-yellowgreen {
    color: var(--color-yellowgreen);
}
.color-island-studios-grey{
    color:var(--color-island-studios-grey);
}
.bg-lightgrey {
    background-color: var(--color-lightgrey);
}

.bg-grey {
    background-color: var(--color-grey);
}
.bg-banner-darkgrey{
    background-color:#404040;
}
.bg-darkgrey {
    background-color: var(--color-darkgrey);
}

.bg-black {
    background-color: var(--color-black);
}

.bg-white {
    background-color: var(--color-white);
}

.bg-red {
    background-color: var(--color-red);
}

.bg-yellowgreen {
    background-color: var(--color-yellowgreen);
}
.bg-navgrey{
    background-color: var(--color-nav-grey);
}

.bg-darkgrey h1, .bg-navgrey h1, .bg-black h1, .bg-banner-darkgrey h1,
.bg-darkgrey h2, .bg-black h2, .bg-banner-darkgrey h2,
.bg-darkgrey h3, .bg-black h3, .bg-banner-darkgrey h3,
.bg-darkgrey h4, .bg-black h4, .bg-banner-darkgrey h4,
.bg-darkgrey h5, .bg-black h5, .bg-banner-darkgrey h5,
.bg-darkgrey h6, .bg-black h6, .bg-banner-darkgrey h6 {
    color: var(--color-white);
}
/*.bg-darkgrey p, .bg-black p {
    color: rgba(255, 255, 255, .75);
}*/


/* 6 ===BUTTONS=== */
.btn {
    padding: 15px 45px;
    font-weight:var(--font-weight-medium);
    letter-spacing:2px;
    font-size:var(--font-size-body-small);
    cursor:pointer;
    text-transform: uppercase;
}
/*Button Size Variants*/
.btn.btn-small {
    padding: 8px 20px;
    letter-spacing:inherit;
    text-transform:none;
}

/*Button Colors*/
.btn-white {
    background-color: var(--color-white);
    color: var(--color-black) !important;
    border: 1px solid var(--color-white);
    border-radius: 3px;
   
}
.bg-yellowgreen .btn-white {
    color: var(--color-yellowgreen) !important;
}
.bg-red .btn-white {
    color: var(--color-red) !important;
}
.bg-darkgrey .btn-white {
    color: var(--color-darkgrey) !important;
}

.btn-white:hover {
    background-color: transparent;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white);
}
.btn-black{
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-black);
    border-radius: 3px;
}
.bg-yellowgreen .btn-black {
    color: var(--color-yellowgreen) !important;
}
.btn-black:hover, .bg-yellowgreen .btn-black:hover {
    background-color: transparent;
    color: var(--color-black) !important;
}

.btn-transparent-white {
    background-color: transparent;
    color: var(--color-white)  !important;
    border: 1px solid var(--color-white);
    border-radius: 3px;
}

.btn-transparent-white:hover {
    background-color: var(--color-white);
    color: var(--color-black) !important;
}

.btn-transparent-black {
    background-color: transparent;
    border: 1px solid var(--color-black) !important;
    color: var(--color-black) !important;
    border-radius: 3px;
}

.btn-transparent-black:hover {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
   
}
.bg-yellowgreen .btn-transparent-black:hover{
    color: var(--color-yellowgreen) !important;
}
.btn-transparent-grey {
    background-color: transparent;
    border: 1px solid #656565;
    color: #656565;
    border-radius: 3px;
}

.btn-transparent-grey:hover {
    background-color: #656565;
    color: var(--color-white);

}
.btn-underline {
    font-weight: var(--font-weight-bold);
    background-color: transparent;
    border-color: transparent;
    position: relative;
    padding: 0px;
    color: rgba(0,0,0,1);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.btn-underline:hover {
    text-decoration: none;
    color: rgba(0,0,0,.6);
}
.btn-underline:before {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: -5px;
}

.btn-underline:hover::before {
    background-color: rgba(0,0,0,.6);
}
.bg-black .btn-transparent-grey {
    border-color: #fff;
    color: #fff;
}
.bg-black .btn-transparent-grey:hover {
    background: #fff;
    color: #000;
}
.bg-red .btn-white {
    color: var(--color-red) !important;
}
.bg-red .btn-white:hover {
    color: var(--color-white) !important;
}
.bg-red .btn-transparent-white:hover  {
    color: var(--color-red) !important;
}   
.bg-black .btn-underline {
    color: rgba(255,255,255,1);
}
.bg-black .btn-underline:hover {
    color: #A0A0A0;
}
.bg-black .btn-underline:before {
    background-color: rgba(255,255,255,1);
}
.bg-black .btn-underline:hover:before {
    background-color: #A0A0A0;
}
.bg-black .btn-underline:after {
    background-color: var(--color-white);
}
@media only screen and (max-width: 768px) {
    .btn {
        padding: 15px 40px;
        font-weight: var(--font-weight-medium);
        letter-spacing: 2px;
        font-size: var(--font-size-body-small);
        cursor: pointer;
    }
}

/* 7 ===FLEXBOX == */

.flexcolWrapper{
    display: flex;
    align-content: center;
    align-items: center;
    }
    
    .flexcol1{
    order:1;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
    .flexcol2{
    order:2;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
    .flexcol3{
    order:3;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
    
    .flexcol4{
    order:4;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
    
    
    .flexcol5{
    order:5;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
    
    
    .flexcol6{
    order:6;
    flex:0 1 auto;
    align-self: auto;
    min-width:0;
    min-height:auto;
    }
/* 8 ===NAVIGATION=== */
header {
    background-color: var(--color-nav-grey);
    z-index: 9;
    position: relative;
}

header *, ::before, ::after {

    -webkit-box-sizing: content-box;
    box-sizing: border-box;

}
.gripremote header {
    border-bottom: 8px solid var(--color-darkgrey);
}
.lightiron header {
    border-bottom: 8px solid var(--color-light-iron-green);
}
.panavision header {
    border-bottom: 8px solid var(--color-white);
}
.panalux header {
    border-bottom: 8px solid var(--color-red);
}
.leefilters header {
    border-bottom: 8px solid #009DCD;
} 
.islandstudios header {
    border-bottom: 8px solid var(--color-island-studios-grey);
}
.header-nav{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 30px;
    display: flex;
}
.aux-nav{
    background-color:var(--color-aux-grey);
}
header .aux-nav .row{
    height:25px;
}
.aux-nav a{
    font-size:var(--font-size-aux);
    text-transform: uppercase;
    color:var(--color-white);
    text-decoration:none;
}
.user-locale {
  position: relative;
  z-index: 99;
}
.navbar{
    height:79px;
    background-color: var(--color-nav-grey);
}
.navbar-nav-wrapper{
    display:flex;
    justify-content: space-between;
    flex-direction:row;
    width:100%;
    align-items:center;
    padding-left: 16px;
    margin-bottom: -5px;
}
.dropdown-menu .sub-child-item .nav-link{
    background-image: url('../png/arrow-small-right.png');
    background-repeat: no-repeat;
    background-position-x: 94%;
    background-position-y: center;
}
.dropwdown-inner-controls{
    display:none;
}
.dropdown-menu .nav-category-subheader {
    font-size: .75rem;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 14px 15px 14px;
    margin: 0;
    line-height: 12px;
    letter-spacing: 0.05em;
    font-family:"Roboto", sans-serif;
}
.dropdown-menu .nav-category-subheader:hover {
    text-decoration: none;
}
.breadcrumbs {
    margin: 41px 0 43px;
}
.breadcrumbs ul{
    display: flex;
    list-style: none;
}
.breadcrumbs li a {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: .75em;
    color: rgba(0,0,0,.4);
    text-transform: uppercase;
}
.breadcrumbs li a:hover {
    text-decoration: none;
    color: rgba(0,0,0,1);
}
.breadcrumbs li .current {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: var(--font-weight-bold);
    font-size: .75em;
    color: rgba(0,0,0,1);
    text-transform: uppercase;
}
.breadcrumbs li span::after {
    display: inline-block;
    content: "";
    margin: -5px 20px 0;
    border-top: 2px solid rgba(0,0,0,.4);
    border-right: 2px solid rgba(0,0,0,.4);
    height: 6px;
    width: 6px;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
}
.breadcrumbs.bannerpage.cat-crumbs {
    margin: 0;
    position: relative;
}
.breadcrumbs.bannerpage.cat-crumbs nav {
    position: absolute;
    z-index: 1;
    top: 40px;
}
.breadcrumbs.bannerpage li a {
    color: rgba(255,255,255,.4);
}
.breadcrumbs.bannerpage.dark-theme li a {
    color: rgba(0,0,0,.4);
}
.breadcrumbs.bannerpage li span::after {
    border-top: 2px solid rgba(255,255,255,.4);
    border-right: 2px solid rgba(255,255,255,.4);
}
.breadcrumbs.bannerpage.dark-theme li span::after {
    border-top: 2px solid rgba(0,0,0,.4);
    border-right: 2px solid rgba(0,0,0,.4);
}
.breadcrumbs.bannerpage li .current {
    color: rgba(255,255,255,1);
}
.breadcrumbs.bannerpage li a:hover {
    color: rgba(255,255,255,1);
}
.breadcrumbs.bannerpage.dark-theme li .current {
    color: rgba(0,0,0,1);
}
.breadcrumbs.bannerpage.dark-theme li a:hover {
    color: rgba(0,0,0,1);
}
@media screen and (max-width: 991px) {
    .breadcrumbs.bannerpage.cat-crumbs nav {
        position: absolute;
        z-index: 1;
        top: 20px;
    }
}
@media screen and (max-width: 500px){
    .breadcrumbs li span::after {
        display: inline-block;
        content: "";
        margin: -5px 10px 0;
    }
}
@media only screen and (max-width: 375px) {

    .breadcrumbs li span::after {
        display: inline-block;
        content: "";
        margin: -5px 6px 0;
    }
}
.nav-submenu-item ul{
    list-style: none;
}
.site-logo {
    width: 14%;
}
.site-logo img {
    margin-top: 6px;
}
.search-toggle, #clear-search, #mobile-clear-search, #search-toggle {
    background-color: transparent;
    border: 0;
    display: flex;
}
#mobile-search-toggle.search-toggle {
    display: none;

}
#mobile-search-toggle.search-toggle svg {
  width: 20px;
  height: 20px;
}
#clear-search, #mobile-clear-search {
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 5;
}

.search-dropdown {
    position: absolute;
    width: 100%;
    left: 0;
    top: 64px;
    padding: 31px 0;
    background: #fff;
    display: none;
    z-index: 2;
}

.search-dropdown .form-group {
    position: relative;
}

.search-dropdown .form-group input.header-searchbox, .search-dropdown .form-group input.header-searchbox:focus {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #707070 !important;
    background-color: transparent;
    box-shadow: none;
    color: #707070;
    font-size: 40px;
    position: relative;
    z-index: 2;
    height: 63px;
}

.search-dropdown .form-group label.header-search-label {
    color: rgba(112,112,112,.4);
    font-size: 40px;
    position: absolute;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}
/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.is-floating .form-group label.header-search-label {
    font-size: 1rem;
    top: -15px;
}
ul.sf-autocomplete {
  z-index: 9;
}
/*Mobile*/
@media screen and (max-width: 991px){
    #mobile-search-toggle.search-toggle {
      display: block;
    }
    .navbar {
        height: 53px;
        background-color: var(--color-nav-grey);
    }
    .navbar-expand-lg > .container {
        max-width: 100%;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: url('../svg/menu-toggle.svg');
        background-size: 20px;
    }
    .navbar-dark.open .navbar-toggler-icon {
        background-image: url('../svg/nav-close.svg');
    }
    .navbar-collapse {
        display: none;
        flex-direction: column;
        position: absolute;
        right: 0;
        top: 53px;
        z-index: 999;
        width: 100%;
        height: 100%;
        height: 100% !important;
        min-height: 100vh;
    }
    .navbar-collapse.collapse.show {
        display: flex;
    }
    .navbar-nav-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
    }
    .mobile-nav-logo {
        margin: auto;
        padding: 26px 0 26px 17.5px;
        width: 354px;
    }
    .mobile-nav-logo img {
      min-width: 209px;
      max-width:209px;
    }
    .dropdown-outer{
        display:flex;
        flex-direction:column;

    }
    .dropdown-inner {
        position: relative;
        background-color: var(--color-white);
        z-index: 99999;
        right: 0;
        top: 0;
        width: 354px;
        height: 100%;
        padding-bottom: 60px;
        margin: auto;
        min-height: 600px;
    }
    .dropwdown-inner-controls{
        display:flex;
        flex-direction: row;
        justify-content: space-between;
        padding-bottom:25px;
        padding-top: 30px;
        padding-left: 17px;
        position: relative;
    }
    .dropwdown-inner-controls::after {
      content: "";
      width: 316px;
      position: absolute;
      height: 2px;
      border: 0 !important;
      left: 11px;
      transition-duration: .3s;
      transition-property: all;
      transition-timing-function: cubic-bezier(0,0,.2,1);
      background-color: rgba(112,112,112,.1);
      bottom: 0;
    }
    .dropwdown-inner-controls.top-level{
        justify-content: flex-end;       
        width:100%;
    }
    .col-lg-2.col-12.logo-column {
      text-align: left !important;
      padding: 0;
      max-width: 209px;
    }
    .nav-submenu-item {
        display: none;
        position: absolute;
        background-color: #fff !important;
        z-index: 9;
        top: 127px;
        width: 100%;
        height: 85%;
    }
    .secondary .nav-submenu-item {
        top: 127px;
        background-color: #fff;
    }
    .nav-submenu-item.flex-column ul {
        list-style: none;
    }
    .nav-submenu-item .nav-submenu-item {
        top: 0;
    }
    .navbar .primary .nav-item .nav-link, .navbar .secondary .nav-item .nav-link {
        color: var(--color-black);
        position: relative;
        padding: 0px 0 0 11px;
        font-size: 14px;
        width: max-content;
        text-transform: uppercase;
        padding: 10px 0 10px 13px;
        border-radius: 3px;
        width: 100%;
        font-weight: 700;
        letter-spacing: .75px;
        background-image: none;
        font-family: Roboto;
    }
    .navbar .secondary .nav-item .nav-link {
      font-weight: 500;
    }
    .navbar .nav-item.sub-childless .nav-link {
        padding: 14.5px 0 14.5px 18px;
    }
    .main-nav-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 4.5px;
      text-align: left;
    }
    
    .btn-nav {
      background-color:  rgba(0,0,0,.1);
      border: 0;
      padding: 9.5px 13px;
      border-radius: 3px;
    }
    .btn-nav img {
      width: 10px;
    }
    .default-color.nav-item .btn-nav {
        background-color: rgba(0,0,0,.1);
    }
    .grip-remote.nav-item .btn-nav {
      background-color: rgba(124,124,124,.1);
    }
    .panalux.nav-item .btn-nav {
      background-color: rgba(201,42,57,.1);
    }
    .lee-filters.nav-item .btn-nav {
      background-color: rgba(13,157,205,.1);
    }
    .island-studios.nav-item .btn-nav {
      background-color: rgba(124,124,124,.07);
    }
    .light-iron.nav-item .btn-nav {
      background-color: rgba(211,221,61,.3);
    }

    .dropdown-menu .nav-category-subheader {
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        display: block;
        padding: 14px 18px 14px;
        margin: 0;
        line-height: 12px;
        letter-spacing: .75px;
        font-family: "Roboto", sans-serif;
    }
    .navbar-nav-wrapper {
        position: absolute;
        width: 100%;
        background: #fff;
        padding: 22px 0 150px;
        right: 0;
        max-width: 428px;
        /*filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
        -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));*/
        -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    0 3px 6px rgb(0 0 0 / 16%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }
    .navbar-nav .dropdown-menu.active .container {
       /* filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
        -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));*/
       -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow:    0 3px 6px rgb(0 0 0 / 16%);
        box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    }
   /* .navbar .dropdown .nav-link.top-level:after
{
        content:"";
        width:0;
        
        position:absolute;
        height:3px;
        border:0 !important;
        left:0;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0,0,.2,1);
        bottom:-5px;

    }
    .navbar .dropdown:hover .nav-link.top-level:after
    {
        width:100%;
        background-color:var(--color-black);
    } */
    .navbar .primary .dropdown,
    .navbar .secondary .dropdown{
        padding:0;
    }
    .navbar .primary,
    .navbar .secondary{
        padding-left:0px;
        width:100%;
        position:static;
        width: 354px;
        margin: auto;
        padding-bottom: 21px;
    }
    .navbar .secondary {
        padding-top: 21px;
    }
    .dropup, .dropright, .dropdown, .dropleft {
        position: static;
    }
    
    .navbar-nav.primary::after {
        content: "";
        width: 316px;
        position: relative;
        height: 2px;
        border: 0 !important;
        left: 11px;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0,0,.2,1);
        bottom: -22px;
        background-color: rgba(112,112,112,.1);
    }
    .navbar-nav .dropdown-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1000;
        display: none;
        float: none;
        width: 100%;
        height: 100% !important;
        padding: 0;
        clip: unset !important;
        font-family: Roboto;
    }
    .navbar-nav .dropdown-menu .container {
        background: #fff;
        width: 100%;
        max-width: 100%;
        min-height: 744px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .dropdown.show .nav-link {
        color: rgba(0,0,0,0.9);
        font-size: 20px;
        padding: 15px 0;
    }
    
    .dropwdown-inner-controls button {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 8px;
        position: relative;
        background: transparent;
        border: 0;
        display: flex;
        align-items: center;
        color: #000;
        font-family: Roboto;
    }
    .dropwdown-inner-controls button::before {
      content: "";
      display: block;
      background-image: url('../svg/arrow%20small%20right.svg');
      width: 6px;
      height: 11px;
      background-repeat: no-repeat;
      background-size: cover;
      transform: rotate(180deg);
      position: relative;
      left: -7px;
      top: 0px;
    }
    @supports (-webkit-touch-callout: none) {
       /* CSS specific to iOS devices */ 
       .dropwdown-inner-controls button::before {
          top: -1px;
        }
    }
    .category-column {
        padding: 0;
        padding-top: 22px;
        position: static !important;
    }
    /*.category-column::before {
        content: "";
        width: 316px;
        position: absolute;
        height: 2px;
        border: 0 !important;
        left: 11px;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0,0,.2,1);
        top: 0px;
        background-color: rgba(112,112,112,.1);
    }*/
    .nav-category-header {
        padding-bottom: 30px;
        font-size: 21px;
        font-weight: 500;
        line-height: 1;
        padding-bottom: 20px;
        padding-left: 17px;
        text-transform: uppercase;
        letter-spacing: .5px;
    }
    .nav-submenu-item .nav-category-header {
        padding-top: 22px;
        padding-bottom: 20px;
    }
    .nav-category-subheader {
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        padding-left: 17px;
    }
    .image-cta-column{
        padding-top:50px;
        text-align:left;
    }
    .dropdown-menu .nav-link.has-child {
        padding: 9px 0 9px 17px;
        background-image: none;
        position: relative;
        margin: 8px 0;
    }
    .dropdown-menu .nav-link {
        padding: 9px 0 9px 17px;
        background-image: none;
        position: relative;
        margin: 0;
    }
    
    .sub-category-column {
        display: none;
    }
    .nav-submenu-item.flex-column .nav-link {
        padding-left: 30px;
    }
    .is-floating .form-group label.header-search-label {
        font-size: 1rem;
        top: -10px;
    }
}
     /****Brand Color Overrides****/


    /* Grip and Remote */
    .navbar .dropdown.grip-remote .nav-link.top-nav:after{
        background-color: #707070;

    }
    /* Panalux */
    .navbar .dropdown.panalux .nav-link.top-nav:after{
        background-color: var(--color-panalux);

    }
    .dropdown.panalux .dropdown-menu .nav-item.active,
    .panalux .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.panalux .dropdown-menu .nav-item:hover{
        background-color:rgba(219,0,50, 0.1)
    }

    /*Lee Filters*/
    .navbar .dropdown.lee-filters .nav-link.top-nav:after{
        background-color:#009DCD;

    }
    .dropdown.lee-filters .dropdown-menu .nav-item.active,
    .dropdown.lee-filters .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.lee-filters .dropdown-menu .nav-item:hover{
        background-color:rgba(0,157,205, 0.1);
    }

    /* Island Studios */ 
    .navbar .dropdown.island-studios .nav-link.top-nav:after{
        background-color: var(--color-island-studios-grey);

    }
    .dropdown.island-studios .dropdown-menu .nav-item.active,
    .dropdown.island-studios .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.island-studios .dropdown-menu .nav-item:hover{
        background-color:rgba(204,204,204,0.1)
    }

    /*Light Iron*/
    .navbar .dropdown.light-iron .nav-link.top-nav:after{
        background-color: var(--color-light-iron-green);

    }
    .dropdown.light-iron .dropdown-menu .nav-item.active,
    .dropdown.light-iron .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.light-iron .dropdown-menu .nav-item:hover{
        background-color:rgba(211,221,61, 0.1);
    }
 /*Desktop*/
 @media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
    border:none;
    background-color:#fff;
    }
    

.navbar {
    padding-top:0px;
    padding-bottom:0px;
}
 
.navbar-nav.secondary {
  margin-right: 10px !important;
}

.navbar .dropdown, .navbar .no-dropdown {
    position: static;
    padding: 18px 4px;
}
 .nav-item.dropdown:hover::after {
  width: 100%;
  left: 0;
  right: 0;
  top: 75px;
  content: "";
  display: block;
  position: absolute;
  height: 400px;
  background: #fff;
}
    /*.navbar .secondary .nav-item {
        padding: 18px 3px;
    }*/

    .navbar .primary .dropdown .nav-link.top-nav, .navbar .primary .dropdown.show .nav-link.top-nav, .navbar .primary .no-dropdown .nav-link.top-nav {
        color: var(--color-white);
        position: relative;
        padding: 32px 0 32px;
        font-size: 11px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        font-weight: var(--font-weight-medium);
        font-family:"Roboto", sans-serif;
    }
    .navbar .primary .dropdown .nav-link.top-nav:after, .navbar .primary .no-dropdown .nav-link.top-nav:after{
        background-color: var(--color-white);
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: 0%;
        transition-duration: .3s;
        transition-property: all;
        transition-timing-function: cubic-bezier(0,0,.2,1);
        bottom: 27px;
        margin-left: 0;
        border: 0;
    }

    /****Brand Color Overrides****/


    /* Grip and Remote */
    .navbar .dropdown.grip-remote .nav-link.top-nav:after{
        background-color: #707070;

    }
    /* Panalux */
    .navbar .dropdown.panalux .nav-link.top-nav:after{
        background-color: var(--color-panalux);

    }

    /*Lee Filters*/
    .navbar .dropdown.lee-filters .nav-link.top-nav:after{
        background-color:#009DCD;

    }

    /* Island Studios */ 
    .navbar .dropdown.island-studios .nav-link.top-nav:after{
        background-color: var(--color-island-studios-grey);

    }

    /*Light Iron*/
    .navbar .dropdown.light-iron .nav-link.top-nav:after{
        background-color: var(--color-light-iron-green);

    }
    .navbar .dropdown.show .nav-link.top-nav:after, .navbar .dropdown:hover .nav-link.top-nav:after, .navbar .no-dropdown:hover .nav-link.top-nav:after, .navbar .no-dropdown.show .nav-link.top-nav:after{
        width:100%;
    }
    .navbar .dropdown.active-page .nav-link.top-nav:after, .navbar .no-dropdown.active-page .nav-link.top-nav:after{
        width:100%;
    }
    .navbar .secondary .nav-item .nav-link.top-nav,
    .navbar .secondary .nav-item.show .nav-link.top-nav{
        color:var(--color-white);
        position:relative;
        padding:0;
        font-size: 0.625rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        padding: 10px 5px;
        border-radius: 3px;
        font-weight:var(--font-weight-medium);
        font-family:"Roboto", sans-serif;
    }
    .navbar .secondary .dropdown .nav-link.top-nav:hover,
    .navbar .secondary .no-dropdown .nav-link.top-nav:hover,
    .navbar .secondary .dropdown.show .nav-link.top-nav{
        color:var(--color-black);
        background-color:var(--color-white);

    }

    .navbar .secondary .dropdown .nav-link.top-nav:after,
    .navbar .secondary .dropdown.show .nav-link.top-nav:after{
        display:none;
    }
    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        top:75px;
        display:block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
        border-radius:0;
        margin-top:0;
        padding:0;
        will-change: filter;
        filter: drop-shadow(0px 3px 6px rgba(0,0,0,.16));
    }
    .navbar-nav.primary:hover::after {
        width: 100%;
        left: 0;
        right: 0;
        top: 75px;  
        content: "";
        display: block;
        position: absolute;
        height: 400px;
        background: #fff;
    }
    .navbar .dropdown-menu .row{
        height:400px;
    }
    .nav-item.search-btn {
      display: flex;
      align-items: center;
    }
    .nav-item.dropdown:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
    }
   
    .navbar .dropdown-menu.show,
    .navbar .nav-item.dropdown.active .dropdown-menu {
        display:block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .dropdown-inner{
        width: 100%;
        flex-direction: row;
        display: flex;
    }
    .dropdown-menu .nav-item .nav-submenu-item, .sub-category-column .nav-submenu-item {
        position: absolute;
        left: 0;
        z-index: 9;
        width: 100%;
        top: 3px;
        display: none;
        /*box-shadow: 5px 0 5px -4px #eaeaea;*/
        height: 100%;
    }
    .sub-category-column .nav-submenu-item li:first-child {
        margin-top: 89px;
    }
    .dropdown-menu .nav-item.active .nav-submenu-item{
        display:none !important;
    }
    .dropdown-menu .logo-column{
        padding-top:30px;
        display:flex;
        flex-direction: column;
    }
    .dropdown-menu .logo-column img {
        align-self: center;
    }
    .dropdown-menu .category-column,
    .dropdown-menu .sub-category-column{
        padding-top:40px;
        padding-right:0px;
        position: relative;
    }
    .dropdown-menu .category-column {
        z-index: 10;
        background-color: #fff;
    }
    .dropdown-menu .sub-category-column {
        z-index: 9;
        background-color: #fff;
    }
    .dropdown-menu .image-cta-column {
        z-index: 8;
        background-color: #fff;
    }
    .dropdown-menu .category-column::after, .dropdown-menu .sub-category-column::after {
      box-shadow: 5px 0 5px -4px #eaeaea;
      content: "";
      display: block;
      height: 100%;
      top: 0;
      position: absolute;
      right: 0;
      width: 15px;
      z-index: 10;
    }
    .dropdown-menu .image-cta-column{
        padding-top:60px;
        display:flex;
        position: relative;
        flex-direction: column;
        padding-left: 60px;
    }
    .nav-submenu-item.flex-column.level-4 {
        position: absolute;
        left: 0;
        z-index: 9;
        width: 100%;
        top: 0px;
        display: none;
        box-shadow: 5px 0px 5px -4px #eaeaea inset;
        height: 100%;
        background-color: #fff;
    }
    .image-cta-column .nav-submenu-item li:first-child {
      margin-top: 92px;
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link{
        padding-top:20px;
        position:relative;
        color: #000;
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link:hover {
        text-decoration: none;
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link:before{
        background-color: #000;
        bottom: 0;
        content: "";
        display: block;
        height: 2px;
        left: 0;
        pointer-events: none;
        position: absolute;
        width: 100%;
        bottom:-5px;
    }
    
    .dropdown-menu .image-cta-column .nav-image-cta-link:after{
        display: none;
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link:hover:before{
        background-color: rgba(0,0,0,.6);
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link:hover {
        color: rgba(0,0,0,.6);
    }
    .dropdown-menu .image-cta-column .nav-image-cta-link:hover:after{
        width:100%;
    }
    .dropdown-menu .nav-category-header{
        font-weight: 500;
        font-size: 1.125rem;
        letter-spacing: 0.05em;
        padding-bottom: 30px;
        padding-left:15px;
        text-transform:uppercase;
        line-height: 22px;
        font-family:"Roboto", sans-serif;
    }
    .nav-submenu-item .nav-category-header {
        display: none;
    }
    
    .default-color .dropdown-menu .nav-item.active,
    .default-color .dropdown-menu .nav-item:hover,
    .default-color .nav-category-subheader:hover,
    .default-color .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(28,28,28, 0.1)
    }
    .grip-remote .dropdown-menu .nav-item.active,
    .grip-remote .dropdown-menu .nav-item:hover,
    .grip-remote .nav-category-subheader:hover,
    .grip-remote .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(112,112,112, 0.1)
    }
    .dropdown.panalux .dropdown-menu .nav-item.active,
    .dropdown.panalux .dropdown-menu .nav-item:hover,
    .dropdown.panalux .nav-category-subheader:hover,
    .dropdown.panalux .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(228,0,43, 0.1)
    }
    .lee-filters .dropdown-menu .nav-item.active,
    .lee-filters .dropdown-menu .nav-item:hover,
    .lee-filters .nav-category-subheader:hover,
    .lee-filters .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(0,157,205, 0.1)
    }
    .island-studios .dropdown-menu .nav-item.active,
    .island-studios .dropdown-menu .nav-item:hover,
    .island-studios .nav-category-subheader:hover,
    .island-studios .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(155,155,155, 0.1)
    }
    .light-iron .dropdown-menu .nav-item.active,
    .light-iron .dropdown-menu .nav-item:hover,
    .light-iron .nav-category-subheader:hover,
    .light-iron .dropdown-menu .nav-submenu-item .nav-item:hover {
        background-color:rgba(211,221,61, 0.2)
    }
/*    .nav-item.sub-child-item {
      margin: 1px 0;
    }*/
    .dropdown-menu .nav-link{
        font-weight: 500;
        font-size: 0.75rem;
        letter-spacing: 0.05em;
        padding-bottom: 25px;
        text-transform:uppercase;
        padding: 14px 0px 14px;
        margin:0 15px;
        color:var(--color-black);
        font-family:"Roboto", sans-serif;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 15px;
        padding-left: 16px;
        margin: 0;
    }


 
}
@media screen and (min-width: 1199px) {
    .navbar .primary .dropdown .nav-link.top-nav, .navbar .primary .dropdown.show .nav-link.top-nav {
      font-size: .675rem;
    }
}


    @media screen and (max-width: 991px) {
    .default-color .dropdown-menu .nav-item.active,
    .default-color .dropdown-menu .nav-item:hover,
    .default-color .nav-category-subheader:hover {
        background-color: transparent;
    }

    .grip-remote .dropdown-menu .nav-item.active,
    .grip-remote .dropdown-menu .nav-item:hover,
    .grip-remote .nav-category-subheader:hover {
        background-color: transparent;
    }

    .panalux .dropdown-menu .nav-item.active,
    .panalux .dropdown-menu .nav-item:hover,
    .panalux .nav-category-subheader:hover {
        background-color: transparent;
    }

    .lee-filters .dropdown-menu .nav-item.active,
    .lee-filters .dropdown-menu .nav-item:hover,
    .lee-filters .nav-category-subheader:hover {
        background-color: transparent;
    }

    .island-studios .dropdown-menu .nav-item.active,
    .island-studios .dropdown-menu .nav-item:hover,
    .island-studios .nav-category-subheader:hover {
        background-color: transparent;
    }

    .light-iron .dropdown-menu .nav-item.active,
    .light-iron .dropdown-menu .nav-item:hover,
    .light-iron .nav-category-subheader:hover {
        background-color: transparent;
    }
    .navbar .dropdown.grip-remote .nav-link.top-nav:after{
       background-color: transparent;

    }
    /* Panalux */
    .navbar .dropdown.panalux .nav-link.top-nav:after{
        background-color: transparent;

    }
    .panalux .dropdown-menu .nav-item.active,
    .panalux .dropdown-menu .nav-submenu-item .nav-item:hover,
    .panalux .dropdown-menu .nav-item:hover{
        background-color: transparent;
    }

    /*Lee Filters*/
    .navbar .dropdown.lee-filters .nav-link.top-nav:after{
        background-color: transparent;

    }
    .dropdown.lee-filters .dropdown-menu .nav-item.active,
    .dropdown.lee-filters .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.lee-filters .dropdown-menu .nav-item:hover{
        background-color: transparent;
    }

    /* Island Studios */ 
    .navbar .dropdown.island-studios .nav-link.top-nav:after{
        background-color: transparent;

    }
    .dropdown.island-studios .dropdown-menu .nav-item.active,
    .dropdown.island-studios .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.island-studios .dropdown-menu .nav-item:hover{
        background-color: transparent;
    }

    /*Light Iron*/
    .navbar .dropdown.light-iron .nav-link.top-nav:after{
        background-color: transparent;

    }
    .dropdown.light-iron .dropdown-menu .nav-item.active,
    .dropdown.light-iron .dropdown-menu .nav-submenu-item .nav-item:hover,
    .dropdown.light-iron .dropdown-menu .nav-item:hover{
        background-color: transparent;
    }
}

/* 9 ===FOOTER=== */
.footer-aux .row{
    height:50px;

}
.footer-aux .row p, 
.footer-aux .row a{
    font-size: 1rem;
    text-transform: uppercase;
    color:var(--color-white);
}
.footer-aux a {
    line-height: 1.5rem;
    display: inline-block;
}
.footer-social-links div{
    margin:0 15px;
}
.footer-social-links div:first-of-type{
    margin-left:0px;
}
.footer-social-links div:last-of-type{
    margin-right:0px;
}
.footer-cta .row{
    height:150px;

}
.footer-cta .footer-cta-header{
    margin-right:95px;
}
.footer-social-links{
    justify-content: space-evenly;
}

.footer-social-links {
    padding-top: 36px;
    justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
    .footer-col-3 .btn.btn-transparent-white {
        padding: 15px 25px;
        width: 100%;
    }
    .dropdown-menu .category-column::after, .dropdown-menu .sub-category-column::after {
        display: none;
    }
}
@media only screen and (max-width:768px){
    .footer-cta .footer-cta-header {
        margin-right: 0px;
        padding-bottom: 30px;
    }

    .footer-cta .col-12 {
        flex-direction: column;
    }
}
@media only screen and (min-width: 767px) {

    .footer-social-links {
        padding-top: 0;
        justify-content: flex-end;
    }
}

.footer-cta .container {
    padding: 30px 15px;
}
@media only screen and (min-width: 990px) {
    .footer-cta .container {
        padding: 0px 15px;
    }
}
.footer-border-hairline {
    border-bottom: 1px var(--color-white) solid;
    transform: scaleY(0.6);
}



.footer-main li{
    padding-bottom:30px;
    list-style: none;
}
.footer-main li:last-of-type{
    padding-bottom:0px;
}
.footer-main li a{
    text-transform: uppercase;
    color:var(--color-white);
}

/* 10 ===HERO BANNER=== */
/*.hero-banner { 
    background-color: var(--color-black);
    background-position: 0 0;
    background-repeat: no-repeat;

    
    background-image: url('../img/home_hero_banner.jpg');

   
    background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%),url('../img/home_hero_banner.jpg');
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, transparent), color-stop(100%, #000)),url('../img/home_hero_banner.jpg');
    background-image: linear-gradient(to bottom, transparent, #000),url('../img/home_hero_banner.jpg');

    
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADB2B6', endColorstr='#ABAEB3', GradientType=0);
    background-size:cover;
    background-position: top;
}*/
.hero-banner-top{
    height:450px;
}
.home-page.hero-banner .hero-banner-top {
    height: 577px;
}
body.sfPageEditor .banner-loading {
    display: none;
}
body:not(.sfPageEditor) .banner-loading {
    display: flex;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    z-index: 99;
    background: #000;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
}

body:not(.sfPageEditor) .banner-loading img, body:not(.sfPageEditor) .banner-loading svg {
    max-width: 100px;
}
body:not(.sfPageEditor) .banner-loading  p {
    color: #fff;
    padding-top: 20px;
}
/*.home-page.hero-banner .container {
    opacity: 0;
}*/

.hero-banner-top .img{
    padding:0 34px;
}
.hero-banner h2 ~ p {
    margin-top: 0;
}

@media all and (max-width:576px){

    .brand-page .hero-banner-top img ~ img {
        padding-top: 25px;
    }
    .brand-page .hero-banner-top.dual-logos {
        height: 292px;
    }
    .brand-page .hero-banner-top.dual-logos img ~ img {
        padding-top: 0px;
    }
    .footer-col-1 {
        margin-bottom: 30px;
    }
    .home-page.hero-banner h2 {
        font-size: 3rem;
    }
    body:not(.sfPageEditor) .banner-loading {
        display: none;
    }
}
@media all and (max-height:425px) {
    body:not(.sfPageEditor) .banner-loading {
        display: none;
    }
}
.brand-page .hero-banner{
    /* Fallback */
    background-image: url('../png/brand-background-image.png');

    /* CSS gradients */
    background-image: -moz-linear-gradient(top, transparent 0%, #000000 100%),url('../png/brand-background-image.png');
    background-image: -webkit-gradient(linear, top, bottom, color-stop(0%, transparent), color-stop(100%, #000)),url('../png/brand-background-image.png');
    background-image: linear-gradient(to bottom, transparent, #000),url('../png/brand-background-image.png');
    background-size: cover;
    background-position:top center;
}
.brand-page .hero-banner{
    border-top:transparent;
}
/*.brand-page.color-darkgrey .hero-banner{
    border-top:10px solid var(--color-darkgrey);
}
.brand-page.color-white .hero-banner{
    border-top:10px solid var(--color-white);
}
.brand-page.color-black .hero-banner{
    border-top:10px solid var(--color-black);
}
.brand-page.color-panalux .hero-banner{
    border-top:10px solid var(--color-panalux);
}
.brand-page.color-lee-blue .hero-banner{
    border-top:10px solid #009DCD;
}
.brand-page.color-light-iron-green .hero-banner{
    border-top:10px solid var(--color-light-iron-green);
}
.brand-page.color-island-studios-grey .hero-banner{
    border-top:10px solid var(--color-island-studios-grey);
}*/

.brand-page {
    position: relative;
    overflow: hidden;
}
.brand-page .bg-video {
    position: relative;
    position: absolute;
    top: 24%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.brand-page .hero-banner-top{
    height:350px;
    position: relative;
}
.btn-underline.video-btn {
    background-color: transparent;
}
.btn-underline.video-btn:before, .btn-underline.video-btn:after {
    display: none;
}

.home-page .bg-video {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    max-width: 1980px;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(0%);
    -moz-transform: translateX(-50%) translateY(0%);
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    text-align: center;
}
@media all and (max-width:500px) {
    .brand-page .hero-banner-top .row {
        justify-content: center;
    }
}
.brand-page .hero-banner-top img{
    padding: 0 35px;
    max-width:300px;
    align-self: center;
    width:100%
}

.sub-page.hero-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    background: rgb(0,0,0);
        background-image: none;
    background-image: linear-gradient(#2F2F2F, #000);
    z-index: 0;
}
.bg-white.sub-page.hero-banner::after {
    background: #fff;
    background-image: none;
    background-image: linear-gradient(transparent, #EAEAEA);
    z-index: 0;
}
.background-image.sub-page.hero-banner::after {
    background:transparent;
    background-image: linear-gradient(transparent, #000);
}
.bg-white.sub-page.white-gradient.background-image.hero-banner::after {
  background: transparent;
  background-image: linear-gradient(transparent 20%, #fff 85%);
}
.sub-page.hero-banner {
    background-size:cover !important;   
    position:relative;
    overflow:hidden;
}
.sub-page.hero-banner.parallax-bg {
background-attachment: fixed !important;
}

.sub-page.hero-banner .banner-content{
    position: relative;
    z-index: 2;
}
body:not(.sfPageEditor) .sub-page.hero-banner .container.banner-content.text-center {
    top: 0px;
    position: relative;
    z-index: 2;
}
.increase-banner-height{
    padding-top:450px;
}
.sub-page.hero-banner .hero-banner-cta,
.sub-page.hero-banner .watch-video-wrapper{
    padding: 0 15px;
}
#video-modal {
    top: 25%
}
/*.sub-page.color-light-iron-green.hero-banner {
    border-top: 10px solid var(--color-light-iron-green);
}
.sub-page.color-white.hero-banner {
    border-top: 10px solid var(--color-white);
}*/
.video-btn{
    color: white;
    background-color: #3B3B3B;
    border-radius: 3px;
}
.video-btn span{
    position: relative;
    display: inline;
    bottom: 1px;
    left: 10px;
}
.bg-video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    opacity: 1;
    pointer-events: none;
    background-image: linear-gradient(transparent 0%, #000 64%, #000);
}
.home-page .bg-video::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 100px;
    opacity: 1;
    pointer-events: none;
    background-image: linear-gradient(transparent 0%, #000 64%, #000);
    bottom: 0;
}
.brand-page .bg-video::after {
    content: "";
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 29%;
    opacity: 1;
    pointer-events: none;
    background-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 64%, #000);
    bottom: 0;
}
@media all and (max-width:1200px) {

    .brand-page .bg-video {
        top: 28%;
    }
}
@media all and (max-width:1024px) {
    .brand-page .bg-video {
        top: 41%;
    }
    .brand-page .bg-video::after {
        bottom: 90px;
        height: 33%
    }
}

@media all and (max-width:991px) {
    .brand-page .bg-video::after {
        bottom: 61px;
    }
}
@media all and (max-width:768px) {

    .home-page .hero-banner-top {
        height: 269px;
    }
    
    .bg-video::after {
        top: 43%;
        width: 100%;
        height: 87px;
    }
    .brand-page .bg-video::after {
        bottom: 0;
    }
    .brand-page .bg-video {
        top: -3%;
        min-height: auto;
        -ms-transform: translateX(-50%) translateY(0%);
        -moz-transform: translateX(-50%) translateY(0%);
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%);
    }
}
@media all and (max-width:600px) {
    .brand-page .hero-banner-top {
        height: 275px;
        position: relative;
    }
}
@media all and (max-width:500px) {
    .brand-page video {
        top: 22%;
    }
    .brand-page .bg-video::after {
        bottom: -35px;
    }
    .brand-page .hero-banner-top {
        height: 188px;
    }
    .home-page .bg-video {
        top: 0;
        transform: translateX(-50%) translateY(0%);
    }
    .home-page .bg-video::after {
        bottom: -25px;
        height: 59px;
    }
    body:not(.sfPageEditor) .dxl2-banner .sub-page.hero-banner .container.banner-content.text-center {
        padding: 0;
    }
    .dxl2-banner .row {
        margin: 0;
        display: block !important;
        padding: 0;
    }
    .dxl2-banner .col-lg-9.col-12 {
        padding: 0;
    }
    .dxl2-banner h2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* 11 ===TALL PANEL MODULE=== */
.tall-panels .flexcolWrapper{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tall-panels .flexcol{
    flex: 1 1 auto;
    align-self: auto;
    width:47%;
    max-width:160px;
    height:360px;
    margin:3px 3px;
    transition: all .4s ease-in-out;
    display:flex;
    justify-content: flex-start;
    align-items: flex-end;
    border-radius: 3px;
}
.tall-panels .flexcol:hover{
    transform: scale(1.05);
}
.tall-panels a{
    height:100%;
    width:100%;
    position:relative;
}
.tall-panels a span{
    position:absolute;
    bottom:20px;
    left: 15px;
    max-width:100px;
    font-weight:var(--font-weight-black);
}
.tall-panels h3 {
    padding-left: 15px;
    padding-bottom: 20px;
    max-width: 100px;
}
@media all and (max-width:993px) {

    .tall-panels .flexcolWrapper{
        flex-flow: row wrap;
    }
}
@media all and (max-width:767px) {
    .tall-panels .flexcol {
        width: 25%;
    }
}
@media all and (max-width:500px) {
    .tall-panels .callout-text {
        font-size: 16px;
        line-height: 19px;
    }
    .tall-panels a span {
        left: 10px;
    }
}

/* 12 ===TAB AND PANELS MODULES== */
.tab-module .nav-tabs{
    justify-content: center;
}
.tab-module .nav-tabs .tab-item.active, 
.tab-module .nav-tabs .nav-item.show .tab-item,
.tab-module .nav-tabs .tab-item{
 
    font-weight:var(--font-weight-bold);
    background-color:transparent;
    border-color:transparent;
    position:relative;
    padding: 0px;
    color: var(--color-black);
    display: inline-block;
}
.bg-black .tab-module .nav-tabs .tab-item {
  color: white;
}
.bg-black .tab-module .nav-tabs .tab-item::after {
  background-color: white;
}
.tab-module .nav-tabs .tab-item.active:focus, .tab-module .nav-tabs .nav-item:focus {
  outline: 0;
}
.tab-module .nav-tabs .color-white.nav-link, .color-white.nav-link:hover, .color-white.nav-link:focus {
    text-decoration: none;
    color:var(--color-white);
}
.nav-tabs .color-white.nav-link.active, .color-white.nav-tabs .color-white.nav-item.show .nav-link {
    color: var(--color-white);
    background-color: transparent;
    border-color: transparent;
}
.homepage-tabbed-slider .sliding-tabs .slick-slide {
  opacity: 0;
  transition: opacity 1.25s ease-out;
}
.homepage-tabbed-slider .sliding-tabs .slick-slide.slick-current.slick-active {
  opacity: 1;
}
.tab-module .nav-tabs .tab-item:before{
    background-color: #D5D5D5;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom:-5px;
}

.tab-module .nav-tabs .tab-item:after{
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 0px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    bottom:-5px;
}
.icon-tabs.tab-module .nav-tabs .tab-item:after, .tab-module.tabbable.icon-tabs .nav-tabs .tab-item:before, .grey-tabs.tab-module .nav-tabs .tab-item:after, .tab-module.tabbable.grey-tabs .nav-tabs .tab-item:before {
    display: none;
}
.bg-black .tab-module .nav-tabs .tab-item::before {
    background-color: rgba(255,255,255,.25);
}
.tab-module .nav-tabs .color-white.tab-item:before{
    background-color: rgba(255,255,255,.25);
}
.tab-module .nav-tabs .color-white.tab-item:after{
    background-color:var(--color-white);
}
.tab-module .nav-tabs .tab-item:hover:after, .tab-module .nav-tabs .tab-item.active:after, .tab-module .nav-tabs .slick-current .tab-item:after{
    width:100%;
}
.homepage-tabbed-slider.tab-module .nav-tabs .tab-item.active:after {
    width: 0;
}
.homepage-tabbed-slider.tab-module .nav-tabs .slick-current .tab-item:after, .homepage-tabbed-slider.tab-module .nav-tabs .tab-item:hover:after{
    width:100%;
}
.tab-module .nav-tabs .nav-item {
    padding: .5rem 1rem;
    text-align: center;
}
.tab-module .nav-tabs .nav-item:focus {

}
.tab-module .nav-tabs {
    border-bottom: none;
}
.homepage-tabbed-slider .tab-nav .slick-track {
    display: flex;
    justify-content: space-evenly;
}
.homepage-tabbed-slider .tab-nav.slick-initialized .slick-slide {
    display: block;
    width: auto !important;
}
.homepage-tabbed-slider .nav-tabs.tab-nav .slick-slide div {
    display: flex;
    justify-content: center;
}
.homepage-tabbed-slider .nav-tabs.tab-nav .slick-slide div:focus {
    outline: 0;
    border: 0;
    filter: none;
    box-shadow: none;
}
.homepage-tabbed-slider * {
    outline: 0 !important;
}
.tab-btn,
.panel-btn{
    border:1px solid var(--color-darkgrey);
    border-radius:3px;
    color:var(--color-darkgrey) !important;
    background-color: var(--color-lightgrey);
    transition:all 0.10s linear;
}
.tab-btn:hover,
.panel-btn:hover{
    border:1px solid var(--color-lightgrey);
    border-radius:3px;
    color:var(--color-lightgrey) !important;
    background-color: var(--color-darkgrey);
}
.tab-pane .tab-inner-wrapper .tab-btn-wrap,
.panel-inner-wrapper .panel-btn-wrap
{
    opacity:0;
    position:absolute;
    width:100%;
    transition:all 0.20s linear;
}

.tab-pane .tab-inner-wrapper:hover .tab-btn-wrap,
 .panel-inner-wrapper:hover .panel-btn-wrap, 
.tab-pane .shortbox.tab-inner-wrapper:hover .tab-btn-wrap
{
    opacity:1;
    bottom: 14px;
}

.tab-inner-wrapper p{
    position:absolute;
    font-size:1.75rem;
    font-weight:var(--font-weight-medium);
    width:100%;
    color: var(--color-black);
    transition:all 0.15s linear;
}
.row.tab-content.sliding-tabs {
    position: relative;
}

.tab-content.sliding-tabs > .tab-pane {
    display: block;
    position: absolute;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
    z-index: 1;
}
.tab-content.sliding-tabs > .tab-pane.prev-tab {
    left: 30%;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}
.tab-content.sliding-tabs > .active {
    display: block;
    left: 0;
    z-index: 9;
}
.tab-pane .tab-inner-wrapper:hover p {
    color: var(--color-white);
}
.tab-pane .tab-inner-wrapper .tab-picture{
    display:block;
}
.tab-pane .tab-inner-wrapper .tab-picture-hover{
    display:none;
}
.tab-pane .tab-inner-wrapper:hover .tab-picture{
    display:none;
}
.tab-pane .tab-inner-wrapper:hover .tab-picture-hover{
    display:block;
}
.tab-pane .tab-box{
    padding:0 5px;
    margin-bottom:10px;
   
}
.tab-pane .tab-inner-wrapper{
    border-radius:3px;
    background-color:var(--color-white);
    overflow: hidden;
    position: relative;

}
.tab-pane .tab-inner-wrapper img,
.panel-inner-wrapper .panel-background-image{
    height:100%;
    border-radius: 3px;
    object-fit: cover;
    width:100%;
}
.panel-wrapper .panel-inner-wrapper{
    color:var(--color-white);
    font-size:1.125rem;
    position:relative;
    overflow: hidden;
}
.panel-inner-wrapper::after {
    display: block;
    position: relative;
    background: linear-gradient(to top, #000 0%, transparent 70%);
    margin-top: -463px;
    height: 460px;
    width: 100%;
    content: '';
}
.panel-logo{
    z-index:99;
    position:relative;
}
.panel-text-wrap p{
    position:relative;
    z-index:99;
}
.panel-btn-wrap .panel-btn{
    position:relative;
    z-index:99;
}
@media all and (max-width:991px) {
    .homepage-tabbed-slider .slick-slide img {
        padding-bottom: 30px;
    }
    .homepage-tabbed-slider .grid-tabs .slick-slide img {
        padding-bottom: 0;
    }
    .homepage-tabbed-slider .tab-nav.tabCount .slick-track {
        width: 750px !important;
    }
    .homepage-tabbed-slider .tab-nav  .slick-list {
        overflow-x: scroll;
    }
    .homepage-tabbed-slider .tab-nav.slick-initialized .slick-slide {
        height: auto;
    }
    .homepage-tabbed-slider .tab-nav .slick-track {
        align-items: stretch;        
        padding-bottom: 15px !important;
    }
    .homepage-tabbed-slider .nav-tabs.tab-nav .slick-slide div {
        align-items: stretch;
        height: 100%;
    }
    .homepage-tabbed-slider .tab-nav .slick-list .nav-item {
        display: flex !important;
    }
}
@media all and (max-width:767px) {
    .tab-pane .btn {
        margin-top: 30px;
    }

}
@media all and (max-width:600px) {
    .slick-slider.tabCount .slick-list {
        overflow-x: scroll;
    }
    
}
@media all and (max-width:500px) {
    .tab-module .nav-tabs .nav-item {
      padding: .5rem .5rem;
      text-align: center;
    }
}

/* Tabs Short Grid */

.tab-pane .tab-inner-wrapper.shortbox {
    height: 220px;
    
}
.tab-pane .shortbox.tab-inner-wrapper img{
    object-fit: cover;
}
.tab-pane .shortbox.tab-inner-wrapper p{
    top:170px;
    
}
.tab-pane .shortbox.tab-inner-wrapper:hover p{
    top:130px;
    color:var(--color-white)
}
.tab-pane .shortbox.tab-inner-wrapper .tab-btn-wrap{
    bottom: -20px;

}
@media only screen and (min-width: 992px) {
    .tab-module .nav-item{
        margin-right:50px;
    }
    .tab-module .nav-item:last-of-type{
        margin-right:0px;
    }
}

/* Tabs Tall Grid */
.tab-pane .tab-inner-wrapper.tallbox{
    height:450px;
}
.tab-pane .tab-inner-wrapper.tallbox img{
    object-fit: cover;
}
.tab-pane .tab-inner-wrapper.tallbox p{
    bottom: 32px;
    transition:all 0.15s linear;
}
.tab-pane .tallbox.tab-inner-wrapper:hover p{
    bottom: 81px;
    color:var(--color-white)
}
.tab-pane .tallbox.tab-inner-wrapper .tab-btn-wrap{
    bottom: -26px;

}
.tab-pane .tallbox.tab-inner-wrapper:hover .tab-btn-wrap{
    bottom: 26px;

}

/* Tabs 2 x 3 */ 
/*.tab-pane.tab-2-3 .tab-inner-wrapper{
    height:208px;
}
.tab-pane.tab-2-3 .tab-inner-wrapper img{
    object-fit: cover;
}
.tab-pane.tab-2-3 .tab-inner-wrapper p{
    top:150px;
    transition:all 0.15s linear;
}
.tab-pane.tab-2-3 .tab-inner-wrapper:hover p{
    top:120px;
    color:var(--color-white)
}
.tab-pane.tab-2-3 .tab-inner-wrapper .tab-btn-wrap {
    bottom: -12px;
}
.tab-pane.tab-2-3 .tab-inner-wrapper:hover .tab-btn-wrap {
    bottom: 12px;
}*/


 .panel-inner-wrapper{
    height:460px;
}
.panel-inner-wrapper  .panel-logo{
    max-width:153px;
}
.panel-inner-wrapper  .panel-text-wrap{
    position:absolute;
    left:0;
    right:0;
    bottom:25px;
    transition:all 0.15s linear;
}
 .panel-inner-wrapper:hover .panel-text-wrap{
    position:absolute;
    left:0;
    right:0;
    bottom:75px;
}
.panel-inner-wrapper  .panel-btn-wrap{
    bottom:-25px;
}
.panel-inner-wrapper:hover  .panel-btn-wrap{
    bottom:25px;
}
.panel-text-wrap p {
    color: var(--color-white);
    font-size: 1.5rem;
}
.banner-cta-dual p {
  font-size: 1.5rem;
}
.banner-cta-dual.container a {
    width: 100%;
}
.banner-cta-dual.container a ~ a {
    margin-top: 20px;
}
.bg-red .banner-cta-dual.container p, .bg-darkgrey .banner-cta-dual.container p {
    font-size: 1.5rem;
    color: rgba(255,255,255,.75);
}
.bg-black .banner-cta-dual.container p {
    font-size: 1.5rem;
    color: rgba(255,255,255,.75);
}
@media only screen and (max-width: 991px) {
    .banner-cta-dual.container a {
        width: 100%;
        max-width: 75%;
        display: inline-block;
    }
    .banner-cta-dual .col-lg-4 {
        text-align: center;
    }
    .panel-inner-wrapper .panel-text-wrap {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 75px;
        opacity: 1;
    }
    .panel-inner-wrapper .panel-btn-wrap {
        bottom: 25px;
        opacity: 1;
    }
}
@media only screen and (max-width: 600px) {
    .banner-cta-dual.container a {        
        max-width: 50%;
    }
}
@media only screen and (max-width: 600px) {
    .banner-cta-dual.container a {
        width: 100%;
        max-width: 65%;
        display: inline-block;
    }
}
@media only screen and (max-width: 400px) {
    .banner-cta-dual.container a {
        width: 100%;
        max-width: 95%;
        display: inline-block;
    }
}


/* 13 ===NARROW SLIDER === */

.narrow-slider {
    margin-left: 15px;
}
.narrow-slider-wrapper .slick-list{
    margin-left:0px !important;    
    margin: 0 -17px;
}
.narrow-slider-wrapper .credit-slim .slick-list {
    margin-left: 0px !important;
    margin: 0 0px;
}
.narrow-slider-wrapper .slick-slide{
    border-radius:3px;
    position:relative;
    margin: 0 17px;
    background-color:var(--color-darkgrey);
    width: 255px;
    height: 510px;   
}
.slide-item {
    min-width: 180px;
}
.narrow-slider-wrapper .slick-slide div:first-child{
height:100%;
}
.narrow-slider-button-prev,
.narrow-slider-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 47% 43%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;

}
.narrow-slider-button-prev.slick-arrow.slick-disabled {
    cursor: pointer;
}
.narrow-slider-button-prev:hover,
.narrow-slider-button-next:hover{
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    transform: scale(1.05);
}
.narrow-slider-button-prev{
    background-image:url('../svg/arrow-prev.svg');
}
.narrow-slider-button-next{
    background-image:url('../svg/arrow-next.svg');
}
.narrow-slider-pagination{
width:50%;
text-align:center;
}
.narrow-slider-button-prev.slick-disabled,
.narrow-slider-button-next.slick-disabled{
    background-color:var(--color-lightgrey);
    cursor:inherit;
    
}
.narrow-slider-button-prev.slick-disabled svg{
    fill:var(--color-grey);
}

.narrow-slider-wrapper .btn-container {
    display: flex;
    align-items: center;
}
.narrow-slider-pagination{
    position:relative;
    padding: 0 15px;
}
.bg-black .narrow-slider-pagination{
  color:var(--color-white);
}
@media only screen and (min-width: 2000px) {

    .narrow-slider-wrapper .btn-container {
        left: auto;
        top: 0;
        right: 34%;
    }

  
}

@media only screen and (max-width: 767px) {
    .narrow-slider-wrapper .btn-container {
        position: inherit;
        padding: 30px 15px;
        text-align: right;
    }
}
@media only screen and (max-width: 576px) {
    .narrow-slider {
        margin-left: 0px;
    }
}
@media screen and (min-width:600px) {
    .slider-offset-padding {
        margin-left: max(0px, (100% - 540px)/2);
        margin-right: 0;
    }
}

@media screen and (min-width:768px) {
    .slider-offset-padding {
        margin-left: max(0px, (100% - 720px)/2);
        margin-right: 0;
    }
}

@media screen and (min-width:991px) {
    .slider-offset-padding {
        margin-left: max(0px, (100% - 960px)/2);
        margin-right: 0;
    }
}

@media screen and (min-width:1200px) {
    .slider-offset-padding {
        margin-left: max(0px, (100% - 1140px)/2);
        margin-right: 0;
    }
}

.blog-postslide-container {
    position: relative;
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.blog-postslide-container img {
    width:100%;
    height: 100%;
    object-fit:cover;
}
.blog-postslide-container::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.45);
}
.blog-postslide-container:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.9);
}
.narrow-slider-wrapper .swiper-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:3px;
}
.narrow-slider-wrapper .slider-title{
    font-weight:var(--font-weight-medium);
    font-size: var(--font-size-callout-large);
    color:var(--color-white);
    font-size: 1.75rem;
}
.blog-postslide-container:hover {
    color: rgba(0,0,0,.75);
}
.blog-teaser {
    display: none;
}
.narrow-slider-wrapper .blog-postslide-container:hover .slider-title {
    color:var(--color-black);
    padding-bottom: 23px;
}

.blog-slide-content {
    position: absolute;
    left: 0;
    top: 92px;
    right: 0;
    margin: 0 auto;
    padding: 0 15px;
}

.blog-postslide-container .btn-transparent-black {
    position: absolute;
    bottom: 27px;
    left: 0;
    right: 0;
    margin: auto;
    width: 118px;
    text-align: center;
    padding: 6px;
    font-weight: 500;
    opacity: .75;
    display: none;
}
.blog-postslide-container:hover .blog-teaser {
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
}
.blog-postslide-container:hover .blog-teaser, .blog-postslide-container:hover .btn-transparent-black {
    display: block;
}
.narrow-slider-wrapper .slick-dots{
    display:none !important;
}
.credit-narrow.narrow-slider-wrapper .narrow-slider {
    display: flex;
    overflow: hidden;
}
.credit-slim-wrapper {
    position: relative;
}
.credit-slim-wrapper::before, .credit-slim-wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 10%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
    z-index: 1;
}
.credit-slim-wrapper::after {
    right: 0;
    top: 0;
    background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
}
.credit-narrow.narrow-slider-wrapper .slick-slide {
    background-color: transparent;
    margin: 0 2.5px;
    width: 180px;
    height: auto;
}
.credit-narrow.narrow-slider-wrapper .blog-slide-content {
    position: relative;
    left: auto;
    top: auto;
    text-align: left;
}
.credit-narrow.narrow-slider-wrapper .slider-title {
    text-align: center;
    color: #000;
    font-size: 1.125rem;
    padding-top: 15px;
    line-height: 22px;
}
.credit-narrow.narrow-slider-wrapper .blog-postslide-container:hover .slider-title {
    color: var(--color-black);
    padding-bottom: 0px;
}
.credit-narrow.narrow-slider-wrapper .blog-postslide-container:hover::before {
    display: none;
}
.credit-narrow.narrow-slider-wrapper .btn-container {
    position: relative;
}
.credit-narrow.narrow-slider-wrapper .narrow-slider-button-prev.slick-arrow {
    position: absolute;
    top: -209px;
}
.credit-narrow.narrow-slider-wrapper .narrow-slider-button-next.slick-arrow {
    position: absolute;
    top: -209px;
    right: 0;
}
.credit-narrow.narrow-slider-wrapper .narrow-slider-button-next.slick-arrow {
    position: absolute;
    top: -209px;
    right: -248px;
}
.credit-narrow.narrow-slider-wrapper .narrow-slider-button-prev.slick-arrow.slick-disabled {
    display: none !important;
}
.credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-prev.slick-arrow.slick-disabled, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-prev.slick-arrow {
    display: block !important;
    left: 50px;
    top: -153px;
}
.credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-next.slick-arrow {
    position: absolute;
    top: -153px;
    right: 50px;
}
.credit-slim-wrapper .blog-postslide-container::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
}
@media (min-width: 2000px) {
    .narrow-slider-wrapper .btn-container {
        left: auto;
        top: auto;
        right: auto;
    }
}
@media (max-width: 1600px) {
    .credit-narrow.narrow-slider-wrapper .narrow-slider-button-next.slick-arrow {
        right: -140px;
    }
}
@media (max-width: 1400px) {
    .credit-narrow.narrow-slider-wrapper .narrow-slider-button-next.slick-arrow {
        right: 0px;
    }
}
@media (max-width: 768px) {
    .credit-narrow.narrow-slider-wrapper .btn-underline {
        margin-left: 15px;
        margin-top: 30px;
    }
    .credit-slim-wrapper::before, .credit-slim-wrapper::after {
        display: none;
    }
}
@media (max-width: 600px) {
    .credit-narrow.narrow-slider-wrapper.p-bottom-150 {
        padding: 15px;
        padding-bottom:50px;
    }
    .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-next.slick-arrow {
      display: none !important;
    }
    .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-prev.slick-arrow.slick-disabled, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .narrow-slider-button-prev.slick-arrow {
      display: none !important;
    }

    .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .blog-postslide-container:hover p {
        display: none !important;
    }

    .credit-narrow.narrow-slider-wrapper.fullwidth-narrow a:hover img {
        opacity: 1 !important;
    }
}

/* 14 ===IMAGE SLIDER=== */
.image-slide{
   
    
}
.image-slider-left, .image-slider-right {
    display: flex;
    flex-wrap: nowrap;
    position: relative;

}
.image-slider-left img, .image-slider-right img {
    padding:0 5px 10px 5px;
}

@media (max-width: 768px) {
    .image-slider-left, .image-slider-right {
        height: 275px;
    }
}
@media (max-width: 500px) {
    .image-slider-left {
        left: -75px;
    }
    .image-slider-right {
        right: -75px;
    }
    .image-slider-left, .image-slider-right {
        height: 175px;
    }
}

/* 15 ===MOVIE TILE MODULE=== */
.movie-callouts-container {
    position: relative;
    z-index: 9;
}
.movie-callouts .flexcolWrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position:relative;
}
.movie-callouts.digital-signage .flexcolWrapper {
    align-content: flex-start;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-y: scroll; 
}
.movie-callouts.digital-signage .flexcolWrapper::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}
.movie-callouts .flexcolWrapper:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,transparent 65%, #000);
    opacity: .7;
    pointer-events: none;
}
.movie-callouts.digital-signage .flexcolWrapper:after{
    display: none;
}
.movie-callouts .flexcol{
    flex: 0 1 auto;
    align-self: auto;
    width:20%;
    display:flex;
    border: 1px solid var(--color-black);
    background-color:var(--color-white);
    display:flex;
    justify-content: center;
    align-items: center;
}
.data-list {
    height: 100vh;
    width: 100%;
    overflow-y: hidden;
}
.movie-callouts.digital-signage {
    background: black;
    height: 100vh;
}
.movie-callouts.digital-signage .flexcol {
    width: 16.66667%;
    align-content: flex-start;
}
.movie-callouts {
    height: 942px;
  /*  overflow-y: hidden;*/
    width: 101%;
}
.movie-callouts-container.callout-fixed .movie-callouts {
    overflow-y: visible;
    height: auto !important;
}
/*.movie-callouts-container.callout-fixed {
    position: fixed;
}*/
/*.movie-callouts-container.callout-relative {
    position: relative;
}*/
.movie-callouts img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.movie-callouts-footer {
    margin-bottom: 100px;
}
.movie-callouts-footer .container {

    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.movie-callouts-footer {
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
    background: #000;
    width: 100%;
    z-index: 999999;
    height: 288px;
    opacity: 1;
}
body:not(.sfPageEditor) .movie-callouts-footer.footer-fixed {
    position: relative;
    opacity: 1;
}
body:not(.sfPageEditor) .callouts-footer-wrapper {
    opacity: 1;
    position: relative;
    bottom: -288px;
    margin: auto;
    left: 0;
    right: 0;
    background: #000;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
body:not(.sfPageEditor) .movie-callouts-footer.footer-fixed .callouts-footer-wrapper {
    opacity: 1;
    position: fixed;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    background: #000;
}
body:not(.sfPageEditor) .callouts-footer-wrapper .text-center {
    opacity: 0;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
body:not(.sfPageEditor) .movie-callouts-footer.footer-fixed .callouts-footer-wrapper .text-center{
    opacity: 1;
}
body:not(.sfPageEditor) .movie-callouts-footer.footer-fixed.callout-display .callouts-footer-wrapper {
    position: relative;
    margin: 0;
}
body:not(.sfPageEditor) .footer-spacer {
  padding-top: 100px;
}
body:not(.sfPageEditor) .callout-removed .movie-callouts-footer.footer-fixed.callout-display {
    margin-bottom: 0px;
}
body:not(.sfPageEditor) .callout-removed .footer-spacer{
    padding-top: 0px;
}
@media (min-width: 1921px){
    .movie-callouts .flexcol{
        width:10%;
    }
    .movie-callouts-footer.footer-fixed {
      position: relative !important;
      bottom: auto;
    }
    .movie-callouts-footer .container {
        opacity: 1;
    }
    .movie-callouts {
      height: auto;
      overflow-y: hidden;
      width: 101%;
    }
}
@media (max-width: 850px) {
    body:not(.sfPageEditor) .movie-callouts-footer {
        margin-bottom: 0px;
    }

    body:not(.sfPageEditor) .footer-spacer {
        padding-top: 0px;
    }
    body:not(.sfPageEditor) .movie-callouts-footer.footer-fixed .callouts-footer-wrapper {
        position: relative;
    }
}
@media (max-width: 768px) {
    .movie-callouts {
        height: auto;
    }
    
}
.movie-callouts .flexcol:hover img{
  opacity:0.2;
}
.movie-callouts.digital-signage .flexcol:hover img {
    opacity: 1;
}
.movie-callouts .flexcol a {
    height: 100%;
    width: 100%;
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.movie-callouts .flexcol p, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow p {
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.125rem;
    font-weight: var(--font-weight-bold);
    position: absolute;
    display: none;
    text-align: center;
    line-height: 36px;
    font-family: 'Roboto Condensed', sans-serif;
}
.movie-callouts .flexcol:hover p, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow .blog-postslide-container:hover p{
    display:block;
}
.credit-narrow.narrow-slider-wrapper.fullwidth-narrow .blog-postslide-container:hover p{
    font-size: 22px;
    line-height: 28px;
}
@media (max-width: 991px) {
    .movie-callouts .flexcol p {
        font-size: 1.5rem;
        line-height: 28px;
    }
    .movie-callouts.digital-signage .flexcol {
      width: 20%;
    }
}
@media (max-width: 768px) {
    .movie-callouts .flexcol p {
        font-size: 1rem;
        line-height: 22px;
    }
    .movie-callouts.digital-signage .flexcol {
      width: 33.3333367%;
    }
}
@media (max-width: 600px) {
    .movie-callouts .flexcol p {
        font-size: .875rem;
        line-height: 20px;
    }

}
@media (max-width: 400px) {
    .movie-callouts .flexcol p {
        font-size: .75rem;
        line-height: 18px;
    }
}

/* 16 ===MOVIE TILE SLIDER=== */
.movie-callouts-slider{
    position:relative;
}

.movie-callouts-slider::before, .movie-callouts-slider::after  {
    position: absolute;
    display: block;
    content: "";
    width: 10%;
    height: 101%;
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%);  
    z-index: 1;
}
.movie-callouts-slider::after {
    right: 0;
    top: 0;
    background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6) 40%, rgba(255,255,255,0) 100%); 
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
    background: linear-gradient(to left, rgba(0,0,0,1) 0%,rgba(0,0,0,0.6) 40%,rgba(255,255,255,0) 100%); 
}
.movie-callouts-slider .flexcolWrapper{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    position:relative;
}
.movie-callouts-slider .slick-slide {
    background-color: #000;
}
.movie-callouts-slider .flexcol{
    flex: 0 1 auto;
    align-self: auto;
    width:20%;
    display:flex;
    border: none;
    background-color:var(--color-white);
    display:flex;
    justify-content: center;
    align-items: center;
}
.credit-narrow.narrow-slider-wrapper.fullwidth-narrow a{
    flex: 0 1 auto;
    align-self: auto;
    display:flex;
    border: none;
    background-color:var(--color-white);
    display:flex;
    justify-content: center;
    align-items: center;
}

.movie-callouts-slider img, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (min-width: 1921px){
    .movie-callouts-slider .flexcol{
        width:10%;
    }
}
@media (max-width: 1200px) {
    .movie-callouts-slider::before, .movie-callouts-slider::after {
        width: 12%;
    }
}
@media (max-width: 768px) {
    .movie-callouts-slider::before, .movie-callouts-slider::after {
        display: none;
    }
}
.movie-callouts-slider .flexcol:hover img, .credit-narrow.narrow-slider-wrapper.fullwidth-narrow a:hover img{
    opacity:0.2;
}
.movie-callouts-slider .flexcol a {
    height: 100%;
    width: 100%;
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.movie-callouts-slider .flexcol p {
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 2.125rem;
    font-weight: var(--font-weight-bold);
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 34px;
}
.movie-callouts-slider .flexcol:hover p{
    display:block;
}
.movie-slider-button-prev,
.movie-slider-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    top: 46%;
    position: absolute;
    z-index: 3;

}
.movie-slider-button-prev:hover,
.movie-slider-button-next:hover{
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 25%);
    transform: scale(1.2);
    
}
.movie-slider-button-prev{
    background-image:url('../svg/arrow-prev-white.svg');
}
.movie-slider-button-next{
    background-image:url('../svg/arrow-next-white.svg');
    right: 52px;
}

.movie-slider-button-prev.slick-disabled,
.movie-slider-button-next.slick-disabled{
    background-color:var(--color-lightgrey);
    cursor:inherit;
    
}
.movie-slider-button-prev.slick-disabled svg{
    fill:var(--color-grey);
}
.movie-callouts-slider .btn-container{ 
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 50px;

}
@media all and (max-width: 768px) {

    .movie-callouts-slider .btn-container {
        display: none;
    }
    .slick-dots {
        display: flex;
        bottom: -37px;
        position: relative;
        background: #6E6E6E;
        border-radius: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .slick-dots li {
        display: inline-block;
        width: 100%;
        height: 7px;
    }
    .slick-dots .slick-active {
        background: #EDEDED;
        border-radius: 4px;
    }
    .slick-dots:hover {
        cursor: pointer;
    }

    .slick-dots li button {
        background: transparent;
        color: transparent;
        border:0;
    }
    .movie-callouts-slider .flexcol p {
        font-size: 1rem;
        line-height: 24px;
    }

}
.two-colum-cta .bg-lightgrey.tile-card {
    border-radius: 5px;
    padding-left: 50px;
    padding-right: 50px;
}
.two-colum-cta h2 ~ p {
    margin-top: 0;
}
.credit-grid .container{
    padding:70px 0 0 0;
    border-top:1px solid var(--color-darkgrey);

}
.all-credits.artist-grid .flexcolWrapper {
  align-items: start !important;
  margin-left:0;
  margin-right:0;
}
.credit-grid li {
    overflow: hidden;
    margin-bottom: 30px;
    justify-content:center;
}
.credit-grid a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.credit-grid a:hover .credit-grid-content {
    display: block !important;
    position: absolute;
}
.credit-grid a:hover::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,.95);
}
    .credit-grid a h2 {
        font-size: 2rem;
        line-height: 38px;
        text-transform: uppercase;
        text-align: center;
        font-family: 'Roboto Condensed', sans-serif;
    }

.credit-detail-content h1 {
    padding-bottom: 10px;
}
.credit-detail-content h3 {
    font-size: var(--font-weight-medium);
    line-height: 1.5rem;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:var(--font-weight-bold);
}
.credit-slide-img {
    height: 150px;
    width: 296px;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    justify-content: center;
}
/*.division-slider-wrapper .credit-slide-img {
    width: auto;
}*/
.division-slider-wrapper.flex-wrap{
    flex-wrap:wrap;
}
.division-slider-wrapper.flex-wrap .division-slider-item {
    display:flex;
    padding-bottom: 20px;
}
.credit-slide-img img {
    align-self: center;
    max-width: 160px;
}
.slider-title {
    font-size: 22px;
    padding-top: 20px;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
}
.blog-slide-content .slider-title {
    text-align: left;
}
.overflow-container {
    width: 1310px;
    margin: auto;
}
.division-slider-item {
    padding-right: 15px;
}
.division-slider h2{
    font-size:var(--font-size-h3);
    font-weight:var(--font-weight-medium);
}
/*.division-slider-wrapper .slick-list {
    padding: 0 20% 0 0 !important;
}*/
.products-slider h2 {
  font-size: var(--font-size-h3);
  font-weight: var(--font-weight-medium);
  line-height: 34px;
}
.products-slider-wrapper .product-item h2 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 29px;
    padding-top: 12px;
    padding-bottom: 5px;
}
.products-slider-wrapper .grid-product-details {
    font-size: .75rem;
    text-transform: uppercase;
}
.products-slider-wrapper .slick-list {
  padding: 0 20% 0 0 !important;
}
.products-slider-wrapper .grid-product-details span{
    color: rgba(0,0,0,.4);
    padding-left: 10px;
}
.products-slider-wrapper .product-grid-content {
    padding-left: 35px;
}
.products-slider-wrapper a:hover {
    text-decoration: none;
}
.products-slider-wrapper a:hover .product-grid-content {
    opacity: .75;
}
.products-slider-wrapper .slick-slide {
  padding: 0 15px;
}
.products-slider-wrapper .product-item {
    width: 360px;
    /*min-width: 360px;*/
}
.products-slider-wrapper .product-grid-img {
    text-align: center;
}
.products-slider-wrapper img {
  border-radius: 3px;
}
.lightiron-services .products-slider-wrapper .product-item {
    min-width: 0px;
    padding: 0 7.5px;
}
.lightiron-services .slick-list {
    padding: 0 20% 0 0 !important;
}
@media all and (max-width: 991px) {
    .products-slider .btn-container {
        display: none;
    }
}
@media all and (max-width: 768px) {
    .division-slider .btn-container {
        padding-top: 20px;
    }
    .division-slider-wrapper {
        padding-top: 30px;
    }
    .credit-grid  {
       padding-left:15px;
       padding-right:15px;
    }



}
@media all and (max-width: 600px) {
    .division-slider {
        padding-left: 15px;
    }
    .products-slider {
        padding-left: 15px;
    }
    .division-slider-wrapper .slick-list {
        padding: 0 20% 0 0 !important;
    }
    .credit-slide-img {
        width: 100%;
    }
}
@media all and (max-width: 500px) {
    .products-slider .row {
        margin: 0;
    }
    
}

.image-banner.desktop{
    display:block;
}
.image-banner.mobile{
    display:none;
}

@media all and (max-width:768px){
    .image-banner.desktop {
        display: none;
    }

    .image-banner.mobile {
        display: block;
    }

}

.artist-category{
    display:none;
}
.artist-footer-cta h2 {
    font-size: 40px;
    line-height: 42px;
    font-weight: var(--font-weight-black);
}
.artist-footer-cta p {
    font-size: 1rem;
    margin-top: 20px;
}
.artist-top {
    padding-top: 200px;
}
.artist-top h1{
    font-size:3rem;
    line-height:1.1;
}
.artist-top .image-cta-slider-wrap{
    padding-top:60px;
}
.artist-top .image-cta-slide p {
    font-size: 1.125rem;
    padding-left: 0;
    margin-top:0;
}

@media all and (max-width:768px) {
    .artist-top {
        padding-top: 100px;
        padding-bottom:50px;
    }
    .artist-top h1 {
        font-size: var(--font-size-h2);
        line-height: 1.1;
    }
    .artist-top .image-cta-slider-wrap {
        padding-top: 60px;
    }
    .artist-middle {
        padding-bottom: 100px;
    }
    .artist-middle .container img{
        margin-bottom:30px;
    }

    .artist-footer-cta h2 {
      text-align:center;
    }
}
@media all and (max-width:991px){
    .artist-middle .container .artist-detail-content {
        margin-left: 0px;
        margin-bottom: 50px;
    }
}
.artist-middle h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: var(--font-weight-standard);
}
.bg-black  .artist-filter .filter-toggle {
    border: 1px solid var(--color-darkgrey);
}
.bg-black .artist-filter .form-group label{
    color: var(--color-black);
}
.bg-black  .artist-filter .clear-filters {
    color: var(--color-darkgrey);
}
.bg-black .artist-filter .clear-filters:after {
    background-color: var(--color-darkgrey);
}
.bg-black .artist-filter .clear-filters:hover {
    color: var(--color-aux-grey);
}
.bg-black .artist-filter .clear-filters:hover:after {
    background-color: var(--color-aux-grey);
}
.artist-grid .container {
    padding-top: 70px ;
    border-top: 1px solid var(--color-darkgrey);
}

    .artist-grid li {
        margin-bottom: 30px;
        list-style: none;
    }
.artist-grid h2 {
    margin-top: 5px;
    font-size: 24px;
    line-height: 1;
}
.artist-grid .img-fluid{
    width:350px;
}
.artist-grid-content h2 ~ p {
    margin-top: 5px;
    font-size: 14px;
  
}
.artist-grid-content h2 ~ .division {
    margin-top: 0px;
    font-size: .75rem;
    line-height: 23px;
}
.artist-grid .all-credit-item{
    display:flex;
}
.all-credits .all-credit-item:hover h3{
    opacity: 0.75;
}
.artist-grid a:hover {
    text-decoration: none;
}
.artist-grid a:hover p {
    color: rgba(0,0,0,.55);
}
.artist-grid a:hover h2 {
    color: rgba(0,0,0,.70);
}
.bg-black .artist-grid-content p {
    color: var(--color-lightgrey);
    font-size:14px;
    margin-bottom:0px;
    margin-top:10px;
    line-height:1.5;
    opacity:0.85;
}
.bg-black .artist-grid-content p.credits{
    margin-top:5px;
}
.bg-black .artist-grid a:hover p {
    color: var(--color-lightgrey);
    opacity: 1;
}

.bg-black .artist-grid a:hover h2 {
    color: var(--color-lightgrey);
}
.artist-detail-content{
    margin-left:30px;
}
.artist-detail-content h1 {
    padding-bottom: 21px;
    color: rgba(0,0,0,1);
}
.artist-detail-content h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 29px;
    color: rgba(0,0,0,1);
}
.artist-detail-content p, .artist-detail-content {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgba(0,0,0,.75);
}
.artist-detail-content .link-wrap{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.artist-detail-content .link-wrap div{
    margin-right:30px;
}
.artist-detail-slider-wrapper .slick-dots{
    display:none;
}


.artist-detail-slider {
    min-height: 600px;
    height: 100%;
}

@media (max-width: 991px) {
    .artist-detail-slider {
        padding: 50px 15px 0px 15px;

    }

    .artist-detail-slider-wrapper .slick-dots {
        display: flex;
        bottom: -37px;
        position: relative;
        background: #6E6E6E;
        border-radius: 3px;
        left: 0;
        right: 0;
        margin: auto;
    }

    .artist-detail-slider-wrapper .slick-dots li {
        display: inline-block;
        width: 100%;
        height: 7px;
    }

    .artist-detail-slider-wrapper .slick-dots .slick-active {
        background: #EDEDED;
        border-radius: 4px;
    }

    .artist-detail-slider-wrapper .slick-dots:hover {
        cursor: pointer;
    }

    .artist-detail-slider-wrapper .slick-dots li button {
        background: transparent;
        color: transparent;
        border: 0;
    }
}
.artist-detail-slider .slick-prev {
    left: -10%;
    top: 42%;
    position:absolute;
}

.artist-detail-slider .slick-next {
    right: -10%;
    top: 42%;
    position: absolute;
}

.artist-detail-slider-wrapper.slick-initialized .slick-slide {
    display: flex;
   
}

.artist-detail-slider .slick-slide > div {
    display: flex;
    width: 100%;
}

.artist-detail-slider-item p{
   margin-top:10px;
   font-weight: var(--font-weight-bold);
   color: var(--color-white);
}
.artist-detail-slider-img{
    width:100%;
    height:600px;
}
.artist-detail-slider-img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.artist-middle .testimonial-slider.single-test .slick-dots{
    bottom:-25px;
}
.artist-middle .testimonial-slider.single-test .slick-dots, .artist-middle .testimonial-slider.single-test .slick-dots li {
    background: var(--color-lightgrey);
}
.artist-middle .testimonial-slider.single-test .slick-dots .slick-active{
    background:var(--color-aux-grey);
}
.artist-middle .testimonial-slider.single-test .testimonial-content {
    padding: 20px 8% 20px 8%;
    
}
.artist-middle .testimonial-slider.single-test .testimonial-content blockquote {
    color: var(--color-black);
    padding-bottom: 0;
    font-size: 30px;
    line-height:36px;
    margin-bottom:10px;
}
.artist-middle .testimonial-slider.single-test .testimonial-content .testimonial-name {
    font-weight: 900;
    font-size: 16px;
    color: var(--color-black);
    
}
.artist-middle .testimonial-slider.single-test .testimonial-content p{
    color: var(--color-black);
   
}
.artist-middle .testimonial-slider.single-test .testimonial-content p a {
    font-style:italic;
}
    .artist-middle .testimonial-slider.single-test .testimonial-content p span {
        font-style: italic;
    }
.artist-middle .testimonial-slider.single-test .slick-prev {
    left: -6%;
}
.artist-middle .testimonial-slider.single-test .slick-next{
    right: -6%;
}
.artist-bottom .news-slider-alt{
    padding-bottom:85px;
}
.artist-bottom .btn-row {
    padding-bottom: 85px;
}
.artist-bio a {
    text-decoration: underline;
}
.leadership .artist-grid-content {
    padding-top: 15px;
}
.artist-grid.leadership a{
    text-decoration:none;
}
.artist-grid.leadership a:hover h2 {
    color:rgba(0,0,0,.70);
}
.artist-grid.leadership a:hover p {
    text-decoration: underline;
}
.artist-grid.leadership a .leadership-title {
    font-size:14px;
    line-height:20px;
}
.artist-grid.leadership h2 {
    margin-top: 10px;
    font-size:24px;
    line-height:1;
}
.artist-grid.leadership .container {
    padding: 0 15px 0 15px;
    border-top: none;
}
.artist-grid-content .division {
    font-size: 12px;
    line-height: 1;
  
    color: rgba(0,0,0,0.40);
}
.all-credits.artist-grid .row.justify-content-between h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    font-weight: var(--font-weight-standard);
    margin-right:20px;
}
.artist-detail-footer-cta .banner-cta-dual h3 {
    font-size: 40px;
    line-height: 42px;
    padding-bottom:0;
}
.artist-detail-footer-cta .banner-cta-dual p {
    font-size: 1rem;
    margin-top: 0px;
}


@media all and (max-width: 768px) {
    .artist-grid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .all-credits.artist-grid .row.justify-content-between {
        padding-left: 15px;
        padding-right: 15px;
    }

    .artist-detail-footer-cta .banner-cta-dual .p-bottom-20 {
        padding-bottom:10px;
    }
    .artist-detail-footer-cta .banner-cta-dual h3{
        font-size:40px;
        line-height:42px;
    }
    .artist-detail-footer-cta .banner-cta-dual .btn.btn-black {
        margin-top: 25px;
    }                                  
}
@media all and (max-width:524px){
    .artist-grid .callout-text-large{
        padding-bottom:20px;
    }
}
.featured-credits {
    margin-top: 28px;
}
.featured-credits h3 {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
}
.featured-credits p a {
    text-decoration: underline;
}
.featured-credits p a::after, .featured-credits p span::after {
    content: ",";
}
.featured-credits p a:last-child:after, .featured-credits p span:last-child:after {
    content: "";
}
.all-credits.artist-grid .row.justify-content-between {
    margin-bottom: 30px;
    margin-left:0;
    margin-right:0;
}

.all-credits.artist-grid .btn-underline.all-credits-link {
    color: var(--color-darkgrey);
}

.all-credits.artist-grid .btn-underline.all-credits-link:hover {
    color: var(--color-aux-grey);
}
.bg-black .all-credits.artist-grid .btn-underline.all-credits-link:before{
    background-color: var(--color-darkgrey);
}

.bg-black  .all-credits.artist-grid .btn-underline.all-credits-link:hover:before {
    background-color: var(--color-aux-grey);
}
.artist-detail-content .btn-underline {
    margin-top: 21px;
    display: inline-block;
    color: #000;
    line-height: 1;
    white-space: nowrap;
}
.all-credits.artist-grid .btn-underline {
    align-self: center;
    color: #000;
    line-height: 1;
}
.all-credits.artist-grid h2 {
    margin-top: 0;
}
.artist-grid .all-credit-item a:hover h3 {
  color: rgba(0,0,0,.45);
}
.all-credit-item {
    max-width: 180px;
    margin: 0 2.5px;
}
.all-credit-item h3 {
    font-size: .75rem;
    color: rgba(0,0,0,.75);
    line-height: 18px;
    font-weight: 500;
    margin-top: 15px;
}
.news-slider-alt h2.h3-size {
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
}

/* 17 ===QUICK LINKS=== */
.quick-links-grid .margin-mobile-bottom {
    margin-bottom: 0;
}
.quick-link-item {
    width: 28%;
}
.margin-item {
    margin: 0 7% 0 8%;
}
.quick-links {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.quick-links h3{
    line-height:34px;
    font-size:28px;
}

.quick-links img {
    border-radius: 3px;
}
.quick-links img.p-bottom-30 {
    border-radius: 3px;
    padding-bottom: 0;
    margin-bottom: 30px;
}
.quick-links p{
    line-height:24px;
}

.quick-links a {
    font-weight: var(--font-weight-bold);
    background-color: transparent;
    border-color: transparent;
    position: relative;
    padding: 0px;
    color: rgba(0,0,0,1);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    padding-top: 20px;
    margin-top: auto;
    opacity: 1;
    margin-bottom:25px;
}
.quick-links a:hover {
    text-decoration: none;
    opacity: .6;
}
.quick-links a::before {
    background-color: rgba(255,255,255,1);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: -5px;
}
.quick-links a:after {
    background-color: var(--color-black);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    bottom: -5px;
}
.quick-links-grid .btn {
    min-width: 200px;
}
.quick-links a:hover::after {
    width: 100%;
}
.quick-links.text-lg-left{
    padding-bottom:0px;
}

.bg-black .quick-links h3,
.bg-black .quick-links p,
.bg-black .quick-links a,
.bg-darkgrey .quick-links h3,
.bg-darkgrey .quick-links p,
.bg-darkgrey .quick-links a {
    color: var(--color-white);
}

.bg-black .quick-links a:hover,
.bg-darkgrey .quick-links a:hover{
    color:var(--color-white);
    text-decoration: none;
}
.bg-black .quick-links a:after,
.bg-darkgrey .quick-links a:after{
    background-color: var(--color-white);
}
.bg-black .quick-links a:hover:after,
.bg-darkgrey .quick-links a:hover:after{
    background-color: var(--color-white);
}
.quick-links a:after{
    background-color: var(--color-black);
}
.quick-links-grid .top-row{
    padding-bottom:50px;
}
@media all and (min-width:1199px) {
    .custom-content-widget .btn {
        min-width: 200px;
    }
}

@media all and (max-width:991px){
    .quick-links h3{
        max-width:none;        
    }
    
    .quick-links p{
        max-width:none;       
    }
    .quick-links-grid .top-row{
        padding-bottom:0px;
    }
    .custom-content-widget .btn-row {
        display: block;
        justify-content: space-between;
    }
    
}
@media all and (max-width:767px) {    
    .quick-link-item {
        width: 50%;
        padding-right: 6%;
    }
    .margin-item {
        margin: 0;
    }
}
@media all and (max-width:600px) {    
    .quick-link-item {
        width: 100%;
        padding-right: 0;
    }
    .margin-item {
        margin: 0;
    }
}

/* 18 ===BANNER CTA=== */

/* 19 ===OFFERINGS GRID=== */
.offerings-grid .offerings-grid-wrapper{
    height:150px;
    width:100%;
    border-radius:3px;
    position:relative;
}
.offerings-grid h3{
    font-size:1.375rem;
}
.bg-black .offerings-grid h3{
    color:var(--color-white);
}

.offerings-grid .offerings-grid-link{
    width:100%;
    height:100%;
    display:inline-block;
    text-decoration:none;
    background-color:var(--color-lightgrey);
    border-radius: 3px;
}
.bg-black .offerings-grid .offerings-grid-link{
    background-color:var(--color-white);
}
.bg-black .offerings-grid .offerings-grid-link:hover {
    background-color:transparent;
}
.offerings-grid .offerings-grid-link .offerings-background-image{
    height:100%;
    object-fit: cover;
    width:100%;
    opacity:0;
    position:relative;
    transition: all 0.15s linear;
    border-radius:3px;
}
.offerings-grid .offerings-grid-link:hover .offerings-background-image{
    opacity:1;
}
.offerings-grid .offerings-grid-link div{
    position:absolute;
    left:0;
    right:0;
    top:15px;
}
.offerings-grid .offerings-grid-link div img{
    max-width:200px;
    width:100%;
}
.offerings-grid .offerings-grid-link .offerings-logo{
    display:initial;
}
.offerings-grid .offerings-grid-link:hover .offerings-logo{
    display:none;
}
.offerings-grid .offerings-grid-link .offerings-logo-hover{
    display:none;
}
.offerings-grid .offerings-grid-link:hover .offerings-logo-hover{
    display:initial;
}
.offerings-grid .top-row{
    padding-bottom:50px;
}
@media all and (max-width:991px){
    .offerings-grid .offerings-grid-wrapper{
        width:90%;
        margin:auto;
    }
    .offerings-grid .top-row{
        padding-bottom:0px;
    }
}
/* 20 ===IMAGE AND CTA SLIDER=== */
.image-cta-slider-wrap{
    position:relative
}
.image-cta-slide {
    opacity: 0.5;
    padding: 0 15px;
    transition: opacity 0.2s linear;
    transition-delay: 0.5s;
}
.slick-current .image-cta-slide {
    opacity: 1;
    text-align: center;
}
.image-cta-slide .container {
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.slick-slide.slick-current.slick-active.slick-center .image-cta-slide .container {
    opacity: 1;
}
.image-cta-slide h2.callout-text-large {
    font-weight: 500;
}
.image-cta-slide p {
    margin-top: 0;
    padding-left: 35px;
}
.image-cta-slide.notable-slider p {
    margin-top: 0;
    padding-left: 0;
    white-space: normal;
    max-width: 920px;
    padding-right: 50px;
}
.image-cta-content {
    align-items: end;
    justify-content: center;
}
.image-cta-slider-btn.d-flex {
    justify-content: center;
    width: 100%;
}
.image-cta-slider-btn a:first-child {
    margin-right: 37.5px;
}
.image-cta-slider-btn a:last-child {
    margin-left: 37.5px;
}
.image-cta-slider-button-prev,
.image-cta-slider-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.image-cta-slider-button-prev:hover,
.image-cta-slider-button-next:hover{
    box-shadow:0px 5px 5px 1px rgb(0 0 0 / 25%);
    transform:scale(1.2);

}

.image-cta-slider-button-prev{
    background-image:url('../svg/arrow-prev-white.svg');
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 50px;
    position: absolute;
    top: 240px;
    bottom: 0;
    left: 0;
    right: 0;
}

.image-cta-slider-button-next{
    background-image:url('../svg/arrow-next-white.svg');
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-right: 50px;
    position: absolute;
    top: 240px;
    bottom: 0;
    right: 0;
}
.slick-slide .image-cta-slide img {
    display: inline-block;
}
@media all and (max-width:991px) {
    .image-cta-slider-wrap .btn-container {
        display: none;
    }
}
@media all and (max-width:991px) {
    .image-cta-slider-wrap.btn {
        padding: 15px 25px;
    }
}
@media all and (max-width:600px){
    .image-cta-content {
        align-items: end;
        justify-content: center;
        display: block !important;
        text-align: center;
    }
    .image-cta-slide p {
        margin-top: 30px;
        padding-left: 0px;
    }
    .image-cta-slider-btn.d-flex {
        justify-content: center;
        width: 70%;
        display: block !important;
        text-align: center;
        margin: 0 auto;
    }
    .image-cta-slider-btn a:first-child {
        margin-right: 0px;
    }
    .image-cta-slider-btn a:last-child {
        margin-left: 0px;
        margin-top: 30px
    }
}

/* 21 ===LOGO SLIDER === */
.logo-slider-wrap {
    position:relative;
}
.logo-slider.slick-slider{
    background-color:var(--color-grey);
    padding: 0 35px;
    height:100px;
}
.logo-slider .slick-track{
    height:100px;
}
.logo-slider .slick-slide{
    padding: 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.logo-slider-button-prev,
.logo-slider-button-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.logo-slider-button-prev:hover,
.logo-slider-button-next:hover{
box-shadow:0px 5px 5px 1px rgb(0 0 0 / 25%);
transform:scale(1.2);

}
.logo-slider-wrap .btn-container{
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}
.logo-slider-button-prev{
    background-image:url('../svg/arrow-prev-white.svg');
    position: relative;
   margin-left: -65px;
    bottom: 65px;
    top:unset;
}
.logo-slider-button-next{
    background-image:url('../svg/arrow-next-white.svg');
    position: relative;
    margin-right: -65px;
    bottom: 65px;
    top:unset;
}
.logo-slider .slick-dots {
    display: flex;
    bottom: -37px;
    position: relative;
    background: #EDEDED;
    border-radius: 3px;
}
.logo-slider .slick-dots li {
    background: #EDEDED;
    display: inline-block;
    width: 100%;
    height: 7px;
}
.logo-slider .slick-dots .slick-active {
    background: #6E6E6E;
    border-radius: 4px;
}
.logo-slider.slick-dots:hover {
    cursor: pointer;
}

.logo-slider li button {
    background: transparent;
    color: transparent;
    border:0;
}
@media all and (max-width:768px){
    .logo-slider-button-prev {
        margin-left: 0;
        bottom: 65px;
        top: -68px;
        left: -45px;
    }
    .logo-slider-button-next {
        margin-right: 0;
        bottom: unset;
        top: -68px;
        right: -44px;
    }
    .logo-slider-wrap .btn-container {
        display: none;
    }
    .logo-slider.slick-slider{
        height:130px;
    }
    .logo-slider .slick-track{
        height:130px;
    }
}
/* 22 ===TWO COLUMN IMAGE & CTA === */
.two-column-image-cta .col-lg-6{
    height:427px;
}
.two-column-image-cta .col-lg-6 img{
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* 23 ===TESTIMONIAL SLIDER === */
.testimonial-slider{
   min-height:832px;
   height:100%;
}
@media (max-width: 991px) {
    .testimonial-slider {
        padding: 0 15px;
    }
}

.testimonial-slider .col-md-6{
    padding-right: 0;
    height: 100%;
   
}
.testimonial-image-wrap img{
    width: 100%;
    object-fit: cover;
    min-height: 832px;
    height:100%;
}
.testimonial-image-wrap{
    height:100%;
}
.testimonial-outer-slide-wrap h3{
    font-size:48px;
    line-height: 54px;
}
.testimonial-outer-slide-wrap blockquote{
    font-size: 24px;
    line-height: 32px;
}
.bg-black .testimonial-outer-slide-wrap blockquote{
  color:var(--color-white);
}
.testimonial-outer-slide-wrap p{
    line-height: 28px;
}
.testimonial-quote-slider .slick-dots,
.testimonial-quote-slider-no-image .slick-dots{
    display:none !important;
}
.testimonial-cta-wrapper{
    position: absolute;
    width: 100%;
    bottom: 100px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    z-index:999
}
.testimonial-cta-wrapper .underline-cta a{
    color:var(--color-white);
    font-size:18px;
    position:relative
}
.testimonial-cta-wrapper .underline-cta a:hover {
    text-decoration: none;
}

.testimonial-cta-wrapper .underline-cta a:after{
    content: "";
    height: 1px;
    background-color: var(--color-white);
    width: 100%;
    display: block;
    top: 2px;
    position: relative;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.testimonial-cta-wrapper .underline-cta a:hover::after {
    width: 0;
}
.testimonial-slider .testimonial-slider-pagination{
    padding: 0 25px;
}
.bg-black .testimonial-slider-pagination{
    color:var(--color-white);
}
.testimonial-image-wrap{
    position:relative;
}
.testimonial-image-wrap:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,transparent 65%, #000);
    opacity: .9;
    pointer-events: none;
    display:block;
}
.testimonial-slider-button-prev,
.testimonial-slider-button-next, .slick-arrow{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size:1px;
    z-index: 3;

}
.testimonial-slider-button-prev:hover,
.testimonial-slider-button-next:hover, .slick-arrow:hover{
    box-shadow: 0px 5px 5px 1px rgb(0 0 0 / 25%);
    transform:scale(1.2);

}
.testimonial-slider-button-prev, .slick-prev{
    background-image:url('../svg/arrow-prev-white.svg');

}
.testimonial-slider-button-next, .slick-next {
    background-image:url('../svg/arrow-next-white.svg');

}
.testimonial-slider.single-img-test, .testimonial-slider.single-test {
    min-height: auto;
}
.test-slider-item {
    display: table !important;
    align-items: center;
    background-color: #202020;
    color: #fff;
    border-radius: 4px;
}
.test-slider-wrapper.slick-initialized .slick-slide {
    display: flex;
}
.dual-img-test .test-slider-item {
    display: block !important;
    padding: 20px 20px 0;
}
.testimonial-slider .slick-slide > div {
    display: flex;
}
.testimonial-slider.single-test .test-slider-item {
    background-color: transparent;
}
.testimonial-img {
    width: 40%;
    min-width: 40%;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.btn-container.no-btn {
  display: none;
}
.dual-img-test .testimonial-img {
    width: 100%;
    min-width: 100%;
    display: block;
    height: 270px;
    overflow: hidden;
    border-radius: 3px 3px 5px 5px;
}
.dual-img-test .testimonial-img img{
    border-radius: 5px;
}
.testimonial-content {
    padding: 40px 62px 40px 62px;
    vertical-align: middle;
    display: table-cell;
}
.artist-detail .testimonial-content{
    background-color: var(--color-lightgrey);
}
.dual-img-test .testimonial-content {
    padding: 40px;
    vertical-align: middle;
    display: table-cell;
}
.testimonial-name {
    font-weight: 900;
    font-size: 24px;
}
.dual-img-test .testimonial-content blockquote {
    font-size: 1.125rem;
    line-height: 32px;
}
.testimonial-slider.single-test .testimonial-content {
    padding: 40px 8% 40px 8%;
    text-align: center;
}
.testimonial-slider.single-test .slick-dots {
    display: flex;
    bottom: -37px;
    position: relative;
    background: #6E6E6E;
    border-radius: 4px;
}
.testimonial-slider.single-test .slick-dots li {
    background: #6E6E6E;
    display: inline-block;
    width: 100%;
    height: 7px;
    border-radius: 4px;
}
.testimonial-slider.single-test .slick-dots .slick-active {
    background: #EDEDED;
    border-radius: 4px;
}
.testimonial-slider.single-test .slick-dots:hover {
    cursor: pointer;
}

.testimonial-slider.single-test li button {
    background: transparent;
    color: transparent;
    border:0;
}
.testimonial-content blockquote {
    font-size: 1.5rem;
    line-height: 42px;
    font-style: italic;
    padding-bottom: 40px;
}
.testimonial-slider.single-test .testimonial-content blockquote {
    font-size: 2rem;
    line-height: 46px;
    font-style: italic;
    padding-bottom: 40px;
}
.testimonial-content p .btn-underline::before {
    bottom: 3px;
}
.testimonial-content a {
    text-decoration: underline;
    font-style: italic;
}
.testimonial-content a:hover {
    text-decoration: none;
}
.testimonial-content .btn-underline {
    margin-top: 45px;
    display: inline-block;
    text-decoration: none;
    font-style: normal;
}
.testimonial-content p .btn-underline {
    margin-top: 0px;
    display: inline-block;
}
.testimonial-slider .slick-track {
    display: flex !important;
}
.testimonial-slider .slick-slide {
    height: inherit !important;
}
.testimonial-slider.dual-img-test .slick-slide {
    background-color: #202020;
    margin: 0 15px;
    border-radius: 5px;
}
.testimonial-slider .slick-prev {
    position: absolute;
    z-index: 11;
    top: 48%;
    left: -6%;
}
.testimonial-slider .slick-next {
    position: absolute;
    z-index: 11;
    top: 48%;
    right: -6%;
}
.testimonial-slider.single-test .slick-prev {
    left: -25%;
    top: 42%;
}
.testimonial-slider.single-test .slick-next {
    right: -25%;
    top: 42%;
}
.btn-slider.btn-container button:focus {
    outline-color: #fff;
}

@media all and (max-width:991px){
    .testimonial-slider{
        padding: 0 35px 0 35px
    }
    .test-slider-item {
        display: flex !important;
        align-items: center;
        background-color: #202020;
        color: #fff;
        flex-direction: column;
    }
    .testimonial-img {
        width: 100%;
        min-width: 100%;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 315px;
    }
    .dual-img-test .testimonial-img {
        height: auto;
    }
    .dual-img-test .testimonial-content {
        padding: 40px 0px;
    }

}
@media all and (max-width:600px) {
    .testimonial-slider {
        padding: 0 15px;
    }
    .testimonial-content {
        padding: 40px 22px;
    }
    .testimonial-content blockquote {
        font-size: 1.55rem;
        line-height: 34px;
        font-style: italic;
        padding-bottom: 20px;
    }
    .testimonial-slider .slick-next {
        right: -15%;
    }
    .testimonial-slider .slick-prev {
        left: -15%;
    }
    .testimonial-slider.dual-img-test .slick-prev {
        top: auto;
        bottom: -49px;
        left: 35%;
        right: auto;
    }
    .testimonial-slider.dual-img-test .slick-next {
        top: auto;
        bottom: -49px;
        right: 35%;
        left: auto;
    }
}

/* 24 ===SLIDER GLOBALS === */

.btn-slider.btn-container .btn-prev,
.btn-slider.btn-container .btn-next{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 47% 43%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.btn-slider.btn-container .btn-prev{
    background-image:url('../svg/arrow-prev-white.svg');
}
.btn-slider.btn-container .btn-next{
    background-image:url('../svg/arrow-next-white.svg');
}
.btn-slider.btn-container .btn-prev:hover, .btn-slider.btn-container .btn-next:hover {
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, .2);
    transform: scale(1.05);
    background-position: 47% 43%;
}
.btn-slider.btn-container .btn-prev.slick-disabled,
.btn-slider.btn-container .btn-next.slick-disabled{
    background-color:var(--color-lightgrey);
    cursor:inherit;
    
}
.btn-slider.btn-container .btn-prev.slick-disabled svg{
    fill:var(--color-grey);
}
/* 25 ===ACCORDION LIST=== */
.accordion-list button{
    background:transparent;
    border:none;
    font-size: 1.75rem;
    font-weight:var(--font-weight-black);
    width:100%;
    text-align:left;
    position:relative;
    padding-bottom:5px;
    padding-left:0px;
    
}
.accordion-list h3 a {
    background: transparent;
    border: none;
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-black);
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 5px;
    text-decoration: none;
}
.accordion-content {
    display: none;
    font-size: var(--font-size-body-medium);
    line-height: 1.5rem;
}
.accordion-controls h4 {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500;
}

.bg-black .accordion-list button{
    color:var(--color-white)
    
}
.bg-white .accordion-list button {
    color: var(--color-black);
}
.bg-black .accordion-list h3 a {
    color: var(--color-white);
   
}
.bg-white .accordion-list h3 a {
    color: var(--color-black);
   
}
.accordion-content {
    padding: 20px 6px 0;
}
.bg-black .accordion-content {
    color:var(--color-white);
}
.bg-white .accordion-content {
    color:var(--color-black);
}
.accordion-controls {
    list-style: none;
}
.accordion-list .accordion-item{
    padding-top:25px;
    position: relative;
}
.accordion-list .accordion-item-no-toggle {
    padding-top: 25px;
    position: relative;
}
.accordion-list button::before{
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color:var(--color-black);
    position: absolute;
    bottom: 0;
}
.accordion-list .accordion-item-no-toggle h3::before {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--color-black);
    position: absolute;
    bottom: 0;
}
.accordion-list .accordion-item-no-toggle h3::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--color-black);
    position: absolute;
    bottom: 0;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    opacity: 0;
}
.accordion-controls ul {
    list-style: disc;
}
.accordion-controls ul li {
    color: rgba(0,0,0,.75);
}
.bg-black .accordion-list button::before{
    background-color:var(--color-darkgrey);
}
.bg-black .accordion-list .accordion-item-no-toggle h3::before {
    background-color: var(--color-darkgrey);
}
.bg-black .accordion-list .accordion-item-no-toggle:hover h3::after {
    background-color: var(--color-white);
    width:100%;
    opacity:1;
}
.bg-black .accordion-list .accordion-content a{
    color:var(--color-white);
    text-decoration:none;
    position:relative;
    font-weight:var(--font-weight-bold);
    display: inline-block;
}
.bg-black .accordion-list .accordion-content a:hover{
    opacity: .6;
}

.bg-black .accordion-list .accordion-content a:after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--color-white);
    position: absolute;
    bottom: 2px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    opacity: 1;
}
.bg-black .accordion-list .accordion-content a:hover:after {
    opacity: .6;
}
.bg-black .accordion-list .accordion-content a:hover:after{
    width:100%;
    opacity:1;
}
.accordion-list .sf-list-content {
    margin-left: 5px;
    padding-top: 10px;
}
.accordion-list button::after, .accordion-list button.collapsed::after {
  background: url('../svg/accordion-collapsed.svg') no-repeat center center;
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  right: 4px;
  top: -3px;
}

.accordion-list button:hover:after {
    background: url('../svg/accordion-collapsed-white.svg') no-repeat center center;
}
.accordion-list button[aria-expanded="true"]::after, .accordion-list button[aria-expanded="true"]:hover::after {
    background-image: url('../svg/accordion-expanded-white.svg');
}
.bg-black .accordion-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 19px;
    background-image: linear-gradient(transparent, black);
    position: absolute;
    top: 6px;
    z-index: 9;
}

/* 26 ===CARD (DEFAULT) ===*/
.card{
    background:none;
    border:none;
}
.card .card-title {
    font-size:var(--font-size-body-medium);
    font-weight:var(--font-weight-standard);
    margin-bottom:0;
}
.card .card-text {
    font-size:var(--font-size-body-large);
}

.card a {
    position:relative;
    opacity: .6;
}

.card a:hover {
    color:var(--color-black);
    text-decoration: none;
    opacity: 1;
}
.bg-black .card h5, 
.bg-black .card p,
.bg-black .card a,
.bg-darkgrey .card h5, 
.bg-darkgrey .card p,
.bg-darkgrey .card a {
    color:var(--color-white);
}

.bg-black .card a:hover,
.bg-darkgrey .card a:hover{
    color:var(--color-white);
    text-decoration: none;
}

.card a:after{
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom:-2px;
    background-color:var(--color-black)
}
.bg-black .card a:after{
    background-color:var(--color-white)
}
.card-img-top {
    max-width: 100%;
    align-self: flex-start;
    border: 3px solid rgba(255,255,255,.65);
    border-radius: 3px;
    transition: all 0.25s;
}
.card .card-body{
    padding-left:0;
}
.tile-card .btn{
    margin-top:30px;
}
/* Tools Card */
.tools-card .card .tools-img-wrapper {
    
    transition: all 0.25s;
}
.tools-card {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    height:100%;
}
.tools-card .card-body {
    background-color: transparent;
    padding: 30px 20px 30px;

    transition: all 0.25s;
   
}
.tools-card .card a{
    opacity: 1; 
}
.tools-card .card a:after {
    background-color:transparent !important;
}
.tools-card:hover .card .tools-img-wrapper .card-img-top{
    border:3px solid var(--color-white);
}
.tools-card:hover{
    background-color:#383838;
}
.tools-card:hover a:hover{
    background-color:#656565 !important;
    color:var(--color-white) !important;
}
.tools-grid .col-lg-4.col-md-6{
    margin-bottom:40px;
}
/* 27 ===THUMBNAIL SLIDER ===*/
.thumbnail-nav-image-slider .slick-slide {
    opacity: 0.5;
}

.thumbnail-nav-image-slider .slick-slide.slick-current {
    opacity: 1;
       
}

.thumbnail-nav-image-wrap{
    height:40px;
    width:60px !important;
    cursor: pointer;
}
.thumbnail-nav-image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
}
.thumbnail-nav-image-wrap img:focus {
    outline: 0;
}
.thumbnail-slider .slick-dots{
    display:none !important;
}
.thumbnail-nav-image-slider .slick-track{
    margin-right: initial !important;
    margin-left: initial !important;
}
.thumbnail-slider-pagination {
    padding: 0 25px;
}
.bg-black .thumbnail-slider-pagination {
    color:var(--color-white);
}
.video-container {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* 28 ===SOCIAL LINKS ===*/
.social-links-wrapper {
    align-items: center;
}
.social-links p{
    font-size:20px;
    margin-bottom: 0;
    font-family: Roboto Condensed, sans-serif;
}
.social-links-wrapper a {
    padding: 0 15px;
}

/* 29 ===MULTI IMAGE SLIDER === */
.multi-image-slider-wrapper .slick-list{
    margin-left:0px !important;    
    margin: 0 -17px;
}
.multi-image-slider-wrapper .slick-slide{
    border-radius:3px;
    position:relative;
    /*background-color:var(--color-darkgrey);*/
    margin: 0 5px;
}

.multi-image-slider-wrapper .btn-container {
    position: absolute;
    left: auto;
    top: 0;
    right: 17%;
}
.multi-image-slider-pagination{
    padding: 0 25px;
}
.bg-black .multi-image-slider-pagination{
    color:var(--color-white);
}
.multi-image-slider .slick-dots{
    display:none !important;
}



@media only screen and (min-width: 2000px) {
    .multi-image-slider-wrapper .btn-container {
        left: auto;
        top: 0;
        right: 34%;
    }  
}

@media only screen and (max-width: 767px) {
    .multi-image-slider-wrapper .btn-container {
        display: none !important;
    }
}


/* 30 ===Form Elements === */
form .sf-fieldWrp {
    display: flex;
    flex-direction: column;
    margin-bottom:30px;
}
form .form-group{
    margin-bottom:30px !important;
}
.sf-fieldWrp input[type=text],
.sf-fieldWrp textarea,
.form-group input[type=text],
.form-group input[type=password],
.form-group input[type=email],
.form-group input[type=tel],
.form-group input[type=date],
.form-group input[type=search],
.form-group textarea,
.form-group select {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.bg-black form input:-webkit-autofill,
.bg-black form input:-webkit-autofill:hover,
.bg-black form input:-webkit-autofill:focus,
.bg-black form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #3b3b3b inset !important;
    -webkit-text-fill-color: #fff !important;
}
.form-group .form-control.black-bg {
    color: #fff;
    background-color: #000;
}
.form-group legend{
    padding-bottom:10px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #707070;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(112,112,112,0.25);
}
.form-group .form-control.black-bg:focus {
    color: #fff;
    background-color: #000;
}
form .sf-fieldWrp textarea,
form .form-group textarea{
    min-height: 150px;
}
form .sf-fieldWrp label {
    margin-bottom:.5rem;
}

form label {
    font-weight:var(--font-weight-standard) !important;
    font-size:14px !Important;

}
form .sf-fieldWrp button,
form .form-group .sf-SubmitButton {
    padding: 15px 50px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 2px;
    font-size: var(--font-size-body-small);
    cursor: pointer;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-black);
    border-radius: 3px;

}
input[type="file"]::file-selector-button, button.sf-FileField-input {
    display: inline-block;
    padding: 15px 50px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 2px;
    font-size: var(--font-size-body-small);
    cursor: pointer;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-black);
    border-radius: 3px;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
input[type="file"]::file-selector-button:hover, button.sf-FileField-input:hover {
    background-color: transparent;
    color: var(--color-black) !important;
    border-color: var(--color-black) !important;
}

.sf-fieldWrp button:disabled,
.form-group .sf-SubmitButton:disabled {
    background-color: var(--color-black);
    color: var(--color-white) !important;
    opacity: 0.1;
    pointer-events:none;
}
form .captcha-code-wrapper {
    display: flex;
    flex-direction: row;
    padding-bottom: 15px;
}
form .sf-Captcha-button.btn.btn-light{
    padding:5px 20px !important;
}
.bg-black form .captcha-refresh {
  color: var(--color-white);
}
form .captcha-input{
    padding-top:25px;
}
form .captcha-input label {
    margin-bottom:0.5rem;
}
form .captcha-input label span{
    margin-left:5px;
}
form .sf-fieldWrap button:hover,
form .sf-fieldWrapp .btn-primary:not(:disabled):not(.disabled):active,
form .form-group .sf-SubmitButton:hover,
form .form-group .sf-SubmitButton.btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    color: var(--color-black) !important;
    border-color: var(--color-black) !important;
}
.bg-black .form-group label,
.bg-black form label
.bg-black .form-group legend {
    color: var(--color-white);
}
.bg-black form .sf-fieldWrp input[type=text],
.bg-black form .sf-fieldWrp textarea,
.bg-black form .form-group input[type=text],
.bg-black form .form-group input[type=password],
.bg-black form .form-group input[type=email],
.bg-black form .form-group textarea,
.bg-black form .form-group select {
    color: #fff;
    background-color: #3B3B3B;
    border: 1px solid #3B3B3B;
}
.bg-black .form-control:focus {
    color: #fff;
    background-color: #3B3B3B;
    border: 1px solid #fff !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255,255,255,0.25);
}
.bg-black form .sf-fieldWrp button,
.bg-black form .form-group .sf-SubmitButton {
    background-color: var(--color-white);
    color: var(--color-black) !important;
    border: 1px solid var(--color-white) !important;
}
.bg-black form .sf-fieldWrp button:hover,
.bg-black form .form-group .sf-SubmitButton:hover,
.bg-black form .sf-fieldWrp .btn-primary:not(:disabled):not(.disabled):active,
.bg-black form .form-group .sf-SubmitButton.btn-primary:not(:disabled):not(.disabled):active {
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
}
input[type='file']::-webkit-file-upload-button {
    padding: 10px 25px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 2px;
    font-size: var(--font-size-body-small);
    cursor: pointer;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-black);
    border-radius: 3px;
    -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;

}
input[type='file']::-webkit-file-upload-button:hover {
    background-color: transparent;
    color: var(--color-black) !important;
    border-color: var(--color-black) !important;
}
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
}
.form-group.select-form-group{
    position:relative;
}
.dropdown-wrapper{
    position:relative;
}
.dropdown-wrapper:after {
    content: "";
    display: block;
    height: 8px;
    width: 13px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
}
.dropdown-wrapper.black:after {
    background-image: url('../png/dropdown_white.png');
}
.dropdown-wrapper.white:after {
    background-image: url('../png/dropdown_black.png');
}
.bg-black div[role=alert]{
    color:var(--color-white) !important;
}
.form-group .text-danger {
    color: #E00026 !important;
    font-size:14px;
    padding-top:15px;    
}
#mc_embed_signup .mc-field-group input[type='text'],
#mc_embed_signup .mc-field-group input[type='email'] {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%;
    display: block;
    width: 100%;
    height: 49px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
#mc_embed_signup .button {
    padding: 15px 20px;
    font-weight: var(--font-weight-medium);
    letter-spacing: 2px;
    font-size: var(--font-size-body-small);
    cursor: pointer;
    background-color: var(--color-black);
    color: var(--color-white) !important;
    border: 1px solid var(--color-black);
    border-radius: 3px;
    display: block;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 15px;
    height: 50px;
    text-transform: uppercase;
    line-height:1;
}
#mc_embed_signup .button:hover {

    background-color: var(--color-white);
    color: var(--color-black) !important;

}
.bg-black #mc_embed_signup .button {
    background-color: var(--color-white);
    color: var(--color-black) !important;
    border: 1px solid var(--color-white);
}

.bg-black  #mc_embed_signup .button:hover {
    background-color: var(--color-black);
    color: var(--color-white) !important;
}
.bg-black #mc_embed_signup {
    color:var(--color-white);
}

.mc-field-group.input-group{
    flex-direction:column;
}
.mc-field-group.input-group ul li input[type='checkbox'] {
   margin-right:10px;
}
#mc_embed_signup .checkbox.subfield{
    padding-bottom:8px;
}
/* Checkboxes */
.checkmark-label{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.checkmark-label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.checkmark-form {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: var(--color-white);
    border: 1px solid var(--color-darkgrey);
    border-radius:3px;
}



.checkmark-label input:checked ~ .checkmark-form{
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
}
.bg-black .checkmark-label input:checked ~ .checkmark-form {
    border: 1px solid var(--color-white);
}


.checkmark-form:after {
    content: "";
    position: absolute;
    display: none;
}

.checkmark-label input:checked ~ .checkmark-form:after{
    display: block;
}

.checkmark-label .checkmark-form:after{
    left: 4px;
    bottom: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mc_embed_signup .mc-field-group.input-group input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
#mc_embed_signup .checkbox.subfield input[type=checkbox] {
    position: absolute;
    opacity: 0;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] ~ label::before, #mc_embed_signup .checkbox.subfield input[type="checkbox"] ~ span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: var(--color-white);
  border: 2px solid var(--color-darkgrey);
  border-radius: 3px;
}
#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] ~ label:hover:before, 
#mc_embed_signup .checkbox.subfield input[type="checkbox"] ~ span:hover:before {
  background-color: var(--color-darkgrey);
}

#mc_embed_signup .mc-field-group.input-group input[type=checkbox]:checked ~ label:before,
#mc_embed_signup .checkbox.subfield input[type=checkbox]:checked ~ span:before{
    background-color: #000;
    border: 2px solid #000;
}

#mc_embed_signup .mc-field-group.input-group input[type=checkbox]:checked ~ label:after,
#mc_embed_signup .checkbox.subfield input[type=checkbox]:checked ~ span:after {
    display: block;
}

#mc_embed_signup .mc-field-group.input-group input[type="checkbox"] ~ label::after, #mc_embed_signup .checkbox.subfield input[type="checkbox"] ~ span::after {
    content: "";
    position: absolute;
    left: 5px;
    bottom: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

#mc_embed_signup .mc-field-group.input-group input[type=checkbox] ~ label,
#mc_embed_signup .checkbox.subfield input[type=checkbox] ~ span{
    position: relative;
    display: inline-block;
    text-indent: 25px
}
/* Radio Buttons */

.radio-label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

   
.radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


.radio-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: var(--color-white);
    border-radius: 50%;
    border: 1px solid var(--color-darkgrey);
}


.radio-label input:checked ~ .radio-button {
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
}
.bg-black .radio-label input:checked ~ .radio-button {
   
    border: 1px solid var(--color-white);
}

.radio-button:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-label input:checked ~ .radio-button:after {
    display: block;
}


.radio-label .radio-button:after {
    top: 2px;
    left: 2px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.check-container,
.checkboxes-field-container label {
    display: block;
    position: relative;
    padding-left: 24px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(0,0,0,.75);
    line-height: 1.5rem;
}

.check-container input,
.checkboxes-field-container label input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
      top: 5px;
      left: 0;
      height: 14px;
      width: 14px;
      background-color: var(--color-white);
      border: 1.5px solid var(--color-darkgrey);
      border-radius: 3px;
    
}

.check-container:hover input ~ .checkmark {
    background-color: var(--color-darkgrey);
}

.check-container input:checked ~ .checkmark {
    background-color: #000;
    border-color: #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark::after {
  left: 3.5px;
  bottom: 2px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 1.5px 1.5px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.list-inline-item:not(:last-child){
    margin-right:70px;
}
@media all and (max-width:768px) {
    .form-group .list-inline {
        display: flex;
        flex-direction: column;
    }
    .list-inline-item:not(:last-child){
        padding-bottom:5px;
    }
}
.accordion-list.spec-accordion caption {
  caption-side: top;
  text-align: right;
}
.md_switch {
    display: inline-flex;
    align-items: center;
    margin: 5px 0;
    color: rgba(0,0,0,.75);
    font-size: var(--font-size-body-small);
}
.md_switch svg {
  cursor: pointer;
}
.md_switch .md_switch__toggle {
    position: relative;
    cursor: pointer;
    margin: 0 8px;
}

.md_switch [type=checkbox] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* default states */

.md_switch .md_switch__toggle::before, .md_switch .md_switch__toggle::after {
    content: '';
    display: block;
    margin: 0 3px;
    transition: all 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
    background: #A0A0A0;
}

.md_switch .md_switch__toggle::before {
    height: 16px;
    width: 29px;
    border-radius: 3px;
    opacity: 1;
}

.md_switch .md_switch__toggle::after {
    position: absolute;
    top: 48%;
    transform: translate(calc(13px - 100%), -50%);
    height: 10px;
    width: 10px;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
    left: 0;
}
/* special states */
.md_switch [type=checkbox]:focus + .md_switch__toggle {
    outline: #707070 solid 1px;
    box-shadow: 0 0 8px #7070;
}

.md_switch [type=checkbox]:disabled + .md_switch__toggle {
    cursor: not-allowed;
    filter: grayscale(100%);
    opacity: 0.6;
}

.md_switch [type=checkbox]:disabled + .md_switch__toggle::after {
    box-shadow: none;
}
.md_switch .md_switch__toggle:hover:before{
    border: 1px solid #707070;
}

/* checked states */



.md_switch [type="checkbox"]:checked + .md_switch__toggle::after {
    transform: translate(calc(26px - 100%), -50%);
    background-image: none;
}
.md_switch [type="checkbox"]:checked + .md_switch__toggle::before {
    background: #000;
    opacity: 1;
    border:1px solid #000;
}
.bg-black .md_switch [type="checkbox"]:checked + .md_switch__toggle::before {   
    opacity: 1;
}

/*   Filters    */
.filter-grid-search .form-group {
    position: relative;
    margin-bottom: 0;
}
.filter-grid-search .filter-title{
    font-size:28px;
    font-weight:var(--font-weight-medium);
}
.filter-dropdown .list-block {
    list-style: none;
}
.filter-grid-search .form-group .filter-dropdown {
    position: absolute;
    top: 46px;
    left: 0;
    border-radius: 0;
    width: 100%;
    padding: 17px 21px;
    display: none;
    border: 1px solid #000;
    z-index: 9;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.filter-toggle {
    display: block;
    width: 100%;
    height: 49px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    -webkit-transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    text-align: left;
}
.filter-toggle span {
    background-image: url('../svg/icon-arrow-white-down.svg');
    background-repeat: no-repeat;
    background-position: 100% 54%;
    width: 100%;
    display: block;
}
.filter-toggle[aria-expanded=true] span {
    background-image: url('../svg/icon-arrow-white-up.svg');
}
@media only screen and (min-width: 991px) {

    .filter-grid-search .form-group {
        margin-bottom: 15px;
    }
    .filter-grid-search .form-group {
        margin-bottom: 1rem;
    }
}
@media only screen and (max-width: 991px) {
    .filter-toggle {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width:767px){


    .per-page.form-group {
        margin-top: 1.5rem;
    }

     .filter-wrapper {
        justify-content: center;
    }


}


.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    justify-content: center;
    padding: 70px 0 100px;
}
.credit-grid .pagination li {
    margin-bottom: 0;
}
.pagination a.page-link {
    height: 37px;
    background-color: #E7E7E7;
    color: #404040;
    width: 50px;
    border-radius: 3px;
    margin: 0 7.5px;
    border: none;
    text-align: center;
}
.pagination a.page-link:hover {
    color: #fff;
    background-color: var(--color-darkgrey);
}
.pagination a.page-link:focus {
    box-shadow: none;
}
.pagination a.page-link:hover:before{
    background-color:#656565;
    border-radius:3px;
    z-index:-99;
}
.page-item.active .page-link, .page-item .page-link.active, .page-item .page-link.active:focus {
  z-index: 1;
  color: #fff;
  background-color: #000;
  box-shadow: none;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination .page-link.jsPageGroup {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 1px;
    z-index: 3;
}
.pagination .page-link.jsPageGroup:hover {
    width: 38px;
    height: 38px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-darkgrey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    font-size: 1px;
    z-index: 3;
    
}
.pagination .page-link.jsPageGroup:hover:before {
    display: none;
}
.pagination .page-link.jsPageGroup.btn-next {
  background-image: url('../svg/arrow-next.svg');
  margin-left: 50px;
}
.pagination .page-link.jsPageGroup.btn-next:hover {
  background-image: url('../svg/arrow-next-hover.svg');
  background-size: 24px;
}
.pagination .page-link.jsPageGroup.btn-prev {
  background-image: url('../svg/arrow-prev.svg');
  margin-right: 50px;
}
.pagination .page-link.jsPageGroup.btn-prev:hover {
  background-image: url('../svg/arrow-prev-hover.svg');
  background-size: 24px;
}
@media all and (max-width:500px) {
    .pagination a.page-link {
        width: 40px;
        margin: 0 6px;
    }
    .pagination .page-link.jsPageGroup.btn-next {
      margin-left: 6px;
    }
    .pagination .page-link.jsPageGroup.btn-prev {
      margin-right: 6px;
    }
}
@media all and (max-width:320px) {
    .pagination a.page-link {
        width: 30px;
        margin: 0 6px;
        font-size:14px;
    }

    .pagination .page-link.jsPageGroup.btn-next {
        margin-left: 6px;

    }

    .pagination .page-link.jsPageGroup.btn-prev {
        margin-right: 6px;

    }
}
/* 31 ===GLOBAL DIRECTORY STYLES === */
.per-page.form-group {
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-bottom: 0px;
}

.per-page label {
    align-self: center;
    padding-right: 10px;
    white-space: nowrap;
}

.per-page #gridCount {
    max-width: 81px;
    height: 36px;
    align-self: center;
    background-image: url('../png/dropdown_black.png');
    background-repeat:no-repeat;
    width:100%;
    display:block;
    background-position:80%;
}

.filter-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

#locationSearch {
    width: 100%;
}

.filter-box {
    font-size: 14px;
    background-color: var(--color-lightgrey);
    padding: 15px 25px 15px 15px;
    margin: 10px 5px;
    border-radius: 3px;
    position: relative;
}

.filter-box:first-child {
    margin-left: 0px;
}

.remove-filter {
    margin-left: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 7;
    cursor: pointer;
}
.remove-filter svg {
    position: absolute;
    right: 15px;
    top: 43%;
}
.clear-filters {
    margin-left:10px;
    cursor: pointer;
    display: none;
    color: #000;
}
.clear-filters:hover {
    color: var(--color-darkgrey);
}
.clear-filters:after {
    content: "";
    display: block;
    height: 3px;
    background-color: #000;
    position:relative;
    top:5px;
    width: 100%;
}
.clear-filters:hover:after {
    background-color: var(--color-darkgrey);
}

.location-search-wrapper {
    position: relative;
}

.location-search-wrapper span {
    position: absolute;
    left: 90%;
    top: 16px;
}
.downloads-search .location-search-wrapper span {
    position: absolute;
    left: 93%;
    top: 16px;
}
.form-group input[type=search]:focus ~ span {
    display: none;
}
.location-grid-list {
    padding-top:70px;
    border-top: 1px solid var(--color-darkgrey);
}
.filter-grid li {
    list-style: none;
}
.filter-item li {
    font-size: var(--font-size-body-medium);
    line-height: 1.5rem;
    color: rgba(0,0,0,.75);
    list-style: none;
}
@media all and (max-width:768px) {
    .filter-box{
     margin-bottom:10px;
    }
    .filter-wrapper {
        flex-wrap:wrap;
    }

}


/* 32 ===Blog/Resources === */
.grid-toggle {
    text-align: right;
    padding-bottom: 24px;
}
.grid-toggle .md_switch .md_switch__toggle::before, .grid-toggle .md_switch .md_switch__toggle::after {
    content: '';
    display: block;
    margin: 0 3px;
    transition: all 500ms cubic-bezier(0.4, 0.0, 0.2, 1);
    background: #000;
}
.grid-toggle .md_switch .md_switch__toggle::before {
    height: 17px;
    width: 29px;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #ACACAC;
}

.grid-toggle .md_switch .md_switch__toggle::after {
    position: absolute;
    top: 50%;
    transform: translate(calc(13px - 100%), -50%);
    height: 12px;
    width: 12px;
    border-radius: 3px;
    box-shadow: none;
    background: #fff;
    left: 2px;
}

.grid-toggle .md_switch [type="checkbox"]:checked + .md_switch__toggle::after {
    transform: translate(calc(24px - 100%), -50%);
    background-image: none;
    background-position: center;
    background-repeat: no-repeat;
}
.filter-grid {
  overflow: hidden;
}
#NoResults {
  padding-top: 30px;
}
.blog-list-page ul li.blog-item {
    padding-bottom: 50px;
    display: flex;
    
}
.grid-layout ul li.blog-item {
    display: block;
/*    position: relative !important;
    left: auto !important;
    top: auto !important;*/
}
.post-img img {
    width: 100%;
}
.download-layout .post-img img {
  width: 100px;
}
.blog-list-page .post-img {
    width: 273px;
    margin-right: 30px;
    height: 182px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.post-img {
    width: 37.5%;
    margin-right: 30px;
    min-width: 37.5%;
}
.grid-layout .post-img {
    width: 100%;
    margin-right: 0px;
    min-width: 0;
    margin-bottom: 20px;
}
.post-content h2 {
    line-height: 22px;
    font-size: 1.125rem;
}
.post-content h2 a {
    font-size: 1.125rem;
    line-height: 22px;
    padding-bottom: 10px;
    display: inline-block;
}
.post-copy {
    color: rgba(0,0,0,.75);
    font-size: 1rem;
    line-height: 22px;
    padding-bottom: 15px;
}
.grid-layout .blog-item {
    width: 25%;
    padding: 0 15px;
}
.blog-detail img {
    height: auto !important;
}
.blog-detail .summary {
    font-size: 1.5rem;
    line-height: 32px; 
    font-weight: 400;
    text-align: center;
}
.blog-detail h2, .blog-detail h3, .blog-detail h4, .blog-detail h5 {
    padding-bottom: 30px;
    padding-top: 20px;
}
.blog-detail {
    font-size: var(--font-size-body-medium);
    line-height: 1.5rem;
    color: rgba(0,0,0,.75);
}
.blog-detail p {
    padding-bottom: 30px;
    color: rgba(0,0,0,.75);
}
.blog-detail blockquote, .blog-detail q {
    font-style: italic;
}
.blog-detail blockquote, .blog-detail q {
    font-style: italic;
    width: 90%;
    margin: 0 auto;
    position: relative;
    font-size: var(--font-size-body-medium);
    line-height: 1.5rem;
    color: rgba(0,0,0,.75);
}
.blog-detail blockquote::before, .blog-detail q::before {
    display: inline;
    content: '"';
    font-size: 48px;
    position: absolute;
    top: 0px;
    left: -22px;
}
.blog-detail blockquote::before, .blog-detail blockquote::after, .blog-detail q::before, .blog-detail q::after {
    content: '"';
    font-size: 48px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.blog-list-page.download-layout .post-img {
    height: auto;
}

.blog-list-page.download-layout .post-img {
    width: auto;
}
.blog-list-page.download-layout.grid-layout .post-img {
    width: 100%;
}
.download-layout .sf-icon-txt [class^="sf-icon-txt-"] {
  font-size: 1rem;
}
.download-layout .sf-icon-lg {
  height: 80px;
  width: 80px;
}
.download-layout .sf-icon-txt-md {
  padding: 0.2em 0.4em;
  top: 54%;
  right: 0;
}
@media all and (max-width:1200px) {
    .grid-layout .post-img {
        height: 151px;
    }
}
@media all and (max-width:992px) {
    .grid-layout .post-img {
        height: 107px;
    }
    .grid-layout .blog-item {
        width: 33%;
        padding: 0 15px;
    }
}
@media all and (max-width:768px) {
    .blog-list-page .post-img {
        width: 200px;
        margin-right: 30px;
        height: 133px;
    }
    .grid-layout .blog-item {
        width: 50%;
        padding: 0 15px;
    }
    .grid-layout .post-img {
        width: 100%;
        margin-right: 0px;
        height: 174px;
    }
}
@media all and (max-width:600px) {
    .blog-list-page ul li.blog-item {
        padding-bottom: 50px;
        display: block;
    }
    .blog-list-page .post-img {
        margin-bottom: 20px;
        width: 273px;
        margin-right: 0;
        height: 182px;
    }
    .grid-layout .blog-item {
        width: 100%;
        padding: 0 15px;
    }
    .grid-layout .post-img {
        width: 273px;
        margin-right: 0;
        height: 182px;
    }
}


/* 33 === Product Splash Pages === */

/*Panalux Sonara*/
.splash-parallax {
    height: 700px;
}
.dxl2-splash.splash-parallax {
    height: 620px;
}
body:not(.sfPageEditor) .splash-page.sub-page.hero-banner{
    min-height: 700px;
    position: fixed;
    width: 100%;
    top: 0;
}
body:not(.sfPageEditor) .sonara-splash.splash-parallax .splash-page.sub-page.hero-banner {
    
}
body:not(.sfPageEditor) .dxl2-splash.splash-parallax .splash-page.sub-page.hero-banner {
    min-height: 575px;
    position: fixed;
    width: 100%;
    top: 0;
    padding-bottom: 0;
}
body:not(.sfPageEditor) .splash-parallax .sub-page.hero-banner .container.banner-content.text-center {
    top: 91px;
    position: relative;
    z-index:99;
}
.splash-page.sub-page.hero-banner::after,
.splash-page-alternative.sub-page.hero-banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: none;
    background: rgba(0,0,0,.7);
}
.splash-page.sub-page.hero-banner h2,
.splash-page-alternative.sub-page.hero-banner h2 {
    font-weight: 500;
    padding-top: 20px;
}
.splash-page.sub-page.hero-banner p,
.splash-page-alternative.sub-page.hero-banner p {
    width: 66%;
    margin: auto;
    color: rgba(255,255,255,.75);
}
@media all and (max-width:991px) {

    .site-logo img {
        max-width: 62px;
    }
}
@media all and (max-width:768px) {
    body:not(.sfPageEditor) .dxl2-splash.splash-parallax .splash-page.sub-page.hero-banner {
        padding-top: 86px;
    }
    .dxl2-splash.splash-parallax {
        height: 489px;
    }
}
@media all and (max-height:575px) {
    body:not(.sfPageEditor) .splash-page.sub-page.hero-banner {
        padding-top: 37px !important;
    }
    .splash-page.sub-page.hero-banner h2 {
        font-weight: 500;
        padding-top: 0;
    }

}
.btn-underline.video-btn {
    background: transparent;
}
.btn-underline.video-btn::before, .splash-page .btn-underline.video-btn::after,
splash-page-alternative .btn-underline.video-btn::after {
    display: none;
}
.btn-underline.video-btn span::before {
    background-color: var(--color-white);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: -5px;
}
.btn-underline.video-btn:hover span::before {
    background-color: #A0A0A0;
    
}
.btn-underline.video-btn:hover #Ellipse_25 {
    fill: #A0A0A0;
}
.btn-underline.video-btn:hover span::after {
    display: none;
}
.modal-content {
    border: 0;
    background-color:transparent !important;
}
.modal-open{
    padding-right:0px !important;
}
.close:hover {
    color: #A0A0A0;
    text-decoration: none;
    opacity: 1;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #A0A0A0;
    opacity: 1;
    text-shadow: none;
    text-shadow: 0 1px 0 #A0A0A0;
}
.embed-responsive {
    background: #000;
}
body:not(.sfPageEditor) .sonara-featured {
    position: relative;
}
body:not(.sfPageEditor) .sonara-featured::before {
    background-image: url('../png/sonara%20key%20features-bg.png');
    display: block;
    content: "";
    width: 100%;
    height: 1290px;
    position: absolute;
    top: -192px;
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 1;
}
body:not(.sfPageEditor) .sonara-featured::after {
    background-image: url('../png/black-grad.png');
    display: block;
    content: "";
    width: 100%;
    height: 400px;
    position: absolute;
    top: -160px;
    background-repeat: repeat;
    background-position: top center;
    z-index: 0;
}
.sonara-featured .quick-links-grid {
    z-index: 2;
    position: relative;
}
.signature-quick .quick-link-item {
    width: 25%;
    justify-content: center;
}
.sonara-featured .quick-link-item {
    min-width: 28%;
    justify-content: center;
}
.sonara-featured h2, .sonara-featured h2 ~ p {
    max-width: 79%;
    margin: auto;
}
.sonara-featured h2 ~ p {
    color: rgba(255,255,255,.75);
}
.signature-quick h2 {
    padding-bottom: 20px;
}
.signature-quick .quick-links-grid .top-row {
    padding-top: 20px;
}
.sonara-featured .quick-links-grid .margin-item {
    margin: 0 8%;
}
.signature-quick .quick-links h3 {
    font-size: 48px;
    font-weight: 900;
    line-height: 54px;
    padding-bottom: 1px;
}
.signature-quick h2 ~ p {
    color: rgba(255,255,255,.75);
}
.signature-quick .quick-links p {
    font-size: 14px;
    font-style: unset;
    line-height: 18px;
    letter-spacing: -.5px;
    max-width: 90%;
    text-align: center;
}
.sonara-product-feature {
    position: relative;
    height: 560px;
}
.sonara4-4 {
    position: absolute;
    right: 0;
    left: -100%;
    margin: auto;
}
.sonara3-2 {
    position: absolute;
    left: 0;
    right: -100%;
    margin: auto;
}
.sonara4-1 {
    position: absolute;
    left: 0;
    right: -150%;
    margin: auto;
}
.quick-links img ~ h3 {
    font-size: 1.5rem;
    font-weight: 900;
    padding-bottom: 0;
}

.tab-module.grey-tabs .nav-tabs {
    justify-content: flex-start;
    padding: 0;
    min-height: 49px;
}
.tab-module.grey-tabs .nav-tabs .nav-item {
    padding: 0 7.5px;
    margin-right: 0;
    width: 50%;
    text-align: center;
}
.tab-module.grey-tabs .nav-tabs .nav-item.width_33 {
    width: 33%;
}
.tab-module.grey-tabs .nav-tabs .nav-item.width_25 {
    width: 25%;
}
.tab-module.grey-tabs .nav-tabs .nav-item:first-child {
    padding-left: 0;
}
.tab-module.grey-tabs .nav-tabs .nav-item:last-child {
    padding-right: 0;
}
.tab-module.grey-tabs .nav-tabs .nav-link {
    display: block;
    padding: 11px 0px;
    border: none;
    border-radius: .25rem;
    color: #fff;
    background: #212121;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.tab-module.grey-tabs .nav-tabs .nav-link.active {
    padding: 11px 0 23px;
    background-color: var(--color-darkgrey);
    border-radius: .25rem .25rem 0 0;
}
.tab-module.grey-tabs .nav-tabs .nav-link:hover {
    background-color: var(--color-darkgrey);
}
.tab-module.grey-tabs .nav-tabs .nav-link::before, .tab-module.grey-tabs .nav-tabs .nav-link::after {
    display: none;
}
.fade:not(.show) {
    opacity: 0;
}
.tab-module.tabbable.grey-tabs .fade:not(.show) {
    opacity: .2;
}
.active .fade {
    opacity: 1;
}
.content-tab {
    padding: 44px 50px;
}
.tab-content .bg-darkgrey {
    border-radius: 0 0 5px 5px;
}
.img-tab {
    padding: 0 0 0 15px;
}
.content-tab p {
    padding-bottom: 30px;
}
.grey-tabs .tab-content {
    background-position: 50%;
    background-image: -moz-linear-gradient(to Left, transparent 50%, #707070 50%),url('');
    background-image: -webkit-linear-gradient(to Left, transparent 50%, #707070 50%),url('');
    background-image: linear-gradient(to Left, transparent 50%, #707070 50%),url('');
}
/*.content-tab p strong {
    font-size: 18px;
    font-weight: 500;
}*/
.content-tab p strong {
    font-size: 1.5rem;
    font-weight: 900;
}

@media only screen and (max-width: 500px) {
    .tab-module.grey-tabs .nav-tabs .nav-link {
        font-size: .75rem;
    }
    .tab-module.grey-tabs .nav-tabs {
        min-height: 46px;
    }
}


body:not(.sfPageEditor) .wow {
    opacity: 0;
}
body:not(.sfPageEditor) .wow.animated {
    opacity: 1;
}
.delay-1 {
    animation-delay: .25s;
}

.delay-2 {
    animation-delay: .5s;
}

.delay-3 {
    animation-delay: .75s;
}

.delay-4 {
    animation-delay: 1s;
}
wow slideInLeft image-slider-right {
    opacity: 
}
.bg-black .accordion-item::before {
    content: "";
    display: none;
    
}
.splash-spec-table {
    padding-bottom: 70px;
}
.accordion-list.spec-accordion button {
    background: transparent;
    border: none;
    font-size: var(--font-size-h4);
    font-weight: var(--font-weight-black);
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
}
.accordion-list.spec-accordion .table-design.table-a11y.k-table {
    margin-top: 40px;
}
.bg-black .accordion-list.spec-accordion button::before {
    background-color: transparent;
}
.accordion-list.spec-accordion button:focus {
    outline: 1px dotted #000;
}
.accordion-list.spec-accordion button::after {
    background: no-repeat center center;
    background-image: url('../svg/arrow_down_24.svg');
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    background-color: #e7e7e7;
    border-radius: 20px;
    background-size: 25px;
        -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.accordion-list.spec-accordion button:hover:after {
    background-image: url('../svg/arrow_down_24.svg');
    background-size: 25px;
}
.accordion-list.spec-accordion button[aria-expanded="true"]::after, .accordion-list.spec-accordion button[aria-expanded="true"]:hover::after {
    background: no-repeat center center;
    background-image: url('../svg/arrow_up_24.svg');
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    background-color: #e7e7e7;
    border-radius: 20px;
    background-size: 25px;
    transform: none;
}
.table-design.table-a11y {
    width: 100%;
}
.table-design.table-column3 th{
    width: 33%
}
.table-design.table-column4 th{
    width: 25%
}
.table-design.table-column5 th{
    width: 20%
}
.table-design.table-column6 th{
    width: 16.66667%
}
.table-design.table-a11y tr:hover, .table-design.table-a11y tr:hover th {
    background-color: #eaeaea;
}
.product-detail td.grid-toggle {
    font-weight: 400;
    padding-bottom: 0;
    text-align: left;
}
.product-detail thead {
    background-color: #F5F5F5;
    height: 50px;
    vertical-align: middle;
}
.product-detail th {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: inherit;
    font-size: var(--font-size-body-small);
    font-weight: var(--font-weight-bold);
    color: rgba(0,0,0,.75);
    vertical-align: middle;
}
.product-detail th {
    font-family: 'Roboto Condensed', sans-serif;
    vertical-align: middle;
    font-size: var(--font-size-body-small);
    line-height: 16px;
    color: rgba(0,0,0,.75);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
}
body:not(.sfPageEditor) .product-detail tr {
    border-bottom: 1px solid #aaa;
    height: 40px;
}
.product-detail td {
    vertical-align: middle;
    font-size: var(--font-size-body-small);
    color: rgba(0,0,0,.75);
    padding: 9px 20px;
    line-height: 23px;
}
.product-detail td:first-child {
    font-weight: var(--font-weight-bold);
}
.related-products .slick-arrow, .related-article-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    border: 0;
    background-color: var(--color-grey);
    color: transparent;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 30%;
    z-index: 9;
    font-size: 1px;
}
.related-article-slider .slick-arrow {
    top: 50%;
    transform: translateY(-50%);
}
.related-products .slick-next, .related-article-slider .slick-next {
    background-image: url('../svg/arrow-next-white.svg');
    right: -50px;
}
.related-products .slick-prev, .related-article-slider .slick-prev  {
    background-image: url('../svg/arrow-prev-white.svg');
    left: -50px;
}
.related-article-slider {
    margin: 0 -15px;
    display: flex;
}
.related-article-slider .slick-track {
    display: flex;
}
.related-article-slider .slick-slide {
    padding: 0 15px;
    display: flex;
    height: auto;
}
.slick-slide > div {
  display: flex;
}
.slick-slide:nth-child(2n) .related-article-item {
    background-color: #EAEAEA !important;
}
.related-article-item {
    display: table !important;
    min-height: 221px;
    border-radius: 4px;
}
.related-article-item.red-slide {
    background-color: var(--color-red);
}
.related-article-item.red-slide .btn-underline:hover {
    color:var(--color-grey);
}
.related-article-item.red-slide .btn-underline:hover:before{
    background-color:var(--color-grey);
}
.related-article-item.yellow-slide {
    background-color: var(--color-yellowgreen);
}
.related-article-item.blue-slide {
    background-color: var(--color-lee-blue);
}
.related-article-item.black-slide {
    background-color: #000;
}
.related-article-item.grey-slide {
    background-color: #383838;
}
.black-slide p {
  color: rgba(255,255,255,.75);
}
.related-article-img {
    min-width: 33%;
    display: table-cell;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #F5F5F5;
    width: 33%;
    border-radius: 4px 0 0 4px;
}
.related-article-content a:hover {  
    text-decoration: none;
}
.related-article-content {
    padding: 0 59px 10px 32px;
    vertical-align: middle;
    display: table-cell;
}
.related-article-content h3 {
    font-size: 1rem;
    padding-bottom: 12px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
}
.related-article-content p {
    padding-bottom: 20px;
}
.related-article-item.grey-slide .related-article-content p {
  color: rgba(255, 255, 255, .75);
}
.red-slide .related-article-content p {
  color: rgba(255, 255, 255, .75);
}



 .bg-white .related-article-content p, .bg-white .related-article-content h3, .bg-white .related-article-content p{
     color: #000;
 }
.related-article-content  .btn-underline {
    color: #fff;
}
.related-article-content .btn-underline:hover {
    color: rgba(255,255,255,.7);
}
.related-article-content .btn-underline::before {
    background-color: rgba(255,255,255,1);
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
}
.related-article-content .btn-underline:hover:before {
    background-color: rgba(255,255,255,.7);
}
.related-article-content .btn-underline::after {
    background-color: rgba(255,255,255,1);
}
.slick-slide:nth-child(2n) .related-article-content h3, .slick-slide:nth-child(2n) .related-article-content p, .slick-slide:nth-child(2n) .related-article-content  .btn-underline {
    color: #000;
}
.slick-slide:nth-child(2n) .related-article-content p {
    opacity: .75;
}
.slick-slide:nth-child(2n) .related-article-content .btn-underline::before {
    background-color: rgba(0,0,0,.6);
}
.slick-slide:nth-child(2n) .related-article-content .btn-underline::after {
    background-color: rgba(0,0,0,1);
}
@media only screen and (max-width: 1200px) {
    .related-products .slick-next, .related-article-slider .slick-next {
        background-image: url('../svg/arrow-next-white.svg');
        right: -28px;
    }

    .related-products .slick-prev, .related-article-slider .slick-prev {
        background-image: url('../svg/arrow-prev-white.svg');
        left: -28px;
    }
}
@media only screen and (max-width: 991px) {
    .spec-accordion .accordion-content.open {
        overflow-x: scroll;
    }
    .spec-accordion .table-design.table-a11y.k-table {
        min-width: 1100px;
    }
    .signature-quick .quick-link-item {
        width: 50%;
        justify-content: center;
    }
    .sonara-featured .quick-link-item {
        min-width: 28%;
        justify-content: center;
        width: 28%;
    }
    .format-cta {
        margin-bottom: 30px;
    }
    .grey-tabs .tab-content {
        background-color: #707070;
    }
    .table-wrapper {
      overflow-x: scroll;
      padding: 0 15px;
    }
}
@media only screen and (max-width: 768px) {
    .delay-4.btn-row .text-right {
        text-align: center !important;
    }
    .delay-4.btn-row .btn-underline {
        padding-top: 20px;
        display: inline-block;
    }
    .signature-quick .px-0 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .dxlm-featured {
        position: relative;
        min-height: 425px;
    }
    .sonara-product-feature {
        position: relative;
        height: 305px;
    }
}
@media only screen and (max-width: 400px) {
    .signature-quick .quick-link-item {
        width: 100%;
        justify-content: center;
    }
    .dxlm-featured {position: relative;
        min-height: 350px;
    }
}

/*Sticky Slider*/
body:not(.sfPageEditor) .control-stickslider div {
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
body:not(.sfPageEditor) .stickslider-row {
    height: 100vh;
    z-index: -1;
    position: relative;
    -webkit-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
body:not(.sfPageEditor) .stickslider-row.not-sticky:not(.active) {
    z-index: 2;
}
body:not(.sfPageEditor) .stickslider-row > div {
    max-width: 1110px;
    padding: 0 15px;
    width: 100%;
    align-items: center;
}

body:not(.sfPageEditor) .stickslider-row.first-fixed > div, body:not(.sfPageEditor) .stickslider-row > div {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
body:not(.sfPageEditor) .first-row.first-fixed.active .sonara-content-col {
    top: 0%;
}
body:not(.sfPageEditor) .first-row.first-fixed .sonara-content-col  {
    top: -30%;
}
body:not(.sfPageEditor) .stickslider-row.second-row .sonara-content-col {
    top: 30%;
}
body:not(.sfPageEditor) .stickslider-row.second-row.active .sonara-content-col, body:not(.sfPageEditor) .stickslider-row.second-row.last-active .sonara-content-col {
    top: 0%;
}
body:not(.sfPageEditor) .stickslider-row.active {
    z-index: 2;
    opacity: 1;
}
body:not(.sfPageEditor) .stickslider-row.active > div {
    opacity: 1;
}
body:not(.sfPageEditor) .stickslider-row.second-row.active > div {
    top: 50%;
    opacity: 1;
}
body:not(.sfPageEditor) .stickslider-row.first-fixed.not-sticky:not(.active) > div {
    z-index: -1;
    position: fixed;
    opacity: 0;
}
body:not(.sfPageEditor) .stickslider-row.last-active:not(.active) > div {
    z-index: 1;
    position: relative;
    opacity: 1;
}
body:not(.sfPageEditor) .stickslider-row.last-active:not(.active) {
    z-index: 2;
    opacity: 1;
}
body:not(.sfPageEditor) .stickslider-row.not-sticky:not(.active) > div, body:not(.sfPageEditor) .stickslider-row.active.last-active > div {
    position: relative;
    opacity: 1;
}

@media only screen and (max-width: 1200px) {
    .related-article-content {
        padding: 0 20px 10px 23px;
    }
    .control-stickslider {
        padding: 0;
    }
    body:not(.sfPageEditor) .stickslider-row.first-fixed > div, body:not(.sfPageEditor) .stickslider-row > div {
        max-width: 960px;
    }
}
@media only screen and (max-width: 991px) {
    body:not(.sfPageEditor) .stickslider-row.first-fixed > div, body:not(.sfPageEditor) .stickslider-row > div {
        max-width: 720px;
    }
    .slick-slide img {
        display: inline-block;
        padding-bottom: 0px;
    }
    .related-article-content {
        padding: 20px 59px 30px 32px;
    }
    body:not(.sfPageEditor) .stickslider-row > div {
        max-width: 720px;
    }
    .img-tab {
        padding: 20px 0;
    }
    .modal-dialog {
        max-width: 85% !important;
    }
}
@media only screen and (max-width: 768px) {

    body:not(.sfPageEditor) .stickslider-row.first-fixed > div, body:not(.sfPageEditor) .stickslider-row > div {
        max-width: 540px;
    }
    .related-products .slick-prev {
        background-image: url('../svg/arrow-prev-white.svg');
        left: -37px;
    }
    .related-article-slider .slick-prev {
        background-image: url('../svg/arrow-prev-white.svg');
        left: -40px;
    }
    .related-products .slick-next {
        background-image: url('../png/arrow-next.png');
        right: -37px;
    }
    .related-article-slider .slick-next {
        background-image: url('../png/arrow-next.png');
        right: -40px;
    }
    .product-downloads, .download-item {
        padding: 25px 0;
    }
    .related-article-content {
        padding: 20px 32px 30px 32px;
    }
}
@media only screen and (max-width: 768px) {
    .bg-black.sonara-featured .quick-link-item {
        width: 50%;
        padding: 0 6% 30px;
    }
    .bg-black.sonara-featured .quick-links-grid .margin-item {
        margin: 0;
    }
    .content-tab {
        padding: 44px 20px;
    }
    .multi-image-slider-wrapper .btn-container {
        display: none !important;
    }
    .multi-image-slider-wrapper .slick-dots {
        display: flex;
        bottom: -37px;
        position: relative;
        background-color: #EDEDED;
    }
    .multi-image-slider-wrapper .slick-dots li {
        background: #EDEDED;
        display: inline-block;
        width: 100%;
        height: 7px;
        border-radius: 4px;
    }
    .multi-image-slider-wrapper .slick-dots .slick-active {
        background: #6E6E6E;
        border-radius: 4px;
    }
    .multi-image-slider-wrapper li button {
        background: transparent;
        color: transparent;
        border:0;
    }

}
@media only screen and (max-width: 600px) {
    .related-products .slick-list, .related-article-wrapper .slick-list{
        padding:0 20% 0 0 !important;

    }
    .related-article-slider .slick-arrow {
        display: none !important;
    }
    body:not(.sfPageEditor) .sonara-featured::before {
        background-size: 138%;
    }
    .signature-quick .quick-links h3 {
        font-size: 38px;
        font-weight: 900;
        line-height: 47px;
    }
}
@media only screen and (max-width: 500px) {
    .related-article-item {
        display: block !important;
        background-color: var(--color-red);
        min-height: 221px;
    }
    .related-article-img {
        min-width: 100%;
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
    }
    .modal-dialog {
        max-width: 80% !important;
    }
}
@media only screen and (max-width: 400px) {
    body:not(.sfPageEditor) .sonara-featured::before {
        background-size: 222%;
    }
}

/*Panavision DXL2*/
.dxl-featured {
    z-index: 2;
    position: relative;
    background-color: transparent;
    background-image: linear-gradient(transparent 0%, rgb(0, 0, 0) 64%, #000);
}
.dxl-featured::after {
    background-image: url('../png/black-grad.png');
    display: block;
    content: "";
    width: 100%;
    height: 386px;
    position: absolute;
    top: 28%;
    background-repeat: repeat;
    background-position: top center;
    z-index: -1;
}
.accordion-img {
    text-align: right;
    position: relative;
}
.img-row {
    height: 350px;
}
.accordion-img img {
    position: absolute;
    right: 0;
    display: none;
}
.accordion-img:first-child img {
    display: block;
}

.format-cta {
    color: #fff;
    background-color: #202020;
    text-align: center;
    padding-bottom: 21px;
}
.format-img {
    padding-bottom: 33px;
}
.format-cta .h4-size {
    font-size: 1.5rem;
    padding-bottom: 45px;
}
.format-copy {
    font-size: 1rem;
    line-height: 24px;
    max-width: 83%;
    margin: 0 auto;
    padding-bottom: 38px;
}
.format-specs {
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
}
.format-specs span {
    display: block;
    font-size: 1.125rem;
    line-height: 18px;
    font-weight: 500;
}
.dxlm-featured {
    position: relative;
    min-height: 560px;
}
.dxl2-animated-1 {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: -100%;
    right: 0;
    margin: auto;
}
.dxlm-animated-2 {
    position: absolute;
    z-index: 1;
    top: 50px;
    left: 0;
    right: -100%;
    margin: auto;
}
.primo-cta p {
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 20px;
}
.nav.nav-tabs.icon-tabs {
    align-items: center;
}
.tab-module.icon-tabs .nav-tabs {
    justify-content: space-between;
    border-bottom: 2px solid rgba(222,222,222,.5);
    padding-bottom: 20px;
}
.tab-module.icon-tabs .nav-tabs .nav-item {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    margin-right: 0;
    height: auto;
    width: 23%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tab-module.icon-tabs .nav-tabs .nav-link {
    font-weight: var(--font-weight-bold);
    border-color: transparent;
    position: relative;
    padding: .5rem 1rem;
    background-color: #212121;
    border-radius: 5px;
    margin-right: 0;
    height: 50px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tab-module.icon-tabs .nav-tabs .nav-link.active, .tab-module.icon-tabs .nav-tabs .nav-item.show .nav-link, .tab-module.icon-tabs .nav-tabs .nav-link:hover {
    background-color: #404040;
}
.tab-module.icon-tabs .img-fluid {
    max-width: 100%;
    height: auto;
    max-height: 31px;
}
.tab-module.icon-tabs .nav-tabs .nav-link::after, .tab-module.icon-tabs .nav-tabs .nav-link::before {
    display: none;
}
.tab-module.icon-tabs .content-tab h3 {
    padding-bottom: 30px;
}
.tab-module.icon-tabs .content-tab {
    padding: 30px 0px 0;
    color: #fff;
    font-size: 1rem;
    line-height: 24px;
    padding-bottom: 100px;
}
.app-container h3 {
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 20px;
}
.app-container .app-row a {
    background-color: #707070;
    width: 170px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    padding-right: 0;
    border-radius: 5px;
    margin-right: 30px;
}
.app-container .app-row a:hover {
    background-color: #A0A0A0;
}

.app-container .app-row img {
    align-self: center;
}
.modular-cta h2 ~ p {
    color: rgba(255,255,255,.75);
}
.modular-thumbgallery {
    margin-bottom: 70px;
}

.modular-thumbgallery .thumb-item {
    text-align: center;
}
.modular-thumbgallery .thumb-item img { 
    width: 90%;
    margin: 0 auto;
}
.thumb-item:hover {
    cursor: pointer;
}
.thumb-item p {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 0;
    display: inline-block;
}
.thumb-item p::before {
    background-color: rgba(255,255,255,.6);
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.thumb-item:hover p::before {
    background-color: rgba(255,255,255,1);
}
.modular-item {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    align-items: center;
}
.modular-item h2 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 28px;
    padding-bottom: 22px;
}
.modular-img {
    text-align: right;
}
.modular-img img {
    display: inline-block;
    padding-right: 30px;
}
.modular-thumbgallery .slick-arrow {
    position: absolute;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateY(-50%);
    font-size: 1px;
}
.modular-thumbgallery .slick-prev.slick-arrow {
    left: -3%;
}
.modular-thumbgallery .slick-next.slick-arrow {
    right: -3%;
}
@media only screen and (max-width: 1400px) {
    .app-container .app-row a {
        padding-right: 10px;
    }
}
@media only screen and (max-width: 1150px) {
    .app-container .app-row a {
      padding-right: 0;
      display: flex;
      align-items: center;
    }
    .app-container .app-row a {
      margin-bottom: 15px;
    }
}
@media only screen and (max-width: 991px) {
    .dxl-featured::after {
        height: 186px;
    }
}
@media only screen and (max-width: 768px) {
    .accordion-img img {
        left: 0;
        margin: auto;
    }
}
@media only screen and (max-width: 768px) {
    .modular-img {
        text-align: center;
    }
    .tab-module.icon-tabs .content-tab {
        padding-bottom: 50px;
    }
    .tab-module.tabbable.icon-tabs {
        padding-bottom: 75px;
    }
    .modular-img img {
        padding-right: 0;
        padding-bottom: 30px;
    }
    .modular-thumbgallery.slick-slider .slick-list, .slick-slider .slick-track {
        padding: 0 20% 0 0 !important;
    }
}
@media only screen and (max-width: 600px) {
    .dxlm-featured {
        min-height: 425px;
    }
    
}
@media only screen and (max-width: 500px) {

}
@media only screen and (max-width: 400px) {
    .img-row {
    height: 275px;
}
}


.sfPageEditor .site-logo {
    max-width: 200px;
}
.sfPageContainer .navbar-nav .rdContent {
    display: flex;
}
:root:root:root .sf-backend-wrp .form-group:not(.sf-custom) .css-list {
    position: relative;
}
:root:root:root .sf-backend-wrp .form-group:not(.sf-custom) .class-container {
    position: absolute;
    background: #fff;
    width: 100%;
    padding: 15px;
    padding-left: 34px;
    border: 1px solid #999;
    border-radius: 5px;
    top: 6px;

}
:root:root:root:root:root .sf-backend-wrp .form-control[type="checkbox"] {
    height: auto;
    position: relative !important;
    display: inline-block;
    width: auto !important;
    right: -25px;
}

.zeLayoutMode .ZoneEditorMultipage .RadDock.rdCollapsed.zeToolboxItem, .sfPageEditor.zeLayoutMode .RadDock.rdCollapsed.zeToolboxItem {
    height: 93px !important;
    overflow: hidden;
}

.zeLayoutMode .ZoneEditorMultipage .RadDock.rdCollapsed.zeToolboxItem[description="spinu-toolbox"], .sfPageEditor.zeLayoutMode .RadDock.rdCollapsed.zeToolboxItem[description="spinu-toolbox"] {
    height: 121px !important;
    overflow: hidden;
}
 
.RadDock .rdTable .rdTitleBar .spinu-layouts {
    padding: 93px 0 0 0px;
    height: 31px;
    background-size: 90%;
}

.RadDock .rdTable .rdTitleBar .pv-cenetered-image-text {
    background-image: url('../png/pv-cenetered-image-text.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-content-and-image {
    background-image: url('../png/pv-content-and-image.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-offerings-grid {
    background-image: url('../png/pv-offerings-grid.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-quick-links-grid {
    background-image: url('../png/pv-quick-links-grid.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-rollover-2 {
    background-image: url('../png/pv-rollover-2.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-rollover-3 {
    background-image: url('../png/pv-rollover-3.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-tall-panels {
    background-image: url('../png/pv-tall-panels.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-two-column-cta {
    background-image: url('../png/pv-two-column-cta.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-two-column-text-grid-4 {
    background-image: url('../png/pv-two-column-text-grid-4.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-two-column-text-grid-6-narrow {
    background-image: url('../png/pv-two-column-text-grid-6-narrow.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-two-column-text-grid-6-wide {
    background-image: url('../png/pv-two-column-text-grid-6-wide.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-social-media {
    background-image: url('../png/pv-social-media.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-latest-products {
    background-image: url('../png/latest-products.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-banner-cta-left {
    background-image: url('../png/banner-cta-left.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-two-column-cta {
    background-image: url('../png/two-column-cta.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-tools-grid {
    background-image: url('../png/tools-grid.png') !important;
}
.RadDock .rdTable .rdTitleBar .pv-grey-banner-cta {
    background-image: url('../png/pv-grey-banner-cta.png') !important;
}
/*Panalux Power*/
.splash-page-alternative{
    height:500px;
    position:relative;
}
.splash-page-alternative.sub-page.hero-banner .banner-content{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.img-parallax{
    width:100%;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
  
}
.panalux-power-content {
    position: relative;
}
.section-gradient {
    height: 201px;
    width: 100%;
    background-color: red;
    background: linear-gradient(to top, #000 70%, transparent 100%);
    position: absolute;
    top: -198px;
}
/*body:not(.sfPageEditor) .splash-page-text-column,
body:not(.sfPageEditor) .splash-page-image-column {
    position: relative;
    top: 300px;
}*/
body:not(.sfPageEditor) .splash-page-text-column.grey {
    position: unset;
    top: 0;
}
.animated.animate-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.height-650 {
    height: 650px;
}
.img-parallax.border-radius-left{
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.height-576 {
    height: 576px;
}

.img-parallax.border-radius-right {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#power-h-series {
    position: relative;
    top: -100px;
}
.splash-page-text-column.green h2,
.splash-page-text-column.blue h2 {
    max-width: 360px;
}
.splash-page-text-column.green h3{
    border-top:3px solid #3E9623;
}
.splash-page-text-column.blue h3 {
    border-top:3px solid #3768B1;
}
.splash-page-text-column.grey h3 {
    border-top:3px solid #3e3e3e;
}
.splash-page-text-column h2 ~ p{
    margin-top:0px;
}
.panalux-power-image-animate {
    position: relative;
    height: 460px;
}
.panalux-power-image-animate .power-featured-1 {
    position: absolute;
    left: -200%;
    top: 0;
    right: 0;
    margin: auto;
}
.panalux-power-image-animate .power-featured-2 {
    position: absolute;
    left: 0;
    top: 0;
    right: -175%;
    margin: auto;
}
.panalux-power-image-animate .power-featured-3 {
    position: absolute;
    left: -170%;
    top: 0;
    right: 0;
    margin: auto;
}
.anchor-nav{
    display:flex; 
    flex-direction:row;
    justify-content:center;
    padding:20px 0 30px 0;
}
.anchor-nav a{
    margin:0 15px;
}
.splash-page-alternative .background-image{
    height:100%;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.panal-power-subheader{

}
@media all and (max-width:992px) {
    .splash-page-text-column, .splash-page-image-column {
        padding: 35px;
        max-width: 755px;
        margin: auto;
    }
    .img-parallax{
        border-radius:3px;
    }
    .traditional-generators-container{
        padding-left:0;
        padding-right:0;
    }
    .traditional-generators-container img{
        width:100%;
    }
    .i-series-link{
        margin-bottom:20px;
    }
    #power-h-series {
    position: relative;
    top: 0px;
}
}
@media all and (max-width:768px){
    .panalux-power-image-animate {
        position: relative;
        height: 260px;
    }
}

/* 33 ===Careers === */
.job-details {
    border-bottom: 2px solid #707070;
}
.job-details ul li{
    font-size:18px;
    color:var(--color-black);
}
.job-details ul li:last-child {
    font-size: 16px;
    color: #404040;

}
.job-description h2:first-of-type{
    font-size:20px;
    font-weight:300;
    color:rgba(0,0,0,0.75);
    line-height:1.5;
}
.job-description h3{
    font-size:22px;
    padding-bottom:20px;
}
.job-description {
  font-size: var(--font-size-body-medium);
  line-height: 1.5rem;
  color: rgba(0,0,0,.75);
}
.job-description div p {
    color: rgba(0,0,0, 0.75);
}
.job-description p {
    margin-bottom: 20px;
}
.job-description ul{
    padding-left:20px;
}
.job-description ul li {
    color: rgba(0,0,0,0.75);
    padding-bottom: 20px;
    font-size: 1rem;
    line-height:1.5
}
.job-description ul li ul {
    margin-top: 20px;
}
.job-description ul li ul li:last-child {
    padding-bottom: 0;
}

.career-listing .filter-dropdown .list-block {
    list-style:none;
}
.career-listing-table{
    table-layout:fixed;
}
.job-title-row-header{
    width:30%;
}
.career-listing-table tbody tr th, .career-listing-table tbody tr td {
    border-top: 2px solid #dee2e6;
}
.career-listing-table thead tr th {
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.75);
    font-family: 'Roboto Condensed', sans-serif;
    border-top: none;
}
.career-listing-table tbody .col-header, .career-listing-table-wrapper .col-header{
    display:none;
}

.career-listing-table.table th,
.career-listing-table.table td{
    height:50px;
    vertical-align:middle;
    font-size:14px;
    padding:0.5rem;
}
.career-listing.table tbody th:first-of-type{
    border-top:none;
}
.career-listing.table tbody th:last-of-type {
    border-top: 1px solid #dee2e6;
}
.career-listing-table.table tbody tr th a{
    font-family: 'Roboto', sans-serif;
    text-transform:none;
}
.career-listing-table .table-btn {
    letter-spacing: 1px;
    font-size: 10px;
}
.career-listing-table .job-title {
    font-weight:bold;
    line-height:20px;
}
.career-listing-table.table tbody tr th{
    padding-right:30px;
 
}
.career-listing-table.table tbody tr:hover{
   background-color:#EAEAEA;
}

.career-listing-table.table tbody tr:hover .table-btn:hover {
    background-color: var(--color-darkgrey);
    color: var(--color-white) !important;
    border: 1px solid var(--color-darkgrey);
}
.careers-page-wrapper{
    position:relative;
}
.application-link .btn.btn-black:hover,
.application-link-sticky .btn.btn-black:hover{
    background-color:var(--color-white);
}
.application-link-sticky a{
    display:none;

}
.career-listing-table-wrapper {
  font-size: .875rem;
}
.career-listing-table-wrapper .filter-item {
    align-items: center;
    border-bottom: 2px solid #dee2e6;
    display: flex;
}
.career-listing-table-wrapper .filter-item:hover {
    background-color: #EAEAEA;
}
.career-listing-table-wrapper .header-item {
    border: none;
    width: 100%;
    list-style: none;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: rgba(0,0,0,0.75);
    font-family: 'Roboto Condensed', sans-serif;
    border-top: none;
    border-bottom: 2px solid #dee2e6;
    background: rgb(245, 245, 245);
    display: flex;
    align-items: center;
}
.career-listing-table-wrapper .job-title {
    font-weight: bold;
    line-height: 20px;
    font-family: 'Roboto', sans-serif;
    text-transform: none;
    font-size: .875rem;
}
.career-listing-table-wrapper .table-btn {
  letter-spacing: 1px;
  font-size: 10px;
}
.header-item {
        border: solid 2px #000;
        font-weight: 700;
        color: #000;
        width: 100%;
        list-style: none;
        height: 50px;
    }
    .row-item {
        border-bottom: solid 1px #000;
        width: 100%;
    }
    .col-span {
        display: block;
        float: left;
        padding: 10px 15px;
        
    }
    .col-width-40 {
        width: 40%;
    }
    .col-width-30 {
        width: 30%;
    }
    .col-width-20 {
        width: 20%;
    }
    .col-width-15 {
        width: 15%;
    }
    .col-width-10 {
        width: 10%;
    }
@media all and (max-width:767px) {
    .career-listing-table thead {
        position: absolute !important;
        clip: rect(1px,1px,1px,1px);
    }

    .career-listing-table tbody tr th {
        border-top: 0px;
    }

    .career-listing-table tbody td:last-child {
        margin-bottom: 30px;
    }

    .career-listing-table.table th,
    .career-listing-table.table td {
        height: unset;
        width: 100%;
        display: flex;
        flex-direction: column;
        font-size: 16px;
    }



    .career-listing .filter-grid-search .form-group {
    
        margin-bottom: 1rem;
    }
    .career-listing .per-page.form-group {
        margin-top: 1.5rem;
    }
    .career-listing .filter-wrapper{
        justify-content:center;
    }
    .career-listing .filter-grid-search{
        border-bottom:2px solid var(--color-darkgrey);
    }
    .job-details ul li:last-child {
       padding-top:10px;
    }
    .career-listing-table tbody tr{
        display:flex;
        flex-direction:row;
        flex-wrap:wrap;
    }
    .career-listing-table.table tbody tr:hover {
        background-color: #fff;
    }
    .career-listing-table tbody tr td {
        border: none;
    }
    .career-listing-table.table tbody tr th a {
        font-size: 2rem;
        font-weight: var(--font-weight-black);
        line-height: 2.375rem;
        text-decoration:underline;
    }
    .career-listing-table .table-btn {
      display:none;
    }
    .career-listing-table.table td.company-td,
    .career-listing-table.table td.location-td,
    .career-listing-table.table td.type-td {
        color: #000;
        font-size: 14px;
        line-height:24px;
        width:unset;
        padding:0.25rem 0.75rem;
    }
    .career-listing-table.table td.company-td{
        padding-left:8px;
    }
    .career-listing-table.table td.type-td {
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height: 22px;
    }
    
    .career-listing-table.table tbody td.dateposted-td {
        display: flex;
        flex-direction: row;
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height: 22px;
        width: 100%;
    }
    .career-listing-table tbody .dateposted-td .col-header {
        display: block;
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height:22px;
        padding-right:3px;
    }
    .career-listing-table-wrapper .filter-item {
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: none;
        padding-bottom: 30px;
    }
    .col-span {
        float: none;
    }
    .career-listing-table-wrapper .title-td {
        width: 100%;
    }
    .career-listing-table-wrapper .title-td a {
        font-size: 2rem;
        font-weight: var(--font-weight-black);
        line-height: 2.375rem;
        text-decoration: underline;
    }
    .career-listing-table-wrapper .filter-item:hover {
        background-color: transparent;
    }
    .career-listing-table-wrapper .company-td, .career-listing-table-wrapper .location-td, .career-listing-table-wrapper .type-td {
        width: unset;
    }
    
    .career-listing-table-wrapper .type-td {
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height: 22px;
    }
    .career-listing-table-wrapper .dateposted-td {
        width: 100%;
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height: 22px;
        display: flex;
    }
    .career-listing-table-wrapper .dateposted-td .col-header {
        display: block;
        color: rgba(0,0,0,0.75);
        font-size: 12px;
        line-height: 22px;
        padding-right: 3px;
    }
    .career-listing-table-wrapper .viewjob-td, .career-listing-table-wrapper .header-item {
        display: none;
    }
}
@media all and (max-width:992px){
    .application-link a{
        display:none;
        padding:15px 30px;
        max-width:290px;
      margin:auto;
    }
    .application-link {
        text-align: center;
    }
    .application-link a.active{
        display:block;
    }
    .application-link-sticky{
        text-align:center;
        position:fixed;
        right:0;
        left:0;
        z-index:999;
        bottom:0px;
        display:block;
    }
        .application-link-sticky a{
        display:block;
        padding:15px 30px;
        max-width:290px;
        margin:auto;

        }
    .application-link-sticky a.hidden {
        display: none;
    }
}
@media all and (max-width:320px) {
    .career-listing-table.table tbody tr th a {
        font-size: 1.75rem;
        line-height: 2.350rem;
    }
}
/* 34 ===Search Results === */

.search-container .row {
    min-height: 170px;
}
.search-results.form-group{
    width:100%;
}
.search-results.form-group input {
    flex: 1;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height:49px;
}
.search-results .search-input-btn{
    border-top-left-radius:0px;
    border-bottom-left-radius:0px;
    line-height:1px;
    height:49px;
}
.search-container {
    min-height: 404px;
}
.results-page-search h1{
    font-size:var(--font-size-h2);
    font-weight:var(--font-weight-black);
}
.search-item-wrapper .search-content-type{
    font-size:18px;
    font-weight:var(--font-weight-medium);
    color:var(--color-black);
}
.search-item-wrapper .search-content-title {
    font-size: var(--font-size-h6);
    font-weight: var(--font-weight-black);
 
}
.search-results-number {
    font-size:var(--font-size-body-small);
}
.search-results-container {
    border-top: 2px solid var(--color-darkgrey);
    position: relative;
}
.search-container a.row:hover p, .search-container a.row:hover h3 {
    opacity: .7;
}
.search-item-wrapper .search-content-link{
    font-size:var(--font-size-body-small);
    text-decoration:underline;
}
.search-results-container a:hover {
    text-decoration: none;
}
.search-content-icon{
    height:100%;
    width:100%;
}
.search-content-icon img{
    object-fit:contain;
    height:100%;
    width:100%;
}
/*.search-options-wrapper{
    position:absolute;
    left:110%;
    top:90px;
    min-width:170px;
    z-index:999;
}*/
.search-options-wrapper p{
    font-size:22px;
    font-weight:var(--font-weight-black);
    color:var(--color-black);

}
.search-options-wrapper ul li{
   padding-bottom:20px;
   list-style:none;
}
.search-options-wrapper ul li a{
    font-weight:var(--font-weight-bold);
    position:relative;
}
/*.search-options-wrapper ul li a:before {
    background-color: #D5D5D5;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    bottom: -5px;
}*/
.search-options-wrapper ul li a:hover{
    text-decoration:none;
}
/*.search-options-wrapper ul a:after {
    background-color: var(--color-black);
    content: "";
    display: block;
    height: 2px;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 0px;
    transition-duration: .3s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0,0,.2,1);
    bottom: -5px;
}*/
/*.search-options-wrapper ul li:hover a:after {
    width: 100%;
}*/


@media all and (max-width:992px){
     .search-options-wrapper {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px;
        scrollbar-width: thin;
    }
    .search-options-wrapper ul{
        display:block;
    }

    .search-options-wrapper p {
        padding-top:20px;
    }
    .search-item-wrapper a {
        line-break: anywhere;
    }
}
@media all and (max-width:767px){
    .search-content-icon {
        height: 100%;
        width: 100%;
        text-align:center;
        padding-bottom:50px;
    }
    .search-content-icon img{
        max-width:170px;
    }
    .search-results.form-group input {
        flex: 1;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        height: 49px;
    }

    .search-results .search-input-btn {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        line-height: 1.5px;
        margin-top:10px;
        height: 49px;
        width:100%;
    }
   
}
@media all and (max-width:375px){
    .search-options-wrapper ul {
        display: flex;
        justify-content: space-between;
        flex-direction:column;
    }
}
/* 35 ===Social Media Banner === */
.social-media-banner{
    width:100%;
    position:relative;
    height:400px;
}
.social-media-banner-img{
    width:100%;
    height:auto;
    background-color:var(--color-black);
}
.social-media-banner-img img{
    width:100%;
    object-fit:cover;
    height:400px;
}
/*.social-media-banner-overlay{
    height:100%;
    width:100%;
    background-color:var(--color-black);
    position:absolute;
    top:0;
    opacity:0.3;
}*/
.social-inner-wrap{
    color:var(--color-white);
    text-align:center;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);

}
.social-inner-wrap .color-black{
    color:var(--color-black) !important;
}
.social-icons-wrap ul{
    list-style:none;
    display:flex;
    flex-direction:row;
    justify-content:center;
}
.social-icons-wrap ul li{
    padding:0 15px;
}
.social-icons-wrap li img{
    width:30px;
    height:30px;
    min-width: 30px;
}
.social-media-banner h2{
    font-size:32px;
    font-weight:var(--font-weight-black);
}
.social-media-banner p {
    font-size: 32px;
    font-weight: var(--font-weight-standard);
    color:var(--color-white);
}
.social-share {
    background-color: var(--color-black);
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    z-index: 999;
    text-align: center;
    top: 215px;
}
.social-share.sticky{
    top:175px
    
}
.social-share a{
    padding:15px 25px;
}
.social-share a:first-of-type{
    padding-top:25px;
}
.social-share a:last-of-type{
    padding-bottom:25px;
}
.social-share-mobile{
    display:none;
}
.social-share-column{
    display:none;
}
.social-share button{
    background:transparent;
    border:none;
    padding-bottom:20px;
}
/**
 * Remove focus styles for non-keyboard focus.
 */
.social-share button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.copy-link-notify {
    background-color: #000;
    color:white;
    padding: 10px;
    font-size: 12px;
    border-radius: 25px;
    position: absolute;
    right:80px;
    top:170px;
    display:none;
}
.copy-link-notify.news{
    top:385px;
}
.copy-link-notify-mobile {
    background-color: #fff;
    color: #000;
    padding: 10px;
    font-size: 12px;
    border-radius: 25px;
    width: 100px;
    margin: auto;
    position: relative;
    top:50px;
    left:5px;
    display:none;
   
}


@media all and (max-width:992px){
    .social-share{
        display:none;
    }
    .social-share-mobile {
        display: block;
    }
    /*Filter Buttons*/
    .social-share-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: fixed;
        bottom: 3%;
        z-index: 99;
        left: 0;
        right: 0;
        margin: auto;
       
    }
    /*Filter Toggle*/
    #social-share-toggle,
    #social-share-toggle-anchored{
        padding: 8px 20px;
        color: var(--color-white);
        border-color: var(--color-black);
        background-color: var(--color-black);
    }
    #social-share-toggle.hidden{
        display:none;
    }
    #social-share-toggle-anchored {
    display: none;
    }
    #social-share-toggle-anchored.active {
        display: block;
    }
    .careers #social-share-toggle-anchored {
    display: block;
    }
    .social-share-buttons-anchored{
        display:flex;
        justify-content:center;
        padding-bottom:50px;
    }
    /*Show Filters*/
    .show-social-links {
        align-items: center;
        display: flex;
    }
    .show-social-links:before {
        background-image: url('../svg/share.svg');
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: 12px;
        background-repeat:no-repeat;
    }
    .social-share-column {
        display:none;
        position: fixed;
        top: 0;
        width: 100%;
        min-height: 100vh;
        background-color: #000;
        z-index: 9999;
        left: 0;
        max-width: 100%;
        padding: 50px 30px 30px;
        overflow-y: scroll;
        bottom: 0;
    }
    .social-share-container{
        color:white;
        padding-top:150px;
        margin:auto;
        text-align:center;
    }
    .social-share-container h3{
        font-size:24px;
        font-weight:var(--font-weight-medium);
        padding-bottom:60px;
    }
    .social-share-container ul li {
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;

        padding-top: 45px;
    }
    .social-share-container ul li:first-of-type {
        padding-top: 0px;
    }
    .social-share-container ul li:after {
        padding-top: 0px;
    }
        .social-share-container ul li a,
        .social-share-container ul li button {
            font-size: 18px;
            font-weight: var(--font-weight-bold);
            color: var(--color-white);
            position: relative;
            background-color: transparent;
            border: none;
            padding-left:0px;
        }
        .social-share-container ul li a:hover {
          text-decoration:none;
        }
            .social-share-container ul li a:after,
            .social-share-container ul li button:after{
                bottom: 0;
                content: "";
                display: block;
                height: 2px;
                left: 0;
                pointer-events: none;
                position: absolute;
                width: 100%;
                transition-duration: .3s;
                transition-property: all;
                transition-timing-function: cubic-bezier(0,0,.2,1);
                bottom: -5px;
                background-color: var(--color-white);
            }
    .social-share-container ul li span{
       padding-right:25px;
       max-width:45px;
    }
    .mobile-share-close-wrapper {
        
        display: flex;
        align-items: end;
        width: 100%;
        justify-content: end;
    }  
    .mobile-share-close{
        background-color:transparent;
        border:none;
    }
}
}


.filter-item {
    display: flex;
}

    .invisible_item, .blog-list-page ul li.blog-item.invisible_item, .filter-item.invisible_item {
        display: none;
    }

ul#Pagination li {
    display: inline;
    overflow: visible;
}

ul#Pagination li a.active {
    font-weight: 700;
}
/* 36 ===Cookie Banner === */
/*#CybotCookiebotDialog div {
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: var(--font-weight-standard);
    color:rgba(255,255,255,0.75) !important;
}

#CybotCookiebotDialogBodyContentTitle {
    font-family: 'Roboto', sans-serif !important;
    font-size: 32px !important;
    font-weight: var(--font-weight-black);
}
#CybotCookiebotDialogBodyContentText {
    line-height: 24px !important;
}
#CybotCookiebotDialogBody{
    max-width:950px !important;
}
#CybotCookiebotDialogBodyButtonDecline {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 10px 15px;
    font-weight: var(--font-weight-medium) !important;
    font-size: var(--font-size-body-small) !important;
    cursor: pointer;
    background-color: transparent !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
    border-radius: 3px;
    max-width: 200px;
    text-transform: uppercase;
}
#CybotCookiebotDialogBodyButtonDecline:hover {
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-white) !important;
}
#CybotCookiebotDialogBodyButtonAccept{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    line-height: 1.5;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 10px 15px;
    font-weight: var(--font-weight-medium) !important;
    font-size: var(--font-size-body-small) !important;
    cursor: pointer;
    background-color: var(--color-white) !important;
    color: var(--color-black) !important;
    border: 1px solid var(--color-white) !important;
    border-radius: 3px;
    max-width: 200px;
    text-transform:uppercase;
}
#CybotCookiebotDialogBodyButtonAccept:hover {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    border: 1px solid var(--color-white) !important;
}
@media all and (max-width:992px) {
    #CybotCookiebotDialogBodyButtonAccept, #CybotCookiebotDialogBodyButtonDecline {
        max-width: auto;
        min-width:250px;
    }
}*/