/* Universal mobile styles */
@media (max-width:767px){
	body {
		margin-top: 54px;
	}
	body.front {
		margin-top: 80px;
	}
  .desktop{
    display: none;
  }

  .group-info {
  	display: none !important;
  }
  .view-seal-type-info {
  	margin-top: 50px;
  	padding: 0 30px;
  	font-size: 115%;
  }
  .view-seal-type-info .views-label {
  	font-weight: bold;
  }

  .node-type-page {
  	margin-bottom: 100px;
  }
  
  /* layers */
  /* footer mobile menu */
  .menu-mobile-block{
    z-index: 102;
  }
  
  #body-inner{
    margin-top: 54px;
    margin-bottom: 48px;
  }  
  .header-mobile-block{
    width: calc( 100% - 60px);
    overflow: hidden;
  }
  .header-mobile-block .content{
    width: 9999px;
  }
  #block-breadcrumbs nav {
  	display: flex;
  }
  .header-mobile-block a.breadcrumb{
  	display: none;
    color: #ffffff;
    text-decoration: none;
    font-size: 0px;
    background-image: url('/sites/default/files/assets/breadcrumb-back-mobile.png');
    width: 19px;
    height: 54px;
    background-position: center; 
    background-repeat: no-repeat;
    float: left;
    margin-left: 18px;
  }
  .header-mobile-block a.breadcrumb:last-of-type {
  	display: block;
  }
  .header-mobile-block h1{
    float: left;
    margin: 0px;
    margin-left: 10px;
    padding: 0px;
    font-size: 20px;
    line-height: 54px;
    overflow: hidden;
    height: 54px;
    white-space: nowrap;
  }  
  .site-logo-mobile-block{
    margin-left: 0px;
    background-color: #e4042b;
    padding: 0 25px;    
  }
  .site-logo-mobile-block p{
  	margin: 0;
  }
  .site-logo-mobile-block a{
    margin-top: 6px;
    display: block;
  }
  .feed-icon {
    display: none;
  }
  /* logged in adjustment */
  .toolbar-vertical #zone-user-wrapper {
  	top: 39px;
  }

  /* offset page by header and footer menu height */
  #zone-user{
    height: 54px;
  }
  #zone-user .user-menu-toggler-block{
    margin-right: 20px;
    margin-top: 14px;
  }
  
  /* mobile menu in footer */
  .menu-mobile-block{
    background-color: #555555;
    height: 48px;
    bottom: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
  }
  .menu-mobile-block .content{
    width: 100%;
  }
  .menu-mobile-block ul{
    list-style: none !important;  
    margin-left: 30px;
    margin-right: 30px;
  }
  .menu-mobile-block li{
    list-style-image: none !important;
    list-style-type: none !important;
    display: block;
    float: left;
    width: 33px;
    margin-right: 20px !important;
    /*margin: 0px !important;
     spacing is very important, see http://stackoverflow.com/questions/16290873/css3-calc-not-working-in-latest-chrome*/
    /* 100% of available width - 6 icons * 33px in width divided by 5 gutters 
    margin-right: calc( ( 100% - 198px ) / 5) !important;*/
    padding: 0px !important;
  }
  .menu-mobile-block li.take-picture{
    display: none;
  }
  .menu-mobile-block li.learning-center{
    margin-right: 0px !important;
  }
  .menu-mobile-block a{
    content: '';
    display: block;
    float: left;
    width: 33px;
    height: 44px;
    background-position: center; 
    background-repeat: no-repeat;
    font-size: 0px;
  }
  .menu-mobile-block a.is-active,
  .menu-mobile-block a.active{
    border-bottom: 4px solid #ffffff;
    /* turn icon white */
     -webkit-filter: brightness(0) invert(1); 
     filter: brightness(0) invert(1);
  }
  /* To change icons, change these URLS */
  .menu-mobile-block a.home{
    background-image: url('/sites/default/files/assets/menu/home-menu-icon-mobile.png');
  }
  .menu-mobile-block a.diagnose-failure{
    background-image: url('/sites/default/files/assets/menu/diagnose-a-failure-menu-icon-mobile.png');
  }
  .menu-mobile-block a.ask-expert{
    background-image: url('/sites/default/files/assets/menu/ask-an-expert-menu-icon-mobile.png');
  }
  .menu-mobile-block a.resources{
    background-image: url('/sites/default/files/assets/menu/resources-menu-icon-mobile.png');
  }
  .menu-mobile-block a.find-service-center{
    background-image: url('/sites/default/files/assets/menu/find-a-service-center-menu-icon-mobile.png');
  }
  .menu-mobile-block a.take-picture{
    background-image: url('/sites/default/files/assets/menu/take-a-picture-for-analysis-menu-icon-mobile.png');
  }
  .menu-mobile-block a.learning-center{
    background-image: url('/sites/default/files/assets/menu/engagement-center-menu-icon-mobile.png');
    /* Style says learning center, but it's for the Engagement center */
  }
  
  /* home page styles */
  .block-block-6 {
  /*position:relative; */
  margin-top: -60px;
  /*overflow:hidden; */
  }
  img.home-banner{
    max-width: 100%;
    height: auto;
    margin-top: -80px;
  }
  h1.home-title {
    font-size: 35px;
    line-height: 37px;
    margin: 80px 5px 0px 5px;
  }
  a.home-icon-mobile{
    color: #000;
    text-decoration: none;
    font-size: 20px;
  }
  .home-icon-mobile{
    line-height: 60px;
    display: block;
    height: 60px;
    border-bottom: 1px solid #dadada;
    padding-left: 15px;
    overflow: hidden;
  }
  .home-icon-mobile:last-of-type{
    border-bottom: none;
  }
  a.home-icon-mobile:before{
    content: '';
    display: block;
    float: left;
    width: 50px;
    height: 60px;
    background-position: center; 
    background-repeat: no-repeat;
    margin-right: 15px;
  }
  .home-icon-mobile.diagnose-failure:before{
    background-image: url("/sites/default/files/assets/home/diagnose-a-failure-home-icon-mobile.png");
  }
  .home-icon-mobile.ask-expert:before{
    background-image: url("/sites/default/files/assets/home/ask-an-expert-home-icon-mobile.png");
  }
  .home-icon-mobile.resources:before{
    background-image: url("/sites/default/files/assets/home/resources-home-icon-mobile.png");
  }
  .home-icon-mobile.find-service-center:before{
    background-image: url("/sites/default/files/assets/home/find-a-service-center-home-icon-mobile.png");
  }
  .home-icon-mobile.learning-center:before{
    background-image: url("/sites/default/files/assets/home/engagement-center-home-icon-mobile.png");
  }
  
  /* diagnose a failure a.k.a components styles */
  .node-type-component .block-menu-component-menu{
    display: none;
  }
  .ui-state-default,
  .ui-state-active,
  .ui-widget-content,
  .ui-state-hover {
    background: none;
    border: none;
  }
  .ui-state-active a,
  .ui-state-active a:link,
  .ui-state-default a,
  .ui-state-default a:link {
    color: #0062A0;
    text-decoration: underline;
    font-weight: bold;
  }
  .ui-widget {
    font: 16px/1.5 'HelveticaNeueW01-57Cn', Arial, sans-serif;
  }
  .block-menu-component-menu h2, .block-menu-menu-resources h2 {
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    padding-left: 30px;
    background-color: #c1c1c1;
  }
  /*.block-menu-component-menu h2:before{
    content: "1. ";
  } */
  .block-menu-component-menu *, .block-menu-menu-resources * {
    list-style: none !important;
    list-style-type: none !important;
  }
  .block-menu-component-menu li, .block-menu-menu-resources li{
    padding-left: 30px !important;
    border-bottom: 1px solid #dddddd;
  }
  .block-menu-component-menu li:last-of-type, .block-menu-menu-resources li:last-of-type{
    border-bottom: none;
  }
  .block-menu-component-menu li a, .block-menu-menu-resources li a{
    height: 60px;
    line-height: 60px;
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: 20px;
  }
  .block-menu-component-menu li a:before, .block-menu-menu-resources li a:before{
    content: '';
    background-image: url("/sites/default/files/assets/bullet-1.png");
    height: 60px;
    width: 11px;
    background-position: center; 
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 6px;
  }
  
  /* content type component display styles 
  .component-mobile-slider-block{
    background-color: #c1c1c1;
    padding-bottom: 10px;
  }
  .component-mobile-slider-block h2{
    line-height: 38px;
    height: 38px;
    color: #ffffff;
    padding-left: 30px;
  }*/
  /*.component-mobile-slider-block h2:before{
    content: "2. ";
  } */
 /* .component-mobile-slider-block .slide__content{
    margin-right: 10px;
  }
  .component-mobile-slider-block .slick__slide:last-of-type .slide__content{
    margin-right: 0px;
  }
  .component-mobile-slider-block .component-slide{
    width: 220px;
    height: 238px;
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide:hover{
    text-decoration: underline;
  }
  .component-mobile-slider-block .component-slide img{
    max-width: 220px;
    height: auto;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide .title{
    position: absolute;
    bottom: 0px;
    display: block;
    height: 50px;
    text-align: center;
    border-top: 1px solid #b6b6b6;
    white-space: pre-wrap;
    width: 220px;
    overflow: hidden;
    padding-top: 20px;
    background-color: #fff;
    font-weight: bold;
  }
  .component-mobile-slider-block .component-slide .title span.field-content {
    padding-left: 5px;
  }
  .component-mobile-slider-block .slick__arrow{
    display: none;
  }
  .need-assistance p {
    margin-left: 20px;
  }
  .node-type-component .field-name-body{
    padding: 20px;
  }*/

  .need-assistance {
  	padding: 20px 30px 50px;
  }

  .component-seal-failure-types-desktop-block > div > div {
  	display: flex;
  	flex-direction: column;
  	padding: 0 30px;
  }
  .component-seal-failure-types-desktop-block .views-row {
  	margin-bottom: 100px;
  }
  .component-seal-failure-types-desktop-block .views-row img {
  	object-fit: cover;
  	width: 100%;
  	height: 100%;
  }
  
  /* bookmark styles for flag module */
  .bookmark-flag .action-flag a {
    content: '';
    background-image: url('/sites/default/files/assets/bookmark-flag-unchecked.png');
    background-repeat: no-repeat;
    background-position: left;
  }
  .bookmark-flag a {
    text-decoration: none;
    padding-left: 15px;
    margin-left: 30px;
  }
  .bookmark-flag .action-unflag a {
    background-image: url('/sites/default/files/assets/bookmark-flag-checked.png');
    background-repeat: no-repeat;
    background-position: left;
  }  
  .bookmark-flag p.js-flag-message {
    margin-left: 30px;
  }
  
  /* seal failure type pages */
  .node-type-seal-failure-type .block-menu-component-menu {
    display: none;
    }
  .node-type-seal-failure-type article h1 {
    display: none;
  }
  .node-type-seal-failure-type .gallery-main{
    min-height: 180px;
    width: 280px;
    margin: auto;
    margin-top: 10px;
    float: none;
  }
  .node-type-seal-failure-type .gallery-main .gallery-inner{
    height: 180px;
    width: 280px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .node-type-seal-failure-type .region-content{
    padding-top: 20px;
  }
  .node-type-seal-failure-type .field{
    margin-bottom: 20px;
  }
  .node-type-seal-failure-type .field-name-field-why,
  .node-type-seal-failure-type .field-name-field-where,
  .node-type-seal-failure-type .field-name-field-prevention,
  .node-type-seal-failure-type .field-name-field-what
  {
    padding-left: 30px;
    padding-right: 20px;
  }
  .node-type-seal-failure-type .field ul{
    margin: 0px;
  }
  .node-type-seal-failure-type .field li{
    margin-bottom: 10px;
  }
  .node-type-seal-failure-type .field li:last-of-type{
    margin-bottom: 0px;
  }
  .node-type-seal-failure-type .field-label{
    margin-bottom: 15px;
  }
  .node-type-seal-failure-type .field-name-field-images{
    margin-top: -20px;
  }
  .node-type-seal-failure-type .gallery-alt-mobile{
    text-align: center;
    padding: 5px;
    padding-bottom: 0px;
    margin-bottom: -20px;
    line-height: 0px;
  }
  .node-type-seal-failure-type .gallery-alt-mobile .gallery-alt{
    display: inline-block;
    margin: 2.5px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .node-type-seal-failure-type .gallery-alt-mobile a{
    width: 60px;
    height: 60px;
    border: 1px solid #c1c1c1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .node-type-seal-failure-type .gallery-alt-mobile a.is-active img{
    filter: brightness(50%);
  }
  .node-type-seal-failure-type .gallery-alt-mobile img{
    max-width: 60px;
    height: auto;
    display: inline-block;
  }
  
  /* resources styles */
  .node-type-resource .block-menu-menu-resources{
    display: none;
  }
  .resources-mobile-block .views-row{
    height: 53px;
    line-height: 53px;
    padding-left: 20px;
    border-bottom: 1px solid #e1e1e1;
  }
  .resources-mobile-block .views-row:last-of-type{
    border-bottom: none;
  }
  .resources-mobile-block .views-row a{
    color: #000000;
    text-decoration: none;
    display: block;
    font-size: 20px;
  }
  .resources-mobile-block .views-row a:before{
    content: '';
    background-image: url("/sites/default/files/assets/bullet-1.png");
    height: 53px;
    width: 11px;
    background-position: center; 
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-right: 6px;
  }
  /* .node-type-resource h1, #container {
    margin-left: 15px;
  } */
  .node-type-resource article {
    margin: 0px 20px 80px;
  }
  
  /* Glossary search page */
  input#textsearch {
    width: 65%;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: -25px;
  }
  #searchfield input[type=button] {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    margin-top: 15px;
    margin-bottom: -25px;
  }
  
  /* ask an expert page */
  #webform-submission-ask-an-expert-node-1433-add-form input {
    padding-left: 15px;
  }
  .ask-expert-page #zone-content header{
    display: none;
  }
  .ask-expert-page .field-name-body{
    background-color: #c1c1c1;
    padding-left: 33px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    background-image: url("/sites/default/files/assets/info-icon-mobile.png");
    background-position: 16px 13px;
    background-repeat: no-repeat;
  }
  .ask-expert-page .field-name-body *{
    padding: 0px;
    margin: 0px;
  }
  .ask-expert-page form{
    padding: 20px 20px 100px;
  }
  .ask-expert-page form *{
    margin: 0px;
    padding: 0px;
  }
  .ask-expert-page form label,
  .ask-expert-page legend{
    margin-bottom: 10px;
    font-weight: bold;
  }
  .ask-expert-page .form-item,
  .ask-expert-page .webform-component-fieldset{
    margin-bottom: 20px;
  }
  .ask-expert-page .form-item.form-type-radio{
    margin-bottom: 0px;
  }
  .ask-expert-page fieldset{
    border: none;
  }
  .ask-expert-page input[type=text]{
    width: 100%;
  }
  .ask-expert-page fieldset .webform-component-textfield,
  .ask-expert-page input[type=text],
  .ask-expert-page textarea{
    border: 1px solid #c1c1c1;
  }
  .ask-expert-page .form-item.multi{
    margin: 0px;
  }
  .ask-expert-page .MultiFile-list .MultiFile-label{
    margin-top: 6px;
  }
  .ask-expert-page fieldset .webform-component-textfield{
    height: 30px;
    margin-bottom: 6px;
    position: relative;
  }
  .ask-expert-page fieldset .webform-component-textfield:last-of-type{
    margin-bottom: 0px;
  }
  .ask-expert-page fieldset .webform-component-textfield label{
    position: absolute;
    top: 0px;
    left: 0px;
    display: inline;
    margin-right: 6px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    width: 120px;
    padding-left: 16px;
    font-weight: normal;
  }
  .ask-expert-page fieldset .webform-component-textfield input{
    position: absolute;
    top: 0px;
    height: 30px;
    right: 0px;
    border: none;
  }
  .ask-expert-page .form-radios label{
    font-weight: normal;
  }
  .ask-expert-page #contact-preference-suffix{
    margin-top: -10px;
    margin-bottom: 20px;
  }
  .ask-expert-page label[for=edit-relevant-files]:after{
    display: block;
    font-style: italic;
    margin-top: 10px;
    font-weight: normal;
  }
  
  /* engagement center */
  /* video library teaser list */
  .video-library-desktop-block, .blog-library-desktop-block {
    margin: 0px 30px;
  }
  .video-library-desktop-block .views-row {
    min-height: 125px;
    max-width: 90%;
  }
  .video-library-desktop-block .view-header h1 a {
    text-decoration: none;
    color: #000;
  }
  .video-library-desktop-block .view-header p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .video-library-desktop-block a img {
    float: left;
    min-width: 100px;
    height: auto;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .video-library-desktop-block .video-title {
    font-weight: bold;
    font-size: 13px;
  }
  .video-library-desktop-block .video-title a {
    color: #000;
    text-decoration: none;
  }
  .video-library-desktop-block .video-title a:hover {
    text-decoration: underline;
  }
  #cboxLoadedContent iframe {
    border: 0 none;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  
  /* video library page display */
  .view-video-library-listing {
    padding-left: 30px;
    padding-right: 30px;
  }
  .view-video-library-listing .views-row {
    width: calc(100vw - 100px);
    float: left;
    margin: 0 auto 20px;
    padding: 13px;
    border: 1px solid #ddd;
  }
  .view-video-library-listing .views-row:last-child {
  	margin-bottom: 100px;
  }
  .view-video-library-listing img {
    width: 100%;
    height: auto;
  }
  .view-video-library-listing .views-field-title a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .view-video-library-listing .views-field-title a:hover {
    text-decoration: underline;
  }
  .view-video-library-listing .pager {
    margin-bottom: 20px;
  }
  .view-video-library-listing .pager li.pager-previous a {
    width: 80px;
  }
  .node-type-video article img {
    width: 95%;
  }
  
  /* blog library teaser list */
  .blog-library-desktop-block .views-row {
    border-bottom: 1px solid #ddd;
    width: 90%;
    height: 50px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .blog-library-desktop-block .views-row:last-of-type {
    border-bottom: none;
  }
  .blog-library-desktop-block .field-content p, .blog-library-desktop-block .blog-read-more {
    display: none;
    }
  .blog-library-desktop-block .view-header h1 a {
    text-decoration: none;
    color: #000;
  }
  .blog-library-desktop-block .view-header p {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .blog-library-desktop-block .views-field-title a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  
  /* blog page display */
  .view-blog-listing {
    padding-left: 30px;
    padding-right: 30px;
  }
  .view-blog-listing a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .view-blog-listing a:hover {
    text-decoration: underline;
}
  .view-blog-listing .blog-read-more img {
    height: 15px;
    margin-bottom: -3px;
  }
  .view-blog-listing hr {
    margin: 20px 0px;
    background-color: #ddd;
  }
  .node-type-article article, 
  .node-type-article .bookmark-flag,
  .node-type-video article,
  .node-type-video .bookmark-flag {
    margin: 15px 20px 5px 20px;
  }  
  
  /* User Profile */
  .profile {
    line-height: 35px;
    margin-left: 20px;
    margin-right: 20px;
  }
  
  /* No longer necessary */
  .field-name-field-qrc a {
    font-weight: bold;
    text-decoration: none;
  }
  .field-name-field-qrc a:hover {
    color: #0062A0;
    text-decoration: underline;
  }
  .field-name-field-office-location .field-items {
    padding-left: 10px;
    line-height: 20px;
  }
  
  /* QRCs (Service and Sales content types)  */
  .node-type-store-location article {
    margin: 0px 20px;
  }
  .field-name-gsl-addressfield, 
  .field-name-gsl-props-phone,
  .field-name-gsl-props-web,
  .field-name-field-store-fax,
  .field-name-field-store-type {
    padding-bottom: 15px;
  }  
  .field-name-gsl-addressfield .field-items {
    padding-left: 10px;
  }
  
  /* Contact Us Form */
  .page-node-322 article,
  .page-node-1386 article {
    margin: 0px 20px;
  }
  .page-node-322 article h2 a {
    color: #000;
    text-decoration: none;
  }
  #webform-submission-contact-us-node-1434-add-form input {
    border-color: #c1c1c1;
    height: 31px;
    padding-left: 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    width: 95%;
  }
  #webform-submission-contact-us-node-1434-add-form textarea {
    border-color: #c1c1c1;
    padding-left: 15px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .page-user {
  	margin-bottom: 100px;
  }
  .page-user-login .zone-content {
    background-image: url('/sites/default/files/assets/home/banner-login.jpg');
    max-width: 100%;
    min-height: 550px;
    color: #fff;
  }
  .page-user-login .description,
  #user-login-form label {
    color: #fff;
    margin-left: 5%;
  }  
  #user-login-form input,
  .page-user-login #block-tabs ul {
    width: 90%;
    margin-left: 5%;
  }
  .page-user-login #block-tabs ul li a,
  .page-user-register #block-tabs ul li a,
  .page-user #block-tabs ul li a {
    padding: 0.2em 0.5em;
  }
}
  @media (max-device-width:767px) and (orientation: landscape) {
 /* diagnose a failure a.k.a components styles */
 
  /* content type component display styles */
  .component-mobile-slider-block{
    background-color: #c1c1c1;
    padding-bottom: 10px;
  }
  .component-mobile-slider-block h2{
    line-height: 38px;
    height: 38px;
    color: #ffffff;
    padding-left: 30px;
  }
  /*.component-mobile-slider-block h2:before{
    content: "2. ";
  } */
  .component-mobile-slider-block .slide__content{
    margin-right: 10px;
    margin-top: -35px;
  }
  .component-mobile-slider-block .slick__slide:last-of-type .slide__content{
    margin-right: 0px;
  }
  .component-mobile-slider-block .component-slide{
    width: 220px;
    height: 238px;
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide:hover{
    text-decoration: underline;
  }
  .component-mobile-slider-block .component-slide img{
    max-width: 220px;
    height: auto;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide .title{
    position: absolute;
    bottom: 0px;
    display: block;
    height: 50px;
    text-align: center;
    border-top: 1px solid #b6b6b6;
    white-space: pre-wrap;
    width: 220px;
    overflow: hidden;
    padding-top: 10px;
    background-color: #fff;
    font-weight: bold;
  }
  /*.component-mobile-slider-block .component-slide .title span.field-content {
    padding-left: 5px;
  }
  .component-mobile-slider-block .slick__arrow{
    display: none;
  }*/
  .component-mobile-slider-block .slick-prev:hover::before,
  .component-mobile-slider-block .slick-next:hover::before,
  .component-mobile-slider-block .slick-prev::before,
  .component-mobile-slider-block .slick-next::before {
    color: #e4042b;
    opacity: initial;
  }
  .component-mobile-slider-block .slick-prev.slick-disabled:before,
  .component-mobile-slider-block .slick-next.slick-disabled:before {
    opacity: .25 !important;
  }
  .need-assistance p {
    margin-left: 20px;
  }
  .node-type-component .field-name-body{
    padding: 20px;
  }
}

@media (max-device-width:767px) and (orientation: portrait) {
   /* diagnose a failure a.k.a components styles */
   .component-mobile-slider-block{
    background-color: #c1c1c1;
    padding-bottom: 10px;
  }
  .component-mobile-slider-block h2{
    line-height: 38px;
    height: 38px;
    color: #ffffff;
    padding-left: 30px;
  }
  /*.component-mobile-slider-block h2:before{
    content: "2. ";
  } */
  .component-mobile-slide-block .slick--center .slick-track {
    padding-top: 10px !important;
  }
  .component-mobile-slider-block .slide__content{
    margin: -25px 15px 0px 15px;
    height: 430px;
  }
  .component-mobile-slider-block .slick__slide:last-of-type .slide__content{
    margin-right: 0px;
  }
  .component-mobile-slider-block .component-slide{
    width: 370px;
    height: 372px;
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    position: relative;
    color: #000000;
    text-decoration: none;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide:hover{
    text-decoration: underline;
  }
  .component-mobile-slider-block .component-slide img{
    max-width: 370px;
    height: auto;
    display: block;
    margin: auto;
  }
  .component-mobile-slider-block .component-slide .title{
    position: absolute;
    bottom: -30px;
    display: block;
    height: 70px;
    text-align: center;
    border-top: 1px solid #b6b6b6;
    white-space: pre-wrap;
    width: 370px;
    overflow: hidden;
    padding: 20px 5px 0px 5px;
    background-color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .component-mobile-slider-block .component-slide .title span.field-content {
    padding-left: 5px;
  }
  /*.component-mobile-slider-block .slick__arrow{
    display: none;
  }*/
  .component-mobile-slider-block .slick-prev:hover::before,
  .component-mobile-slider-block .slick-next:hover::before,
  .component-mobile-slider-block .slick-prev::before,
  .component-mobile-slider-block .slick-next::before {
    color: #e4042b;
    opacity: initial;
  }
  .component-mobile-slider-block .slick-prev.slick-disabled:before,
  .component-mobile-slider-block .slick-next.slick-disabled:before {
    opacity: .25 !important;
  }
  .need-assistance p {
    margin-left: 20px;
  }
  .node-type-component .field-name-body{
    padding: 20px;
  }
  body.node-type-component {
    background-color: #c1c1c1;
  } 
  .node-type-component #body-inner {
    background-color: #fff;
  }
}

/* For smaller screens with the Engagement Center */
@media (max-width:465px) {
  .page-user-login .zone-content {
    background-image: url('/sites/default/files/assets/home/banner-login-sm.jpg');
    max-width: 100%;
    min-height: 550px;
    color: #fff;
  }
  /*.view-video-library-listing .view-content {
    margin-left: 40px;
  } */
  .video-library-desktop-block, .blog-library-desktop-block {
    margin: 0px 15px;
  }
  .video-library-desktop-block .views-row {
    min-height: 125px;
    min-width: 280px;
    border: 1px solid #c1c1c1;
    margin-bottom: 25px;
  }
  .video-library-desktop-block a img {
    float: left;
    width: 92%;
    height: auto;
    padding: 13px;
  }
  .video-library-desktop-block .video-title, .video-library-desktop-block .video-body {
    margin: 10px;
  }
  .video-library-desktop-block span.video-title {
    margin-left: 7px;
  }
}
/* Universal mobile styles */

