.media-centre-pg .page-toggle,
.press-release-pg .page-toggle,
.featured-pg .page-toggle,
.media-shows .page-toggle,
.connect-with-us-page .page-toggle {
    display: none;
}

@media only screen AND (max-width:1000px) {
    .media-centre-pg .page-toggle,
    .press-release-pg .page-toggle,
    .featured-pg .page-toggle,
    .media-shows .page-toggle,
    .connect-with-us-page .page-toggle {
        display: block;
        margin-bottom: 0;
    }
    .nav__dropdown__item--active {
        border-left-color: #005CAE;
    }
    .nav__list--desktop .nav__item--footer {
        display: block;
    }
}

@media only screen AND (max-width:360px) {
    #media_search_form select {
        width: 25%;
    }
    .media_mail_list_link {
        font-size: 14px;
    }
}

@media only screen AND (max-width:516px) {
    #media_search_form {
        width: unset !important;
    }
    #media_search_form select {
        width: 90%;
    }
    .media-shows .container-80 {
        width: 90%;
    }
    .media-shows ul.shows-list {
        padding-left: 0;
    }

    .media_mail_list_link {
        top: -45px;
        margin-right: 10px;
    }
    .container--larger {
        width: unset !important;
    }

    .content-wedges {
        width: unset !important;
    }

    .content-wedges .prev-post-link {
        top: 30px;
    }
    .content-wedges .post-title {
        margin-left: 30px;
    }
    .post-content {
        width: 80%;
    }
    .media-subpage-content .col-left {
        float: none;
        width: unset;
    }
    .media-subpage-content .col-right {
        float: none;
        width: unset;
        padding-left: unset;
    }

    .media-shows .menu-shows ul {
        padding-left: 0;
    }
    .media-shows .shows-list li {
        width: unset;
    }
    .show-single .post-content .content {
        width: unset;
    }
    .show-single .post-content .sidebar {
        float: none;
        width: unset;
        padding-left: unset;
    }

    #connect_page h2 {
        font-size: 20px;
    }
    #connect_page .each-field {
        width: 80%;
        margin: 2px 10px 33px 30px;
    }
    #connect_page .aptn_links {
        margin-left: 30px;
    }
    .search__container_row a {
        display: block;
        margin-top: 20px;
    }
}

@media only screen AND (min-width: 517px)  AND (max-width:800px) {
    #media_search_form,
    .content-wedges {
        width: 90% !important;
    }
    .container--larger {
        width: 90% !important;
    }

    .content-wedges .prev-post-link {
        top: 30px;
    }
    .content-wedges .post-title {
        margin-left: 30px;
    }
    .post-content {
        width: 80%;
    }

    .media-shows .shows-list li {
        width: 100%;
    }
    .show-single .content-wedges .prev-post-link {
        top: 0;
    }

    #connect_page .each-field {
        margin: 2px 10px 33px 60px;
    }
}

/* Portrait - iPad Pro */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    #media_search_form {
        width: 50% !important;
    }
}