.container-view {
    padding: 0 !important;
}

.hidden {
    display: none;
}

.search-container {
    background-image: url("images/storefront-hero-image.jpg");
    height: 630px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-repeat: no-repeat;
    background-position: center;
}

#home-search {
    width: 60%;
    margin-bottom: 5rem;
}

#home-search > productsearchinput > form > div > div > input {
    font-size: 2rem; font-weight: bold; height: 75px; border: 4px solid #2d6ca2;
}

#home-search > productsearchinput > form > div > div > span > button {
    background-color: #2d6ca2; opacity: 1; border-radius: 0; border: 1px solid #2d6ca2; height: 75px;
}

.nav-image {
    display: inline-block;
    margin-right: 1rem;
}

.carousel-content-header {
    z-index: 10000;
    top:4vh;
    left: 8vw;
    position: absolute;
    color: #079fd9;
}

.carousel-content-header h1 {
    font-size: 4vw;
    margin-top: 0;
}

.carousel-content-header h3 {
    font-size: 3vw;
}

.carousel-content-text-lg {
    color: #225060;
}

.carousel-content-text-sm {
    color: #225060;
    font-size: 16px !important;
}

.carousel-content {
    margin-top: -35px;
}

.icon-next {
    font-size: 100px !important;
    color: #363636;
    right: 5% !important;
    top: 40% !important;
    font-family: 'Open Sans' !important;
}

.icon-prev {
    font-size: 100px !important;
    color: #363636;
    left: 15% !important;
    top: 40% !important;
    font-family: 'Open Sans' !important;
}

.badge {
    background-color: #febe07;
    margin-left: 3px;
    color: #2d6ca2;
}

input[placeholder="downloadUrl"] {
    display: none;
}

.open > .dropdown-menu, .open > .dropdown-mega .dropdown-menu {
    display: block;
}

.clickable {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}

.quicklinks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.quicklink-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-bottom: 18px;
}

.quicklink-item-text {
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 5em;
    padding-right: 5em;
}

.quicklink-item-text-inverse {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.btn-elegance {
    color: #ffffff;
    background-color: #5880C0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .1em;
    border-radius: unset;
    font-family: Europa-Bold, sans-serif;
    font-style: normal;
}

.btn-elegance:hover {
    color: #ffffff;
}

.btn-elegance-inverse {
    background: #ffffff;
    color: #89ADDB;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: .1em;
    border-radius: unset;
    font-family: Europa-Bold, sans-serif;
}

#view-all-products {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

#marketing-materials {
    background-color: #F3F7FB;
}

#marketing-material-items {
    margin-bottom: 50px;
}

.marketing-item {
    display: flex;
    justify-content: center;
}

#manage-website {
    background: #89ADDB url("images/manage-website.png") no-repeat;
    background-size: cover;
    text-align: center;
    padding: 50px;
}

.header-elegance {
    text-align: center;
    text-transform: uppercase;
    color: #292F36;
    font-family: haboro-contrast-normal, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    letter-spacing: .1em;
}

#request-form {
    display: flex;
    justify-content: center;
}

.vertical-center {
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
}

.flex-center {
    display: flex;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    align-items: center;
}

.centered {
    margin-left:auto;
    margin-right:auto;
}

.full-width {
    width:100%;
}

.btn-advertising {

    background-color: #41b0d9;
    color: #fff;
    font-weight: bold;
}

.btn-advertising:hover {
    background-color: #1396C7;
    color: #fff;
    font-weight: bold;
}

#header-navigation {
    padding-right: 30px;
    height: 4.25em;
    display: flex;
    align-items: center;
    font-size: 15px;
}

#all-products {
    display: flex;
    align-items: center;
}

.order-dashboard {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.order-dashboard li {
    margin-right: 25px;
}

.question {
    font-weight: 600;
}

.answer {
    margin-bottom: 30px;

}

/*.mp-placeholder {*/
/*    margin-left: -100px;*/
/*}*/

/*.qr-placeholder {*/
/*    right: -30px;*/
/*    z-index: 10001;*/
/*}*/

/******************/

#content {
    min-height:900px;
}

.search-bar .btn.btn-default {
    background-color: #FFFFFF;
}

.category-navigation,
.search-bar .container,
.contact-us {
    /* max-width:1200px; */
    margin: 0 auto;
}

.header-navigation {
    height: 30px;
    background-color: #fff;
    color: #ffffff;
}

.header-navigation .dropdown-menu li {
    padding: 0px;
    width: 100%;
}

.dropdown-menu {
    z-index:100000;
}

.header-navigation .pull-right .dropdown-menu {
    left: auto;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    z-index: 100001;
}

.header-navigation ul {
    text-align:right;
    float:right;
}

.header-navigation li {
    float:left;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 100002;
    height: 42px;
}

.category-menu li {
    color: #2a333a;
}

/*.category-menu::after {*/
/*    content: ' | ';*/
/*    font-size: 16px;*/
/*    color: #febe07;*/
/*    font-weight: bold;*/
/*  }*/
  
.category-menu:last-child::after {
    content: '';
  }

.header-navigation a {
    text-align:right;
    font-size:95%;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.header-navigation a:hover i {
    text-decoration:none
}

.footer {
    width: 100%;
    line-height: 22px;
    background-color: #FFF8E8;
    font-size: 12px;
    margin-top: 50px;
    color: #5880C0;
    position: relative;
    padding: 40px;
}

.footer-top {
    display: flex;
    justify-content: center;
    font-family: haboro-contrast-normal, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;

}

#product-request {
    margin-left: 3em;
}

.footer-divide {
    border-bottom: 2px solid #5880C0;
    margin: 30px 0 30px 0;
}

.footer-bottom {
    font-family: Europa-Bold, sans-serif;
    font-size: 16px;
    letter-spacing: .1em;
    display: flex;
    align-items: flex-end;

}

.footer-center {
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: haboro-contrast-normal, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.footer-navigation {
    text-align: center;
    margin-top: 1vh;
    color: #a2a4a7;
}

.footer-navigation ul {
    text-align:right;
    display: inline-block;
    height: 42px;
}

.footer-navigation li {
    float:left;
    padding:5px 5px;
    line-height: 42px;
    vertical-align: middle;
}

.footer-navigation li::after {
    content: ' | ';
    font-size: 16;
    color: #a2a4a7;
  }
  
.footer-navigation li:last-child::after {
    content: '';
  }

  #vivid-logo {
      height: 4vh;
  }

.signout-btn {
    background-color: #2d6ca2;
    border-radius: 16px;
    color: #fff;
}

.navbar {
    margin-bottom: -1px;
}

.navbar ul li {
    z-index: 100001;
    text-transform: uppercase;
    margin-right: 1em;
}

#logo-categories-container {
    width: 150px;
    margin-left: 65px;
}

.category-navigation {
    margin: auto 0;
    margin-top: 45px;
    width: 100%;
    padding-left: 45px;
    padding-right: 5px;
}

.category-navigation .navbar .container .navbar-nav.pull-right li a,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a {
    padding:10px;
    color: #2a333a;
    font-weight: normal;
    text-transform: uppercase;

}

.category-navigation .navbar .container .navbar-nav.pull-right li ul li a,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a {
    padding:10px;
}

.category-navigation .navbar .container .navbar-nav.pull-right li a:hover,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a:hover,
.category-navigation .navbar .container .navbar-nav.pull-right li a:focus,
.category-navigation .navbar .container-view .navbar-nav.pull-right li a:focus {
    color:#2d6ca2;
    background-color:#fff;
}

.category-navigation .navbar .container .navbar-nav.pull-right li ul li a:hover,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a:hover,
.category-navigation .navbar .container .navbar-nav.pull-right li ul li a:focus,
.category-navigation .navbar .container-view .navbar-nav.pull-right li ul li a:focus {
    color:#fff;
    background-color: #2d6ca2;
}

.category-navigation ul li ul li {width:100%}

.search-bar form {
    padding:10px 0 0 0;
    max-width:260px;
}


.search-bar .view-form-icon .btn i {
    color:#fff;
    font-size:1.2em;
}

.view-form-icon i {
    color: #979a9c !important;
}

.contact-us .panel-heading .panel-title {
    font-size:1.6em;
    padding:0
}

.app-loading-indicator-cell {
    background-color:#fff;
}

.app-loading-indicator-cell i {
    color: #0060A0;
}

.app-loading-indicator-cell p {
    background-color: #ffffff;
    color: #fff;
}

/*----------------------------------*/

.headline {
    width: 80%;
    padding-left: 45px;
}

.headline h2 {
    font-family: haboro-contrast-normal,sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #2d6ca2;
    text-transform: uppercase;
}

.cta {
    font-family: haboro-contrast-normal,sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #2d6ca2;
    text-transform: uppercase;
    text-align: center;
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

body {
    margin-bottom:0;
    font-family: "europa", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

.breadcrumb {
    background-color: #ffffff;
}

.container-fluid {
    min-height: 60px;
    vertical-align: middle;
}


body a {
    font-size: 14px;
    font-weight: normal;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.panel-nav {
    margin-right:15px;
}

.panel-nav ul li ul li a {
    color: #0877a7;
    font-size: 14px;
    font-weight: bold;

}

.panel-nav ul li ul li ul li a {
    color: #3db6ea;
    font-size: 14px;
    font-weight: normal;

}

.panel-product-list ul li.inline h3 {
    min-height: auto !important;
    font-weight: 700;
    font-size: 14px !important;
}

.navbar-nav > li > a {

    line-height: 40px;
}

.product-detail-default {
    background-color: #ffffff;
}

.thumbnail img {

    max-height: 150px;
}

.gray-background {
    background-color: #7f7f7f;

}

.light-gray-background {
    background-color: #f0f0f0;

}

.white_background {
    background-color: #ffffff;

}

.white_text {
    color: #ffffff;

}

.gray_text {
    color: #606060;

}

.dark_blue_text {
    color: #043B55;

}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
}

/* body {
    font-family: 'Arial';
    font-weight: bold;
} */

input, button, select, textarea {
    font-family: 'Open Sans', sans-serif;
}

.btn-info {
    border-color: #0877A7;
}

.btn-info {
    background-color: #0877A7;
}

.btn-primary {
    background-color: #043B56;
}


.jumbotron {
    /*margin: 15px;*/
    margin:0 0 -55px;
}
.jumbotron {
    /*margin: 15px;*/
    padding: 0;
}
.container .navbar-nav li.active > a {
    text-decoration: underline;
}

.navbar-default {

    background-color: #5880C0;
    border-color: #5880C0;
}

.navbar-default .navbar-nav > li > a {
    color: #606060;
}

.levelTwoNav {
    color: #000;
}

.footerHeader
{
    color: #ffffff;

}

.assistancebox {

    background-color: #0877a7;
    color: #ffffff;
    padding: 15px;
    margin: 10px 0 10px 0;
}

/* customization to right-align nav bar sub menus to prevent flowing off page */
.dropdown:last-child .dropdown-menu {
  left:unset;
  right:0;
}

/*START LEVEL 2 NAV*/
.dropdown-menu a {
    font-size: 14px !important;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
}

/*.dropdown-submenu>a:after {*/
/*    display: inline-block;*/
/*    content: "  ";*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-color: transparent;*/
/*    border-style: solid;*/
/*    border-width: 5px 5px 5px 5px;*/
/*    border-left-color: #ccc;*/
/*    margin-top: 5px;*/
/*    margin-right: 5px;*/
/*}*/

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-mega .dropdown-menu > li > a:hover, .dropdown-mega .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #5880C0;
}

.product-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pageLink {
    cursor: pointer;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #FFF;
    padding: 20px;
    border: 7px solid #febe07;
    margin: 20px;
    max-width: 190px;
    z-index: 10000;
    min-height: 270px;
}

.spendingaccounts {
    padding: 20px 15px;
    color: #ffffff;
}

/*END LEVEL 2 NAV*/
.nav {
    padding-top: 0;
}

.well {
    /*height: 300px;*/
    padding: 15px 0 12px 0;
	height: 275px;
}

.search-view .panel-product-list .well {
    height: auto;
}

.panel-search .well {
    height:auto;
}

/*
.panel-category-list ul li .well {

    height: 245px;
}
*/
.panel-category-list ul li a {
    padding: 0;
}

.navbar-fixed-bottom {
    position: relative;
    margin-bottom: 15px;
}

.product-detail-default .navbar-fixed-bottom {
    position:fixed;
}

.thumbnail img {
	max-height: 125px;
	}

@media (max-width:767px) {
    #content {
        min-height:100%;
    }

    .centered-xs {
        margin-left:auto;
        margin-right:auto;
    }
    .badge {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .mp-placeholder {
        margin-left: 0;
    }

    .qr-placeholder {
        right: -30px;
        z-index: 10001;
    }
    .category-navigation {
        margin: auto 0;
        margin-top: 45px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .logo {
        text-align: center;
    }
    #product-request {
        display: block;
        margin-left: unset;
        margin-top: 1em;
    }
    .footer-bottom {
        text-align: center;
        font-size: 12px;
    ;
    }
}

@media (min-width:769px) and (max-width:991px) {
    .centered-sm {
        margin-left:auto;
        margin-right:auto;
    }

    .no-float-sm {
        float:none;
    }
    .badge {
        position: relative;
        top: 0;
        left: 0;
        margin-left: 0;
    }
    .mp-placeholder {
        margin-left: auto;
    }

    .qr-placeholder {
        left: auto;
        z-index: auto;
    }
}

@media (min-width:1023px) {
    .pull-left-md {
        float:left !important;
    }
}

@media (min-width:1200px) {
    .pull-left-lg {
        float:left !important;
    }
}

.ticket-request-banner {
    background-color: #333333;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

xmp {
    white-space: break-spaces;
}

.thumbContainer {
    float: left;
    margin: 5px;
    cursor: pointer;
}

.thumbContainer img {
    height: 55px;
}

#surveyModal {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(50,50,50,0.5);
    z-index: 1000000;
    display: flex;
    justify-content: center;
}

.isConfigured {
    background-color: #d4edda!important;
}
.unConfigured {
    background-color: #f8d7da!important;
}

.configurable:hover {
    cursor: pointer;
}
.option-div{
    display: none;
}
.option-div.active {
    display: block;
}
.select2-selection__choice__remove{
    min-height: unset;
}
.select2-selection{
    display: flex !important;
}
.select2-search__field{
    min-height: unset !important;
    margin-bottom: 5px;
}
/*div {*/
/*    border: 1px dashed red;*/
/*}*/
/*Address Verification*/
.address-validate-row
{
    display: flex;
}
.address-validate-col
{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.address-validate-address
{
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}