@media only screen and (min-width: 993px) {
    .deskNav {
        display: block;
    }

    .responseNav {
        display: none;
    }
}


@media only screen and (max-width: 992px) {

    .logo {
        text-align: left;
    }

        .logo img {
            max-width: 100px;
            padding-top: 10px;
            margin-bottom: -5px;
        }

    .headRight {
        height: auto;
    }

    .headStrap {
        font-size: 0.8em;
        padding-top: 20px;
    }

    .headButton {
        height: auto;
        margin-top: 10px;
        display: inline-block;
        margin-bottom: -10px;
    }

    header {
        padding: 0px 0px 20px;
    }

    .responseNav {
        display: block;
    }

    .deskNav {
        display: none;
    }

    nav {
        background-color: #1e3354;
        height: 65px;
    }

    nav.unsub {
        min-height: 65px;
    }


    #menuToggle {
        display: flex;
        flex-direction: column;
        position: relative;
        top: 25px;
        /*left: 45px;*/
        padding-left: 45px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
    }

        #menuToggle input {
            display: flex;
            width: 40px;
            height: 32px;
            position: absolute;
            cursor: pointer;
            opacity: 0;
            z-index: 2;
        }

        #menuToggle span {
            display: flex;
            width: 29px;
            height: 2px;
            margin-bottom: 5px;
            position: relative;
            background: #9099a8;
            border-radius: 3px;
            z-index: 1;
            transform-origin: 5px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            #menuToggle span:first-child {
                transform-origin: 0% 0%;
            }

            #menuToggle span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

        #menuToggle input:checked ~ span {
            opacity: 1;
            transform: rotate(45deg) translate(-3px, -1px);
            background: #9099a8;
        }

            #menuToggle input:checked ~ span:nth-last-child(3) {
                opacity: 0;
                transform: rotate(0deg) scale(0.2, 0.2);
            }

            #menuToggle input:checked ~ span:nth-last-child(2) {
                transform: rotate(-45deg) translate(0, -1px);
            }

    #menu {
        position: absolute;
        width: 100%;
        height: auto;
        box-shadow: none;
        margin: -25px 0 0 -45px;
        padding: 0px;
        padding-top: 90px;
        padding-bottom: 60px;
        background-color: #1e3354;
        -webkit-font-smoothing: antialiased;
        transform-origin: 0% 0%;
        transform: translate(-100%, 0);
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    }


        #menu li {
            padding: 0px;
            transition-delay: 2s;
            list-style: none;
        }

            #menu li a {
                padding: 15px 30px 15px 40px;
                width: 100%;
                display: inline-block;
                /* border-bottom: 1px solid #9099a8; */
                color: #9099a8;
                text-transform: uppercase;
                font-weight: 300;
                font-size: 0.8em;
                letter-spacing: 2px;
            }

                #menu li a:hover {
                    color: #ffffff;
                    text-decoration: none;
                }

    #menuToggle input:checked ~ ul {
        transform: none;
    }

    .footerLogo {
        max-width: 100%;
        flex: 100%;
        display: block;
        text-align: center;
    }

    .footerNav {
        padding: 0px 15px;
        text-align: center;
        max-width: 100%;
        flex: 100%;
        display: block;
    }

        .footerNav li {
            display: block;
            padding: 15px 0px;
            text-align: center;
            line-height: 1;
        }

        .footerNav span {
            display: none;
            ;
        }

        .footerNav ul {
            margin: 30px 0px;
        }

    .sidebar {
        max-width: 100%;
        flex: 100%;
        padding: 45px;
    }

        .sidebar .row {
            padding: 0px 0px 0px 15px;
            margin-right: 0px;
        }

        .sidebar h2 {
            margin-left: 0px;
            text-align: center;
        }

        .sidebar .iconSide {
            margin-left: 0px;
            text-align: center;
        }

        .sidebar p {
            padding-right: 0px;
        }

    .content {
        padding-left: 15px;
        flex: 100%;
        max-width: 100%;
    }

    .smallPost {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .banMed {
        height: auto;
    }

    .banner h2 {
        font-size: 2em;
    }

    .bannerSub {
        font-size: 1.2em;
    }

    .roundedBlocks .col-md-4 {
        flex: 100%;
        max-width: 100%;
    }

    .directory .roundBlock .btn {
        left: 40%;
    }
    
    .subTitle {
        float: none;
        margin-top: 10px;
    }
    
    .topics .roundBlock:before {
        width: 92%;
        top: -29px;
    }
    
    .topics .roundBlock:after {
        width: 92%;
    }
    
    .topics .roundBlock .btn{
        left: 41%;
    }
}

@media only screen and (max-width: 768px) {

    .logo {
        text-align: center;
    }

        .logo img {
        }

    .headStrap {
        text-align: center;
    }

    .headButton {
        display: none;
    }

    header {
        padding: 0px 0px 15px 0px;
    }

    .content .item {
        padding: 30px 15px;
    }

    .postDetail .content {
        padding-right: 15px;
        padding-left: 15px;
    }

    .postImage {
        display: block !important;
        width: 50% !important;
        margin: auto;
        margin-bottom: 30px;
    }

    .postDetail .postImage {
        margin-bottom: 0px;
    }

    .postExerpt {
        width: 100% !important;
        margin-left: 0px !important;
        margin-top: 30px;
    }

    .postTitle h1, .postTitle h2, .postTitle h3 {
        width: 100%;
    }

    .postDetail .postExerpt p {
        margin-top: 30px;
    }

    .smallPost .item {
        padding: 0px;
    }

        .smallPost .item:hover, .thanksDownload .smallPost .item:hover {
            padding: 0px;
            border-radius: 0px;
            background-color: transparent;
        }

    .directory .roundBlock .btn {
        left: 36%;
    }

    .vendor .address, .vendor .phone, .vendor .email {
        width: 100%;
    }

    .vendorLogo {
        margin-bottom: 30px;
    }
    
    .postPublishedby{
        width:100%;
        text-align: center;
    }
    
    .postPublishedby p {
        padding: 10px 0px;
    }
    
    .postPublishedimage{
        width:100%;
        text-align: center;
    }
    
    .postPublishedimage img {
        max-width: 60%;
        width: 20%;
    }

    .postPublishedimage_sp {
        width: 100%;
        text-align: center;
    }

        .postPublishedimage_sp img {
            width: 48%;
            max-width: 48%;
        }

        .postPublishedimage_sp.sp2 img {
            width: 48%;
            max-width: 48%;
        }
    
    .topics .roundBlock .btn{
        left: 36%;
    }
}

@media only screen and (max-width: 480px) {

    .copyright {
        height: auto;
    }

        .copyright p {
            line-height: 1.6;
            margin-top: 15px;
        }

    .directory .roundBlock .btn {
        left: 30%;
    }
    
    .topics .roundBlock .btn {
        left: 33%;
    }
}
