:root {
    --GreyMidnight: #0B0F11;
    --GreyVeryDark: #141E23;
    --GreyDark: #777B7C;
    --GreyMid: #919596;
    --Grey: #AAAFAF;
    --BlueDark: #0B1A41;
    --BlueMid: #0D1E66;
    --BlueBright: #1946FA;
    --AquaDark: #00A18C;
    --AquaMid: #00C4A9;
    --AquaBright: #00E6C8;
    --PurpleDark: #634AA5;
    --PurpleMid: #775AC8;
    --PurpleBright: #8C69EB;
    --OrangeDark: #B34824;
    --OrangeMid: #D8572D;
    --OrangeBright: #FF6634;
    --YellowDark: #B2A512;
    --YellowMid: #D9C800;
    --YellowBright: #FFEB00;
}
@font-face {
    font-family: LotaGrotesque;
    src: url(LotaGrotesque-Light.otf) format("opentype");
}
@font-face {
    font-family: LotaGrotesque-Bold;
    src: url(LotaGrotesque-Bold.otf) format("opentype");
}
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: LotaGrotesque, sans-serif;
	color: #0B0F11!important;
	background-color: transparent!important;
	font-size: 17px;
}
.prodH2 {
    font-family: LotaGrotesque, sans-serif;
}
html {
    background-color: #FFF;
}
body.whitebg {
    background-color: #FFF!important;
}
body.redemption {
    border-top: 30px solid #3d7eda;
}
.container1920 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}
.redemptionBanner {
    border-bottom: 3px solid #3d7eda;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .greyBlock .ieFlexContainer{        
        height: 100%;
    }
    .ieFlexContainer .d-flex{
        display:block!important;
    }
    .captionBackground{
        position: relative!important;
    }
}
html {
  scroll-behavior: smooth;
}
.navbar {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.navbar-reseller li a {
    color: #1946FA!important;
}
/* Headings */
h1, h2, h3, h4 {
    /* color: #1946fa; */
    display: block;
    width: 100%;
    /* justify-content: center;
    align-items: center; */
    /* text-transform: uppercase; */
    font-family: LotaGrotesque-Bold, sans-serif;
}
h1 {
    font-size: clamp(1.75rem, -0.875rem + 8.333vw, 2.5rem);
}
h2 {
    font-size: clamp(1.5rem, -0.875rem + 8.333vw, 2em);
}
h3 {
    font-size: clamp(1.3rem, -0.875rem + 8.333vw, 1.75em);
}
h4 {
    font-size: clamp(1.1rem, -0.875rem + 8.333vw, 1.5em);
}
/* h1:after, h2:after, h3:after, h4:after {
    content: '';
    border-top: 1px solid #1946FA;
    margin: 0 0.3rem 0 1rem;
    flex: 1 0 20px;
} */

h1.noLine:after, h2.noLine:after, h3.noLine:after, h4.noLine:after {
    border: none;
}
#accordion h1:after, #accordion h2:after, #accordion h3:after, #accordion h4:after {
    border: none!important;
}
#accordion .card .card-header h4 {
    color: #0B0F11;
}
#accordion a[aria-expanded="false"] h4 {
    color: #FFF!important;
}
section.heading {
    background-color: #383A35;
    color: #FFF!important;
}
section.heading h2 {
    margin-left: auto;
    margin-right: auto;
    color: #FFF!important;
    text-align: center;
    display: block;
}
section.heading h2:after {
    border-top: none!important;
    margin: 0;
    width: 100%;
    display: block;
}
section.otherLinks h4, footer h4 {
    color: #383A35!important;
    display: block;
}
section.otherLinks h4:after, footer h4:after {
    border-bottom: 1px solid #383A35!important;
    border-top: none!important;
    margin: 0;
    width: 100%;
    display: block;
}
.sectorDescription {
    padding: 1rem;
    border:  1px solid #1946FA;
    background-color: #E8E8E8;
}
footer .container-fluid, .latestBrands .container-fluid {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
footer h4 {
    color: #FFF!important;
    display: block;
}
footer h4:after {
    border-bottom: 1px solid #FFF!important;
    border-top: none!important;
    margin: 0;
    width: 100%;
    display: block;
}

h3.mtt {
    background-color: #383A35;
    border-bottom: 3px solid #1946FA;
    /* color: #1946FA!important; */
    color: #FFF!important;
    padding: 5px;
    display: block;
    text-transform: none;
    font-size: clamp(1.1rem, -0.875rem + 8.333vw, 1.4em);
}
h3.mtt:after {
    border-top: none!important;
    margin: 0;
    width: 100%;
    display: block;
}
.brandCard {
    background-color: #f5f5f5;
    border: 1px solid #1946FA;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.productHeight {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}
.brandHeight {
    height: 50%;
    width: 100%;
}
.categoryTitle {
    background-image: url('https://resource.holdan.co.uk/Holdan/images/Product-Categories.jpg');
    background-color: #1946FA;
    color: #FFF!important;
    margin: 0  auto;
    height: 100px;
    margin-bottom: 1rem;
    width: 100%;
}

.display-5 {
    font-size: 2.9rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.2;
}

@media screen and (max-width: 1200px) {
    .categoryTitle {
        background-image: url('https: //resource.holdan.co.uk/Holdan/images/Product-Categories.jpg');
        background-color: #1946FA;
        width: 100%;
        color: #FFF!important;
        margin: 0  auto;
        height: 100px;
        margin-bottom: 1rem;
    }
    .display-5 {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-6 {
        font-size: 1.9rem;
        font-weight: 300;
        line-height: 1;
    }
}
@media screen and (max-width: 991px) {
    .categoryTitle {
        background-image: url('https://resource.holdan.co.uk/Holdan/images/Product-Categories.jpg');
        background-color: #1946FA;
        width: 100%;
        color: #FFF!important;
        margin: 0  auto;
        height: 100px;
        margin-bottom: 1rem;
    }
    .display-5 {
        font-size: 2.3rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-6 {
        font-size: 1.9rem;
        font-weight: 300;
        line-height: 1;
    }
}
@media screen and (max-width: 769px) {
    .categoryTitle {
        background-image: unset;
        background-color: #1946FA;
        color: #FFF!important;
        margin: 0  auto;
        height: 100px;
        margin-bottom: 1rem;
    }
    .display-5 {
        font-size: 1.9rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-6 {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1;
    }
}
@media screen and (max-width: 480px) {
    .categoryTitle {
        background-image: unset;
        background-color: #1946FA;
        color: #FFF!important;
        margin: 0  auto;
        padding: 0.6rem 0.1rem;
        height: 80px;
        margin-bottom: 1rem;
    }
    .display-5 {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.2;
    }
    .display-6 {
        font-size: 1.3rem;
        font-weight: 300;
        line-height: 1;
    }
}

/* MiSupport */
h2.h2mi {
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    text-transform: none !important;
}

h2.h2mi:before,
h2.h2mi:after {
    content: '';
    border-top: 1px solid #00E6C8;
}

.btn-miSupport {
    color: #383A35;
    border: 2px solid #00E6C8 !important;
    border-radius: 5rem !important;
}

.btn-miSupportTsCs {
    color: #FFF;
    border: 2px solid #FFF !important;
    border-radius: 5rem !important;
}

#miSupport .btn-miSupport:hover,
#miSupport .btn-miSupportTsCs:hover {
    color: #00E6C8 !important;
}

a[role=button]:hover {
    color: #00E6C8 !important;
}
@media only screen and (max-width: 575px) {

    section.misupport .content-target,
    section.misupport .content {
        height: 28em;
    }
}
@media only screen and  (min-width: 576px) AND (max-width: 767px) {

    section.misupport .content-target,
    section.misupport .content {
        height: 21em;
    }
}
@media only screen and (min-width: 768px) AND (max-width: 1199px) {

    section.misupport .content-target,
    section.misupport .content {
        height: 30em;
    }
}

@media only screen and (min-width: 1200px) {

    section.misupport .content-target,
    section.misupport .content {
        height: 19em;
    }
}

section.misupport .content {
    padding: 1rem 3rem;
    background-color: #E8E8E8;
}

.content-target {
    padding: 1rem 3rem;
    background: rgb(25, 70, 251);
    background: linear-gradient(180deg, rgba(25, 70, 251, 1) 0%, rgba(13, 30, 102, 1) 100%);
}

.miFooter {
    padding: 3rem;
    background: rgb(25, 70, 251);
    background: linear-gradient(180deg, rgba(25, 70, 251, 1) 0%, rgba(13, 30, 102, 1) 100%);
    color: #FFF;
}

.centredBox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.misupport h3 {
    text-align: center !important;
    color: #1946fa;
    text-transform: none !important;
    font-size: clamp(1rem, -0.875rem + 8.333vw, 1.3em);
    display: block;
}

.misupport h3:after {
    border-top: none;
}

h3.mainh3 {
    color: #FFF !important;
    text-transform: uppercase !important;
    font-size: clamp(1.3rem, -0.875rem + 8.333vw, 2.5em) !important;
    font-weight: bold;
}

/* MiSupport */

.categoryTitle h2 {
    color: #FFF;
    text-transform: capitalize;
    margin: 0;
}
.catBlock {
    text-transform: uppercase;
    background-color: #1946fa;
    padding: 0.3rem 0;
    color: #FFF;
    font-family: aglet-sans, sans-serif;
}
a .catBlock:hover{
    background-color: #00E6C8;
    color: #0B0F11!important;
}
.wtbBlock {
    text-transform: uppercase;
    background-color: #00E6C8;
    padding: 0.3rem 0;
    color: #0B0F11;
    font-family: aglet-sans, sans-serif;
}
a.wtbBlock, .wtbBlock:hover {
    background-color: #1946FA;
    text-decoration: none;
    color: #FFF;
}
.resourceLibrary h4 {
    font-size: 1.3em;
}
.firmware h3 {
    margin-top: 3rem;
}
.ambassadorInfo {
    background-color: #1946FA;
    color:  #FFF;
}
.ambassadorInfo a {
    color: #FFF!important;
}
/* Headings */
fieldset {
    border: 1px solid #1946FA;
    text-align: center;
    padding: 1rem;
}
section.bfd fieldset {
    border: 1px solid #000!important;
    text-align: center;
    padding: 1rem;
}
section.bfd fieldset a {
    color: #FF6634;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
/*InfoBoard*/
.infoboard {
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}
.infoboard fieldset {
    text-align: left;
    padding: 0 1rem 0.6rem;
    border: 1px solid #383A35;  
}
.infoboard legend {
    display: block;
    width: auto;
    padding: 0 10px;
    margin-bottom: 0.5rem;
    margin-left: 24px;
    font-size: 1.2rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
    line-height: 1em;
}
.infoboard h1 {
    color: #1946FA;
    align-items: normal!important;
    text-transform: uppercase;
    justify-content: normal!important;
    display: block;
}
.infoboard h1:after, .infoboard h2:after, .infoboard h3:after, .infoboard h4:after {
    border-top: none;
}
/*InfoBoard*/
.carousel-inner img {
  margin: auto;
}
.borderImage {
    border: 1px solid #E8E8E8;
    padding: 6px;
}
.navbar-brand img {
    width: 200px;
}
@media screen and (max-width: 990px) {
    .navbar-brand img {
        width: 150px;
    }
}
@media screen and (max-width: 480px) {
    .navbar-brand img {
        width: 100px;
    }
}
.dropdown-toggle:after { content: none }
.productHolder {
/*    border: 1px solid #1946FA;*/
    padding: 0.6rem 0.175rem 0.175rem 0.175rem;
    background-color: #FFF;
}
.brandCategory {
    text-transform: uppercase;
    font-size: 1.6em;
    border-bottom: 1px solid #1946FA;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom:  1rem;
}
.blueBorder {
    border: 1px solid #1946FA;
}
.articleHolder {
    border: 1px solid #1946fa;
    padding: 0;
    height: 303.75px;
}
.homeButton {
    width: 2rem!important;
}
.card-img-top {
    width: 60%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
.productHolder input[type=checkbox], .productHolder label {
    position: absolute;
    top: 8px;
    left: 22px;
}
.productHolder label {
    top: 6px;
    left: 40px;
    /*color: #1946FA;#00E6C8*/
    color: #00E6C8;
    background-color: #FFF;
}
.card-body {
    padding: 1.5rem 0;
}
.articleHolder .card-body {
    padding: 0.5rem!important;
}

.subscribers.subscribers.subscribers.subscribers.subscribers.subscribers.subscribers-modal .modal-hr {
    border: none!important;
}
.modal-subheadline:after {
    border: none!important;
}
.overEgg {
    position: relative; /* Sit on top of the page content */
    float: right;
    top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
.overEgg img {
    width: 170px;
}
.navLinks {
    padding-left: 0;
    padding-right: 0;
}

.webAppsH2 {
    margin-bottom:  0;
    font-size: 1.5rem;
}
.webAppsH2:after {
    border-bottom:none!important;
}
.homeH2:after {
    border-bottom:none!important;
}
.webAppH4 {
    font-size: 1.1rem;
    padding-left: 0;
    margin-bottom: 0.25rem;
}
@media screen and (max-width: 990px) {
    .webAppsH2 {
        margin-bottom: 1.3rem;
    }
}
@media screen and (max-width: 480px) {
    .webAppsH2 {
        font-size: 2rem;
        margin-top: 0;
        margin-bottom: 1.3rem;
    }
}
.webAppHR {
    border-top:1px solid #00E6C8; 
    margin-bottom: 0;
}
.webAppBtn {
    padding: .1rem .1rem 0rem .1rem;
}
.kitBuilder{
    text-transform: uppercase;
}

.kitBuilder:after {
    content:"";
    /*border-bottom: 10px solid #00E6C8;*/
    /*box-shadow: inset 0 -20px 0 #00E6C8;*/
    background: linear-gradient(to right, #00C4A9, #00E6C8);
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.converterFinder{
    text-transform: uppercase;
}
.converterFinder:after{
    content:"";
    /*border-bottom: 10px solid #00E6C8;*/
    /*box-shadow: inset 0 -20px 0 #00E6C8;*/
    background: linear-gradient(to right, #0086f7, #1946FA);
    height: 6px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.cFinderSelect {
    border: 2px solid #1946FA !important;
}
.kitFormL {
    padding-left: 0!important;   
}
.kitFormR {
    padding-right: 0!important;    
}
@media screen and (max-width: 990px) {
    .kitBuilderR {
        border-bottom: none;
        box-shadow: none;
    }
    .kitFormL {
        padding-left: 15px!important;   
    }
    .kitFormR {
        padding-right: 15px!important;    
    }
}
@media screen and (max-width: 1200px) {
    .kitBuilderR h5 {
        font-size: 1.5rem;
    }
}
.more {
    background-color: #F5F5F5!important;
}
.blogDate {
    position: absolute;
    right: 94%;
    top: 7rem;
    transform: rotate(-90deg);
    background-color: #1946FA;
    color: #FFF;
    line-height: 2.1em;
    padding: 2px 8px 14px 8px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px!important;
    z-index: -1;
}
.blog hr {
    border-color: #1946FA;
}
.blog h1 {
    font-size: 1.75rem;
    text-transform: none;
    color: #383A35;
}
.blog h1:after {
    border: none;
}
.blog {
    background-color: #E8E8E8;
    position: relative;
}
.blog blockquote {
    padding: 1rem;
    border-left: 2px solid #1946FA;
    font-style: italic;
}
.blog .carousel-caption {
    position: relative;
    right: 0%;
    bottom: 0px;
    left: 0%;
    z-index: 10;
    padding: 5px;
    text-align: center;
}
#video-compare-container {
  display: inline-block;
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 75%;
  height: 10%;
}
#video-compare-container > video {
  width: 100%;
  position: absolute;
  top: 0; height: 100%;
}
#video-clipper {
  width: 50%; position: absolute;
  top: 0; bottom: 0;
  overflow: hidden;
}
#video-clipper video {
  width: 200%;
  position: absolute;
  height: 100%;
}
#video-compare-container2 {
  display: inline-block;
  line-height: 0;
  position: relative;
  width: 100%;
  padding-top: 150%;
  height: 20%;
}
#video-compare-container2 > video {
  width: 100%;
  position: absolute;
  top: 0; height: 100%;
}
#video-clipper2 {
  width: 50%; position: absolute;
  top: 0; bottom: 0;
  overflow: hidden;
}
#video-clipper2 video {
  width: 200%;
  position: absolute;
  height: 100%;
}

.article {
    background: #E8E8E8;
    padding: 3rem 3rem 2rem;
}
.article h1:after, .article h2:after, .article h3:after, .article h4:after, .article h5, .articles h5, .articles h2:after, .videos h5, .videos h2, .articlesItems h2:after, .articlesItems h3, .articlesItems h5 {
    border: none!important;
}
.articles h2:after {
    margin: 0.9rem 0 0;
}
.articles p {
    margin-bottom: 0;
}
.article h1:after {
    border-bottom: none!important;
}
.article h1 {
    text-transform: none;
    font-size: 2.2em;
    margin-bottom: 0;
}
.article h2 {
    text-transform: none;
    font-size: 9em;
    margin-bottom: 0;
    line-height: 7rem;
}
.blog .border {
    border: 1px solid #1946FA!important;
}
img.author {
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
.articlesItems h2 {
    text-transform: none;
    font-size: 9em;
    margin-bottom: 0;
    line-height: 7rem;
}
.article h3 {
    text-transform: none;
    font-size: 1.7em;
    margin-bottom: 0;
    text-align: center; 
    line-height: 1.3;
}
.article h3:after, .articlesItems h3:after {
    border-bottom: none!important;
}
.article h5, .articlesItems h5 {
    font-size: 1.7em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;    
    margin-top: 0;
    margin-left: 0.3em;
}
.article p, .article li {
    line-height: 1.6em;
}
.article blockquote {
    font-family: roboto-slab;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    font-style: italic; 
    margin-top: 0!important;
    margin-bottom: 0!important;
}
blockquote footer a {
    color: #1946FA!important;
}
.article .table-bordered td, .article .table-bordered th{
    border: 1px solid #383A35!important;
}

.h4Heirarchy:after {
    border-bottom: none!important;
}
.emphasize {
    font-size: 2.2em;
    margin-bottom: 1rem;
}
.headingRing {
    border: 3px solid #00E6C8;
    border-radius: 50%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-right: 0.5rem;
}
.mps .card {
    border-radius: unset;
}
.mps .card-img-top {
    width: 100%;
}
.mps hr {
    height: 1px!important;
    margin-top: 0;
    margin-bottom: 0;
}
.tTip {
    background-color: #1946FA;
    color: #fff;
    border: 1px solid #383A35;
    border-radius: 20px;
}
.entry-content blockquote:after {
    right: 0;
    bottom: 0;
    background-image: url(../images/bg-blockquote-blog-close.png);
}
.article hr, .articlesItems hr {
    background-color: #00E6C8; height: 6px; 
    border: 0;
}
.articlesItems h3 {
    text-transform: none;
    font-size: 1.6em;
    margin-bottom: .5rem;
    margin-top: 1rem;
}
.articleSeparator {
    border-top: solid 1px #00E6C8;
    border-bottom: solid 1px #00E6C8;
    padding: 1rem 0 1rem;
    margin: 1rem 0 1rem;
}
.articleSeparatorNoBorder {
    padding: 1rem 0 1rem;
    margin: 1rem 0 1rem;
}
.articleSeparatorBottom {
    border-bottom: solid 1px #00E6C8;
    padding: 0rem 0 1rem;
    margin: 0rem 0 1rem;
}
.articleSeparator1 {
    border-top: solid 1px #00E6C8;
    padding: 1rem 0 1rem;
    margin: 1rem 0 0rem;
}
.articleImage {
    background: #FFF;
    padding: .75rem;
    margin-bottom: .75rem;
    text-align: center;
}
.article blockquote:before, blockquote:after {
    content: '';
    display: block;
    width: 87px;
    height: 76px;
    background: center no-repeat;
    position: absolute;
}
.article blockquote:before {
    top: 0;
    left: 0;
    background-image: url(https://resource.holdan.co.uk/Holdan/images/quoteOpen.png);
    margin-top: 10px;
}
.article blockquote:after {
    right: 0;
    bottom: 0;
    background-image: url(https://resource.holdan.co.uk/Holdan/images/quoteClose.png);
    margin-bottom: 10px;
}
.vAlign {
    margin-top: auto;
    margin-bottom: auto;
}
.imageLeft {
    background-color: #FFF;
    border-right: #000!important;
    padding: 1rem;
}
.articles h2 {
    text-transform: none;
    font-size: 5.9em;
    margin-bottom: 0;
    line-height: 5rem;
}

.capitalized {
    text-transform: capitalize!important;
}
.articles h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0.6em!important;
}
.bnCard h3:after {
    border-bottom: 5px solid #E2231A !important;
}
.bnCard h4:after {
    border-bottom: 4px solid #E2231A !important;
}
.headingSeparator h4:after {
    border-bottom: none!important;
}
.benelux {
    line-height: 1rem;
    margin-top: .3rem;
}
.prodH2 {
    font-size: 1em;
    font-weight: normal;
    text-transform: none;
}
.prodH2:after {
    border-bottom: none!important;
}
#loading {
    text-align:center;
    background: url('https://resource.holdan.co.uk/Holdan/images/loading.gif') no-repeat center;
    height: 150px;
    z-index: 2000;
}
.list-group-item label {
    margin-bottom: 0;
}
.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-top: 1px solid rgba(0,0,0,.125);
}
.list-group-item:last-child {
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .25rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125);
    border-top: none;
    border-bottom: none;
}
footer {
    color:#FFF;
    background-color: #1946FA;
    margin-top: 4rem;
}
footer a {
    color: #FFF!important;
}
footer .top {
    padding: 6px 0;
    background-color: #1946fa;
    position: relative;
}
.footerLogoPlaced {
    border-radius: 6px;
    background-color: #1946fa;
    width: 185px;
    height: 85px;
    left: 0;
    margin-left: 1rem;
    position: absolute;
    bottom: 0;
    padding: 5px;
}
.footerLogo {
    fill: #FFF;
    width: 80%;

}
/*footer .top {
    background: linear-gradient(180deg, #FFF 60%, #1946FA 60%)!important;
}*/
footer .content {
    background-color: #173bd1;
}
footer .bottom {
    background-color: #1946fa;
}
a[role=button]:hover{
    color:#FFF!important;
}
.dropdown a[role=button]:hover{
    color:#00E6C8!important;
}
.clickable {
    cursor: pointer;
}
.navbar-reseller {
    border-top: 1px solid #00E6C8;
    background-color: none!important;
    z-index:1000!important;
}
.carouselLeft {
    right: 10%;
    left: 60%;
}
.carouselRight {
    right: 60%;
    left: 10%;
}
.captionBackground {
    width: 30rem;
    height: 100%;
    background: rgba(255,255,255, 0.5);
    position: fixed;
    top:0;
}
.mobile {
    border-top: solid 1px #00E6C8;
    background-color: #E8E8E8;
}
.mobile h2 {
    font-size: 1.6em!important;
}
.mobile h5 {
    font-size: 1.0em!important;
}
.mobile a h2, .mobile a h5 {
    color: #383A35;
}
.mobile a:hover {
    text-decoration: none;
}
.tip {
    margin-bottom: 0!important;
}
.carouselCaption {
    color: #383A35;
}
.carouselCaption h2, .carouselCaption h2 {
    font-size: 2.8em!important;
    margin: 1rem 0;
}
.carouselCaption h5, .carouselCaption h5 {
    font-size: 1.9em!important;
}
.captionLeft h2:after, .carouselCaption h2:after {
    border-bottom: none!important;
}
.headingSeparator h1, .videos h1 {
    font-size: 1.75em;
}
a, .dropdown-menu li a {
	color: #1946fa;
}
a:hover {
	color: #00E6C8!important;
    cursor: pointer;
}
a:not([href]):not([tabindex]) {
    color: #1946FA;
}
@media screen and (max-width: 1200px) {
    .nav-item {
        font-size: 1rem;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: none!important;
    }
}
nav ul {
	width: 100%;
    margin: 0 12px;
}
nav button {
	padding-left: 0;
}

button a {
    color: #FFF;
}
button a:hover{
    color: #FFF!important;
    text-decoration: none;
}
ul.hpList {
    height: 300px!important;
    overflow:hidden!important;
    overflow-y:scroll!important;
}
.searchButton {
    width: 100%;
    background-color: #FFF;
    border: none!important;
}
.dropdown-menu {
	border: none;
	min-width: 18rem;
    padding:0;
}
.dropdown-menu li {
    border: 1px solid #E8E8E8;
    padding: 0.4em;
    background-color: #FFF;
}

.navbar {
    z-index: 1001;
}
.navbar .navbar-toggler {
    border: 1px solid #00E6C8;
}

.navbar-toggler {
    fill: #00E6C8;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0!important;
    padding-left: 0!important;
}
.redText {
	color: #E2231A;
}
.orangeText {
	color: #FF6634;
}
.greyText {
    color: #BCBCBB;
}
.blueText {
    color: #1946FA;
}
h3.modal-title:after {
    border-bottom: none!important;
}
.nav-link {
	color: #383A35;
}
.navbar-light .navbar-nav .nav-link {
    color: #383A35;
}
.dropdown-menu{
    z-index:1001;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}
.Sonnet xMac Studio integrates a Mac Studio into a compact rackmount enclosure with an optional PCIe card expansion module to support diverse audio and video application needs {
    color: #fff;
    background-color: #28b24c;   
    border-color: #28b24c;
}
.btn-mpts {
    color: #fff;
    background-color: #e6007e;   
    border-color: #e6007e;
}
.btn-orange {
    color: #0B0F11;
    background-color: #00E6C8;   
    /* background: linear-gradient(to right, #00e6c8, #00c4a9);
    border-color: #00e6c8; */
}
.btn-black {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-purple {
    color: #fff;
    background-color: #634AA5;
    border-color: #634AA5;
}
.btn-blueMid {
    color: #fff;
    background-color: #0D1E66;
    border-color: #0D1E66;
}

 .separator, .separator .btn-orange a, .separator .btn-orange  {
    color: #FFF;
}
.btn-outline-orange {
    color: #495057;
    border-color: #00E6C8;
    text-align: left;
}
.btn-solidBlue {
    color: #fff;
    background-color: #1946FA;
    text-transform: uppercase;
}

.btn-solidBlue:after {
    content:'';
    position: absolute;
    top: 5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 30px solid #1946FA;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.btn-blue {
    color: #fff;
    background-color: #1946FA;    
    /* background: linear-gradient(to right, #0D1E66, #1946FA); */
    border-color: #1946FA;
}
.btn-birddog {
    color: #fff;
    background-color: #28B24C;
    border-color: #28B24C;
}
.btn-red {
    color: #fff;
    background-color: #E2231A;
    border-color: #E2231A;
}
.btn-grey {
    color: #fff;
    background-color: #0B0F11;
    border-color: #0B0F11;
}
.btn-white {
    color: #0B0F11;
    background-color: #FFF;
    border-color: #FFF;
}
.btn {
    font-family: aglet-sans, sans-serif;
    text-transform: uppercase;
}
.brandBlock {
    font-family: aglet-sans, sans-serif;
}
.productInfo .btn {
    width: 100%;
    text-transform: uppercase;
}
.btn input[type=number] {
    width: 40px;
    border-radius: 4px;
}
button h5 {
	margin-bottom: 2px;
}
ul {
    background-color: transparent!important;
}
nav li {
    background-color: #FFF;
}
input[type=text], input[type=search], input[type=number], input[type=password], input[type=email], input[type=file] {
	border: 2px solid #00e6c8;
	border-radius: 4px;
    padding-left: 8px;
    background-color: #FFF;
    font-family: aglet-sans, sans-serif;
    text-transform: uppercase;
}

textarea {
    min-height: 170px;
    border: 2px solid #00E6C8 !important;
    border-radius: 4px !important;
    padding-left: 8px !important;
    background-color: #FFF !important;
}

textarea[readonly]{
    background-color: #e9ecef!important;
}
textarea:focus{
    border-color: #80bdff!important;
}
select {
    border: 2px solid #00E6C8 !important;
    border-radius: 4px !important;
    padding-left: 8px !important;
    background-color: #FFF !important;
}

footer, footer a {
	color: #FFF;
}
footer {
	background-color: #173bd1;
}

footer hr {
    background-color: #00E6C8; height: 1px; 
    border: 0;
}
blockquote footer {
    background: none;
    padding: 1px;
    color: #BCBCBB;
    font-style: italic;
    margin-top: 1rem!important;
}
section, .separator {
	padding: 16px 0;
    width: 100%;
}
section:nth-child(2) {
	padding-top: 0;
}
.headingSeparator {
	/*background-color: #E8E8E8;*/
    background-color: #1946FA;
	padding: 20px 0;
    color:#FFF;
}
.headingSeparator a {
    color: #FFF;
}
.headingOverline{
    border-top: 2px solid #383A35;
}
#blackFriday  {
    background-color: #000!important;
    background-image: url('https://resource.holdan.co.uk/Holdan/bf/BF-background.jpg');
    background-position: bottom;
    padding: 20px 0;
}
.headingSeparator h1 {
	margin-bottom: 0.2em;
}
.separator {
	/*background-color: #E8E8E8;*/
    background: #f5f5f5;
}
.headingSeparator h1:nth-child(2):after { 
    border-bottom: none!important;
}
/*Adds space when the two grey icon bars together*/
.separator, .separator a {
	color: #383A35;
}
.separator h3:after {
    border-bottom: none;
}

.separator .container:nth-of-type(2){
    margin-top: 1em;
}

.brandLogos {
    height: 80px;
}
.highlighted {
    border: 2px solid #1946FA!important;
}
.greyed {
    filter: grayscale(1) opacity(0.3);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    -webkit-box-flex: 0 0 1;
}
.iconContainer {
    height: 100px;
    width:auto;
}
.icons {
	width: 100px;
	fill: currentColor;
  	vertical-align: bottom;
}
.logoFooter {
    width: 140px;
    fill: currentColor;
    vertical-align: bottom;
}
.footerIconContainer {
    width:auto;
}
.footerSocial {
    width: 30px;
    fill: #FFF;
    margin: auto;
}
.footerIcons {
    width: 50px;
    fill: #00E6C8;
    vertical-align: bottom;
    float: left;
    clear: both;
    margin-bottom: 1rem;
}
.catIconContainer {
    height: 30px;
    width:auto;
    float: left;
}
.catIcons {
    width: 30px;
    fill: #00E6C8;
    vertical-align: bottom;
    clear: both;
    margin-right: 0.5rem;
}

.separator .icons {
    fill: #1946FA;
}
.btn-orange .iconContainer {
    height: 22px;
    width:auto;
    font-size: 1.25rem!important;
    text-transform: uppercase;
    margin: 0.2rem;
    line-height: 1.1;
}
.btn .iconContainer:hover{
    color: #FFF;
}
.btn-orange .icons {
    width: 18px;
    height: 20px;
}
h4 .icons, #accordion .card-header .iconContainer {
    height: 32px;
    width:auto;
}
h4 .icons, #accordion .card-header .icons {
    width: 32px;
    vertical-align: bottom;
}

.resellerIconContainer{
    height:30px;
    width:auto;
}
.resellerIcons{
    width:30px;
}

.hide {
    display: none !important;
}

#terms ol { counter-reset: item }
#terms li { display: block }
#terms ol li:before { content: counters(item, ".") " "; counter-increment: item }

.greyMidnightBlock {
    background-color: #0B0F11;
    color: #FFF;
    padding: 0.5rem;
}
.greyBlock {
    margin: 1rem 0;
}
.greyBlock a{
    color: #1946FA;
}
.greyBlock .card-body {
    padding: 1.5rem!important;
}
.greyBlock h5 {
    margin-top: 1em;
}
.text-center .greyBlock .card-footer {
    padding:.75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.greyBlock h3:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 60px; /* Change this to whatever width you want. */
}

.cardImgHeight {
    min-height: 263px;
    background-color: black;
}

div.columns {
    margin-bottom: 24px;
}
.columns div {
    background-color: #1946FA;    
    line-height: 2.4em;
    padding-left: 2%;
    margin-bottom: 5px;
}
.columns a {
    color: #FFF;
}

.columns a:hover {
    color: #FFF!important;
    text-decoration: none;
}
.columns div:hover {
    background-color: #00E6C8;
    /* background: linear-gradient(to right, #00C4A9, #00E6C8); */
    color: #0B0F11;
}
@media screen and (min-width: 576px) {
    div.columns {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-gap: 0.5rem;
    }
}
@media screen and (min-width: 768px) {
    div.columns {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-gap: 0.5rem;
    }
}
@media screen and (min-width: 992px) {
    div.columns {
        column-count: 3;
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-gap: 0.5rem;
    }
}
@media screen and (min-width: 1200px) {
    div.columns {
        column-count: 4;
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-gap: 0.5rem;
    }
}
.bg-orange {
    background-color: #00E6C8!important;
    font-weight: bold;
    padding: 0 1%;
}

.contactIcons{
    float:none;
    margin-right: 0.5em;
    margin-bottom: 0;
}

.tss .card-img-top {
    width:100%;
}
.border-list {
    padding: 0.3em;
    border-right: 1px solid #BCBCBB;
}
.border-list:last-of-type {
    border-right: none;
}
.border-left {
    padding: 0.3em;
    border-right: 1px solid #BCBCBB;
}

.border-left:last-of-type {
    border-right: none;
}

.techGuide table {
    font-size: 14px;
}

.serviceLogin {
    width: 600px;
}
.serviceIconContainer{
    height:125px
}
.input-group-prepend .icons, .card-header .iconContainer {
    height: 22px;
    width:auto;
}
.input-group-prepend .icons, .card-header .icons {
    width: 22px;
}

.input-group-text {
    color: #FFF;
    background-color: #00E6C8;
    border: 2px solid #00E6C8da;
}

.dataTables_filter { 
    float:left; margin: 1.5% 1% 1% 1%; 
}
@media (min-width: 768px) {
    input[type=search] { 
        width: 200px !important; 
    }
}
@media (min-width: 992px) {
    input[type=search] { 
        width: 528px !important; 
    }
}
@media (min-width: 1200px) {
    input[type=search] { 
        width: 528px !important; 
    }
}
.dt-buttons { 
    float:right; 
}

.dt-buttons .btn-secondary{
    color: #fff;
    background-color: #00E6C8;
    border-color: #00E6C8;
}

.dataTables_info { float: left; width: 100%; margin:0 0 1% 0; text-align: right; }

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, 
table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    right: 1.5em!important;
}

table.dataTable{
    margin: 0 auto!important;
    border-collapse: collapse!important;
}

#accordion .card-body {
    padding: 1.25rem!important;
}
#accordion .card-header {
    background-color: #1946FA;
    
    /* background: linear-gradient(to right, #0D1E66, #1946FA); */
    color: #FFF;
    padding:0.25rem 0.5rem;
    height: 45px;
}
#accordion .btn-link {
    color: #FFF;
}
#accordion .btn-link:hover {
    text-decoration: none;
}
#accordion a {
    color: #1946FA;
}
#accordion .card-header h4:after {
    border-bottom: none!important;
}
#accordion a[aria-expanded="true"] .card-header{
  background-color: #00E6C8;
  color: #383A35!important;
    /* background: linear-gradient(to right, #00e6c8, #00c4a9); */
}
#accordion .btn{
  padding:0;
  text-align: left;
  border:none;
}

.separator #accordion .icons {
    fill: #FFF;
}
.carousel-indicators .active {
    background-color: #00E6C8;
    color: #383A35 !important;
}
.carousel-indicators li {
    background-color: #1946FA;
    color: #FFF !important;
}
.badge-new {
    color: #fff;
    background-color: #8C69EB;
}
/*.ASUS5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Asus/images/Asus-5yr-Warranty-Badge.png) no-repeat center;
    pointer-events: none;
}*/
.ATEN3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/ATEN/images/ATEN-3-yr-Warranty.png) no-repeat center;
    pointer-events: none;
}
.Roland3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Roland/images/Roland-3-yr-Warranty.png) no-repeat center;
    pointer-events: none;
}
.BirdDog1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/BirdDog/images/BirdDog1yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.BirdDog2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/BirdDog/images/BirdDog2yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.BirdDog5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/BirdDog/images/BirdDog5yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Datavideo3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Datavideo/images/Datavideo3-year-warranty.png) no-repeat center;
    pointer-events: none;
}
.Kramer5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Kramer/images/Kramer5yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Kramer7:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Kramer/images/Kramer7yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Panasonic2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Panasonic/images/Panasonic2_years_warranty.png) no-repeat center;
    pointer-events: none;
}
.Panasonic3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Panasonic/images/Panasonic3_years_warranty.png) no-repeat center;
    pointer-events: none;
}
.Panasonic5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Panasonic/images/Panasonic5_years_warranty.png) no-repeat center;
    pointer-events: none;
}
.Samyang3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Samyang/images/Samyang3_yr_warranty.png) no-repeat center;
    pointer-events: none;
}
.SLIK5:after {
    content: "";
    position: absolute;
    top: 1%;
    right: 3%;
    width: 150px;
    height: 150px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/SLIK/images/Slik5_yr_warranty.jpg) no-repeat center;
    pointer-events: none;
}
.Manfrotto5:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Manfrotto/images/Manfrotto-5-yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Manfrotto10:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Manfrotto/images/Manfrotto-10-yr-warranty.png) no-repeat center;
    pointer-events: none;
}

.Sonnet2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Sonnet/images/Sonnet_2-yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Azden2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Azden/images/Azden-2yr.png) no-repeat center;
    pointer-events: none;
}
.Azden10:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Azden/images/Azden-10yr.png) no-repeat center;
    pointer-events: none;
}


.BlackmagicDesign1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Blackmagic+Design/images/Blackmagic_Design-1-yr-warranty.png) no-repeat center;
    pointer-events: none;
}

.BlackmagicDesign3:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Blackmagic+Design/images/Blackmagic_Design-3-yr-warranty.png) no-repeat center;
    pointer-events: none;
}
.Logickeyboard1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Logickeyboard/images/Logickeyboard-1-yr.png) no-repeat center;
    pointer-events: none;
}
.Teradek1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Teradek/images/Teradek-1-yr.png) no-repeat center;
    pointer-events: none;
}
.INOGENI2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/INOGENI/images/Inogeni-2yr.png) no-repeat center;
    pointer-events: none;
}
.SmallHD1:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/SmallHD/images/SmallHD-1-yr.png) no-repeat center;
    pointer-events: none;
}
.LEDGO2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/LEDGO/images/Ledgo_2yr_warranty.png) no-repeat center;
    pointer-events: none;
}
.FieldCast2:after {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/FieldCast/images/FieldCast_2yr_warranty.png) no-repeat center;
    pointer-events: none;
}
.WoodenCamera1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Wooden+Camera/images/WoodenCamera_1yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.SLRMagic2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/SLR+Magic/images/SLR_Magic_1yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.Movcam1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Movcam/images/Movcam_1yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.Paralinx1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Paralinx/images/Paralinx_1yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.CoreSWX1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Core+SWX/images/CoreSWX_1yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.CoreSWX2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Core+SWX/images/CoreSWX_2yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.CoreSWX3:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Core+SWX/images/CoreSWX_3yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.WiseAdvanced2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Wise+Advanced/images/WiseAdvanced_2yr_warranty.png) no-repeat center;
    pointer-events: none; 
}
.EpiphanVideo1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Epiphan+Video/images/Epiphan_1_year.png) no-repeat center;
    pointer-events: none; 
}
.Lumens1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Lumens/images/Lumens_1_year.png) no-repeat center;
    pointer-events: none; 
}
.Lumens2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Lumens/images/Lumens_2_year.png) no-repeat center;
    pointer-events: none; 
}
.Lumens3:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Lumens/images/Lumens_3_year.png) no-repeat center;
    pointer-events: none; 
}
.Lumens5:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/Lumens/images/Lumens_5_year.png) no-repeat center;
    pointer-events: none; 
}
.PTZOptics5:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/PTZOptics/images/PTZOptics_5_year.png) no-repeat center;
    pointer-events: none; 
}
.PTZOptics2:after{
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 140px;
    height: 140px;
    z-index: 1000;
    background: transparent url(https://resource.holdan.co.uk/PTZOptics/images/PTZOptics_2_year.png) no-repeat center;
    pointer-events: none; 
}
/*Google Translate*/
.goog-te-gadget-simple {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #495057 !important;
}
.ticketSysProp textarea {
    min-height: 80px!important;
}
.ticketSysProp {
    border-right: 1px solid #E8E8E8;
}
.ticketSysTabs .card-body {
    padding: 1.25rem;
}
.ticketSysTabs .card-header, .ticketSysTabs .card-footer {
    color: #FFF;
}
.ticketSysTabs .tab-pane{
    margin:1rem;
}
.ticketSysTabs .iconContainer{
    height:30px;
    width:auto;
}
.ticketSysTabs .icons {
    width: 30px;
}

.ticketSysTabs .card-header a{
    color: #FFF!important;
}

.navbar-light .navbar-brand {
    fill: #1946FA;
    margin-right: 3rem;
}
.navbar-light .navbar-brand:hover {
    fill: #00E6C8;
}

.ticketSysTabs .nav-item{
    font-size: 1.2rem;
}
.ticketSysTabs .card {
    border: 1px solid rgba(0,0,0,.125) !important;
}
.productInfo .card {
    border: 1px solid #00E6C8!important;
}
.productInfo .bnCard {
    border-radius: .25rem!important;
    border: 1px solid #000!important;
}
.productInfo .card-body {
    padding: 1.25rem;
}
.productInfo h3, .productInfo h2 {
    width: auto;
}

.lightbox-container {
    z-index: 200!important;
}
.offerOverlay:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
    z-index: 100;
    background: transparent url(https://resource.holdan.co.uk/Holdan/icons/offerOrangeBright.svg) no-repeat center;
    pointer-events: none;
}
.newOverlay:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
    z-index: 100;
    background: transparent url(https://resource.holdan.co.uk/Holdan/icons/newPurlpleBright.svg) no-repeat center;
    pointer-events: none;
}
.soonOverlay:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
    z-index: 100;
    background: transparent url(https://resource.holdan.co.uk/Holdan/icons/comingSoonGreyMidnight.svg) no-repeat center;
    pointer-events: none;
}
.nabOverlay:after {
    content: "";
    position: absolute;
    top: 1rem;
    right: 1.2rem;
    width: 3rem;
    height: 3rem;
    z-index: 100;
    background: transparent url(https://resource.holdan.co.uk/Holdan/images/nab.svg) no-repeat center;
    pointer-events: none;
}
@media (max-width: 1600px) {
    .ticketSysTabs .nav-item{
        font-size: 1rem;
    }
}

.borderBottom {
  border-bottom: 1px solid #383A35;  
} 
.dashedBorder{
  border-bottom: 1px dashed #383A35;  
  border-top: 1px dashed #383A35; 
} 
.dashedBorder h5{
  margin: 0.3rem 0; 
}

.bg-holdan {
    background-color: #E2231A;
    color: #FFF;
}

.bg-reseller {
    background-color: #383A35;
    color: #FFF;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #00E6C8;
    background: #00E6C8 url(images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x;
}
.pipe:not(:last-child):after {
    content: " |";
}
#accordion .card-body .card-body {
    padding: 1.5rem 0 !important;
}

#accordion .card-body .calculator {
    padding: 1rem!important;
}
.text-center .resellerOption {
    background-color: #E2231A!important;
    color: #FFF;
}
.text-center .card-footer {
    padding: .75rem 0;
    background-color: #FFF;
    border-top: 1px solid #E8E8E8;
}
#accordion .card {
    border: none;
}
.paddingMovie {
    margin: 1em 0;
}

.grey-card-image {
    background-color: #FFF;
}
.bstock .card-header h4:after {
    border-bottom: none!important;
}
.bstock .card-header h4 {
    margin-bottom: 0;
}
.bstock .card-body {
    padding: 1.25rem;
}
.aboutHome {
    padding: 0 1.25rem;
}
.aboutHome hr {
    background-color: #00E6C8; 
    height: 1px; 
    border: 0;
}
.wtb {
    padding:1.25rem;
}
.wtb hr {
    background-color: #00E6C8; 
    height: 1px; 
    border: 0;
}
.rackbuilder .card-footer{
    background-color: #FFF;
    border-top:none;
    border-radius: 0;
    padding:0;
}
.cookieWarning{
    background-color: #383A35;
    color:#FFF;
    border-top: 3px solid #00E6C8;
     z-index: 1000201;
}
.cookieSettings {
    margin-left: 1em;
    color: #FFF !important;
    text-transform: uppercase;
}

.cookieWarning a:hover {
color: #FFF !important;
}

.specialOffer h4:after, .specialOffer h2:after {
    border-bottom: none!important;
}

.condensedOffer {
    background-color: #CCC;
    border-left: 9px solid #00E6C8;
    padding: 1rem;
    width: 95%;
}
.promoHeader {
    background-color: #FF6634;
    color: #FFF;
    text-transform: uppercase;
}
.promoBody {
    background-color: #f5f5f5;
    border-left: 3px solid #FF6634;
    border-right: 3px solid #FF6634;
    border-bottom: 3px solid #FF6634;
    text-transform: uppercase;
}
.customModal {
    background-color: #000!important;
}
.condensedOffer h4, .condensedOffer h3,.condensedOffer h4, .condensedOffer h5 {
    font-size: 1em;
    text-transform: uppercase; 
}
.condensedOffer h4:after, .condensedOffer h3:after {
    border-bottom:none!important;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10%;
    right: 3%;
    display:none;
}
.salesToolBtn {
    position: fixed;
    right: -52px;
    top: 50%;
    transform: rotate(-90deg);
    background-color: #E2231A;
    color: #FFF;
    line-height: 2.1em;
    padding: 8px;
    width: 150px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 4px!important;
}
.salesToolBtn a {
    color: #FFF;
}
/*.carousel {
    z-index: 1000;
}*/
.salesToolContainer {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,255,255, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 1002;
}
.salesToolContent {
    position: relative;
    top: 5%;
    width: 100%;
    margin: 6rem;
}
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
#at4-share {
    z-index: 999;
}

.star-rating {
    line-height:32px;
    font-size:1.25em;
}

.fa-star{
    color: #00E6C8;
}

.dvSolutions:last-child hr {
    display: none;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.0rem;
    font-style: italic;
    margin-left: 30px;
    border-left: 5px solid #00E6C8;
    padding-left: 10px;
}
.popUp .modal-content {
    color: #FFF;
    background-color: #383A35;
}
.popUp .modal-header {
    border-bottom: 1px solid #00E6C8;
}
.popUp .modal-title {
    text-transform: uppercase;
}
.popUp .modal-footer {
    border-top: 1px solid #00E6C8;
}

.popUpWhite .modal-content {
    color: #383A35;
    background-color: #FFF;
}
.popUpWhite .modal-header {
    border-bottom: 1px solid #00E6C8;
}
.popUpWhite .modal-title {
    text-transform: uppercase;
}
.popUpWhite .modal-footer {
    border-top: 1px solid #00E6C8;
}
.uppercase {
    text-transform: uppercase;
}
.contactCard {
    border: 1px solid #BCBCBB;
}

.blackFridayCard .card-footer {
    background-color: #FFF;
    border-top: none;
}

.blackFridayCard h4 {
    color: #000;
    display: block;
}

.blackFridayCard h4:after {
    border-bottom: none!important;
}

.blackFridayCard .btn-black {
    width:100%;
}

.blackFridayCard a:hover{
    color: #FFFF00!important;
}

.blackFriday hr{
    background-color: #000;
    height:1px;
}

.barcode{
    /*font-family: 'Libre Barcode 128', cursive;*/
    font-family: 'Libre Barcode 39 Text', cursive;
}
.make-me-sticky {
  position: -webkit-sticky;
    position: sticky;
    top: 0;
    
  padding: 0;
}
.hr-text {
    line-height: 1em;
    background: linear-gradient(to right, #970001, #a90101, #970001);
    /* position: relative; */
    /* outline: 0; */
    /* border: 0; */
    /* color: white; */
    text-align: center;
    height: 2em;
    margin: 0em 0 1em;
}
.hr-text:after {
    content: attr(data-content);
    /*background: #a90101;*/
    /* position: relative; */
    /*display: content;*/
    color: #fff;
    padding: 0px .5em;
    line-height: 2em;
}
h3.headingOffer:after {
    content: ""; /* This is necessary for the pseudo element to work. */ 
    display: block; /* This will put the pseudo element on its own line. */
    margin: 0; /* This will center the border. */
    width: 60px; /* Change this to whatever width you want. */
    border-bottom: 5px solid #a90101 !important;
}

hr.orange {
    background-color: #00E6C8; 
    height: 1px; 
    border: 0;
}

/*Typy Typy list (currently in RMA)*/
.chosen-single {
    border: 2px solid #00E6C8 !important;
    border-radius: 4px !important;
    padding-left: 8px !important;
    background-color: #FFF !important;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(2.25rem + 2px);
}

/*Disabled inputs*/

.form-control:disabled{
background-color: #e9ecef!important;
}

.blueBlock {
    background-color: #1946FA;
    color: #FFF;
    margin: 1rem 0;
    font-family: aglet-sans, sans-serif;
}

.blueBlock .iconBackground {
background-color: #a7dbf6;
}

.blueBlock h5 {
    text-transform: uppercase;
    font-size: 1.5em;
}
.blueBlock h5 a {
    color: #383A35;
}
.blueBlock  a {
    color: #FFF;
}

.blueBlock .icons {
    fill: #FFF;
    width:200px;
}
.blueBlock .iconContainer {
    height:200px;
    margin-bottom: 1rem;
}
.blueBlock .card-body {
    border-top: 3px solid #00E6C8;
}

.elfDot {
    height: 30px;
    width: 30px;
    background-color: #E2231A;
    border-radius: 50%;
    display: inline-block;  
}

.btn-outline-holdanBlue {
    color: #1946FA;
    background-color: transparent;
    background-image: none;
    border-color: #1946FA;
    font-weight: bolder;
    text-transform: uppercase;
}
.ids .headingSeparator, .customPage .headingSeparator{
    background:#3c3c3b; 
    color:#FFF;
}
.ids .headingSeparator {
    background:#009ddb; 
    color:#FFF!important;
    padding: 15px 0;
}
.ids h1:after, .ids h2:after, .ids h3:after, .ids h4:after {
    display: block;
    border-bottom: none!important;
    margin: 0;
    content: inherit!important;
}
.ids h1, .ids h2, .ids h3, .ids h4 {
    text-transform: none;
}
.ids .headingSeparator h1, .ids .headingSeparator h2, .ids .headingSeparator h3, .ids .headingSeparator h4, .ids .headingSeparator h5 {
    color: #FFF;
}
.ids .customSection {
    margin-bottom: 0;
}
.ids .customSection p, .ids .customSection li, .ids .headingSeparator p {
    font-size: 20px!important;
}
.ids .productHolder .card-text {
    font-size: 16px!important;
}
.ids .downloads a {
    color: #FFF!important;
}
.denistron-blue {
    color: #009ddb!important;
}
.btn-densitron {
    background:  #009ddb;
    color: #FFF!important;
    border: 1px solid #009ddb;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
    padding: 3px;
}
.btn-densitron-outline {
    background:  #FFF;
    color: #383A35!important;
    border: 1px solid #f59917;
    font-family: inherit;
    font-weight: bold;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
    padding: 3px;
}
.customPage h1, .customPage h2, .customPage h3, .customPage h4, .customPage h5{
    font-family: handel-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1rem;
}
.customPage h1{
    font-size: 2.2em!important;
}
.customPage h1:after, .customPage h2:after, .customPage h3:after, .customPage h4:after {
    display: none;
}
.lightBlueBg{
    background: #e1e8ee;
}
.greyBg{
    background: #3c3c3b;
    color: #FFF;
}
.lensesBg {
    /*background: #4698b7;*/
    background-image: linear-gradient(to right, #4698b7 , #275b96);
    color: #FFF;
}
.supportViewBg {
    /*background: #275b9b;*/
    background-image: linear-gradient(to left, #275b9b , #0d3c71);
    color: #FFF;
}
.powerBg {
    color: #FFF;
    background-image: linear-gradient(to right, #21648c , #064555);

}
.mediaBg {
    color: #FFF;
    background-image: linear-gradient(to left, #21648c , #064555);

}
.customSection{
    margin-bottom:0.5em;
}
.bagsLightingBg {
    /*background: #217377;*/
    background-image: linear-gradient(to right, #217377 , #0ec5ce);
    color: #FFF;
}
.postProductionBg{
    /*background: #0d3b33;*/
    background-image: linear-gradient(to left, #0d3b33 , #097e6a);
    color:#FFF;
}
.ids .btn, .customPage .btn {
    width:100%;
}
.btn-custom{
    background: #3c3c3b;
    color: #FFF!important;
    border: 1px solid #f59917;
    font-family: handel-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
}
.btn-ids {
    background: #3c3c3b;
    color: #FFF!important;
    border: 1px solid #f59917;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
}
.ids .resellerPrice, .customPage .resellerPrice{
    border: 1px solid #E2231A;
    background: #E2231A;
}

ids a, .customPage a {
    color:#FFF;
}

.ids .downloads a, .customPage .downloads a{
    color:#1946FA;
    text-decoration: none;
}

.cloudimage-360 .cloudimage-360-prev, .cloudimage-360 .cloudimage-360-next {
    padding: 8px;
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 4px;
}
.cloudimage-360 .cloudimage-360-prev:focus, .cloudimage-360 .cloudimage-360-next:focus {
    outline: none;
}
.cloudimage-360 .cloudimage-360-prev {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(50% - 15px);
    left: 20px;
}
.cloudimage-360 .cloudimage-360-next {
    display: none;
    position: absolute;
    z-index: 100;
    top: calc(50% - 15px);
    right: 20px;
}
.cloudimage-360 .cloudimage-360-prev:before, .cloudimage-360 .cloudimage-360-next:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: 50% 50% / cover no-repeat;
}
.cloudimage-360 .cloudimage-360-prev:before {
    background-image: url('https://resource.holdan.co.uk/Holdan/images/360-arrow-left.svg');
}
.cloudimage-360 .cloudimage-360-next:before {
    background-image: url('https://resource.holdan.co.uk/Holdan/images/360-arrow-right.svg');
}
.cloudimage-360 .cloudimage-360-prev.not-active, .cloudimage-360 .cloudimage-360-next.not-active {
    opacity: 0.4;
    cursor: default;
}

.cloudimage-inner-box canvas{
    width:60%!important;
    height:60%!important;
}

.customPage .headingSeparator6K{
    background:#000; 
    color:#FFF;
    padding: 20px 0;
}

.Pocket6KOrange{
    color: #f59917;
}
.blueGradientBg{
    background-image: linear-gradient( #e1e8ee, #FFF); 
}
.blackBg{
    background:#000;
    color:#FFF;
}
.orangeBorderTop {
    border-top: #f28726 6px solid;
}
.orange6KHeader{
    background-color: #f28726;
}
.btn-custom6K{
    background: transparent;
    color: #383a35!important;
    border: 1px solid #f59917;
    font-family: handel-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
}
a.btn-custom6K:hover{
    color: #383a35!important;
}

.customPage.pocket6K a{
    color:#f59917;
}
.orangeBorderBtm{
    border-bottom: 4px solid #f28726;
}

.orangeSeperator{
    border-bottom: 1px solid #f28726;
}

.customSection #DaVinciAccessories .card{
    margin-top:3rem;
}

.customSection #DaVinciAccessories .card-header {
    background: #F2A523;
    padding-bottom: 0!important;
    padding-top: 1rem!important;
}

.customSection #DaVinciAccessories .card-header .btn-link.collapsed:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: -10px;
    margin-left: -50px;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid #F2A523;
}

.btn-customDaVinci{
    background: transparent;
    color: #FFF!important;
    border: 1px solid #F2A523;
    font-family: handel-gothic, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.3em;
    text-transform: none;
}
a.btn-customDaVinci:hover{
    color: #FFF!important;
}

.daVinci:after{
    content:'';
    position: absolute;
    width:40px;
    height: 40px;
    top:100%;
    left:50%;
    margin-left: -20px;
    transform: rotate(45deg);
    margin-top: -15px;
    background: #000;
    border-bottom:#F2A523 6px solid;
    border-right:#F2A523 6px solid;
}

.lightOrange{
    color: #F2A523;
}

.lightOrangeHeaderBorder {
    border-top: #F2A523 6px solid;
}

.lightOrangeBorderBtm{
    border-bottom: 4px solid #F2A523;
}
.orangeBorderTop  {
  margin-top: 0;
}

.orangeHeaderBorder span{
  text-transform: uppercase;
}

.orangeHeaderBorder:before {
  content: "";
  display: block;
  border-top: solid 8px #F2A523;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 60%;
  z-index: 1;
}

.orangeHeaderBorder span {
  background: #000;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.customSection #DaVinciAccessories .card-body {
    color: #000;
    padding:1rem;
}

.customSection #DaVinciAccessories .btn {
    font-size: 0.8em;
    color:#000;
    font-family: handel-gothic, sans-serif;
    padding:0!important;
}

#DaVinciAccessories a:hover{
    color:#000!important;
}

.latestBrands{
    padding-top:0px;
    padding-bottom:0px;
}
.latestBrands .card {
    /*width:95%; */
    border: 1px solid #1946FA;
    margin-bottom: 1.6rem;
}
.latestBrands .card-img-top{
    width:90%;
}
.workflows .card{
    width:95%; 
    border: 1px solid #1946FA;
    margin-bottom: 1.6rem;
}
.workflows .card-img-top{
    width: 40%;
}

.findOutMore {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.9em;
    font-size: 1.3em;
}
.eduImage {
    width: 60%!important;
    margin-bottom: 1rem;
}
.pricelistBorder{
    height: 164px;
    padding:1rem;
}
.pricelistBorder:after{
    background-color: #1946FA; 
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 45%;
    position: absolute;
    transform: translate(-50%,0);
    width: 85%;
}
.workflowProducts {
    font-size: 1em;
}
.workflowModalHeader {
    padding: 0 1rem!important;
}
.workflowFooter {
    border-top: none!important;
}
.workflowDiagram .productPip {
    cursor: pointer;
    outline: none;
    z-index: 0;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -o-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out, width 0.25s ease-in-out, height 0.25s ease-in-out, z-index 0.25s ease-in-out;
    -webkit-transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    transition-delay: 0.25s, 0.25s, 0.25s, 0.25s;
    -webkit-transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    transition: opacity 0.25s ease-in-out 0.25s, width 0.25s ease-in-out 0.25s, height 0.25s ease-in-out 0.25s, z-index 0.25s ease-in-out 0.25s;
    background: #E8E8E8;
    border: 5px solid #00E6C8;
}
.workflowDiagram .productPip .content {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: overlay;
}
.centered-y {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.description {
  max-width: 600px;
  margin: 0 auto;
  color: transparentize($color-foreground, 0.3);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}  
.workflowDiagram {
  position: relative;
  width: 100%;
  padding: 20px;
  box-sizing(border-box);
  margin: 0 auto;
  >img
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}
#box {
    width: 1110px;
    border-bottom: 1px solid #00E6C8;
}
.borderOrange {
    border: 3px solid #00E6C8;
}
.breadcrumb {
    background-color: transparent!important;
    border-bottom: 1px solid #E8E8E8;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: "/";
}


.sectors {
    padding: 0;
}
.streaming {
    color: #FFF;
    background: linear-gradient(#FF0000, #A1131F);
}
.ucc {
    color: #FFF;
    background: linear-gradient(#444494, #35a8e0);
    font-family: franklin-gothic-urw, sans-serif;
}
.innerTerms {
    padding: 2rem 2rem 2rem 5rem;
}
.ucc .btn {
    border: 1px solid #FFF;
}
.sectors h1 {
    text-transform: uppercase!important;
    font-size: 6em;
    line-height: 1em;
    color: #FFF!important;
}
.ucc h1 {
    font-size: 3.3em;
    padding-left: 0;
}
.ucc h2 {
    font-size: 2em!important;
}
.sectors h1, .sectors h2, .sectors h3, .sectors h4, .sectors button {
  font-family: franklin-gothic-urw, sans-serif;
  text-transform: none;
  margin-bottom: 0.3em;
  color: #FFF!important;
}
.sectors h3 {
  font-family: franklin-gothic-urw, sans-serif;
}
.sectors h3:after {
  border-bottom: none!important;
}
.sectors h1 a:hover, .sectors h2 a:hover, .sectors h3 a:hover, .sectors h4 a:hover, .sectors a:hover h3 {
  text-decoration: none!important;
}
.sectors h1:after, .sectors h2:after, .sectors h3:after, .sectors h4:after {
  border: none!important;
}
.invert {
  filter: invert(1);
}
.streaming p {
  font-family:  acumin-pro, sans-serif;
  padding: 1em 0;
}

.production {
  font-family: roboto, sans-serif!important;
}
.production h1, .production h2, .production h3, .production h4, .production button, .production p {  
    font-family: roboto, sans-serif!important;
}

.production .btn{
font-family: acumin-pro, sans-serif!important;
text-transform: uppercase;
font-size: 1rem!important;
}

.production .btn-production{
    color:#FFF;
    background-color: #6f6f6e;
    text-transform: uppercase!important;
}
.learning .btn-learning{
    color:#FFF;
    background-color: #6f6f6e;
    text-transform: uppercase!important;
}
 .production a.btn-production[role=button]:hover  {
  text-decoration: none!important;
  background-color: #363634!important;
}
 .learning a.btn-learning[role=button]:hover  {
  text-decoration: none!important;
  background-color: #363634!important;
}
.midwichTV {
    padding: 0!important;
    background: radial-gradient(#f5f5f5, #e6e6e6);
    font-family: raleway, sans-serif !important;
    color: #47215e;
}
.midwichTV h1, .midwichTV h2, .midwichTV h3, .midwichTV h4 {
    background: none!important;
    text-transform: none!important;
    font-weight: normal;
}
.midwichTV h4 {
    margin-bottom: 0.3rem;
}
.midwichTV h2 {
    font-size: 4em;
}
@media (max-width: 375px) {
    .midwichTV h2 {
        font-size: 2.3em;
    }
}
@media (max-width: 375px) {
    .midwichTV h3 {
        font-size: 1.3em;
    }
}
.midwichTV h1:after, .midwichTV h2:after, .midwichTV h3:after, .midwichTV h4:after {
    border-bottom: none !important;
}
.midwichTV p {
    margin-top: 0.3rem;
    margin-bottom: 1rem;
}

.btn-white {
    color: #A1131F;
    /*background-color: #00E6C8;*/    
    background-color: #FFF;
    text-transform: uppercase!important;
}
 a.btn-white[role=button]:hover  {
  text-decoration: none!important;
  color: #000!important;
}
.streaming .btn {
  font-family: franklin-gothic-urw, sans-serif;
}
.boxIcons {
  width: 90%;
}
.outer {
  margin-left: 0;
  margin-right: 0;
}
.sectors .margins {
  margin: 2rem 0 1.6rem 0;
}
@media (min-width: 1679px) {
  .streamingImage {
    width: 90%;
  }
}
@media (max-width: 1631px) {
    .sectors h1 {
      font-family: franklin-gothic-urw, sans-serif;
      text-transform: none;
      font-size: 3em;
      line-height: 0.9em;
    }

    .ucc h1 {
        font-size: 2em;
        padding-left: 0;
    }
    .uccImage {
        max-width: 95%;
    }
    .sectors h1, .sectors h2, .sectors h3, .sectors h4, .sectors button {
      text-transform: none;
      margin-bottom: 0.6em;
    }
    .sectors h3 {
      font-family: franklin-gothic-urw, sans-serif;
      text-transform: none;
      font-size: 1.6em;
    }
    .sectors .margins {
      margin: 1.6rem 0 1rem 0;
    }
}
@media (max-width: 1375px) {
    .ucc h1 {
        font-size: 1.8em;
        padding-left: 0;
    }
    .innerTerms {
      padding: 1rem 1rem 1rem 2rem;
    }
    .uccImage {
        max-width: 95%;
    }
    .sectors .margins {
      margin: 1rem 0 0.3rem 0;
    }
    .boxIcons {
      width: 80%;
    }
    .streaming p {
      padding: 0.3em 0;
      font-size: 0.9em;
    }
}

@media (max-width: 1181px) {
    .uccImage {
    max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .innerTerms {
      padding: 1rem;
    }
    .sectors h1 {
      font-family: franklin-gothic-urw, sans-serif;
      text-transform: none;
      font-size: 1.6em;
      line-height: 0.9em;
    }
    .ucc h1 {
        font-size: 1.6em;
        padding-left: 0;
    }
    .sectors h1, .sectors h2, .sectors h3, .sectors h4, .sectors button {
      font-family: franklin-gothic-urw, sans-serif;
      text-transform: none;
      margin-bottom: 0.4em;
    }
    .sectors h3 {
      font-size: 1.2em;
    }
    .streaming p {
      padding: 0.4em 0;
      font-size: 0.9em;
    }
    .sectors .margins {
      margin: 1rem 0 0.3rem 0;
    }
    .boxIcons {
      width: 80%;
    }
}

.production h1, .production h3 {
    color: #6f6f6e!important;
}
.production {
    color: #6f6f6e;
    background: #ffd466; 
}
.learning h1, .learning h3 {
  color: #6f6f6e!important;
}
.learning{
  color: #6f6f6e!important;
  background: #FFF; 
}

.calendarIcon{
    width: 20px;
    padding-bottom: 5px;
    margin-right: 4%;
}

.btn-calendar{
    background: #f0f0f0;
    width: 250px;
    text-align: left;
}

 a.btn-calendar{
    color:#000!important;
    margin-bottom:1rem;
}


/*Tauri Page*/
    .tauriHero{
        background-image: url("https://resource.holdan.co.uk/Holdan/images/Tauri_Page/Tauri_Hero_background.jpg");
        width:100%;
        height:400px;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .tauriHero-text-sm{
        color:#FFF;
        font-size: 1.2rem;
    }
    .tauriHero-text-lg{
        color:#FFF;
    }
    .tauriHero-text-lg:after{
    border-bottom: none !important;
    }
    .tauriHero .btn-danger{
        text-transform: uppercase;
        font-weight: bold;
    }
    .Tauri-redSquare{
        background-image: url("https://resource.holdan.co.uk/Holdan/images/Tauri_Page/Tauri_icon-bg.jpg");
        width:100%;
        background-size: cover;
        background-repeat: no-repeat;
        color:#fff;
        margin-right: 2.9rem!important;
        text-align: center!important;
    }
    .tauri.headingSeparator {
        padding-bottom:0!important;
    }

    .tauri h4{
        text-transform: none;
    }

    .tauri h4:after{
        border-bottom: none !important;
    }

@media (max-width: 990px) {
    .tauriHero{
        height:450px;
    }
    .Tauri-redSquare{
        margin-right: 0!important;
        margin-top:2rem;
    }
    .Tauri-redSquare img{
        width:35%!important;
    }
}
/*Tauri Page*/

