body {}

/* .sidebar .inner-sidebar.is-sticky:not(#homepage-sidebar) {
    position: unset !important;
} */

.pw-incontent,
.pw-incontent > div {
  margin-top: 0!important;
  margin-bottom: 0!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}

.sidebar .block-ad {
    margin: unset !important;
}

@media only screen and (max-width: 1344px) {

    #pw-oop-left_rail,
    #pw-oop-left_rail2 {
        display: none !important;
    }
}

/*970px is the min width that screen size must be for backgrounds to show*/

@media only screen and (min-width: 970px) {

    /*FLEX SKINS START*/

    body.flex-skin-active,

    body.flex-skin-docked {

        /*Make body transparent*/

        background-color: rgba(0, 0, 0, 0) !important;

    }

    body.flex-skin-docked .sidebar .inner-sidebar.is-sticky {
        top: 178px !important;
    }

    /*Set content width to 1100px*/

    body.flex-skin-active main[mainContainerSelector],

    body.flex-skin-docked main[mainContainerSelector] {

        width: 1100px;

    }

    /*Make sure nav max height is 150px*/

    body.flex-skin-docked div.header-wrap {
        top: 100px !important;
    }

    body.flex-skin-active #nav-menu-modal {
        top: 350px !important;
    }

    body.flex-skin-docked #nav-menu-modal {
        top: 100px !Important;
    }

}

/*Breakpoint for smaller breakpoints with different nav*/

@media only screen and (max-width: 969px) {}

/*Example Breakpoint for mobile breakpoint (may fall into the above)*/

@media only screen and (max-width: 600px) {
    body.flex-skin-docked div.header-wrap {
        top: 70px !important;
    }

    body.flex-skin-active #nav-menu-modal {
        top: 210px !important;
    }

    body.flex-skin-docked #nav-menu-modal {
        top: 70px !Important;
    }
}

/*FLEX SKINS END*/

.pw-ad-container-logo {
    display: none !important;
}