    /* Resources style sheets goes here  ----------- */

    @CHARSET "UTF-8";


    /* reminder - default font is 
    font-family: Gotham SSm A, Gotham SSm B, Helvetica, Arial, sans-serif;  */

    a , a:hover , a:active , a:focus , a:visited {
        outline:none;
    }

    a.current {
        font-weight: bold;
    }

    .resources_content p , .resources_content {
        color:#333333;
        font: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
        padding:0;
        font-size: 14px;
        line-height: 1.6em;
        font-weight: 300;
    }

    .resources_content h1 , .resources_content h2 , .resources_content h3 {
        text-align: center;
    }

    .resources_content .content_head {
        text-align: center;
        background: #5e6363;
        height:250px;
        color:#fff;
        background: url('../../../../../content/dam/servicenow/images/resources/resources_hero_bg.jpg') no-repeat center top;
        background-size: cover;
    }

    .resources_content .content_head .epsl_breadcrumb a {
        font-size: 17px;
        color:#fff;
    }

    .resources_content .content_head h1 {
        color:#fff;
        font: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
        font-size: 36px;
        padding-top:100px;
        font-weight: 100;
    }

    .resources_content .searchbar {
        display:block;
        float:none;
        height: 95px;
        padding-top: 25px;
        overflow: visible;
        position: relative;
    }

    .resources_content .searchbar .searchbox {
        border:0;
        background-image:url('../../../../../content/dam/servicenow/images/resources/search_icon.png');
        background-repeat:no-repeat;
        background-position:left center;
        background-size:contain;
        float: left;
        width: 19%;
        padding:5px 10px 5px 40px;
        margin-left: 12px;
        margin-top: 8px;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
        font-size: 18px;
        font-weight: normal;
        /*outline: 1px solid red;*/
    }

    .resources_content .searchbar .searchbox:focus {
        font-weight: normal;
    }

    input::-webkit-input-placeholder {
        color: #b3b3b3;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
    }
    input::-moz-placeholder {
        color: #b3b3b3;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
    }
    input:-moz-placeholder {   /* Older versions of Firefox */
        color: #b3b3b3;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
    }
    input:-ms-input-placeholder { 
        color: #b3b3b3;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
    }

    .resources_content #clear {
        display: none;
        width: 24px;
        height: 24px;
        display: inline-block;
        background-image: url('../../../../../content/dam/servicenow/images/resources/close_search_icon.png');
        background-repeat: no-repeat;
        position: absolute;
        left: 25%;
        top: 38px;
        cursor: pointer;
        z-index: 10;
    }

    .resources_content .searchbar .filter_wrapper {
        float:right;
        position: relative;
        width:60%; /* add extra space for the filters -NJ- */
        height:95px;
        /*outline: 1px solid blue;*/
    }

    .filter_wrapper > div { width: 18%; /*outline: 1px solid grey;*/ } /* use CLASS instead of ID to fix the width problem -NJ- */
    .filter_wrapper > div + div { width: 14%; } /* use CLASS instead of ID to fix the width problem -NJ- */
    .filter_wrapper > div + div + div { width: 21%; } /* use CLASS instead of ID to fix the width problem -NJ- */
    .filter_wrapper > div + div + div + div { width: 18%; } /* use CLASS instead of ID to fix the width problem -NJ- */
    .filter_wrapper > div + div + div + div + div { width: 18%; } /* use CLASS instead of ID to fix the width problem -NJ- */
    
    .resources_content .searchbar .dropdown_wrapper {
        /* Size & position */
        position: relative;
        /* width: 17%; */ /* disable for now - cause of filter width issues -NJ- */
        margin: 0;
        padding:12px 0px 12px 8px;
        float:left;
        box-sizing: content-box;
        height: 22px;
        /* Styles */
        background: transparent;
        cursor: pointer;
        outline: none;
        transition: max-height 0.3s ease-out;
        border-left:1px solid #eee;
        color: #7c7c7c;
        font: Gotham SSm B,Helvetica,sans-serif;
        font-size: 14px;
    }

    .resources_content .searchbar .dropdown_wrapper:first-of-type {
        border-left:0;
    }

    .resources_content .searchbar .dropdown_wrapper span { 
        overflow-wrap: break-word;
    }   

    .resources_content .searchbar .dropdown_wrapper span:after { 
        content:url('../../../../../content/dam/servicenow/images/resources/down_carat.jpg');
        width: 25px;
        height: 25px;
        position: relative;
        top: 2px;
        left: 14px;
        margin-top: -3px;
        display: inline-block;
    }   

    .resources_content .searchbar .dropdown_wrapper .dropdown {
        /* Size & position */
        position: relative;
        z-index: 101;
        margin-left: -8px;
        top: 13px;

        /* Styles */
        background: #fff;
        list-style: none;
        transition: all 0s ease-out;

        /* Hiding */
        max-height: 0;
        overflow: hidden;
    }
    .resources_content .searchbar .dropdown_wrapper .dropdown li {
        padding: 0 10px ;
        z-index: 101;
        background: #eeeeee;
    }

    .resources_content .searchbar .dropdown_wrapper .dropdown li:nth-of-type(odd) {
      background: #f6f6f6;
    }

    .resources_content .searchbar .dropdown_wrapper .dropdown li a {
        display: block;
        text-decoration: none;
        color: #7c7c7c;
        padding: 10px 0 10px 25px;
        font-family: Gotham SSm B,Helvetica,sans-serif;
        font-size: 14px;
        z-index: 101;
    }

    .resources_content .searchbar .dropdown_wrapper .dropdown li:last-of-type a {
        border: none;
    }

    .resources_content .searchbar .dropdown_wrapper .dropdown li i {
        margin-right: 5px;
        color: inherit;
        vertical-align: middle;
    }

    /* Hover state */

    .resources_content .searchbar .dropdown_wrapper .dropdown li:hover , .resources_content .searchbar .dropdown_wrapper .dropdown li:focus {
        background: #dddddd;
    }

    /* Active state */

    .resources_content .searchbar .dropdown_wrapper.active {  
        width:249px;
        -webkit-box-shadow: 0px 5px 30px 11px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    0px 5px 30px 11px rgba(0, 0, 0, 0.15);
        box-shadow:         0px 5px 30px 11px rgba(0, 0, 0, 0.15);
        height:auto;
        z-index: 100;
        position:absolute;
        background-color: #fff;
    }


    .resources_content .searchbar .dropdown_wrapper.active:nth-child(2)  {
        left:calc(18% + 8px);
    }
    .resources_content .searchbar .dropdown_wrapper.active:nth-child(3) {
        left: calc(32% + 17px); /* more closely matches the position of the 3rd filter on active -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper.active:nth-child(4) {
        left: calc(53% + 26px); /* right-aligned the 4th filter on active to prevent tucking on right side of browser -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper.active:nth-child(5) {
        right: calc(0% + 8px); /* right-aligned the 4th filter on active to prevent tucking on right side of browser -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper.active + .dropdown_wrapper {
        margin-left:calc(18% + 8px); /* increased width to line up with increased sizes (from 17% to 18%) -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper + .dropdown_wrapper.active + .dropdown_wrapper {
        margin-left:calc(14% + 9px); /* added new classe to accomodate new width declarations -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper + .dropdown_wrapper + .dropdown_wrapper.active + .dropdown_wrapper {
        margin-left:calc(21% + 9px); /* added new classe to accomodate new width declarations -NJ- */
    }
    .resources_content .searchbar .dropdown_wrapper + .dropdown_wrapper + .dropdown_wrapper + .dropdown_wrapper.active + .dropdown_wrapper {
        margin-left:calc(18% + 9px); /* added new classe to accomodate new width declarations -NJ- */
    }

    .resources_content .searchbar .dropdown_wrapper.active .dropdown {  
        width:257px;
        max-height: 400px; 
        overflow: auto;
    }

    /* No CSS3 support */

    .no-opacity .resources_content .searchbar .dropdown_wrapper .dropdown,
    .no-pointerevents .resources_content .searchbar .dropdown_wrapper .dropdown {
        display: none;
        opacity: 1; /* If opacity support but no pointer-events support */
        pointer-events: auto; /* If pointer-events support but no pointer-events support */
    }

    .no-opacity.resources_content .searchbar .dropdown_wrapper.active .dropdown,
    .no-pointerevents .resources_content .searchbar .dropdown_wrapper.active .dropdown {
        display: block;
    }
/* end dropdowns */
    
    .resources_content .searchbar .reset {
        color:#7c7c7c;
        font-size: 12px;
        font-family: Gotham SSm A,Gotham SSm B,Helvetica,Arial,sans-serif;
        font-weight:bold;
        width:7%;
        height:30px;
        float: right;
        line-height: 2.5em;
        margin-top:7px;
        margin-left:0px;
        margin-right: 55px;
        cursor: pointer;
        /*outline: 1px solid orange;*/
    }

    .resources_content .searchbar .reset img {
        float:right;
        margin-top:3px;
        width:28px;
        height: 20px;
    }

    .resources_content .searchbar .reset img.spinEffect {
        -webkit-animation: cssAnimation 0.9597s 1 linear;
        -moz-animation: cssAnimation 0.9597s 1 linear;
        -o-animation: cssAnimation 0.9597s 1 linear;
        
    }
    @-webkit-keyframes cssAnimation {
        from { -webkit-transform: rotate(360deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
        to { -webkit-transform: rotate(0deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
    }
    @-moz-keyframes cssAnimation {
        from { -moz-transform: rotate(360deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
        to { -moz-transform: rotate(0deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
    }
    @-o-keyframes cssAnimation {
        from { -o-transform: rotate(360deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
        to { -o-transform: rotate(0deg) ; } /* reversed rotation, doesn't match arrows in image -NJ- */
    }

    .resources_content .filterbar {
        /*display:none;*/
        min-height:38px;
        background:#f7f7f7;
        padding:30px 50px;
        position:relative;
    }

    .resources_content .filterbar div { /* class to target container divs, need them as inline-block, not floated -NJ- */
        /*height: 30px;*/ /* -NJ- */
        font-size: 12px;
        /*line-height: 28px;*/ /* -NJ- */
        padding-right: 0px;
        display:inline-block; /* allows for .filterbar to calculate height of the elements, not possible while floated -NJ- */
        margin: 6px 2px; /* -NJ- */
    }

    .resources_content .filterbar .results {
        border-right: 1px solid #000;
        padding-right: 9px;
        margin-right: 6px;
    }

    .resources_content .filterbar .filters {
        margin-left:85px;
        overflow: auto;
    }

    .resources_content .filterbar .filterpill {
        padding: 9px 30px 9px 12px; /* increased padding -NJ- */
        background:#fff;
        width:auto;
        font-size:12px;
        position:relative;
        line-height:1; /* -NJ- */
        border-radius:3px; /* -NJ- */
    }

    .resources_content .filterbar a.filterpill { /* -NJ- */
        padding-right: 12px;
        display:block;
    }

    .resources_content .filterbar .filterpill .close {
        background-image: url('../../../../../content/dam/servicenow/images/resources/close_search_icon.png');
        width: 13px;
        height: 13px;
        background-size: contain;
        position: absolute;
        right: 4px;
        top: 9px; /* moved to match PSD, centered vertically -NJ- */
        background-repeat: no-repeat;
    }

    #resource_cards {
        height: auto;
        width: 100%;
        background:#ffffff ;
        padding: 7px;
        /*min-height: 1560px;*/     
        position:relative;
        overflow-x: visible;
        overflow-y:hidden;
        padding-top: 7px;
        padding-bottom:75px;
        box-sizing: border-box; /* the MOBILE version shifts due to 7px margin, this corrects the spacing -NJ- */
    }

    #resource_cards .wrapper {
        float: left;
        width: calc( 25% - 14px );
        height: 31vw;
        max-height: 440px;
        margin: 7px;
        position:relative;
        overflow: visible;
        opacity:0;
        display:none;
        
        transition: all .2s ease-in-out;
    }

    #resource_cards .wrapper .card , #resource_cards .wrapper.shown.animate .card,  #resource_cards .wrapper.animate .card {
        width:100%;
        height:100%;
        margin: 0px; /* the MOBILE version shifts due to 7px margin, this corrects the spacing -NJ- */
        position:absolute;
        background:#fff no-repeat 30px 30px;
        background-color: #efefef;
        z-index: 2;
        transition: all 0s ease-in;
    }/*

    #resource_cards .wrapper .card:hover , #resource_cards .wrapper.shown.animate .card:hover,  #resource_cards .wrapper.animate .card:hover , #resource_cards .wrapper .card:focus , #resource_cards .wrapper.shown.animate .card:focus,  #resource_cards .wrapper.animate .card:focus {
        height:133%;
        transform: scale(1.12); 
        z-index: 100;

        -webkit-box-shadow: 0px 5px 30px 11px rgba(0, 0, 0, 0.15);
        -moz-box-shadow:    0px 5px 30px 11px rgba(0, 0, 0, 0.15);
        box-shadow:         0px 5px 30px 11px rgba(0, 0, 0, 0.15);
    }*/
    #resource_cards .wrapper .card:hover , #resource_cards .wrapper.shown.animate .card:hover,  #resource_cards .wrapper.animate .card:hover{background-color: #d6d6d6;}

    #resource_cards .wrapper .card .overlink {
        position:absolute;
        top:0;
        left:0;
        right:0;
        bottom:0;
        z-index:25;
        cursor:pointer;
        height: 100%;
    }

    /*.touch #resource_cards .wrapper .card .overlink {
        display:none;
    }*/

    #resource_cards .wrapper .card:hover .overlink {
        bottom:30%;
        display:block;
    }

    #resource_cards .card .card_content {
        margin:95px 30px 0px 30px;
        width:calc( 100% - 60px );
        height:calc( 25vw - 130px );
        max-height: 235px;
        position:relative;
        overflow:hidden;
    }

    /*topic icons*/
    #resource_cards .card.ataglance {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_ataglance.png');
    }

    #resource_cards .card.casestudy {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_casestudy.png');
    }

    #resource_cards .card.datasheet {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_datasheet.png');
    }

    #resource_cards .card.infographic {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_infographic.png');
    }

    #resource_cards .card.report {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_report.png');
    }

    #resource_cards .card.video {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_video.png');
    }

    #resource_cards .card.webinar {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_webinar.png');
    }
    
    #resource_cards .card.whitepaper {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_whitepaper.png');
    }

    #resource_cards .card .featured_flag {
        display:none;
        position:absolute;
        width:100px;
        right:0;
        top:38px;
        padding:4px 4px 5px;
        text-align: center;
        color:#fff;
        font-size: 10px;
        background: url('../../../../../content/dam/servicenow/images/resources/featured_bg.png') no-repeat left top;
        background-size: contain;
    }

    #resource_cards .card.featured .featured_flag {
        display:block;
    }

    /*#resource_cards .card.featured .card_content .category {
        margin-bottom:25px;
        font-size:12px;
        font-weight: bold;
    }*/

    #resource_cards .card .card_content .category {
        margin-bottom:12px;
        font-size:12px;
        font-weight: bold;
    }
    
    #resource_cards .card_content .card .title {
        font-size: 20px;
        color:#000;
        text-align: left;
        margin:25px 30px 20px 30px;
        line-height: 1em;
        text-transform: uppercase;
    }
    
    #resource_cards .card .card_content .title {
        font-size: 20px;
        color:#000;
        font-weight: 300;
        line-height: initial;
    }

    #resource_cards .card .card_content .bottom {
        position: absolute;
        bottom:0;
        left:0;
        color:#7c7c7c;
        font-style: 12px;
    }

    #resource_cards .card .card_content .bottom .author {
        color:#000;
    }

    #resource_cards .card .readmore {
        margin:0px 30px 30px 30px;
        width:calc( 100% - 60px );
        transition: all 0.3s ease; /* sped up transition to match pop-up - was 1s... too slow -NJ- */
        /*opacity:0;
        height:0;
        visibility:hidden
    }

    #resource_cards .card:hover .readmore, #resource_cards .card:focus .readmore {*/
        opacity:1;
        height:60px;
        visibility:visible;
        display: none;
    }

    #resource_cards .card .readmore .readmore_btn {
        background:url('../../../../../content/dam/servicenow/images/resources/button_readmore_bg.png') center top no-repeat;
        background-size:contain; /* added CONTAIN to allow for responsive button sizing -NJ- */
        width:164px;
        height:49px;
        color:#fff;
        font-size:11px;
        padding-top:13px;
        text-align: center;
        display:block;
        float:left;
        margin-right:5px;
    }

    #resource_cards .card .readmore .social {
        float:left;
        width: 150px;
        margin-top:10px;
    }

    #resource_cards .card .readmore .social a {
        float:left;
        width:25px;
        height:25px;
        display:block;
        background-position:left top;
        background-repeat: no-repeat;
        margin-left:12px;
    }

    #resource_cards .card .readmore .social a:hover {
        background-position:right bottom;
    }

    #resource_cards .card .readmore .social a.fb_link {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_facebook.png');
    }

    #resource_cards .card .readmore .social a.li_link {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_linkedin.png');
    }

    #resource_cards .card .readmore .social a.tw_link {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_twitter.png');
    }

    #resource_cards .card .readmore .social a.gg_link {
        background-image:url('../../../../../content/dam/servicenow/images/resources/icon_googleplus.png');
    }

    #resource_cards.grid .wrapper.shown,
    .no-js #resource_cards.grid .wrapper,
    .no-cssanimations #resource_cards.grid .wrapper {
        opacity: 1;
        display:block;
    }

    .no-js #resource_cards.grid .wrapper,
    .no-cssanimations #resource_cards.grid .wrapper {
        width:380px;
        height:390px;
    }

    .no-js #resource_cards.grid .wrapper .card_content,
    .no-cssanimations #resource_cards.grid .wrapper .card_content {
        width:315px;
        height:250px;
    }

    .no-js #resource_cards .card .readmore , .no-cssanimations #resource_cards .card .readmore {
        display:none;
    }

    .no-js #resource_cards .card:hover .readmore , .no-cssanimations #resource_cards .card:hover .readmore , .no-js #resource_cards .card:focus .readmore , .no-cssanimations #resource_cards .card:focus .readmore {
        display:block;
    }

    .resources_content .grid.effect-2 .wrapper.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards;
    z-index: 2;
    position:relative;
    }

    @-webkit-keyframes moveUp {
        0% { }
        100% { -webkit-transform: translateY(0); opacity: 1; }
    }

    @keyframes moveUp {
        0% { }
        100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
    }

    .resources_content .loadmore {
        background: #65666a;
        width:calc(100% - 14px); /* the MOBILE version shifts due to margin, this corrects the spacing -NJ- */
        height:50px;
        font-size: 14px;
        display: block;
        bottom:15px;
        position:absolute;
        float:none;
        z-index: 2; /* fixed tiles overlapping SHOW MORE button and being clickable -NJ- */
        cursor: pointer;
        text-align: center;
        color:#fff;
        padding-top:0px;
    }

    .resources_content .loadmore:hover, .resources_content .loadmore:active {
        background: #434343;
    }

    .resources_content .loadmore a {
        display: block;
        padding: 14px 0;
    }
    .breadcrumb { max-width: 100%; padding-top: 32px; padding-left: 80px; }
    .breadcrumb > span + a + span + a span { font-weight: bold; }
    
    .searchbar input::-ms-clear {
        display: none; /* Microsoft IE 10 'X' killer -NJ- */
    }

    /* Dropdown value selected state */
    .dropdown-value-selected {
        background: #dddddd !important;
    }

    @media only screen and (min-width : 1024px) and (max-width : 1280px) {
        .resources_content .content_head {
            background-size: cover;
        }

/*      .resources_content .searchbar .dropdown_wrapper > span { 
            font-size: 14px;
        }

        .resources_content .searchbar .searchbox {
            width: 25%;
            font-size: 18px; 
            margin-left: 14px; 
            padding: 5px 10px 5px 40px; 
            margin-top: 10px;
        }

        .resources_content #clear {
          left: 31%;
          position: absolute;
          top: 37px;
        }

        .resources_content .searchbar .filter_wrapper {
            width:55%; 
            margin-right:-20px;
            margin-top:0px;
            float:right; 
            position: relative; 
            height:95px; 
        }

        .resources_content .searchbar .dropdown_wrapper {
            padding-left:3%;
        }

        .resources_content .searchbar .dropdown_wrapper span:after {
            left:20px;
        }

        .resources_content .searchbar .dropdown_wrapper.active .dropdown {
            margin-left:-18px;
            width: 287px;
        }

        .resources_content .searchbar .reset {
            margin-top:8px;
            margin-right:60px; 
            margin-left: 10px;
            width:7%;
        }*/

        #resource_cards .wrapper {
            width:calc( 33% - 11px );
            height: 40vw;
        }

        #resource_cards .card {
            margin:0;
        }

        #resource_cards .card .card_content {
            margin:95px 30px 0px 30px;
            height: calc( 31vw - 130px );
            max-height: 260px;
            min-height: 210px;
        }

        #resource_cards .card .readmore .social {
            margin-top:0;
        }

    }

    @media only screen and (min-width : 768px) and (max-width : 1023px) {
        .resources_content .content_head {
            background-size: cover;
        }

        .resources_content .searchbar .dropdown_wrapper > span { 
            font-size: 12px; /* decreased font size to make room for filters -NJ- */
        }

        .resources_content .searchbar .filter_wrapper {
            display:block; /* not sure why this was hidden - needed in tablet -NJ- */
            width:57%; /* added this in to force the width -NJ- */
        }

        .resources_content .searchbar .searchbox {
            width:85%;
            font-size: 18px;
            margin-left: 14px;
            padding: 5px 10px 5px 40px; /* copied from mobile version -NJ- */
            box-sizing: border-box; /* without this, the search bar is too wide and overlaps the close icon -NJ- */
            background-size:contain;
            font-weight: normal;
            margin-top: 10px;
        }
    
        .resources_content .searchbar .searchbox:focus {
            font-weight: normal;
        }
    
        .resources_content #clear {
            left:auto;
            right:16px; /* without this, the search bar is too wide and overlaps the close icon -NJ- */
            top: 50px;
        }

        .resources_content .searchbar .reset {
            margin-top:18px;
            width: 75px; /* decreased width to make room for flters -NJ- */
            margin-right: 15px;
            display: none;
        }

        #resource_cards .wrapper {
            width:calc( 33% - 21px );
            height: 33vw;
        }

        #resource_cards .card {
            margin:0;
        }

        #resource_cards .card .card_content {
            height: calc( 33vw - 130px );
        }

        #resource_cards .card .readmore .social {
            margin-top:0;
        }

        #resource_cards .card .card_content {
            margin-top:100px;
            font-size: 13px;
            line-height: 1.4em;
        }

        #resource_cards .card.featured .card_content .category {
            margin-bottom:5px;
        }

    }

    @media only screen and (max-width : 1023px) { /* removed min-width during breakpoint adjustments -NJ- */
        .resources_content .content_head {
            background-size: cover;
        }
        
        .resources_content .searchbar .dropdown_wrapper {
            padding:22px 12px 12px 12px; /* line up filters row elements -NJ- */
        }
        .resources_content .searchbar .dropdown_wrapper.active .dropdown {
            width: 273px;
        }
        .resources_content .searchbar .dropdown_wrapper .dropdown {
            margin-left: -12px;
        }
        .resources_content .searchbar .dropdown_wrapper .dropdown li a {
            padding: 10px 0 10px 18px;
        }

        #resource_cards .wrapper {
            width:calc( 50% - 14px );
            height: 50vw;
        }

        #resource_cards .card {
            margin:0;
        }

        #resource_cards .card .card_content {
            height: calc( 33vw - 130px );
            margin-top:100px;
            min-height: 200px;
        }
        
        #resource_cards .wrapper .card:hover , #resource_cards .wrapper.shown.animate .card:hover,  #resource_cards .wrapper.animate .card:hover , #resource_cards .wrapper .card:focus , #resource_cards .wrapper.shown.animate .card:focus,  #resource_cards .wrapper.animate .card:focus {
            /*height:125%;  fix for height of tiles due to breakpoint adjustments -NJ- */
        }

        .resources_content .searchbar .filter_wrapper {
            display:none;
        }
    }

    @media only screen and (min-width : 901px) and (max-width : 1023px) {
        .resources_content .searchbar .reset { margin-right: 60px; } /* added to give room for fixed-menu  -NJ- */
    }

    @media only screen and (min-width : 768px) and (max-width : 900px) {
        .resources_content .searchbar .filter_wrapper { width:60%; } /* added to make room for filters -NJ- */
    }

    @media only screen and (max-width : 767px) {

        .resources_content .content_head {
            background-size: cover;
            height: 32vw; /* fix for height of tiles due to breakpoint adjustments -NJ- */
        }

        .resources_content .content_head h1 {
            font-size:28px;
            padding-top: 16vw; /* fix for height of tiles due to breakpoint adjustments -NJ- */
        }

        .resources_content .searchbar .filter_wrapper {
            display:none;
        }

        .resources_content .searchbar {
            height: 75px;
        }

        .resources_content .searchbar .searchbox {
            width:85%;
            font-size: 18px;
            margin-left: 14px;
            margin-top: 0px;
            padding: 5px 10px 5px 40px; /* copied from mobile version -NJ- */
            box-sizing: border-box; /* without this, the search bar is too wide and overlaps the close icon -NJ- */
            background-size:contain;
            font-weight: normal;
        }
    
        .resources_content .searchbar .searchbox:focus {
            font-weight: normal;
        }

        .resources_content #clear {
            left:auto;
            right:16px; /* without this, the search bar is too wide and overlaps the close icon -NJ- */
        }

        .resources_content .filterbar .results {
            float:none;
            border:0;
            width:100%;
            text-align: center;
            font-weight: bold;
        }

        .resources_content .filterbar .filters {
            margin:0;
            text-align: center;
        }

        .resources_content .searchbar .dropdown_wrapper span:after { 
            left:6px;
        }

        .resources_content .searchbar .reset {  
            display:none;   
            margin-top: 12px;
            margin-left: 0;
            margin-right: 14px;
            font-size: 10px;
            width:18%;
        }
    
        #resource_cards .wrapper {
            display: none;
            float: none;
            width: calc(100vw - 40px);
            height:  calc(100vw - 30px);
            max-width: 500px; /* added max-width during breakpoint adjustment, not per FSD but looked too wide -NJ- */
            margin:10px auto 15px auto;/* added centering during breakpoint adjustment, not per FSD but looked better -NJ- */
        }

        #resource_cards .card {
            margin:0;
        }

        #resource_cards .wrapper .card:hover, #resource_cards .wrapper.shown.animate .card:hover, #resource_cards .wrapper.animate .card:hover, #resource_cards .wrapper .card:focus, #resource_cards .wrapper.shown.animate .card:focus, #resource_cards .wrapper.animate .card:focus {
            height:140%;
        }

        #resource_cards .card .card_content {
            font-size: 13px;
            max-height: 230px;
            height: calc( 85vw - 50px );
        }

        #resource_cards .card .card_content .category {
            margin-bottom:10px;
        }

        #resource_cards .card .readmore .social {
            margin-top:0;
        }


        #resource_cards .card:hover , #resource_cards .card:focus {
            top:0;
            left:0;
            width: 100%;
            height: 115%;
        }
        #resource_cards .wrapper.shown:last-of-type .card:hover {
            margin-bottom:70px;
        }

    }

/* Navdeep's overrides for Mobile behaviour - restores some needed styling */

@media only screen and (max-width : 767px) {

    .resources_content .filterbar {
        padding:30px 10px; /* allows more filters per line in MOBILE -NJ- */
        text-align:center;
    }

    #resource_cards .wrapper , #resource_cards .wrapper.shown.animate,  #resource_cards .wrapper.animate , #resource_cards .wrapper , #resource_cards .wrapper.shown.animate,  #resource_cards .wrapper.animate {
        min-height: 470px;
    }

    #resource_cards .wrapper .card:hover , #resource_cards .wrapper.shown.animate .card:hover,  #resource_cards .wrapper.animate .card:hover , #resource_cards .wrapper .card:focus , #resource_cards .wrapper.shown.animate .card:focus,  #resource_cards .wrapper.animate .card:focus {
        transform: scale(1); 
        z-index: 100;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
        -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
        box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
        height: 100%;
        max-height: 500px;
    }

    #resource_cards .card .readmore {
        transition: all 0s ease;
        opacity:1;
        height:60px;
        visibility:visible
    }

    #resource_cards .card:hover .readmore, 
    #resource_cards .card:focus .readmore {
        opacity:1;
        height:60px;
        visibility:visible;
    }
}

/* Navdeep's overrides for the Search Bar, needs reworking */
@media only screen and (min-width : 1024px) and (max-width : 1280px) { /* Tablet - Landscape -NJ- */
    * {  }
}
@media only screen and (min-width : 768px) and (max-width : 1023px) { /* Tablet - Portrait -NJ- */
    #resource_cards .wrapper {
        height: 75vw;
        max-height: 400px;
    }
} /*
@media only screen and (min-width : 901px) and (max-width : 1023px) { 
    * {  }
}
@media only screen and (min-width : 768px) and (max-width : 900px) { 
    * {  }
} */
@media only screen and (max-width : 1270px) { /* Match logo breakpoint margin -NJ- */
    .breadcrumb { padding-left: 20px; }
} /*
@media only screen and (max-width : 1023px) { 
    * {  }
} */
@media only screen and (max-width : 767px) { /* Mobile -NJ- */
    .touch #resource_cards .wrapper .card .overlink {
        display:none;
    }

    #resource_cards .wrapper .card:hover .overlink {
        bottom:30%;
        display:block;
    }
}

/* Header fixes for AEM component -NJ- */
@media (max-width:900px) { 
    .bannerWrap .heroWrap h1 { color: #333; padding-left: 0; padding-top: 25px; text-align: center; }
    #pageBanner { background-position: center top; }
}
.bannerWrap .heroWrap { top: 20%; position:absolute; }
.bannerWrap .heroWrap h1 { width: 100%; padding-top: 50px; text-align: center; color:#ffffff; }
.bannerWrap .heroText { max-width: 1400px; }
