.sticky-wrapper.is-sticky .nav-bar {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.15);
}

#sticky-wrapper {
    overflow:hidden;
}

/*body:not(.overlay-visible) #dvl-wpr {
    overflow-x: hidden;
}
*/
.v-align-b {
    vertical-align: bottom !important;
}

.h-100 {
    height: 100%;
    min-height: 100%;
}

.border-left {
  border-right: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.notice.info {
    border-color: #006ac3 !important;
}

.capped-770 {
    max-width: 770px;
}

a.underlined {
  font-weight: 300 !important;
  text-decoration: underline !important;
}

/* accordion's top and bottom dividers will split halfway */
.accordion.split {
  border-top: 0 !important; border-bottom: 0 !important;
}

.accordion.split .accordion-panel:first-child, .accordion.split .panel:first-child {
  border-top: 1px solid #c4c8cc !important;
}

.accordion.split .accordion-panel:last-child, .accordion.split .panel:last-child {
  border-bottom: 1px solid #c4c8cc !important;
}

@media screen and (max-width: 639px) {
  .accordion.split .grid-half:first-child .accordion-panel:last-child {
    border-bottom: 0 !important;
  }

}

.grey-border-right {
    border-right: 1px solid #e1e1e1;
}

img.icon-80-h-only {
    vertical-align: middle;
    display: inline-block;
    height: 80px;
}

/*MOBILE RULES */
@media screen and (max-width: 640px) {
    .banner-text {
        padding: 15px !important;
    }
    .mob-initial-width {
        min-width: initial !important;
    }
    .mob-block {
        display: block !important;
    }
    .notice a.standalone-link {
      margin-left: 60px;
    }
    .security-img {
        background-size: contain !important;
    }
    .carousel-item.slick-slide:not(.slick-current) {
        height:0px;
    }
    .restrict-mobile-banner {
        max-height:150px !important;
        min-height:150px !important;
    }
    .mob-img-center {
        background-position: center center !important;
    }
}

/* DESKTOP RULES */
@media screen and (min-width: 640px) {
  .inline-important {
    display: inline !important;
  }
    .bottom-ctas .standalone-link {
        position: absolute !important;
        bottom: 20px;
    }
    .bottom-ctas .callout .callout-content {
        padding-bottom: 70px;
    }
    .security-img {
        background-size: 180px!important;
    }
    .desktop-divider{
        border-left: thin solid lightgrey;
        margin-bottom: 15px;
        min-height: 90px
    }
    .desktop-nofloat  {
        float: none !important;
    }
    .desktop-mar-auto {
        margin: auto !important;
    }
}


.tabs .tab-nav li.active > a {
    font-weight: 500 !important;
}


#blog-feed-content .callout-copy p {
    font-family: Roboto;
    font-weight: 500;
}

@media screen and (min-width: 640px) and (max-width: 690px) {
    .active-dir > a {
        line-height: 1.2em !important;
    }
}