body.post-type-archive-thelocker .feeling-social{
    display: none;
}

.lockeroom-filter-drop-down {
    position: absolute;
    min-width: 270px;
    background: white;
    bottom: 0;
    left: 0;
    transform: translateY(calc(100% + 20px));
    z-index: 11;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.09);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out;
}

h2.lockerroom-filter-header {
    margin: 0;
    background-color: #2695df;
    font-size: 29px;
    padding: 14px 20px;
    font-family: 'TradeGothicBoldCn', sans-serif !important;
    color: white;
}

h3.filter-title {
    margin: 0;
    font-family: 'TradeGothicBoldCn', sans-serif !important;
    margin-bottom: 12px;
    font-size: 24px;
}

.lockerroom-category-container {
    padding: 20px;
}

.lockerroom-filter-container {
    display: flex;
    /* padding: 10px 0; */
    align-items: center;
    cursor: pointer;
}

.lockerroom-filter-container input {
    display: block;
    margin: 0;
    margin-right: 11px;
}

.lockerroom-filter-container .lockerroom-filter-category-link {
    margin: 0;
    display: block;
    font-family: 'TradeGothicBold', sans-serif !important;
    font-size: 18px;
    color: inherit;
}

.lockerroom-filter:hover .lockerroom-filter-text-container {
    background-color: #2695df;
    color: white;
}

.lockerroom-filter:hover svg {
    fill: white;
}

.lockerroom-filter:hover .lockeroom-filter-drop-down {
    opacity: 1;
    pointer-events: initial;
    color: #575757;
}

.lockerroom-filter:before {content: "";display: block;position: fixed;top:  0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.6705882352941176);z-index: 10;opacity: 0;transition: opacity 0.3s ease-in-out;pointer-events: none;}

.lockerroom-filter:hover:before {
    opacity: 1;
}

.lockerroom-filter:hover:after {content: "";display: block;position: absolute;bottom: 0;left: 0;width: 100%;height: 20px;transform: translateY(100%);}

.lockeroom-filter-drop-down:hover {
    opacity: 1;
}

.lockerroom-filter-container input:hover {
    opacity: 1;
}


.lockerroom-menu-search {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 20px;
    background: #F4F4F4;
}


.lockerroom-menu-search .container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 600px){
   .lockerroom-menu-search .container {
        flex-direction: column;
    }
    .lockerroom-menu-search .logo {
        margin-bottom: 20px;
    }

    .lockerroom-filter-containers{
        width: 100%;
        justify-content: space-between;
    }
}

.lockerroom-menu-search .container:after {
    display: none;
}

.lockerroom-filter-containers {
    display: flex;
    align-items: center;
}

.lockerroom-filter {
    margin-right: 30px;
    /* padding: 10px 20px; */
    /* background: #2695df; */
    /* color: white; */
    position: relative;
    cursor: pointer;
}

.lockerroom-menu-search .logo a,
.lockerroom-menu-search .logo a img {
    display: block;
}

.lockerroom-filter-text-container {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    background-color: transparent;
}

.lockerroom-filter-text-container svg {
    width: 20px;
    display: block;
    fill: #2695df;
    transition: fill 0.3s ease-in-out;
}

p.lockerroom-filter-text {
    margin: 0;
    margin-right: 10px;
    font-weight: bold;
    font-family: 'TradeGothicLT', sans-serif !important;
}

.lockerroom-search {
    position: relative;
}

form#searchform {
    position: relative;
}

input#locker-room-search {-webkit-appearance: none;border: 0;background-color: white;padding: 20px 20px 20px 50px;font-size: 15px;font-family: 'TradeGothicLT', sans-serif !important;}

label.locker-room-search-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    display: block;
}

label.locker-room-search-icon svg {
    width: 20px;
    display: block;
    fill: #2695df;
}


.featured-issues{
    padding: 20px 0 40px 0;
    margin-top: 0;
    background: #F4F4F4;
}

article.lockerroom-article {
    background-color: white;
    margin-bottom: 40px;
}

.lockerroom-article-image{
    overflow: hidden;
}

.lockerroom-article-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}

.lockerroom-article-link:hover .lockerroom-article-image img {
    transform: scale(1.2);
}

.lockerroom-article-link{
    display: block;
}

.lockerroom-article-body {
    padding: 20px 0;
}

span.lockeroom-category {
    padding: 2px 15px;
    color: white;
    font-family: "TradeGothicBoldCn",sans-serif;
    display: inline-block;
    font-size: 16px;
}

.lockerroom-article-body h3 {
    font-family: "TradeGothicBoldCn",sans-serif;
    color: #656464;
    margin-top: 10px;
    margin-bottom: 0;
}

.featured-issues .container.clearfix {
    display: flex;
    flex-direction: column;
}

.lockerroom-header-first .lockerroom-article-body,
.lockerroom-header-side .lockerroom-article-body{
    padding: 20px;
}

.lockerroom-header-first .lockerroom-article-link{
    height: 100%;
    display: flex;
}

.lockerroom-header-first .lockerroom-article{
    width: 100%;
}


@media (min-width: 800px){
    .featured-issues .container.clearfix:after{
        display: none;
    }
    .featured-issues .container.clearfix {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
    }

    .featured-issues .lockerroom-header-first{
        width: 45%;
    }

    .lockerroom-header-first .lockerroom-article-body{
        padding: 0;
    }

    .featured-issues .lockerroom-header-side{
        width: 53%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .lockerroom-header-side .lockerroom-article-link{
        height: 30%;
    }

    .lockerroom-header-first .lockerroom-article{
        margin-bottom: 0;
    }

    .lockerroom-header-first .lockerroom-article-image{
        width: 100%;
        height: 80%;
    }

    .lockerroom-header-first .lockerroom-article-body{
        height: 20%;
        display: flex;
        align-items: flex-start;
        padding: 30px 0;
    }

    .lockerroom-header-first .lockerroom-article-body h3{
        margin-top: 0;
        margin-left: 20px;
    }

    .lockerroom-header-side .lockerroom-article{
        display: flex;
        height: 100%;
        margin-bottom: 0;
        align-items: center;
    }

    .lockerroom-header-side .lockerroom-article-image{
       width: 200px;
       height: 100%;
    }

    .lockerroom-header-side .lockerroom-article-body{
        width: calc(100% - 200px);
        padding: 20px;
    }
}




.lockerroom-more-posts-container{
    display: flex;
    flex-wrap: wrap;
}
.lockerroom-more-posts-container .lockerroom-article-link{
    display: block;
    width: 100%;
}

@media (min-width: 400px){
    .lockerroom-more-posts-container .lockerroom-article-link{
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}


@media (min-width: 768px){
    .lockerroom-more-posts-container .lockerroom-article-link{
        width: 31.33%;
    }
}

@media (min-width: 1000px){
    .lockerroom-more-posts-container .lockerroom-article-link{
        width: 23%;
    }
}

.related-stories{
    border: none;
    padding-top: 20px;
}

.lockerroom-more-posts-title{
    margin-bottom: 30px;
    font-family: "TradeGothicBoldCn", sans-serif;
    text-align: center;
    font-size: 30px;
    text-align: center;
    color: #605E57;
}

@media (min-width: 450px){
    .related-stories{
        padding-top: 40px;
    }
    .lockerroom-more-posts-title{
        margin-bottom: 60px;
    }
}

.lockerroom-load-more-container {
    text-align: center;
    margin-bottom: 40px;
}

button.load-more-posts {
    -webkit-appearance: none;
    border: none;
    font-family: "TradeGothicBoldCn",sans-serif;
    font-size: 20px;
    color: #2695df;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
    cursor: pointer;
}

button.load-more-posts.disabled{
    opacity: 0.3;
    pointer-events: none;
}

button.load-more-posts:hover {
    opacity: 1;
}





.lockerroom-inner-nav-container {
    background: white;
    padding: 60px 0;
}

.lockerroom-inner-nav-item {
    display: flex;
    height: 270px;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 1%;
}

@media (min-width: 425px){
   .lockerroom-inner-nav-item {
        width: 48%;
        margin: 1%;
    }
}

@media (min-width: 1100px){
   .lockerroom-inner-nav-item {
        width: 23%;
        margin-bottom: 0;
    }
}

.lockerroom-inner-nav-item-background{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    transform: scale(1);
}
.lockerroom-inner-nav-item:hover .lockerroom-inner-nav-item-background{
     transform: scale(1.2);
}

.lockerroom-inner-nav-text-container {
    padding: 10px 30px;
    color: white;
    font-family: "TradeGothicBoldCn",sans-serif;
    font-size: 23px;
    min-width: 60%;
    text-align: center;
    position: relative;
}


.lockerroom-inner-nav-container .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    max-width: 1140px;
}


.lockerroom-up-sell-banner {
    background: #F4F4F4;
    padding: 60px 0;
}

.lockerroom-inspired {
    position: relative;
    background-size: cover;
    background-position: left top;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 410px;
    padding: 40px 20px;
}

.lockerroom-inspired:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 29, 39, 0.84);
}

.lockerroom-inspired-info {
    position: relative;
    text-align: center;
    max-width: 300px;
    color: white;
    font-family: 'TradeGothicLT', sans-serif !important;
    font-size: 20px;
    width: 100%;
}

img.lockerroom-inspired-logo {
    width: 250px;
}

.lockerroom-inspired-info a {
    color: #279eda;
    text-decoration: underline;
    font-size: 15px;
}


body.post-type-archive-thelocker.search .lockeroom-category-list .container .lockeroom-article:nth-child(3n+3) {
    margin-right: 3.125%;
}

body.post-type-archive-thelocker.search .lockeroom-category-list .container .lockeroom-article:nth-child(3n+4) {
    margin-right: 0;
}




.community-social-map{
    display: none;
}



.single-lockeroom-article .post-meta {
    display: flex;
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    padding-right: 30px;
}

.single-lockeroom-article .post-meta > span {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1000px){
   header.lockerroom-article-header {
       display: flex;
   }

   header.lockerroom-article-header .lockerroom-article-image{
       width: 280px;
       margin-right: 20px;
   }

   header.lockerroom-article-header .lockerroom-article-header-body{
       width: calc(100% - 250px);
       padding: 10px 10px;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
       border-bottom: 1px solid #b2b2b2;
       position: relative;
   }

   header.lockerroom-article-header .lockerroom-article-header-body:before{
       content: "";
       position: absolute;
       right: 0;
       width: 75%;
       height: 1px;
       background-color: #b2b2b2;
       top: 10px;
   }
}

.single-lockeroom-article .article-content,
.single-lockeroom-article .left,
.about-the-author{
    border: 0;
}


.about-the-author {
    text-align: center;
    padding: 0 20px 0;
    position: relative;
    margin-bottom: 40px;
}

.about-the-author.clearfix .round-image {
    margin-bottom: 20px;
    margin-top: -20px;
    position: relative;
}

.about-the-author.clearfix:before {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 80%;background: #EDEDED;}

.about-the-author.clearfix h3,.about-the-author.clearfix p {
    position: relative;
}

.about-the-author.clearfix p {
    font-size: 17px;
}


.post-meta-container {
    display: flex;
}

.post-meta-container .icon svg {
    width: 40px;
    display: block;
}

.post-meta-container .icon {
    margin-right: 10px;
}

.post-meta-information {
    display: flex;
    flex-direction: column;
}


.single-lockeroom-article .article-content p,
.single-lockeroom-article .article-content h2,
.single-lockeroom-article .article-content h3,
.single-lockeroom-article .article-content h4,
.single-lockeroom-article .article-content h5{
    margin: 0;
    padding: 0 10px;
}

.single-lockeroom-article .article-content h2,
.single-lockeroom-article .article-content h3,
.single-lockeroom-article .article-content h4,
.single-lockeroom-article .article-content h5{
    margin-top: 30px;
}

.single-lockeroom-article .lockeroom-article ul,
.single-lockeroom-article .lockeroom-article ol{
    padding-left: 40px;
}


.single-lockeroom-article .article-content {
    margin-top: 50px
}

.fb_iframe_widget{
    display: block !important;
}

.fb_iframe_widget_fluid_desktop{
    width: 100% !important;
    max-width: initial !important;
    margin-bottom: 40px;
}

.fb_iframe_widget_fluid_desktop span,
.fb_iframe_widget_fluid_desktop iframe,
.single-lockeroom-article .article-content p iframe{
    width: 100% !important;
    max-width: initial !important;
}


@media (min-width: 800px){
    .single-lockeroom-article .article-content p,
    .single-lockeroom-article .article-content h2,
    .single-lockeroom-article .article-content h3,
    .single-lockeroom-article .article-content h4,
    .single-lockeroom-article .article-content h5{
        padding: 0 30px;
    }

    .single-lockeroom-article .lockeroom-article ul,
    .single-lockeroom-article .lockeroom-article ol{
        padding: 0 30px 0 80px;
    }

    .single-lockeroom-article .article-content img,
    .fb_iframe_widget_fluid_desktop,
    .single-lockeroom-article .article-content p iframe{
        width: calc(100% + 60px) !important;
        max-width: initial !important;
        transform: translateX(-30px) !important;
    }




}

@media (min-width: 1100px){
    .single-lockeroom-article .article-content p,
    .single-lockeroom-article .article-content h2,
    .single-lockeroom-article .article-content h3,
    .single-lockeroom-article .article-content h4,
    .single-lockeroom-article .article-content h5{
        padding: 0 40px;
    }

    .single-lockeroom-article .lockeroom-article ul,
    .single-lockeroom-article .lockeroom-article ol{
        padding: 0 40px 0 100px;
    }

    .single-lockeroom-article .article-content img,
    .fb_iframe_widget_fluid_desktop,
    .single-lockeroom-article .article-content p iframe{
        width: calc(100% + 80px) !important;
        transform: translateX(-40px) !important;
    }
}




a.return-to-locker {
    margin-bottom: 40px;
    display: block;
    font-family: 'TradeGothicLT', sans-serif !important;
    color: #575757;
    font-size: 16px;
    opacity: 0.7;
    transition: opacity 0.3s ease-in-out;
}

a.return-to-locker:hover {
    opacity: 1;
}

.single-lockeroom-article header .lockeroom-category {
    width: initial;
    display: inline-flex;
    max-width: 20%;
    text-align: center;
    justify-content: center;
    padding: 5px 20px;
}
/*
     FILE ARCHIVED ON 05:42:52 Oct 08, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:57:38 Jun 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.635
  exclusion.robots: 0.102
  exclusion.robots.policy: 0.081
  esindex: 0.027
  cdx.remote: 119.13
  LoadShardBlock: 243.67 (3)
  PetaboxLoader3.datanode: 323.809 (5)
  load_resource: 687.423
  PetaboxLoader3.resolve: 558.862
  loaddict: 93.202
*/