/* 2019 New Styles*/
/*3-21 Commenting these out as they are being  now defined in qdx.css as they need to be used on the new weblet pages*/
/*
.bg-orange {
    background-color: #f47f16;
    color: #fff;
}

.bg-green {
    background-color: #74a534;
    color: #fff;
}

a.arrow-move:hover.arrow-move i {
    margin-right: .5em;
}

.no-margin-left {
    margin-left: 0px !important;
}

@media (min-width: 1200px) {
    .clear-both-xlg {
        clear: both !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .clear-both-lg {
        clear: both !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .clear-both-md {
        clear: both !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .clear-both-sm {
        clear: both !important;
    }
}

.clear-both-xs {
    clear: both !important;
}

@media (max-width: 576px) {
    h4 {
        font-size: .8em;
    }

    .banner {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .banner h1 {
        font-size: 4em;
    }
}

@media (min-width: 768px) {
    .banner h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 576px) {
    .banner h1 {
        font-size: 3.5em;
    }
}

.banner h1 {
    font-size: 3em;
    font-family: 'DIN Next W01 Medium', sans-serif;
    padding: 0 15px;
}

.head {
    padding: 8em 0em 0em !important;
}

@media (min-width: 991px) {
    .head {
        padding: 8em 0em 0em !important;
    }
}
    */
/*3-21 End commenting these out as they are being  now defined in qdx.css as they need to be used on the new weblet pages*/

/* Text on Video */
.rw-wrapper {
    width: 100%;
    position: relative;
}

.rw-sentence {
    margin: 0;
    text-align: left;
    /*text-shadow: 1px 1px 1px rgba(255,255,255,0.8);*/
    text-shadow: 2px 2px 8px #000;
}

    .rw-sentence span {
        white-space: nowrap;
        font-weight: normal;
        display: block;
    }

.rw-words {
    display: inline;
    text-indent: 10px;
}

    .rw-words span {
        position: absolute;
        opacity: 0;
        overflow: hidden;
        width: 100%;
    }

.rw-words-2 span {
    animation: rotateWordsSecond 30s ease infinite 0s;
    -webkit-animation: rotateWordsSecond 30s ease infinite 0s;
    -moz-animation: rotateWordsSecond 30s ease infinite 0s;
    -o-animation: rotateWordsSecond 30s ease infinite 0s;
    transition: 0.2s;
}

.rw-words span:nth-child(2) {
    animation-delay: 3s;
}

.rw-words span:nth-child(3) {
    animation-delay: 6s;
}

.rw-words span:nth-child(4) {
    animation-delay: 9s;
}

.rw-words span:nth-child(5) {
    animation-delay: 12s;
}

.rw-words span:nth-child(6) {
    animation-delay: 15s;
}

.rw-words span:nth-child(7) {
    animation-delay: 18s;
}

.rw-words span:nth-child(8) {
    animation-delay: 21s;
}

.rw-words span:nth-child(9) {
    animation-delay: 24s;
}

.rw-words span:nth-child(10) {
    animation-delay: 27s;
}

@keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        width: 0px;
    }

    10% {
        opacity: 1;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 100%;
    }

    27% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
        animation-timing-function: ease;
        transition: 0.1s
    }
}

@-o-keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        width: 0px;
    }

    10% {
        opacity: 1;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 100%;
    }

    27% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        width: 0px;
    }

    10% {
        opacity: 1;
        width: 0px;
    }

    20% {
        opacity: 1;
        width: 100%;
    }

    27% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes rotateWordsSecond {
    0% {
        opacity: 1;
        width: 100px;
    }

    10% {
        opacity: 0;
        width: 0px;
    }

    20% {
        opacity: 0;
        width: 100%;
    }

    90% {
        opacity: 0;
        width: 100%;
    }

    100% {
        opacity: 0;
        animation-timing-function: ease;
        transition: 0.1s
    }
}
/*3-21 Commenting these out as they are being  now defined in qdx.css as they need to be used on the new weblet pages*/
/*
.video-container { 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

    .video-container video {
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        position: absolute;
        top: -30%;
        left: 50%;
        transform: translateX(-50%);
    }

@media (min-width: 968px) {
    .video-container video {
        top: -40%;
    }
}

@media (min-width: 1200px) {
    .video-container video {
        top: -25%;
    }
}


.video-container a {
    color: #fff !important;
}

    .video-container a:hover, .video-container a:active {
        color: #fff !important;
    }
*/
/*3-21 End Commenting these out as they are being  now defined in qdx.css as they need to be used on the new weblet pages*/
/*.overlay {
    background: -moz-linear-gradient(top, rgba(76,135,171,0.25) 0%, rgba(183,192,197,0.25) 29%, rgba(183,192,197,0.25) 44%, rgba(62,113,145,0.25) 81%, rgba(62,113,145,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(76,135,171,0.25) 0%,rgba(183,192,197,0.25) 29%,rgba(183,192,197,0.25) 44%,rgba(62,113,145,0.25) 81%,rgba(62,113,145,0.25) 100%);
    background: linear-gradient(to bottom, rgba(76,135,171,0.25) 0%,rgba(183,192,197,0.25) 29%,rgba(183,192,197,0.25) 44%,rgba(62,113,145,0.25) 81%,rgba(62,113,145,0.25) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404c87ab', endColorstr='#403e7191',GradientType=0 );
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
	position: absolute; 
	width:100%; 
}
.overlay-dots {
    background: url(https://pivot3.com/wp-content/themes/pivot/assets/images/dots-pattern.png);
    background-position: top left;
    background-repeat: repeat;
    z-index: 50;
    height: 100%;
    -webkit-transform: translateZ(0);
}*/
/*.customer-logos.arrow-down:before {
    border-top-color: #ededed;
}
/*.arrow-down:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: 27px;
    margin-left: -27px;
    z-index: 2;
}
/*.hide-triangle .hero-bottom-triangle {
    display: none;
}
.hero-bottom-triangle {
    /*position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(https://pivot3.com/wp-content/themes/pivot/assets/images/triangle.png);
    background-position: center bottom;
    background-repeat: no-repeat;
	width: 0; 
  	height: 0; 
  	border-left: 5px solid transparent;
  	border-right: 5px solid transparent;
  	border-bottom: 5px solid #ededed;
}*/
/*Animated Logos*/
.cycle-slideshow {
    width: 80%;
    margin: 0 auto 20px;
}

@media (min-width: 768px) {
    .cycle-slideshow {
        width: 65%;
    }
}

@media (min-width: 991px) {
    .cycle-slideshow {
        width: 80%;
    }
}

.cycle-slideshow img {
    visibility: hidden;
}

/*Parallax Effect*/
.who {
    margin-bottom: 10px;
}

    .who blockquote {
        color: #565555;
        opacity: 0.7;
        font-size: 15px;
        line-height: 1.5;
    }

        .who blockquote img {
            height: 20px !important;
            width: 30px !important;
            margin-top: -14px;
        }

        .who blockquote > img + img {
            top: 10px !important;
        }

        .who blockquote p.company-title {
            font-style: italic;
        }

.work {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ededed;
    background-image: url('https://www.quantum.com/globalassets/home/gray-background.jpg');
}

.parallax-container blockquote {
    margin: 1.5em 0;
}

@media (max-width: 990px) {
    .parallax-container {
        text-align: center;
    }
}

@media (min-width: 991px) {
    .parallax-container {
        position: relative;
    }

    .parallax {
        position: absolute;
    }

        .parallax.why {
            margin-top: 250px;
        }

        .parallax.how {
            margin-top: 450px;
        }

        .parallax.what {
            margin-top: 600px;
        }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .parallax-container img.parallax {
        width: 450px !important;
    }
}


/*Statistics*/
.counter h3.h2 {
    font-size: 50px;
    color: #00b6f1;
}

/*Whats new at Qauntum*/
.new a {
    color: #fff;
}

    .new a:hover, .new a:active {
        color: #fff;
    }

.new {
    padding: 20px;
    border-radius: 5px;
}

    .new h4 {
        line-height: 1.2;
    }

/*Conversion Opportunity*/
.conversion-opportunity {
    background-image: url("https://www.quantum.com/globalassets/home/HP-promo-opp2.jpg") !important;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    background-position: center left;
}

    .conversion-opportunity a, .conversion-opportunity a:hover, .conversion-opportunity a:active {
        color: #fff;
    }

@media (max-width: 991px) {
    .conversion-opportunity {
        background-image: none;
    }
}

@media (max-width: 1200px) {
    .conversion-opportunity {
        background-position: center right;
    }
}

/*Contact Section*/
.btn {
    display: inline-block;
    margin: 10px 0px;
}

@media (min-width: 576px) {
    .btn {
        display: inline-block;
        margin-left: 5px;
    }
}

@media (min-width: 768px) {
    .btn {
        display: inline-block;
        clear: both;
        margin: 10px 0px 0px 5px;
    }
}

@media (min-width: 992px) {
    .btn {
        display: inline-block;
        margin: 0px 10px
    }
}


/*Built on Quantum Tile Styles*/
.society {
    background-image: url("https://www.quantum.com/globalassets/home/HP-world-map-bkg-new.jpg");
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: 50% 60px;
    background-size: cover
}

.modal-footer {
    text-align: center !important;
}

.modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal.fade .modal-dialog {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .modal {
        text-align: center;
    }

        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 100%;
        }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .modal.fade .modal-dialog {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .modal.fade.in .modal-dialog {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.tile-container {
    height: auto;
}

.tile {
    text-align: center;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    -webkit-box-shadow: 0px 20px 10px -10px #c3c3c3;
    -moz-box-shadow: 0px 20px 10px -10px #c3c3c3;
    box-shadow: 0px 20px 10px -10px #c3c3c3;
}

    .tile img {
        cursor: pointer;
    }

.hidden-md img {
    cursor: pointer;
    -webkit-box-shadow: 0px 20px 10px -10px #c3c3c3;
    -moz-box-shadow: 0px 20px 10px -10px #c3c3c3;
    box-shadow: 0px 20px 10px -10px #c3c3c3;
}

@media (min-width: 973px) {
    .movie-studios {
        width: 15%;
    }

    .stadiums {
        width: 30%;
        position: relative;
        bottom: 50px;
        left: 60px;
    }

    .super-heroes {
        width: 30%;
        position: relative;
        bottom: 50px;
        left: -60px;
    }

    .pop-culture {
        width: 45%;
        position: relative;
        bottom: 90px;
        left: -30px;
    }

    .corporate-video {
        width: 45%;
        position: relative;
        bottom: 90px;
        left: 30px;
    }

    .spaceflight {
        width: 30%;
        position: relative;
        bottom: 130px;
        left: 60px;
    }

    .leading-fan {
        width: 30%;
        position: relative;
        bottom: 130px;
        left: -60px;
    }

    .self-driving {
        width: 15%;
        position: relative;
        bottom: 180px;
    }

    .quantum {
        width: 45%;
        position: relative;
        bottom: 90px;
        z-index: 1;
    }
}

@media (min-width: 1080px) {
    .tile-container {
        height: 1000px;
    }

    .movie-studios {
        width: 17%;
    }

    .stadiums {
        width: 35%;
        position: relative;
        bottom: 30px;
        left: 70px;
    }

    .super-heroes {
        width: 35%;
        position: relative;
        bottom: 30px;
        left: -70px;
    }

    .pop-culture {
        width: 55%;
        position: relative;
        bottom: 85px;
        left: -55px;
    }

    .corporate-video {
        width: 55%;
        position: relative;
        bottom: 85px;
        left: 55px;
    }

    .spaceflight {
        width: 35%;
        position: relative;
        bottom: 140px;
        left: 70px;
    }

    .leading-fan {
        width: 35%;
        position: relative;
        bottom: 140px;
        left: -70px;
    }

    .self-driving {
        width: 17%;
        position: relative;
        bottom: 200px;
    }

    .quantum {
        width: 55%;
        position: relative;
        bottom: 100px;
        z-index: 1;
    }
}

/*End 2019 Styles*/



.banner h2.h1 {
    font-size: 3em;
}

@media (min-width: 576px) {
    .banner h2.h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 768px) {
    .banner h2.h1 {
        font-size: 3.5em;
    }
}

@media (min-width: 992px) {
    .banner h2.h1 {
        font-size: 4em;
    }
}

.banner a {
    color: #fff !important;
}

.text-grey {
    color: #565555;
}

a.text-grey {
    color: #565555 !important;
}

    a.text-grey:hover {
        color: #565555 !important;
    }

.banner {
    /*background-image: url("https://www.quantum.com/globalassets/home/qdc-homepage-marquee-v3.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    color: #fff;
}

@media (max-width: 768px) {
    .banner .container {
        padding: 6em 15px 0em;
    }
}

@media (max-width: 991px) {
    .banner .container {
        padding: 10em 15px 0em;
    }
}

@media (min-width: 992px) {
    .banner .container {
        padding: 10em 0em 0em;
    }
}

.no-padding-top {
    padding-top: 0 !important;
}

.p-t-10 {
    padding-top: 10px !important;
}

.p-b-10 {
    padding-bottom: 10px !important;
}

.m-l-20 {
    margin-left: 20px;
}

.btn-electric-blue {
    background-color: #00b6f1;
    color: #fff !important;
}

@media (max-width: 456px) {
    .opp-blade a {
        margin-top: 20px;
    }
}

@media (max-width: 508px) {
    .opp-blade a {
        margin-top: 20px;
    }
}

@media (max-width: 716px) {
    .opp-blade a {
        margin-top: 20px !important;
        display: table;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {
    .clear-both {
        clear: both !important;
    }
}

@media (max-width: 650px) {
    .products h4 {
        font-size: .9em;
    }
}

.products h4 {
    line-height: 1.2 !important;
}

.conversion-opportunity {
    /*background-image: url("https://www.quantum.com/globalassets/products/stornext-file-system/sn6.2-launch/stornext62_gray.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

    .conversion-opportunity a, .conversion-opportunity a:hover, .conversion-opportunity a:active {
        color: #fff;
    }
/*End New Styles*/



.text-electric {
    color: #00b6f1;
}

.no-margin {
    margin: 0px !important;
}

.carousel-inner h1 {
    font-family: bennet-banner,sans-serif;
    margin-bottom: 0 !important;
}

.carousel-inner p.lead {
    padding-bottom: 1.5em;
    margin-top: 0;
}

.btn-blue {
    background-color: #0f73c3;
    color: #fff !important;
}

.btn-transparent {
    border: 1px solid #fff;
    transition: all 0.1825s ease-out;
}

    .btn-transparent:hover {
        transform: scale(1.028, 1.028);
    }

    .btn-transparent a {
        color: #fff;
    }

        .btn-transparent a:hover {
            color: #fff;
        }

.navbar-form .form-group {
    width: 100%;
}
/*.banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 60% 50%;
	height: 100%;
}

.banner .container {
	padding-top: 10em;
}*/

.banner .banner-clickable {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-indent: -9999px;
    z-index: 1000;
}

a.banner-clickable {
    cursor: default;
}

.carousel-inner .item .container a#button {
    cursor: pointer !important;
}

.banner-bg-grey {
    background-color: #CCCCCC;
}

.carousel-inner {
    height: 100vh;
}

    .carousel-inner > .item {
        height: 100%;
    }

.carousel-indicators {
    display: none;
}

.chat-box {
    display: none;
    position: fixed;
    bottom: 0;
    right: 50%;
    margin-right: -60px;
    height: 60px;
    width: 120px;
    background-color: #FFFFFF;
    border: 1px solid black;
    z-index: 99;
}

.flow-right {
    float: right;
}


.header-links {
    padding-top: 10px;
    font-size: 11px;
    color: #bbbbbb;
}

.header {
    background-color: #000000;
}

.hero-padding {
    padding-top: 1.5em;
}

.image-container {
    width: 100%;
}

.img-responsive {
    width: 100%;
}

p {
    font-size: 16px;
    line-height: 1.4;
}


.m-b-half {
    margin-bottom: 0.5em;
}

.m-t-20 {
    margin-top: 20px !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-lr {
    margin-left: 0;
    margin-right: 0;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-lr {
    padding-left: 0;
    padding-right: 0;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-lr-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-t-40 {
    padding-top: 40px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-40 {
    padding-bottom: 40px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.company {
    color: #333333;
    opacity: 0.6;
    font-size: 16px;
    line-height: 1.4;
}

blockquote > img + img {
    position: relative;
    top: 6px;
    display: inline-block !important;
}

.solutions-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(0, 182, 241, .5);
    color: #FFFFFF;
}

.solution {
    transition: 0.5s;
    border: 0px none !important;
    padding: 10px;
}

.solution-container {
    transition: all 0.1825s ease-out;
    position: relative;
}

    .solution-container:hover {
        transform: scale(1.028, 1.028);
        cursor: pointer;
        text-shadow: 1px 1px 10px #fff;
    }

    .solution-container h4 {
        line-height: 1.3;
        font-size: 16px;
        font-family: proxima-nova,sans-serif;
    }

    .solution-container i {
        color: #FFFFFF;
        display: block;
        text-align: center;
        padding: 10px 0px;
    }

    .solution-container .clickable {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px;
        z-index: 1000;
    }

@media (min-width: 768px) {
    .solution-image h3 {
        font-size: 1.1em;
        line-height: 1.1;
    }
}

@media (min-width: 1024px) {
    .solution-image h3 {
        font-size: 1.3em;
    }
}


/* News Events Press Releases */
.box {
    color: #333;
    padding: 20px;
    transition: all 0.1825s ease-out;
}

    .box:hover {
        transform: scale(1.028, 1.028);
    }

    .box h4 {
        text-transform: uppercase;
        font-family: proxima-nova,sans-serif;
        font-size: .8em;
    }

.listing-box {
    padding-top: 20px;
}

.events {
    background-color: #74a534;
    background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Events_Bkgd.jpg) no-repeat;
    color: #fff;
    background-size: cover;
}

.news {
    color: #fff;
    background-image: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/News_Bkgd.jpg);
    background-repeat: no-repeat;
    background-position: center 50%;
}

.press-releases {
    background-color: #00b6f1;
    color: #fff;
    background-image: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Quantum-Xcellis.png);
    background-repeat: no-repeat
}

.news-listing {
    padding-bottom: 30px;
}

    .news-listing h3 {
        color: #fff;
    }

    .news-listing .date {
        font-size: 1em;
        color: #fff;
    }

    .news-listing .btn {
        margin: 0 auto;
    }



/*Customer Stories Logos*/
.bg-logos {
    background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Logo_background.jpg) no-repeat fixed;
    padding: 150px 0px;
    background-size: cover;
}

    .bg-logos .bg-electric {
        webkit-clip-path: polygon(100% 0, 100% 76%, 0 100%, 0 26%);
        clip-path: polygon(100% 0, 100% 76%, 0 100%, 0 26%);
        padding: 45px 0px;
        opacity: .8;
    }

/*Custom Owl Carousel*/
#ref-arch-carousel {
    border-bottom: 1px solid #dfe0e0;
}

.owl-carousel {
    text-align: center;
}

    .owl-carousel .owl-item img {
        border: 1px solid #fff;
    }

    .owl-carousel .owl-item blockquote img {
        border: 0px none;
    }

.owl-item .item a {
    margin: 0 auto !important;
}

#carousel-custom-dots {
    margin-top: 40px;
    padding: 0;
}

    #carousel-custom-dots div {
        height: 6em;
        cursor: pointer;
        padding: 0 10px;
    }

    #carousel-custom-dots .barry {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Barry-Wehmiller-bw.png) no-repeat center;
    }

    #carousel-custom-dots .sib {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/SIB-logo-grey.png) no-repeat center;
    }

    #carousel-custom-dots .swordfish {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/swordfish-logo-grey.png) no-repeat center;
    }

    #carousel-custom-dots .platinum-platypus {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Platinum-Platypus-logo-grey.png) no-repeat center;
    }

    #carousel-custom-dots .barry:hover, #carousel-custom-dots .barry.active {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Barry-Wehmiller-color.png) no-repeat center;
    }

    #carousel-custom-dots .sib:hover, #carousel-custom-dots .sib.active {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/SIB-logo-color.png) no-repeat center;
    }

    #carousel-custom-dots .swordfish:hover, #carousel-custom-dots .swordfish.active {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/swordfish-logo-color.png) no-repeat center;
    }

    #carousel-custom-dots .platinum-platypus:hover, #carousel-custom-dots .platinum-platypus.active {
        background: url(file:///Macintosh%20HD/private/var/folders/x_/qbp23lls5mz0mzfvz3s2gsym0000gn/T/com.microsoft.Outlook/Outlook%20Temp/QDX-2019/img/Platinum-Platypus-logo-color.png) no-repeat center;
    }

@media (max-width: 991px) {
    #carousel-custom-dots div {
        text-align: center;
        margin-bottom: 1.5em;
    }
}

@media (max-width: 768px) {
    #carousel-custom-dots div {
        padding-left: 0;
        margin-bottom: 1.5em;
    }
}


.owl-carousel {
    text-align: center;
}

    .owl-carousel .owl-dot {
        display: inline-block;
    }

.owl-theme .owl-dots .owl-dot span {
    border: 1px solid #0f73c3 !important;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0f73c3 !important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #0f73c3;
    opacity: .5;
    border: 0 none;
}

.owl-carousel .owl-item img {
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 992px) {
    .owl-theme .owl-dots .owl-dot {
        width: 4%;
    }
}

@media (max-width: 768px) and (min-width: 481px) {
    .owl-theme .owl-dots .owl-dot {
        width: 4% !important;
    }
}

@media(max-width: 618px) {
    .clear-fix {
        clear: both;
    }
}

@media(max-width: 480px) {
    .solution-container h4 {
        font-size: 14px;
    }

    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 10%;
        left: 0%;
        display: inline-block
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 10%;
        right: 0%;
        display: inline-block
    }
}

@media(max-width: 576px) {
    .solution h3 {
        font-size: 1em;
    }
}

@media(min-width: 481px) and (max-width: 767px) {
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 15%;
        left: 0%;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 15%;
        right: 0%;
    }
}

@media(min-width: 768px) and (max-width: 768px) {
    .solution {
        border: none;
    }
}

@media(max-width: 767px) {
    .box-on-right {
        top: 300px
    }

    .center-xs {
        text-align: center;
    }

    .solution {
        padding: 1px;
    }

    .xs-full-width {
        width: 100%;
    }

    .xs-p-t-40 {
        padding-top: 40px;
    }

    .xs-solution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
        width: 100%;
        border: 1px solid black;
    }

        .xs-solution:hover {
            cursor: pointer;
        }

    .navbar-form .form-group {
        width: 98%;
        display: block;
        margin: 0 auto;
    }
    /*.banner .container {
		padding: 6em 15px 0em;
	}*/
    .banner .banner-clickable {
        display: none;
    }

    body {
        font-size: 16px;
    }


    .hero-padding {
        padding-top: 3em;
    }

    .hidden-vs {
        display: none;
    }

    .no-border-bottom {
        border-bottom: 0;
    }

    .no-border-right {
        border-right: 0;
    }

    .solutions-wrapper {
        padding: 30px 0px;
        opacity: 1;
    }

    .solution-container {
        padding: 0px;
    }

        .solution-container .clickable {
            display: none;
        }

    .solution-image {
        margin: 0;
    }

        .solution-image > h2 {
            margin: 10px 0;
        }

    .xs-n-m-b {
        margin-bottom: 0 !important;
    }

    .carousel-inner {
        height: 68vh;
    }

    .solutions-wrapper {
        padding: 0px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .solution {
        border: none;
        padding: 0px;
    }

    .carousel-inner {
        height: auto;
    }
    /*.solutions-wrapper {
     padding: 30px 0px; 
	}*/
    .carousel-inner {
        height: 68vh;
    }
    /*.banner .container {
    padding: 5em 15px;
	}*/
    .owl-carousel .owl-nav .owl-prev {
        position: absolute;
        top: 20%;
        left: 0%;
    }

    .owl-carousel .owl-nav .owl-next {
        position: absolute;
        top: 20%;
        right: 0%;
    }

    /*.col-sm-p-lr-40 {
        padding-left: 40px;
        padding-right: 40px;
    }*/
}

@media (max-width: 992px) {
    h2 {
        font-size: 1.5em;
        font-weight: 600;
    }

    h3 {
        font-size: 1.25em;
        font-weight: 600;
    }

    .header-mobile form .form-group button.btn {
        background-color: #b0b9bf !important;
    }

    .header-mobile form .form-group button i {
        color: #fff;
    }

    .carousel-indicators {
        display: block;
    }

    .solution h3 {
        margin-bottom: 0px
    }

    .solutions-wrapper {
        position: relative;
        background: rgba(0,182,241,1);
    }

    .solution-container {
        padding: 20px 0;
    }

    .news {
        background-image: none;
        background-color: #565555;
    }

    .press-releases {
        background-image: none;
        background-color: #00b6f1;
    }

    #carousel-custom-dots {
        display: none;
    }

    #ref-arch-carousel {
        border: 0 none;
    }

    .owl-carousel .owl-nav {
        display: block !important;
    }

    .owl-carousel .owl-item .item img.headshot {
        width: 75% !important;
    }
}


@media (min-width: 769px) {
    h2.p-t-40 {
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .hero-padding {
        padding-top: 4.5em;
    }

    .owl-carousel .owl-nav {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .header-logo img {
        width: 100px;
    }
}


@media (min-width: 1200px) {

    .hidden-lg {
        display: none !important;
    }

    .hero-padding {
        padding-top: 6em;
    }
}


@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        -o-transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            left: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            left: 0;
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                left: 0;
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }
}

/*ds: Adding Fixes after launch*/

.solution-container:nth-child(3n+1) {
    clear: none !important;
}

@media(max-width: 617px) {
    .solution-container:nth-child(3n+1) {
        clear: both !important;
    }
}

@media(max-width: 768px) {
    .bg-logos {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: -75px 50% !important;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: left !important;
        margin-right: 0px !important
    }

    .navbar-form .input-group {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-form {
        width: 100%;
    }
}

#bannerCarousel .item h2.h1 {
    font-family: bennet-banner,sans-serif;
    margin-bottom: 0 !important;
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    #bannerCarousel .item h2.h1 {
        font-size: 2.5em;
    }
}

@media (max-width: 481px) {
    #bannerCarousel .item h2.h1 {
        font-size: 2.25em;
    }
}

/*DS Added on 4-17 for grey bar to not apper on mobile devices*/
@media (max-width: 992px) {
    .customer-success-story-carousel {
        border: 0 none;
    }
}

/* Banner title center fix */
.col-xs-12.no-margin-bottom.center-fix {
    position: fixed;
    top: 40%;
    margin-top: -100px;
}

@media (max-width: 767px) {
    .full-width-section > .container, .full-width-section > .container-fluid, .container {
        padding-top: 2.5em;
        padding-bottom: 1em;
    }
}

@media (min-width: 992px) {
    .full-width-section > .container, .full-width-section > .container-fluid, .container {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

@media (min-width: 1200px) {
    .full-width-section > .container, .full-width-section > .container-fluid, .container {
        padding-top: 4em;
        padding-bottom: 4em;
    }
}

@media (min-width: 768px) {
    .full-width-section > .container, .full-width-section > .container-fluid, .container {
        padding-top: 3em;
        padding-bottom: 3em;
    }
}

/*Changes for nav 10-29-2020*/
ul li {
    margin-bottom: 0px;
}

html {
    font-size: 16px !important;
    -webkit-tap-highlight-color: transparent;
}

.font-weight-bold {
    font-weight: bold;
}

.m-20 {
    margin: 20px !important;
}

/*End Changes for nav 10-29-2020*/
