body {
    font-family: polaris-light;
    color: #414142;
    overflow-x: hidden;
}

.input-group-btn>.btn {
    position: inherit;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
}

.thread-demand {
    //position: relative;
}

.main-content div.image {
	overflow: initial !important;
}

.thread-mobile-nav .nav-accordian .plus-btn,
.thread-mobile-nav .nav-accordian .minus-btn {
    position: relative;
}

#video-container {
    position: relative;
    overflow: hidden;
}

#video-container .content {
    position: absolute;
    top: 0;
    left: 0;
}

.video-container {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper {
    height: 750px;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: -56px;
    left: -12%;
    width: 112%;
}

.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#threadVideo {
    position: relative;
    z-index: 2;
}

.thread-demand {
    position: relative;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	background-color: white;
}


/* for video */

.video-header {
    min-height: 545px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: calc(50% - 0px) calc(50% - -3px);
}

.video-header h1 {
    padding-top: 102px;
    font-size: 63px;
    line-height: 70px;
    padding-bottom: 75px;
    white-space: nowrap;
}

.video-header p {
    font-size: 17px;
    padding-bottom: 27px;
}

.thread-img {
    position: absolute;
    width: 100%;
    z-index: -3; //height: 790px;
}

.video-text {
    display: none;
}

.navbar-left {
    padding-right: 0;
}

a:hover,
a:active,
.thread-nav a:visited,
a:focus {
    color: inherit;
}

a {
    color: #76b0bd;
}

a:hover {
    color: #76b0bd;
    text-decoration: underline;
}

.banner-content {
    display: none;
}

.desktop-flag {
    top: 8px;
    right: -13px;
}

#flag:hover {
    cursor: pointer;
}

.mobile-flag {
    top: 6px;
    right: -3px;
}

.grid-cta a {
    color: #76b0bd;
}

.drid-cta a:hover {
    color: #76b0bd;
    text-decoration: underline;
}

.breadcrumbs {
    max-width: 1380px;
    margin: 0 auto;
}

.breadcrumbs a {
    color: #838b8f;
}

.breadcrumbs a:hover {
    color: #838b8f;
}

.hero-banner-cta {
    padding-top: 10px;
    font-size: 20px;
    font-family: 'polaris-book';
}

.demand-space a {
    font-size: 15px;
    font-family: 'polaris-book';
}

.red-text {
    color: #ca0d18 !important;
}

.red-text a:hover {
    color: #ca0d18;
    cursor: pointer;
}

.drilldown-sub li {
    color: #ca0d18;
}

.drilldown-header {
    font-size: 19px;
}

.drilldown-header a {
    color: #666;
}

.thread-header .thread-circle-cta>img {
    vertical-align: -5px;
}

.gdpr-header .thread-circle-cta>img {
    vertical-align: -5px;
}

.cloud-header .thread-circle-cta>img {
    vertical-align: -5px;
}

.dashboard-cta {
    color: #414142;
}

.srch-container {
    background-color: #FFF;
    position: relative; //border-radius: 30px;
    padding: 3px 50px 3px 10px;
    border-bottom: 1px solid #666;
}

.letter-code {
    font-size: large;
    top: 15px;
    position: relative;
    right: 13px;
}

.search-box {
    background-color: transparent;
    outline: none;
    height: 35px;
    font-size: 15px;
    border: 0;
    width: 100%;
}

.search-button {
    position: absolute;
    right: 4px;
    top: 4px;
    border: 0;
    color: #FFF;
    width: 35px;
    height: 35px;
    outline: 0;
    background-color: white;
}

.search-button img {
    width: 19px;
    height: auto;
}

#already-set li a {
    font: normal 14px Arial;
    border-top: 1px solid #ccc;
    display: block;
    color: black;
    text-decoration: none;
    line-height: 26px;
    padding-left: 5px;
}

.thread-nav .product-list .list-title a {
    color: #ca0d18;
}

.drilldown {
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.drilldown-sub {
    display: none;
}

.drilldown-back {
    font-weight: bold;
}

.drilldown-root {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Gabes Awesome Framework START */

.grid .nav,
.grid .collapse,
.grid .dropup,
.grid .dropdown {
    position: static;
}

.grid .container {
    position: relative;
}

.grid .dropdown-menu {
    left: auto;
}

.dropdown-menu {
    //z-index: 2;
    -webkit-box-shadow: inset 6px 10px 9px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 6px 10px 9px -12px rgba(0, 0, 0, 0.75);
    box-shadow: inset 6px 10px 9px -12px rgba(0, 0, 0, 0.75), 6px 10px 9px -12px rgba(0, 0, 0, 0.75);
    ;
}

.grid .grid-content {
    padding: 20px 30px;
}

.grid .dropdown.grid-fw .dropdown-menu {
    left: 0;
    right: 0;
}

.grid-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 30px;
}

.grid-container [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.thread-nav hr {
    margin: 0;
}


/* Gabes Awesome Framework END */

.drilldown-back {
    display: none;
}

.thread-nav {
    position: relative;
    font-family: polaris-book;
    z-index: 400;
}

.thread-nav .nav {
    padding: 5px 0;
}

.nav-align {
    padding-top: 6px;
}

.thread-nav .navbar-brand {
    height: auto;
}

.thread-nav .navbar-default {
    background-color: #fff;
    border: none;
}

.thread-nav .nav-align {
    padding-top: 5px;
}

.nav-mobile-list {
    padding-left: 15px;
    list-style: none;
    padding-top: 5px;
}

.nav-list-tabs a {
    color: #666;
}

.product-list a {
    color: #666;
}

.gray-search {
    width: 19px;
    height: auto;
}

.gray-search-btn {
    border: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    top: -2px;
}

.thread-mobile-nav .drilldown {
    padding-bottom: 40px;
}

.search-mobile-input {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #666;
    border-radius: 0;
    padding: 0;
}

.search-mobile-input:focus {
    border-bottom: 1px solid #666;
    box-shadow: none;
}

.nav-mobile-list li {
    padding: 9px 0;
}

.thread-mobile-nav {
    padding-bottom: 40px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #fff !important;
    color: #ca0d18 !important;
}

.thread-nav .navbar {
    margin: 0;
}

.thread-nav .dropdown-menu {
    border: none;
    border-radius: 0;
}

.thread-nav .product-list ul {
    list-style: none;
    padding: 0;
}

.thread-nav .navbar {
    margin: 0;
    box-shadow: 0 4px 2px -2px lightgrey;
    border-radius: 0;
}

.thread-nav .product-list ul li {
    padding: 8px 0;
}

.thread-nav .product-list .list-title {
    color: #ca0d18;
}

.thread-nav .search-align {
    margin: 0 auto;
}

.thread-nav .thread-mobile-nav {
    font-family: polaris-light;
}

.thread-nav .thread-mobile-nav .tab-content h4 {
    font-size: 19px;
    margin: 3px 0;
    color: #666;
}

.thread-nav .panel-header-link {
    color: #666;
}

.thread-nav .nav-bottom-list {
    padding: 0;
    list-style: none; //padding-top: 5px;
    font-size: 16px;
    margin-top: 38px;
}

.thread-nav .nav-bottom-list li {
    padding-top: 20px;
}

.thread-nav .nav-bottom-list a {
    color: #aaa;
}

.thread-nav .nav-bottom-list a:hover {
    text-decoration: none;
}

.search-img:hover {
    cursor: pointer;
}

.thread-nav .thread-mobile-nav .panel-body {
    padding-top: 0;
    padding-left: 30px;
}

.title-spacer {
    font-family: polaris-light;
    padding: 9px 0;
    display: block;
}

.thread-nav .thread-search-input,
.thread-search-input-mobile {
    width: 100%;
    box-shadow: none;
    border: none;
}

.thread-nav .thread-search-input:focus,
.thread-search-input-mobile:focus {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

.thread-nav .mobile-search {
    padding-top: 5px; //border-bottom: 1px solid lightgray;
}

.thread-nav .nav-spacer {
    padding: 20px 0 30px 0;
}

.inner-nav-container {
    max-width: 1440px;
    margin: 0 auto;
}


/****/

.container-fluid {
    max-width: 1440px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.blue-header {
    color: #78b0bb;
}

.red-header {
    color: #ea1f48;
}

.yellow-header {
    color: #fab44c;
}

.green-header {
    color: #b9c639;
}

.vtas-red {
    color: #b31c27;
}

.nav-list-hover a:hover {
    text-decoration: none;
}

.thread-mobile-nav .panel-default>.panel-heading {
    background: none;
}

.thread-mobile-nav .panel-group .panel-heading+.panel-collapse>.list-group,
.thread-mobile-nav .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    border-bottom: 1px solid lightgray;
}

.thread-mobile-nav .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.thread-cta {
    border: 1px solid #b31c27;
    color: #b31c27;
    padding: 5px 15px;
    font-family: polaris-book;
    display: inline-block;
    margin: 10px 0;
}

.thread-cta:hover {
    color: #b31c27;
    text-decoration: none;
}

.nav li a:hover {
    background: transparent;
}


/*
.nav li a, .nav li a:hover, .nav li a:active, .nav li a:visited, .nav li a:focus {
  text-decoration: none;
  background: transparent;

}
*/

.thread-nav .nav-pills>li.active>a,
.nav-pills>li.active>a:focus {
    color: #b31c27;
    background: transparent;
}

.thread-nav .nav-pills a:hover {
    background-color: transparent;
    color: #666;
}

.nav .nav-list-tabs a {
    width: 100%;
    display: inline-block;
    padding-right: 0;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cover-overlay {
    position: absolute;
    top: 0;
    right: 0;
    background: black;
}

.mobile-search-container {
    padding-top: 15px;
    padding-bottom: 15px;
}

.con-letter {
    font-size: large;
    text-align: right;
    position: relative;
    top: 6px;
}

#overlay {
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.thread-nav {
    color: #666;
    font-family: polaris-book;
}

.thread-nav .navbar-toggle {
    border: none;
}

.thread-nav,
.thread-nav .navbar-toggle:hover,
.thread-nav .navbar-toggle:active,
.thread-nav .navbar-toggle:visited,
.thread-nav .navbar-toggle:focus {
    background: transparent;
}

.thread-nav .gray-search-btn:hover,
.thread-nav .gray-search-btn:active,
.thread-nav .gray-search-btn:visited,
.thread-nav .gray-search-btn:focus {
    background: transparent;
    border-bottom: 1px solid #666;
}

.thread-nav .burger-btn-img {
    width: 26px;
}

.thread-nav .thread-search-icon {
    padding: 0;
    padding-top: 13px;
    padding-right: 10px;
}

.thread-nav .line-spacer {
    padding-left: 0;
    padding-right: 0;
}

.thread-nav .tab-content h4 {
    font-size: 16px;
}

.thread-nav .tab-content p {
    font-size: 15px;
    line-height: normal;
}

.thread-nav .arrow-align {
    display: inline;
}

.inner-nav-container hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border-top: 1px solid gray;
}

.list-spacer {
    padding-right: 15px;
    padding-left: 15px;
}

.thread-header {
    height: 545px; //background: gray;
    background: url("/content/dam/Veritas/images/thread-homepage/header-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}

.thread-header h1 {
    padding-top: 100px;
    font-size: 63px;
    line-height: 70px;
    padding-bottom: 75px;
    white-space: nowrap;
}

.thread-header p {
    font-size: 17px;
    padding-bottom: 27px;
}

.thread-header a {
    //padding: 8px 27px;
}

.thread-header .thread-circle-cta {
    font-family: 'polaris-book';
    font-size: 20px;
}

.thread-circle-cta {
    color: #ca0d18 !important;
}

.thread-circle-cta:hover {
    color: #ca0d18;
    text-decoration: none;
}

.cta-circle {
    margin-left: 3px;
}

.red-link {
    color: #ca0d18 !important;
    text-decoration: none;
}

.red-link:hover {
    color: #ca0d18 !important;
    text-decoration: underline;
}

.thread-cta-inline {
    color: #ca0d18 !important;
    text-decoration: none;
    font-size: 14px;
    font-family: 'polaris-book';
}

.thread-cta-inline:hover {
    color: #ca0d18;
    text-decoration: underline;
}

.thread-cta-inline:after {
    content: url("/content/dam/Veritas/images/thread-homepage/circle-arrow.png");
    display: inline-block;
    margin-left: 10px;
    top: 3px;
    position: relative;
}

.cta-circle:hover {
    text-decoration: none;
}

.back-arrow-btn {
    width: 12px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.thread-banner {
    width: 100%;
}


/* 360 header */

.header-360 {
    min-height: 545px;
    background: url("/content/dam/Veritas/images/thread-homepage/360-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.header-360 h1 {
    font-size: 61px; //max-width: 640px;
    //margin: 0 auto;
    margin-top: 55px;
    padding-bottom: 20px;
}

.header-360 p {
    font-family: 16px;
    margin-bottom: 21px;
    margin-top: 25px;
    font-size: 16px;
}

.header-360 a {
    color: #ca0d18;
}

.header-content-360 {
    margin: 0 auto;
    max-width: 640px
}


/* Datainsight Header */

.data-header {
    min-height: 545px;
    background: url("/content/dam/Veritas/images/thread-homepage/data-banner-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.data-header h1 {
    font-size: 61px;
    margin-top: 130px;
}

.data-header p {
    font-family: 16px;
    margin-bottom: 21px;
    margin-top: 25px;
    font-size: 16px;
}

.data-header a {
    //color: #ca0d18;
}

.header-content-360 p,
.header-content-360 a {
    padding-left: 5px;
}


/* Cloud header */

.cloud-header {
    min-height: 550px;
    background: gray;
    background: url("/content/dam/Veritas/images/thread-homepage/cloud-thread.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
}

.cloud-header h1 {
    padding-top: 113px;
    font-size: 63px;
    line-height: 70px;
    padding-bottom: 65px;
    white-space: nowrap;
}

.cloud-header p {
    font-size: 17px;
    padding-bottom: 27px;
    max-width: 460px;
}

.cloud-header a {
    //padding: 8px 27px;
    font-size: 20px;
    font-family: 'polaris-book';
}

.trial-cta {
    color: #9e9e9e;
    display: block;
}

.thread-demand {
    background: #f6fafd;
    padding: 20px 0;
}

.thread-demand,
h5,
a {
    margin: 0;
}

.gdpr-header .thread-circle-cta {
    font-size: 20px;
    font-family: 'polaris-book';
}

.thread-demand .media-heading {
    margin-bottom: 3px;
}

.thread-demand p,
.thread-demand a {
    font-size: 13px;
    color: #666;
}

.media a {
    color: #ca0d18;
    font-size: 14px !important;
    font-family: 'polaris-book';
}

.thread-demand .media-body a {
    display: inline-block;
    padding-top: 4px;
}

.thread-trend {
    padding-top: 50px;
}

.trend-icon-1,
.trend-icon-2,
.trend-icon-3,
.trend-icon-4 {
    width: 60px;
}

.thread-trend a {
    color: #ca0d18;
    font-size: 16px;
}

.thread-trend h2 {
    max-width: 974px;
    padding-bottom: 30px;
    font-size: 33px;
}

.thread-trend h3 {
    font-size: 24px;
}

.thread-trend p {
    font-size: 16px;
    font-family: 'polaris-light';
    padding-bottom: 2px;
}

.trend-width {
    max-width: 1051px;
    margin: 0 auto;
}

.trend-col {
    padding: 30px 0;
}

.thread-trend .media-left,
.media>.pull-left {
    padding-right: 20px;
}

.thread-accordian {
    padding-bottom: 50px;
}

.thread-accordian .thread-bg-1 {
    width: 100%;
    height: auto;
}

.accordian-list {
    list-style: none;
    color: #ca0d18;
    padding-left: 17px;
    font-family: polaris-book;
}

.accordian-list a {
    color: #ca0d18;
}

.thread-accordian .panel-heading a:hover {
    color: #000;
    text-decoration: none;
}

.panel-header-link,
.panel-header-link:hover,
.panel-header-link:active,
.panel-header-link:visited,
.panel-header-link:focus {
    text-decoration: none;
}

.thread-accordian h2 {
    font-size: 46px;
    font-family: polaris-light;
}

.thread-accordian h4 {
    font-size: 21px;
    font-family: polaris-light;
}

.thread-accordian .panel-default>.panel-heading {
    background: none;
}

.thread-accordian .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
    border-bottom: 1px solid lightgray;
}

.thread-accordian .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.thread-accordian .panel-heading a {
    color: #666;
}

.thread-accordian .accordion-content {
    display: block;
}

.plus-btn {
    width: 17px;
    position: absolute;
    right: 0;
}

.minus-btn {
    width: 17px;
    position: absolute;
    right: 0;
}

.thread-accordian .thread-content {
    padding: 15px 0;
}

.thread-accordian .panel-body {
    padding-top: 0;
}

.thread-carousel {
    color: #ebebeb;
    background: #414143; //border-bottom: 1px solid red;
    padding-top: 10px;
    padding-bottom: 40px;
}

.thread-carousel small {
    color: #ebebeb;
}

.thread-carousel .carousel .carousel-inner p {
    font-family: polaris-light;
    padding-right: 17%;
    font-size: 28px;
}

.thread-carousel .carousel .carousel-inner h5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.arrow-btn {
    width: 50px !important;
    height: auto !important;
    margin-top: 30px;
}

.quote-img-align {
    text-align: right;
}

.carousel-img {
    max-width: 150px;
    height: auto;
}


/*START page dimmer*/

#page-cover {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 200;
    top: 0;
    left: 0;
}


/*END page dimmer*/

#cutout {
    height: 100px;
    position: relative;
    top: -16px;
}

#cutout:before {
    content: "";
    position: absolute;
    left: -6px;
    width: 50%;
    height: 16px;
    top: 100px;
    background-color: #414143;
    transform: skew(40deg);
}

#cutout:after {
    content: "";
    position: absolute;
    right: -6px;
    width: 50%;
    height: 16px;
    top: 100px;
    background-color: #414143;
    transform: skew(-40deg);
}


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


/* Control buttons  */

#quote-carousel .carousel-control {
    background: none;
    color: #222;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}


/* Previous button  */

#quote-carousel .carousel-control.left {
    left: -12px;
}


/* Next button  */

#quote-carousel .carousel-control.right {
    right: -12px !important;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -23px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #414143;
    margin-right: 2.5px !important;
    margin-left: 2.5px !important;
}

#quote-carousel .carousel-indicators .active {
    background: #fff;
}

#quote-carousel img {
    //width: 250px;
    //height: 100px
}


/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote img {
    margin-bottom: 10px;
}

.thread-footer {
    padding-top: 60px;
    padding-bottom: 50px;
    border-top: 3px solid #ca0d18;
}

.thread-footer .footer-width {
    max-width: 1223px;
}

.thread-footer h4 {
    color: #000;
}

.thread-footer h4 a {
    color: #000;
}

.thread-footer ul {
    list-style: none;
    padding: 0;
    color: #828b8e;
}

.thread-footer ul a {
    color: #828b8e;
}

.thread-footer ul li {
    padding: 5px 0;
}

.down-btn {
    width: 15px;
}

.up-btn {
    width: 15px;
}

.thread-footer .panel-default>.panel-heading {
    background-color: transparent;
}

.thread-footer .panel-heading {
    border-bottom: 1px solid lightgray;
}

.thread-footer .panel-group .panel {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.thread-network {
    padding-top: 12px;
}

.thread-network p {
    padding-bottom: 5px;
}

.thread-network img {
    margin: 0 1.9%;
}

.contact-footer {
    background: #414143;
    color: white;
}

.contact-footer ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
    padding-top: 4px;
    margin-top: 0;
}

.contact-footer ul li {
    display: inline-block;
    list-style: none;
    margin-right: 22px;
    padding-top: 3px;
}

.contact-footer a {
    color: white;
}

.social-icons {
    width: 24px;
    height: auto;
}

.contact-push {
    padding-top: 5px;
}

.video-img {
    cursor: pointer;
}

.cloud-quote {
    color: #87bbc8;
    font-family: polaris-book;
    font-size: 29px;
    padding-top: 30px;
}

.long-2-col {
    background: url(/content/dam/Veritas/images/thread-homepage/mtn-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #666;
    padding-bottom: 270px;
    padding-top: 40px;
    background-position: 100% -21%;
}

.long-2-col blockquote {
    border-left: none;
}

.long-2-col p {
    font-family: arial;
    font-size: 15px;
}

.breadcrumb {
    height: 40px;
    background-color: #f5f9fc;
}

.long-content h3 {
    font-size: 42px;
    padding-bottom: 15px;
}

.long-col-item {
    padding: 30px 0 10px 0;
    max-width: 340px;
}

.long-col-item h4 {
    font-family: polaris-book;
    color: #73abb8;
}

.long-2-col blockquote {
    padding: 0;
}

.img-hover {
    position: relative;
}

.mtn-img {
    position: absolute;
    left: 71%;
    top: calc(428vw * 270.0 / 1280.0);
    max-width: 10%;
}

.sponsors {
    padding: 60px 0;
}

.sponsors h3 {
    font-family: polaris-light;
    font-size: 33px;
    margin-bottom: 18px;
}

.sponsors p {
    max-width: 327px;
}

.sponsors img {
    padding: 2.5%;
}

.sponsors-360 {
    padding: 60px 0;
}

.sponsors-360 h3 {
    font-family: polaris-light;
    font-size: 33px;
    margin-bottom: 18px;
}

.sponsors-360 p {
    max-width: 407px;
}

.sponsors-360 img {
    padding: 2.5%;
}

.content-3-col {
    padding: 40px 0;
}

.content-3-col h3 {
    font-size: 31px;
    padding-bottom: 10px;
}

.content-3-col .col-3 {
    padding-top: 30px;
}

.video-360 .video-header {
    font-size: 30px;
    padding-bottom: 20px;
}

.thread-divider img {
    width: 100%;
    max-height: 40px;
    margin: 20px 0;
}

.thread-wheel {
    padding: 50px 0;
}

.two-col {
    padding: 30px 0;
}

.two-col ul {
    margin-top: 20px;
}

.two-col ul li {
    padding: 4px 0;
}

.two-col h3 {
    font-size: 33px;
    padding-bottom: 15px;
}

.two-col img {
    margin: 0 auto;
}

.asset-column .asset-thumbnail {
    position: relative;
    padding-right: 15px;
}


/** wheel */

.wheel {
    //background: #e1ecf7;
    padding: 60px 0;
}

.text-container {
    padding-left: 10px;
    position: relative;
    margin-bottom: 30px;
}

.wheel-container {
    position: relative;
}

.wheel-title {
    font-size: 30px;
    padding-bottom: 60px;
}

.wheel-heading {
    font-family: 'polaris-light';
    font-size: 34px;
    padding: 30px 0;
}

.wheel-img {
    margin: 0 auto;
    display: block;
    padding: 60px 30px;
}

.wheel h4 {
    color: #666;
    text-decoration: none;
    font-size: 16px;
    font-family: 'polaris-book';
}

.wheel h4.hover {
    color: black;
    text-decoration: none;
}

.some-container {
    /*width: 70%; */
    /* height: 100%; */
    /* margin-left: 15%; */
    /* vertical-align: middle; */
    //position: absolute;
}

.logo-row-2 {
    padding: 20px 0;
}

.text-container p {
    max-width: 250px;
}

.wheel-text {
    position: absolute;
}

.wheel-cta {
    color: #ca0d18;
}

.wheel-header {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
    width: 30%;
    font-size: 26px;
}

.some-container .wheel-header {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    width: 210px;
    padding: 5px 0;
}

.wheel-content {
    position: absolute;
    color: white;
    top: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    text-align: center;
}

.one {
    left: 230px;
    top: 40px;
}

.two {
    top: 150px;
    left: 140px;
}

.three {
    top: 260px;
    left: 230px;
}

.four {
    top: 40px;
    right: 175px;
}

.five {
    top: 150px;
    left: -110px;
}

.six {
    top: 260px;
    right: 175px;
}

.arrange {
    z-index: 2;
}

.grid-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cta-arrow {
    display: inline-block;
    color: #ca0d18 !important;
}

.cta-arrow a {
    color: #ca0d18;
    text-decoration: none;
}

.cta-arrow a:hover {
    color: #ca0d18;
    text-decoration: none;
}

@media only screen and (max-width: 610px) {
    .wheel-header {
        font-size: 4.5vw;
    }
    .wheel-content {
        font-size: 2.4vw;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
    .wheel-desktop {
        display: block;
    }
    .wheel-mobile {
        display: none;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {
    .data-header {
        background-position: 80%;
    }
    .thread-header h1 {
        font-size: 58px;
    }
    .video-header h1 {
        font-size: 58px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (max-width: 991px) {
    .wheel-desktop {
        display: none;
    }
    .wheel-mobile {
        display: block;
    }
    .text-container p {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1100px) {
    .data-header {
        background-position: 62%;
    }
    .data-header h1 {
        margin-top: 65px;
    }
}

@media only screen and (max-width: 992px) {
    .trend-item-1,
    .trend-item-3 {
        padding-bottom: 50px;
    }
    .demand-width {
        max-width: 500px;
    }
    .col-item-2 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .thread-accordian {
        padding: 0;
    }
    .thread-demand .col-item-1 {
        padding-bottom: 15px;
    }
    .thread-demand .col-item-2 {}
    .thread-demand .col-item-3 {
        padding-top: 10px;
    }
    .contact-push {
        text-align: left;
    }
    .long-2-col {
        background: none;
        padding-bottom: 0;
    }
    .cloud-quote {
        font-size: 25px;
    }
    .long-content h3 {
        font-size: 29px;
    }
    .cloud-header h1 {
        font-size: 58px;
    }
    .sponsors p {
        max-width: 100%;
    }
    .sponsors-360 p {
        max-width: 100%;
    }
    .cloud-header h1 {
        font-size: 58px;
    }
    .content-3-col .content-item {
        padding-bottom: 15px;
    }
    .video-header h1 {
        font-size: 54px;
    }
}

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
    .mobile-footer {
        display: none;
    }
    .thread-accordian .panel-group {
        width: auto;
    }
    .thread-accordian>.container {
        width: auto;
    }
}

@media only screen and (max-width: 1025px) {
    nav .hidden-md {
        display: inline;
    }
}

@media only screen and (max-width: 992px) {
    .thread-carousel .carousel .carousel-inner p {
        padding-right: 10%;
        margin-left: 20px;
    }
    .data-header {
        min-height: 420px;
        background-position: 100%;
    }
    .data-header h1 {
        font-size: 60px;
        margin-top: 65px;
    }
}

@media only screen and (max-width: 767px) {
    .thread-accordian h4 {
        font-size: 17px;
    }
    .thread-carousel .carousel .carousel-inner p {
        padding-right: 10%;
        margin-left: 0;
    }
    #quote-carousel {
        padding: 0 10px 30px 10%;
    }
    /*START page dimmer*/
    #page-cover {
        background-color: #fff;
        opacity: 1;
    }
    /*END page dimmer*/
    .logo-align {
        margin: 0 auto;
        position: absolute;
        width: 168px;
        left: 0;
        right: 0;
    }
    .back-nav-btn {
        position: relative;
        top: 19px;
        right: -20px;
        color: #b31c27 !important;
    }
    .back-nav-btn:hover {
        text-decoration: none;
    }
    .hidden-list {
        display: none;
    }
    .thread-header h1 {
        font-size: 7.8vw;
    }
    .video-header h1 {
        font-size: 6.9vw;
    }
    .mobile-footer {
        display: block;
    }
    .desktop-footer {
        display: none;
    }
    .thread-footer {
        padding-top: 20px;
    }
    .thread-footer .panel-group {
        padding-bottom: 10px;
    }
    .thread-footer .mobile-list {
        padding-left: 20px;
    }
    .thread-footer .mobile-footer .panel-group .panel-heading+.panel-collapse>.list-group,
    .thread-footer .mobile-footer .panel-group .panel-heading+.panel-collapse>.panel-body {
        border-bottom: none;
    }
    .thread-trend h2 {
        font-size: 25px;
    }
    .thread-trend p {
        font-size: 14px;
    }
    .thread-trend h3 {
        font-size: 19px;
    }
    .thread-accordian h2 {
        font-size: 30px;
    }
    .quote-img-align {
        text-align: left;
    }
    .arrow-btn {
        width: 35px !important;
    }
    .carousel-img {
        max-width: 100px;
    }
    .thread-carousel .carousel .carousel-inner p {
        font-size: 18px;
    }
    .contact-footer {
        padding-bottom: 9px;
    }
    .contact-footer ul {
        margin: 0;
    }
    .navbar-brand {}
    .cloud-header h1 {
        font-size: 7.5vw;
    }
    .header-360 h1 {
        font-size: 45px;
    }
    .data-header h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .thread-demand .col-item-1 {
        border-bottom: 1px solid #d2e1e9;
    }
    .thread-demand .col-item-2 {
        border-bottom: 1px solid #d2e1e9;
    }
    .thread-demand {
        border-bottom: 1px solid #d2e1e9;
    }
    .thread-header {
        background-position: 54% -13px;
        height: 507px;
    }
    .cloud-header {
        background-position: 54% -13px;
        min-height: 507px;
    }
    .thread-header h1 {
        white-space: normal;
        font-size: 8.5vw; //font-size: 38px;
        line-height: 49px;
        padding-top: 55px;
        padding-bottom: 77px;
    }
    .cloud-header h1 {
        white-space: normal;
        line-height: 49px;
        font-size: 39px;
        padding-top: 29px;
        padding-bottom: 60px;
    }
    .video-header {
        background-position-x: -390px; //height: 507px;
    }
    .video-header h1 {
        white-space: normal;
        font-size: 33px;
        line-height: 49px;
        padding-top: 55px;
        padding-bottom: 77px;
    }
    .thread-header p {
        font-size: 13px;
    }
    .video-header p {
        font-size: 13px;
    }
    .thread-demand .container {
        padding-right: 0;
        padding-left: 0;
    }
    .cloud-header p {
        font-size: 13px;
    }
    .cloud-header h1 {
        font-size: 39px;
        padding-top: 29px;
        padding-bottom: 60px;
    }
    .sponsors h3 {
        font-size: 30px;
    }
    .sponsors-360 h3 {
        font-size: 30px;
    }
    .some-container .wheel-header {
        width: 150px;
    }
    .video-header {
        background-position: calc(50% - 0px) calc(50% - 39px);
    }
    .video-wrapper {
        top: -95px;
    }
}


/* 5 Column layout */

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}


/* Spacing Fix for Breadcrumb*/

.breadcrumbs>span>a:nth-child(2)::before {
    content: ' ';
}

.breadcrumbs>span>a:nth-child(3)::before {
    content: ' ';
}

.breadcrumbs>span>a:nth-child(4)::before {
    content: ' ';
}